aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* networking/libiproute/iplink.c: fix support for older kernelsThomas Devoogdt2024-10-061-0/+21
* wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-261-3/+6
* 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
* wget: ignore header casingSertonix2024-07-081-1/+1
* 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
* udhcp: Avoid leaking uninitialized/stale dataRuss Dill2023-10-042-1/+3
* introduce and use exitcode_tDenys Vlasenko2023-07-172-4/+3
* 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
* tunctl: code shrinkDenys Vlasenko2023-05-291-2/+1
* 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
* 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
* 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
* 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
* 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
* 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
* *: 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
* 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
* 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