aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-10-081-0/+21
|\
| * networking/libiproute/iplink.c: fix support for older kernelsThomas Devoogdt2024-10-061-0/+21
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-3/+6
|\|
| * wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-261-3/+6
* | wget: let user override Content-LengthRon Yorston2024-07-261-0/+21
* | win32: consolidate executable handling in popen.cRon Yorston2024-07-201-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-29/+62
|\|
| * tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko2024-07-121-22/+36
| * tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko2024-07-111-10/+29
* | Merge branch 'busybox' into mergeRon Yorston2024-07-101-1/+1
|\|
| * wget: ignore header casingSertonix2024-07-081-1/+1
* | win32: code shrink system drive handlingRon Yorston2024-07-071-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-06-238-59/+343
|\|
| * typo fixDenys Vlasenko2024-06-012-2/+2
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-314-46/+9
| * ip link: support for the CAN netlinkDario Binacchi2024-02-262-11/+332
* | tls: use C code for x86_64 sp_256_sub_8_p256_mod()Ron Yorston2024-03-031-1/+1
* | build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* | httpd: enable interpreter script featureRon Yorston2024-02-111-10/+30
* | httpd: code shrinkRon Yorston2024-02-111-10/+7
* | httpd: avoid unnecessary process creationRon Yorston2024-02-091-3/+4
* | httpd: enable support for CGIRon Yorston2023-12-201-7/+110
* | httpd: fix return code when run in backgroundRon Yorston2023-12-151-3/+1
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-052-1/+3
|\|
| * udhcp: Avoid leaking uninitialized/stale dataRuss Dill2023-10-042-1/+3
* | win32: only search PATH for compressorRon Yorston2023-11-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-08-102-4/+3
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-172-4/+3
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1336-64/+117
|\|
| * ntpd: fix a warning on 32-bit arch buildDenys Vlasenko2023-07-101-2/+2
| * Update applet size estimatesDenys Vlasenko2023-07-1026-31/+31
| * libiproute: fix filtering ip6 route by table idYousong Zhou2023-07-091-9/+1
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-156-7/+7
| * udhcpd: optional BOOTP supportDenys Vlasenko2023-06-126-15/+76
* | Merge branch 'busybox' into mergeRon Yorston2023-06-161-2/+1
|\|
| * tunctl: code shrinkDenys Vlasenko2023-05-291-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-05-233-10/+479
|\|
| * nslookup: code shrinkDenys Vlasenko2023-05-091-1/+7
| * nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko2023-05-091-4/+390
| * ip: code shrinkDenys Vlasenko2023-04-232-5/+82
* | win32: code shrink copying of argvRon Yorston2023-04-281-6/+4
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-37/+39
|\|
| * libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-1/+1
| * httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko2023-03-281-36/+38
* | win32: add fake HUP and QUIT signalsRon Yorston2023-04-031-2/+2
* | nc: switch to using poll(2)Ron Yorston2023-03-031-49/+2
* | Merge branch 'busybox' into mergeRon Yorston2023-02-131-13/+23
|\|
| * ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko2023-01-181-1/+1
| * ntpd: fold d_to_tv() into its only callerDenys Vlasenko2023-01-181-8/+10
| * ntpd: correct fixed->float conversions of fractionsDenys Vlasenko2023-01-171-4/+4