<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/ipsvd, branch 1_7_3</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_7_3</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_7_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2007-08-24T10:27:41+00:00</updated>
<entry>
<title>Update defconfig; fix comments</title>
<updated>2007-08-24T10:27:41+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-24T10:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186'/>
<id>urn:sha1:f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't pass argc in getopt32, it's superfluous</title>
<updated>2007-08-18T15:32:12+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-18T15:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fe7cd642b0b732f5d41403c2f6983ad676b69dd9'/>
<id>urn:sha1:fe7cd642b0b732f5d41403c2f6983ad676b69dd9</id>
<content type='text'>
(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes
   text    data     bss     dec     hex filename
 773469    1058   11092  785619   bfcd3 busybox_old
 772644    1058   11092  784794   bf99a busybox_unstripped

</content>
</entry>
<entry>
<title>introduce and use xdup2(int, int)</title>
<updated>2007-08-18T14:16:39+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-08-18T14:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a27a11bb2c033d3e0312dc1d62430a002314686f'/>
<id>urn:sha1:a27a11bb2c033d3e0312dc1d62430a002314686f</id>
<content type='text'>
stop checking whether setsockopt_reuseaddr(int fd) was successful (it always is)
remove second parameter (sockllen) from xmalloc_sockaddr2xxxxx functions

sockaddr2str                                         142     156     +14
collect_blk                                          467     474      +7
xdup2                                                 28      33      +5
singlemount                                         4456    4454      -2
print_host                                           214     212      -2
nslookup_main                                        139     137      -2
ftpgetput_main                                       414     412      -2
udhcpd_main                                         1258    1255      -3
udhcpc_main                                         2405    2402      -3
traceroute_main                                     4125    4122      -3
nc_main                                             1072    1069      -3
buffer_fill_and_print                                 76      73      -3
xmalloc_sockaddr2hostonly_noport                      18      14      -4
xmalloc_sockaddr2host_noport                          18      14      -4
xmalloc_sockaddr2host                                 15      11      -4
xmalloc_sockaddr2dotted_noport                        18      14      -4
xmalloc_sockaddr2dotted                               18      14      -4
wget_main                                           2618    2614      -4
ping_main                                            393     389      -4
ip_port_str                                          120     115      -5
dhcprelay_main                                      1146    1141      -5
dnsd_main                                           1531    1525      -6
passwd_main                                         1110    1102      -8
udhcp_kernel_packet                                  206     197      -9
udhcp_listen_socket                                  154     144     -10
getty_main                                          2576    2566     -10
setup                                                655     640     -15
xmove_fd                                              51      34     -17
dolisten                                             759     742     -17
tcpudpsvd_main                                      1866    1836     -30
startservice                                         339     299     -40

</content>
</entry>
<entry>
<title>libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options</title>
<updated>2007-07-21T13:27:44+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-07-21T13:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=091965768da4175d3763e61db56bba058d68ae3b'/>
<id>urn:sha1:091965768da4175d3763e61db56bba058d68ae3b</id>
<content type='text'>
find_pair                                            164     180     +16
passwd_main                                         1222    1230      +8
display_speed                                         91      96      +5
msh_main                                            1335    1339      +4
qrealloc                                              38      36      -2
refresh                                             1190    1182      -8
cut_main                                             543     532     -11
sendCgi                                             1807    1794     -13
getopt32                                            1063    1045     -18
arith                                               2077    2030     -47
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/6 up/down: 33/-99)            Total: -66 bytes
   text    data     bss     dec     hex filename
 781548    1168   11900  794616   c1ff8 busybox_old
 781452    1168   11900  794520   c1f98 busybox_unstripped


</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2007-05-30T00:29:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-30T00:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b'/>
<id>urn:sha1:4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usage.c: remove reference to busybox.h</title>
<updated>2007-05-26T19:00:18+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-05-26T19:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b6adbf1be29841501cc49917249e85f273e1df7c'/>
<id>urn:sha1:b6adbf1be29841501cc49917249e85f273e1df7c</id>
<content type='text'>
*: s/include "busybox.h"/include "libbb.h"

</content>
</entry>
<entry>
<title>fix typo in comment</title>
<updated>2007-04-13T16:32:26+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-04-13T16:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=beaca811e4e8a62c799ec9022f9459e0d2d55425'/>
<id>urn:sha1:beaca811e4e8a62c799ec9022f9459e0d2d55425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nc: port nc 1.10 to busybox</title>
<updated>2007-04-05T20:26:28+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-04-05T20:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=29fe7265b8c1917ebc03283f22a3eb61e9195979'/>
<id>urn:sha1:29fe7265b8c1917ebc03283f22a3eb61e9195979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reword comment</title>
<updated>2007-04-04T17:49:47+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-04-04T17:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1ca332b367bee3cf673dff700db1b8741f941a78'/>
<id>urn:sha1:1ca332b367bee3cf673dff700db1b8741f941a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add/improve comment, shorten some usage texts. No code changes.</title>
<updated>2007-04-04T11:02:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-04-04T11:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=794687947fe9eb15b2512a0d9645d827348c5f6f'/>
<id>urn:sha1:794687947fe9eb15b2512a0d9645d827348c5f6f</id>
<content type='text'>
</content>
</entry>
</feed>
