<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/networking, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2021-03-09T05:42:47+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/1_33_stable' into 1_33_stable</title>
<updated>2021-03-09T05:42:47+00:00</updated>
<author>
<name>Cem Keylan</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-03-09T05:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=2106f384939b9627996a77dca7d4310c91f482d7'/>
<id>urn:sha1:2106f384939b9627996a77dca7d4310c91f482d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>traceroute: fix option parsing</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-02T12:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=89358a7131d3e75c74af834bb117b4fad7914983'/>
<id>urn:sha1:89358a7131d3e75c74af834bb117b4fad7914983</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>httpd: fix offset for sendfile</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Maxim Storchak</name>
<email>m.storchak@gmail.com</email>
</author>
<published>2020-12-29T15:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=ee1e0987e4c81b4a5369174ce22b0671198abb6b'/>
<id>urn:sha1:ee1e0987e4c81b4a5369174ce22b0671198abb6b</id>
<content type='text'>
If the Range: header is not present it the request,
the offset passed to sendfile is wrong,
and httpd falls back to the read-write loop.

function                                             old     new   delta
send_file_and_exit                                   857     865      +8
handle_incoming_and_exit                            2239    2230      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 8/-9)               Total: -1 bytes

Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>wget: use bearssl instead of openssl</title>
<updated>2021-02-18T00:00:31+00:00</updated>
<author>
<name>Cem Keylan</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-02-18T00:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=09f572b1e859bfb103f654ac86541710d964d9aa'/>
<id>urn:sha1:09f572b1e859bfb103f654ac86541710d964d9aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libiproute: band-aid for old uclibc missing IFA_FLAGS</title>
<updated>2020-12-29T16:34:34+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-29T16:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=ec9a5e608357acdc6e793d63bddf84030aa4f024'/>
<id>urn:sha1:ec9a5e608357acdc6e793d63bddf84030aa4f024</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2020-12-29T15:53:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-29T15:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=77a51a2709de1b646ab493f0bf771d896de6efc2'/>
<id>urn:sha1:77a51a2709de1b646ab493f0bf771d896de6efc2</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ping6: add -w/-W NUM to --help</title>
<updated>2020-12-20T10:25:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-20T10:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=c8f6c1d7750156b1d7daf0dc37aa2b60626fc0c1'/>
<id>urn:sha1:c8f6c1d7750156b1d7daf0dc37aa2b60626fc0c1</id>
<content type='text'>
function                                             old     new   delta
packed_usage                                       33515   33533     +18

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ping: fix -wN to not think that one packet is always lost</title>
<updated>2020-12-20T10:16:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-20T10:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=bc2c1b4f869d3e3b90c187ebb07b3c23c14ca880'/>
<id>urn:sha1:bc2c1b4f869d3e3b90c187ebb07b3c23c14ca880</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>tftp: fix --help</title>
<updated>2020-12-18T23:33:06+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-18T23:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=4152b41183b03aa53b6ce5a8c02b857c577f1723'/>
<id>urn:sha1:4152b41183b03aa53b6ce5a8c02b857c577f1723</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>route: code shrink</title>
<updated>2020-12-18T23:07:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-18T23:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=ddc6dfdb4d56009d16e1a1d7aef441dbe4315027'/>
<id>urn:sha1:ddc6dfdb4d56009d16e1a1d7aef441dbe4315027</id>
<content type='text'>
function                                             old     new   delta
kw_lookup                                             84      86      +2
tbl_hash_net_host                                     15      14      -1
tbl_verb                                              21      19      -2
tbl_ipvx                                             104      92     -12
packed_usage                                       33527   33493     -34
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/4 up/down: 2/-49)             Total: -47 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
