| Commit message (Expand) | Author | Age | Files | Lines |
| * | archival: support zstd in rpm and dpkgzstd | Ron Yorston | 2026-03-24 | 1 | -0/+1 |
| * | tar: support zstd compression | Ron Yorston | 2026-03-22 | 1 | -0/+6 |
| * | Merge branch 'busybox' into merge | Ron Yorston | 2026-03-11 | 1 | -27/+104 |
| |\ |
|
| | * | *: don't use getservbyname, it links in a static buffer | Denys Vlasenko | 2026-02-25 | 1 | -1/+3 |
| | * | netstat: fix breakage due to last commit | Denys Vlasenko | 2026-02-24 | 1 | -1/+1 |
| | * | netstat,pscan: don't use getservbyport(), it links in a static buffer | Denys Vlasenko | 2026-02-24 | 1 | -0/+3 |
| | * | telnet: rewrite to use ioloop() | Denys Vlasenko | 2026-02-23 | 1 | -1/+3 |
| | * | libbb: add generic "fd polling and I/O" loop, use it in telnetd | Denys Vlasenko | 2026-02-21 | 1 | -13/+73 |
| | * | tls: server: fix incorrect key_block assignments - now works against openssl ... | Denys Vlasenko | 2026-02-15 | 1 | -11/+12 |
| | * | tls: fix cipher-id selection in server mode | Denys Vlasenko | 2026-02-15 | 1 | -2/+1 |
| | * | tls: implement server code | Denys Vlasenko | 2026-02-15 | 1 | -3/+6 |
| | * | ssl_server: new applet, not functional yet | Denys Vlasenko | 2026-02-15 | 1 | -1/+9 |
| * | | ash: allow execution of busybox-w32 binary without extension | Ron Yorston | 2026-02-25 | 1 | -0/+1 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-12 | 1 | -1/+10 |
| |\| |
|
| | * | vi: fix "s /find/repl" with whitespace before / | Denys Vlasenko | 2026-02-06 | 1 | -0/+2 |
| | * | libbb: introduce and use xasprintf_inplace() | Denys Vlasenko | 2026-02-05 | 1 | -0/+2 |
| | * | libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it) | Denys Vlasenko | 2026-02-04 | 1 | -1/+6 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-10 | 2 | -1/+3 |
| |\| |
|
| | * | uuidgen: move UUID formatting to libbb | Denys Vlasenko | 2026-02-03 | 1 | -0/+1 |
| | * | tar: strip unsafe hardlink components - GNU tar does the same | Denys Vlasenko | 2026-01-29 | 1 | -1/+2 |
| * | | win32: add support for /dev/std{in,out,err} | Ron Yorston | 2026-02-02 | 1 | -2/+6 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-02 | 2 | -0/+17 |
| |\| |
|
| | * | httpd: code shrink via "split-globals" trick | Denys Vlasenko | 2026-01-24 | 1 | -0/+15 |
| | * | httpd: simplify CGI headers handling, check "HTTP/1.1" prefix, not just "HTTP" | Denys Vlasenko | 2026-01-23 | 1 | -0/+2 |
| * | | libbb: refactor CNG hashing implementation | rfl890 | 2026-01-27 | 1 | -21/+30 |
| * | | win32: mkdtemp is available in mingw-w64 14.0.0 | Ron Yorston | 2026-01-19 | 1 | -0/+2 |
| * | | win32: avoid failure when localtime() argument is out of range | Ron Yorston | 2025-11-26 | 1 | -1/+4 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-11-11 | 1 | -0/+4 |
| |\| |
|
| | * | dd: fix overflow for very large count/seek/skip values | Denys Vlasenko | 2025-11-08 | 1 | -0/+4 |
| | * | ash: eval: Add vfork support | Denys Vlasenko | 2025-08-09 | 1 | -0/+2 |
| * | | win32: allow use of /dev/tty | Ron Yorston | 2025-11-10 | 1 | -1/+1 |
| * | | flock: enable by default | Ron Yorston | 2025-10-09 | 1 | -0/+11 |
| * | | win32: use RtlGenRandom for /dev/urandom | Ron Yorston | 2025-10-09 | 1 | -1/+0 |
| * | | Further mingw-w64/gcc build tweaks | Ron Yorston | 2025-10-02 | 1 | -1/+1 |
| * | | ash: eval: Add vfork support | Ron Yorston | 2025-09-07 | 1 | -0/+2 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-09-06 | 1 | -0/+3 |
| |\| |
|
| | * | top,pmap: speed up /smaps parsing | Denys Vlasenko | 2025-08-06 | 1 | -0/+3 |
| * | | tls: rewrite Schannel code | RFL890 | 2025-08-28 | 1 | -20/+20 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-08-15 | 2 | -31/+39 |
| |\| |
|
| | * | top,pmap: do not use common code for reading /proc/PID/smaps | Denys Vlasenko | 2025-08-05 | 1 | -29/+12 |
| | * | ftpd: code shrink, move replace_char() to libbb | Denys Vlasenko | 2025-08-02 | 1 | -0/+13 |
| | * | libbb/dump: much faster formatting of %_u on x86 | Denys Vlasenko | 2025-08-01 | 1 | -1/+1 |
| | * | ls: fix -Q to match GNU | Denys Vlasenko | 2025-08-01 | 1 | -0/+3 |
| | * | sha384sum: new applet | Andy Knowles | 2025-07-30 | 1 | -1/+6 |
| * | | Post-merge fixes | Ron Yorston | 2025-08-12 | 1 | -2/+32 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-08-12 | 2 | -18/+73 |
| |\| |
|
| | * | password applets: update help text | Denys Vlasenko | 2025-07-18 | 1 | -3/+3 |
| | * | libbb.h: increase MAX_PW_SALT_LEN | Denys Vlasenko | 2025-07-17 | 1 | -6/+6 |
| | * | libbb: introduce and use block-XOR functions | Denys Vlasenko | 2025-07-09 | 1 | -0/+10 |
| | * | libbb/yescrypt: accept longer salts (up to 84 chars) | Denys Vlasenko | 2025-07-07 | 1 | -2/+3 |