<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/networking, branch 1_16_0</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_16_0</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_16_0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2010-01-25T18:30:16+00:00</updated>
<entry>
<title>ntpd: explain why scripts can be run in quick succession</title>
<updated>2010-01-25T18:30:16+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-25T18:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=24928ffd8d6eb7f410ea0a7b4530086cecfeea6e'/>
<id>urn:sha1:24928ffd8d6eb7f410ea0a7b4530086cecfeea6e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2010-01-25T12:39:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-25T12:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3581c625151d25d8e1cbc80c44337d398d97cf42'/>
<id>urn:sha1:3581c625151d25d8e1cbc80c44337d398d97cf42</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: better unicode width support. Hopefully fixes bug 839.</title>
<updated>2010-01-24T06:44:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-24T06:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9f93d621925966c22ee51fdcb5def8e131596f9b'/>
<id>urn:sha1:9f93d621925966c22ee51fdcb5def8e131596f9b</id>
<content type='text'>
Also opens up a possibility to make other unicode stuff smaller
and more correct later. but:

function                                             old     new   delta
static.combining                                       -     516    +516
bb_wcwidth                                             -     328    +328
unicode_cut_nchars                                     -     141    +141
mbstowc_internal                                       -      93     +93
in_table                                               -      78     +78
cal_main                                             899     961     +62
static.combining0x10000                                -      40     +40
unicode_strlen                                         -      31     +31
bb_mbstrlen                                           31       -     -31
bb_mbstowcs                                          173     102     -71
------------------------------------------------------------------------------
(add/remove: 7/1 grow/shrink: 1/1 up/down: 1289/-102)        Total: 1187 bytes

Uses code of Markus Kuhn, which is in public domain:
http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
"Permission to use, copy, modify, and distribute this software
 for any purpose and without fee is hereby granted. The author
 disclaims all warranties with regard to this software."

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ping: use ICMP_MINLEN</title>
<updated>2010-01-23T11:53:40+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2010-01-23T11:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dfd38a480bfa7e699020dc2608688d85dd90d89b'/>
<id>urn:sha1:dfd38a480bfa7e699020dc2608688d85dd90d89b</id>
<content type='text'>
no code changes

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>ftpd: conditional support for broken clients</title>
<updated>2010-01-18T01:08:30+00:00</updated>
<author>
<name>Stefan Seyfried</name>
<email>stefan.seyfried@googlemail.com</email>
</author>
<published>2010-01-18T01:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f3fc9ac166d2413d331e3189a132a693608695ba'/>
<id>urn:sha1:f3fc9ac166d2413d331e3189a132a693608695ba</id>
<content type='text'>
Signed-off-by: Stefan Seyfried &lt;stefan.seyfried@googlemail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ftpd: code shrink</title>
<updated>2010-01-17T21:32:22+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-17T21:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=33f9dc08e55b8938452fce20e7c5e4138255edc9'/>
<id>urn:sha1:33f9dc08e55b8938452fce20e7c5e4138255edc9</id>
<content type='text'>
function                                             old     new   delta
MMU:
handle_dir_common                                    354     338     -16
NOMMU:
ftpd_main                                           2437    2442      +5
popen_ls                                             201     174     -27

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ntpd: remove some code which is at best unneeded and at worst wrong</title>
<updated>2010-01-17T02:01:15+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-17T02:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=57f46c1afd28551d8446b80b6e325d67eb44135c'/>
<id>urn:sha1:57f46c1afd28551d8446b80b6e325d67eb44135c</id>
<content type='text'>
function                                             old     new   delta
step_time                                            246     256     +10
ntpd_main                                            855     844     -11
update_local_clock                                   767     714     -53

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ntpd: add anti-clock-hopping code</title>
<updated>2010-01-17T01:51:33+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-17T01:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9b20adca4b2b59c791b4b5579857e4f028a969ed'/>
<id>urn:sha1:9b20adca4b2b59c791b4b5579857e4f028a969ed</id>
<content type='text'>
function                                             old     new   delta
select_and_cluster                                   837     950    +113
update_local_clock                                   759     767      +8
root_distance                                         61       -     -61

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ntpd: disable frequency estimation code</title>
<updated>2010-01-17T00:05:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-17T00:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5b9a910749176cabcd6e822ca46af66a9947d032'/>
<id>urn:sha1:5b9a910749176cabcd6e822ca46af66a9947d032</id>
<content type='text'>
function                                             old     new   delta
reset_peer_stats                                     164     168      +4
ntp_init                                             371     368      -3
recv_and_process_peer_pkt                            869     852     -17
update_local_clock                                   823     759     -64
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 4/-84)             Total: -80 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>whitespace fix</title>
<updated>2010-01-14T00:11:54+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-14T00:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=60b9524bf7368932bc9ca5d4ba77575c30e88726'/>
<id>urn:sha1:60b9524bf7368932bc9ca5d4ba77575c30e88726</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
