Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-04udhcp: Avoid leaking uninitialized/stale dataRuss Dill
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-10ntpd: fix a warning on 32-bit arch buildDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2023-07-09libiproute: fix filtering ip6 route by table idYousong Zhou
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-06-12udhcpd: optional BOOTP supportDenys Vlasenko
2023-05-29tunctl: code shrinkDenys Vlasenko
2023-05-09nslookup: code shrinkDenys Vlasenko
2023-05-09nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko
2023-04-23ip: code shrinkDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-03-28httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko
2023-01-18ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko
2023-01-18ntpd: fold d_to_tv() into its only callerDenys Vlasenko
2023-01-17ntpd: correct fixed->float conversions of fractionsDenys Vlasenko
2023-01-17ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar
2022-12-16udhcpc6: fix binding to network aliasesDenys Vlasenko
2022-12-15udhcp: add a few comments, no code changesDenys Vlasenko
2022-12-15udhcpc6: use a different default config scriptDenys Vlasenko
2022-12-15udhcpc6: align FF02__1_2[]Denys Vlasenko
2022-12-14udhcpc6: add some commentsDenys Vlasenko
2022-12-14udhcpc6: remove stray commentDenys Vlasenko
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-09-08tls: move definitions around, no code changesDenys Vlasenko
2022-09-08tls: include signature_algorithms extension in client hello messageDenys Vlasenko
2022-08-30*: style fixDenys Vlasenko
2022-08-02udhcpc6: downgrade "opening listen socket" log level to 2Denys Vlasenko
2022-08-02udhcpc6: fix sending of renew messagesDenys Vlasenko
2022-08-02ping: fix typo in --help textHenrique Rodrigues
2022-07-13udhcpc6: add missed big-endian conversionsDenys Vlasenko
2022-07-13tls: P256: remove NOP macro sp_256_norm_8()Denys Vlasenko
2022-05-01style fixDenys Vlasenko
2022-04-30ifplugd: split -a into -a and -A, latter disables upping in iface creationDenys Vlasenko
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-13libbb: introduce and use chdir_or_warn()Denys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2022-01-05libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2021-12-26httpd: fix compile failure if !FEATURE_HTTPD_RANGESDenys Vlasenko
2021-12-17httpd: do not send Last-Modified / ETag / Content-Length for error pagesDenys Vlasenko
2021-12-17httpd: don't send Content-Length in error pages headerDenys Vlasenko
2021-12-12udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko
2021-12-12wget: allow end-users to customize Content-Type for --post-data and --post-fileIldar Shaimordanov
2021-12-12tls: P256: factor out "multiply then reduce" operationDenys Vlasenko
2021-12-01tls: x25519: code shrink by factoring out common codeDenys Vlasenko
2021-11-28tls: P256: enable 64-bit version of montgomery reductionDenys Vlasenko
2021-11-28tls: P256: add 64-bit montgomery reduce (disabled), small optimization in 32-...Denys Vlasenko
2021-11-28tls: P256: add comment on logic in sp_512to256_mont_reduce_8, no code changesDenys Vlasenko