aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* rpm: respect BB_SYSTEMROOTHEADmasterRon Yorston2026-07-021-1/+1
* win32: Unix-like support for volume mountsRon Yorston2026-06-151-0/+4
* win32: extend handling of virtual disksRon Yorston2026-06-081-0/+1
* win32: allow stat(2) to skip costly check for executeRon Yorston2026-05-181-1/+3
* win32: add FAST_FUNC annotationsRon Yorston2026-05-041-111/+111
* crond: build tweaksRon Yorston2026-05-031-1/+1
* win32: improve urandom/zero device handlingRon Yorston2026-04-261-0/+1
* wget: allow HTTPS certificate check to be skippedRon Yorston2026-04-241-0/+2
* ash: allow 'times' built-in to report process timingRon Yorston2026-04-122-3/+6
* Merge branch 'busybox' into mergeRon Yorston2026-03-111-27/+104
|\
| * *: don't use getservbyname, it links in a static bufferDenys Vlasenko2026-02-251-1/+3
| * netstat: fix breakage due to last commitDenys Vlasenko2026-02-241-1/+1
| * netstat,pscan: don't use getservbyport(), it links in a static bufferDenys Vlasenko2026-02-241-0/+3
| * telnet: rewrite to use ioloop()Denys Vlasenko2026-02-231-1/+3
| * libbb: add generic "fd polling and I/O" loop, use it in telnetdDenys Vlasenko2026-02-211-13/+73
| * tls: server: fix incorrect key_block assignments - now works against openssl ...Denys Vlasenko2026-02-151-11/+12
| * tls: fix cipher-id selection in server modeDenys Vlasenko2026-02-151-2/+1
| * tls: implement server codeDenys Vlasenko2026-02-151-3/+6
| * ssl_server: new applet, not functional yetDenys Vlasenko2026-02-151-1/+9
* | ash: allow execution of busybox-w32 binary without extensionRon Yorston2026-02-251-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-02-121-1/+10
|\|
| * vi: fix "s /find/repl" with whitespace before /Denys Vlasenko2026-02-061-0/+2
| * libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-051-0/+2
| * libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it)Denys Vlasenko2026-02-041-1/+6
* | Merge branch 'busybox' into mergeRon Yorston2026-02-102-1/+3
|\|
| * uuidgen: move UUID formatting to libbbDenys Vlasenko2026-02-031-0/+1
| * tar: strip unsafe hardlink components - GNU tar does the sameDenys Vlasenko2026-01-291-1/+2
* | win32: add support for /dev/std{in,out,err}Ron Yorston2026-02-021-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2026-02-022-0/+17
|\|
| * httpd: code shrink via "split-globals" trickDenys Vlasenko2026-01-241-0/+15
| * httpd: simplify CGI headers handling, check "HTTP/1.1" prefix, not just "HTTP"Denys Vlasenko2026-01-231-0/+2
* | libbb: refactor CNG hashing implementationrfl8902026-01-271-21/+30
* | win32: mkdtemp is available in mingw-w64 14.0.0Ron Yorston2026-01-191-0/+2
* | win32: avoid failure when localtime() argument is out of rangeRon Yorston2025-11-261-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-11-111-0/+4
|\|
| * dd: fix overflow for very large count/seek/skip valuesDenys Vlasenko2025-11-081-0/+4
| * ash: eval: Add vfork supportDenys Vlasenko2025-08-091-0/+2
* | win32: allow use of /dev/ttyRon Yorston2025-11-101-1/+1
* | flock: enable by defaultRon Yorston2025-10-091-0/+11
* | win32: use RtlGenRandom for /dev/urandomRon Yorston2025-10-091-1/+0
* | Further mingw-w64/gcc build tweaksRon Yorston2025-10-021-1/+1
* | ash: eval: Add vfork supportRon Yorston2025-09-071-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2025-09-061-0/+3
|\|
| * top,pmap: speed up /smaps parsingDenys Vlasenko2025-08-061-0/+3
* | tls: rewrite Schannel codeRFL8902025-08-281-20/+20
* | Merge branch 'busybox' into mergeRon Yorston2025-08-152-31/+39
|\|
| * top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko2025-08-051-29/+12
| * ftpd: code shrink, move replace_char() to libbbDenys Vlasenko2025-08-021-0/+13
| * libbb/dump: much faster formatting of %_u on x86Denys Vlasenko2025-08-011-1/+1
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-011-0/+3