aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge busybox into mergeRon Yorston2022-01-066-7/+7
|\|
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-054-4/+4
| * libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* | Merge busybox into mergeRon Yorston2021-12-2710-332/+456
|\|
| * httpd: fix compile failure if !FEATURE_HTTPD_RANGESDenys Vlasenko2021-12-261-0/+4
| * httpd: do not send Last-Modified / ETag / Content-Length for error pagesDenys Vlasenko2021-12-171-20/+14
| * httpd: don't send Content-Length in error pages headerDenys Vlasenko2021-12-171-14/+21
| * udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko2021-12-125-14/+34
| * wget: allow end-users to customize Content-Type for --post-data and --post-fileIldar Shaimordanov2021-12-121-13/+22
| * tls: P256: factor out "multiply then reduce" operationDenys Vlasenko2021-12-111-7/+13
| * tls: x25519: code shrink by factoring out common codeDenys Vlasenko2021-12-011-47/+21
| * tls: P256: enable 64-bit version of montgomery reductionDenys Vlasenko2021-11-281-7/+8
| * tls: P256: add 64-bit montgomery reduce (disabled), small optimization in 32-...Denys Vlasenko2021-11-281-18/+159
| * tls: P256: add comment on logic in sp_512to256_mont_reduce_8, no code changesDenys Vlasenko2021-11-281-10/+23
| * tls: P256: simplify sp_256_mont_inv_8 (no need for a temporary)Denys Vlasenko2021-11-281-6/+4