index
:
busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_37_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
master
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
2025-08-02
ftpd: code shrink, move replace_char() to libbb
Denys Vlasenko
2025-07-27
telnetd: improve --help
Denys Vlasenko
2025-07-18
tftp: use bb_error_msg instead of info_msg for a debug message
Denys Vlasenko
2025-07-18
ntpd: replace two bb_info_msg's with bb_error_msg
Denys Vlasenko
2025-07-09
libbb: introduce and use block-XOR functions
Denys Vlasenko
2025-07-07
libbb/yescrypt: remove redundant SHA256 HMAC implementation
Denys Vlasenko
2025-07-07
libbb: factor out HMAC code from TLS
Denys Vlasenko
2025-07-06
libbb: add yescrypt password hashing support
Denys Vlasenko
2025-07-05
whitespace fix
Denys Vlasenko
2025-07-01
ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chrony
Michael Glembotzki
2025-07-01
ip route: make cache printing a bit more similar to upstream
Denys Vlasenko
2025-04-07
udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)
Denys Vlasenko
2025-02-09
udhcpc6: fix copy-paste error in "generate a consistent IAID" commit
Denys Vlasenko
2025-02-09
udhcpc6: generate a consistent IAID
Zhou Siqi
2025-02-09
udhcpc6: move block comment, no code changes
Denys Vlasenko
2025-02-09
udhcpc6: improvements
Laurent Bercot
2024-10-06
networking/libiproute/iplink.c: fix support for older kernels
Thomas Devoogdt
2024-09-26
wget: fix compile warnings when WGET_FTP is not selected
Denys Vlasenko
2024-07-12
tls: P256: improve x86_64 multiplication asm code
Denys Vlasenko
2024-07-11
tls: P256: fix obscure x86_64 asm misbehavior, closes 15679
Denys Vlasenko
2024-07-08
wget: ignore header casing
Sertonix
2024-06-01
typo fix
Denys Vlasenko
2024-05-31
libbb: add bit counting function, use where appropriate
Denys Vlasenko
2024-02-26
ip link: support for the CAN netlink
Dario Binacchi
2023-10-04
udhcp: Avoid leaking uninitialized/stale data
Russ Dill
2023-07-17
introduce and use exitcode_t
Denys Vlasenko
2023-07-10
ntpd: fix a warning on 32-bit arch build
Denys Vlasenko
2023-07-10
Update applet size estimates
Denys Vlasenko
2023-07-09
libiproute: fix filtering ip6 route by table id
Yousong Zhou
2023-06-15
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-06-12
udhcpd: optional BOOTP support
Denys Vlasenko
2023-05-29
tunctl: code shrink
Denys Vlasenko
2023-05-09
nslookup: code shrink
Denys Vlasenko
2023-05-09
nslookup: ensure unique transaction IDs for the DNS queries
Denys Vlasenko
2023-04-23
ip: code shrink
Denys Vlasenko
2023-04-06
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
2023-03-28
httpd: do not mangle cgi-bin/SCRIPT/params URLs
Denys Vlasenko
2023-01-18
ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)
Denys Vlasenko
2023-01-18
ntpd: fold d_to_tv() into its only caller
Denys Vlasenko
2023-01-17
ntpd: correct fixed->float conversions of fractions
Denys Vlasenko
2023-01-17
ntpd: make NTP client and server Y2036/2038-ready
Miroslav Lichvar
2022-12-15
udhcpc6: fix binding to network aliases
Denys Vlasenko
2022-12-15
udhcp: add a few comments, no code changes
Denys Vlasenko
2022-12-15
udhcpc6: use a different default config script
Denys Vlasenko
2022-12-15
udhcpc6: align FF02__1_2[]
Denys Vlasenko
2022-12-14
udhcpc6: add some comments
Denys Vlasenko
2022-12-13
udhcpc6: remove stray comment
Denys Vlasenko
2022-11-29
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
Fix non-Linux builds
Samuel Thibault
2022-09-08
tls: move definitions around, no code changes
Denys Vlasenko
[next]