aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar2023-01-171-3/+11
* | Merge branch 'busybox' into mergeRon Yorston2023-01-057-25/+72
|\|
| * udhcpc6: fix binding to network aliasesDenys Vlasenko2022-12-151-4/+9
| * udhcp: add a few comments, no code changesDenys Vlasenko2022-12-152-0/+11
| * udhcpc6: use a different default config scriptDenys Vlasenko2022-12-152-3/+8
| * udhcpc6: align FF02__1_2[]Denys Vlasenko2022-12-153-5/+5
| * udhcpc6: add some commentsDenys Vlasenko2022-12-142-12/+39
| * udhcpc6: remove stray commentDenys Vlasenko2022-12-131-1/+0
| * Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-2912-20/+0
| * Fix non-Linux buildsSamuel Thibault2022-11-2912-0/+20
* | Merge branch 'busybox' into mergeRon Yorston2022-10-126-70/+93
|\|
| * tls: move definitions around, no code changesDenys Vlasenko2022-09-081-22/+12
| * tls: include signature_algorithms extension in client hello messageDenys Vlasenko2022-09-081-18/+73
| * *: style fixDenys Vlasenko2022-08-301-1/+1
| * udhcpc6: downgrade "opening listen socket" log level to 2Denys Vlasenko2022-08-022-2/+2
| * udhcpc6: fix sending of renew messagesDenys Vlasenko2022-08-021-2/+3
| * ping: fix typo in --help textHenrique Rodrigues2022-08-021-2/+2
| * udhcpc6: add missed big-endian conversionsDenys Vlasenko2022-07-131-0/+2
| * tls: P256: remove NOP macro sp_256_norm_8()Denys Vlasenko2022-07-131-30/+5
* | Merge branch 'busybox' into mergeRon Yorston2022-05-123-7/+9
|\|
| * style fixDenys Vlasenko2022-05-012-2/+2
| * ifplugd: split -a into -a and -A, latter disables upping in iface creationDenys Vlasenko2022-04-301-5/+7
* | Merge busybox into mergeRon Yorston2022-02-097-13/+12
|\|
| * *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-1/+1
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-065-10/+10
| * libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-131-2/+1