<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/networking, branch fix_backslash</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=fix_backslash</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=fix_backslash'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2020-08-13T13:58:01+00:00</updated>
<entry>
<title>httpd: code shrink</title>
<updated>2020-08-13T13:58:01+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-08-13T13:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=16e5930a65f3c7c570b8a0dda8daa19ab4792fa2'/>
<id>urn:sha1:16e5930a65f3c7c570b8a0dda8daa19ab4792fa2</id>
<content type='text'>
Use the new need_system_drive() function in httpd.  Saves 16 bytes.
</content>
</entry>
<entry>
<title>win32: use a static buffer in get_system_drive()</title>
<updated>2020-08-13T13:58:01+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-08-13T10:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7d639339e0c46311f8873d560e6f168e71473cd9'/>
<id>urn:sha1:7d639339e0c46311f8873d560e6f168e71473cd9</id>
<content type='text'>
Allocate static storage for the system drive string instead of
making a new allocation on every call.  This is easier to manage.

Adds 16 bytes.
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2020-07-09T12:10:58+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-07-09T12:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9c0b2f7020d7c30b21a930ef54be632e092e533b'/>
<id>urn:sha1:9c0b2f7020d7c30b21a930ef54be632e092e533b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>udhcpc: fix a TODO in fill_envp using option scanner</title>
<updated>2020-06-29T13:26:09+00:00</updated>
<author>
<name>Martin Lewis</name>
<email>martin.lewis.x84@gmail.com</email>
</author>
<published>2020-06-23T20:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1f86ecb72974d0b284d73e7fea5acdab104af5f8'/>
<id>urn:sha1:1f86ecb72974d0b284d73e7fea5acdab104af5f8</id>
<content type='text'>
fill_envp now iterates over the packet only once instead of a few hundred times
using the new option scanner.

function                                             old     new   delta
udhcp_scan_options                                     -     189    +189
putenvp                                                -      46     +46
init_scan_state                                        -      22     +22
udhcp_get_option                                     227     104    -123
udhcp_run_script                                     835     601    -234
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 0/2 up/down: 257/-357)         Total: -100 bytes

Signed-off-by: Martin Lewis &lt;martin.lewis.x84@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>udhcp: add option scanner</title>
<updated>2020-06-29T12:57:02+00:00</updated>
<author>
<name>Martin Lewis</name>
<email>martin.lewis.x84@gmail.com</email>
</author>
<published>2020-06-23T20:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=acdc8eed89399a9fa5e7478ee40b928c65e3ab4e'/>
<id>urn:sha1:acdc8eed89399a9fa5e7478ee40b928c65e3ab4e</id>
<content type='text'>
Added an option scanner to udhcp to enable iteration over packet options.

Signed-off-by: Martin Lewis &lt;martin.lewis.x84@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>wget: fix openssl options for cert verification</title>
<updated>2020-06-29T12:32:09+00:00</updated>
<author>
<name>Scott Court</name>
<email>z5t1@z5t1.com</email>
</author>
<published>2020-06-29T12:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fc2ce04a38ebfb03f9aeff205979786839cd5a7c'/>
<id>urn:sha1:fc2ce04a38ebfb03f9aeff205979786839cd5a7c</id>
<content type='text'>
function                                             old     new   delta
is_ip_address                                          -      54     +54
spawn_https_helper_openssl                           461     486     +25
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/0 up/down: 79/0)               Total: 79 bytes

Signed-off-by: Scott Court &lt;z5t1@z5t1.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>acpid: only display -p if supported in usage</title>
<updated>2020-06-29T12:11:03+00:00</updated>
<author>
<name>Norbert Lange</name>
<email>nolange79@gmail.com</email>
</author>
<published>2020-02-14T21:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=79bd7c3f7b37b3b7f85b982bdb4fb9058d6d3a8c'/>
<id>urn:sha1:79bd7c3f7b37b3b7f85b982bdb4fb9058d6d3a8c</id>
<content type='text'>
Signed-off-by: Norbert Lange &lt;nolange79@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dhcpd: remove hardcoded pidfile path</title>
<updated>2020-06-29T12:07:57+00:00</updated>
<author>
<name>Norbert Lange</name>
<email>nolange79@gmail.com</email>
</author>
<published>2020-02-14T21:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=05faa6103bf85ecf362ad677ce761e2266311e3b'/>
<id>urn:sha1:05faa6103bf85ecf362ad677ce761e2266311e3b</id>
<content type='text'>
Signed-off-by: Norbert Lange &lt;nolange79@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>nc_bloaty: support udp broadcast ports</title>
<updated>2020-06-29T11:53:17+00:00</updated>
<author>
<name>Norbert Lange</name>
<email>nolange79@gmail.com</email>
</author>
<published>2020-02-14T21:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a16c8ef21253d2fbb8f311ee34514cdc0a3f49a2'/>
<id>urn:sha1:a16c8ef21253d2fbb8f311ee34514cdc0a3f49a2</id>
<content type='text'>
Add a -b option, identical to debians "traditional" netcat.
This allows sending (subnet) UDP Broadcasts.

function                                             old     new   delta
packed_usage                                       33420   33441     +21
nc_main                                             1041    1057     +16
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 37/0)               Total: 37 bytes

Signed-off-by: Norbert Lange &lt;nolange79@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2020-06-23T01:13:55+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-06-23T01:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=df1f479fc5167d6fa82b127c91a3851c0035fcac'/>
<id>urn:sha1:df1f479fc5167d6fa82b127c91a3851c0035fcac</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
