aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * traceroute: make "ipv4 or ipv6?" cheaper to find outDenys Vlasenko2020-12-131-15/+21
| * traceroute: don't set SO_DONTROUTE on recv socket, it only affects sendDenys Vlasenko2020-12-131-3/+0
| * traceroute: untangle main loopDenys Vlasenko2020-12-121-112/+106
| * traceroute: commonalize verbose printingDenys Vlasenko2020-12-121-83/+62
| * traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v ...Denys Vlasenko2020-12-121-64/+41
| * traceroute: code shrinkDenys Vlasenko2020-12-121-30/+40
| * traceroute: code shrinkDenys Vlasenko2020-12-121-49/+35
| * traceroute: code shrinkDenys Vlasenko2020-12-121-49/+58
| * traceroute: fix traceroute6 -I (icmp mode)Denys Vlasenko2020-12-121-71/+135
| * libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko2020-12-111-3/+3
| * wget: do not ftruncate if -O- is used, closes 13351Denys Vlasenko2020-12-081-3/+10
| * decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-305-8/+8
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-307-9/+9
| * libbb: introduce and use msleep()Denys Vlasenko2020-11-291-1/+1
| * libbb: introduce and use sleep1()Denys Vlasenko2020-11-296-7/+7
| * libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-1/+1
| * libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-281-4/+2
| * libbb: smaller and faster decode_base64()Denys Vlasenko2020-11-271-37/+0
| * libiproute: reuse string constantsDenys Vlasenko2020-11-211-20/+33
* | Merge branch 'busybox' into mergeRon Yorston2020-11-1214-40/+77
|\|
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-062-7/+8
| * httpd: code shrinkXabier Oneca2020-10-061-0/+7
| * ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra2020-10-032-7/+27
| * udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko2020-10-011-3/+3
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-14/+14
| * gcc-9.x warning fixesDenys Vlasenko2020-10-016-9/+9
| * ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko2020-09-291-0/+9
* | httpd: silence compiler warnings about %llx formatRon Yorston2020-08-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-2328-249/+498
|\|
| * httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev2020-08-161-18/+44
| * httpd: Support caching via ETag headerSergey Ponomarev2020-08-151-3/+54
| * httpd: Don't add Last-Modified header to responseSergey Ponomarev2020-08-151-6/+25
| * httpd: Don't add Date header to responseSergey Ponomarev2020-08-151-2/+16
| * httpd: Update to HTTP/1.1Sergey Ponomarev2020-08-151-8/+8
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-1319-26/+0
| * udhcpc: add support for long optionsMartin Lewis2020-08-132-35/+104
| * ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2020-07-312-7/+62
| * ip: Add support for "noprefixroute" optionChristian Eggers2020-07-312-16/+33
| * httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev2020-07-311-8/+2
| * httpd_indexcgi.c: minimize style CSSSergey Ponomarev2020-07-311-37/+37
| * ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-202-6/+33
| * networking: support ftp PASV responses not ending with ')'Denys Vlasenko2020-07-191-0/+2
| * domain_codec: optimize dname_dec and convert_dnameMartin Lewis2020-07-121-78/+79
* | httpd: code shrinkRon Yorston2020-08-131-3/+2
* | win32: use a static buffer in get_system_drive()Ron Yorston2020-08-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-07-0910-262/+246
|\|
| * udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis2020-06-291-114/+84
| * udhcp: add option scannerMartin Lewis2020-06-292-42/+62
| * wget: fix openssl options for cert verificationScott Court2020-06-291-4/+17
| * acpid: only display -p if supported in usageNorbert Lange2020-06-291-1/+1