aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* crond: build tweaksRon Yorston2026-05-031-1/+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-121-0/+3
* 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
* | 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-101-0/+1
|\|
| * uuidgen: move UUID formatting to libbbDenys Vlasenko2026-02-031-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-02-021-0/+15
|\|
| * httpd: code shrink via "split-globals" trickDenys Vlasenko2026-01-241-0/+15
* | libbb: refactor CNG hashing implementationrfl8902026-01-271-21/+30
* | 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
* | ash: eval: Add vfork supportRon Yorston2025-09-071-0/+2
* | tls: rewrite Schannel codeRFL8902025-08-281-20/+20
* | Merge branch 'busybox' into mergeRon Yorston2025-08-151-30/+38
|\|
| * 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
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-011-0/+3
| * sha384sum: new appletAndy Knowles2025-07-301-1/+6
* | Post-merge fixesRon Yorston2025-08-121-2/+32
* | Merge branch 'busybox' into mergeRon Yorston2025-08-121-15/+70
|\|
| * libbb.h: increase MAX_PW_SALT_LENDenys Vlasenko2025-07-171-6/+6
| * libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-091-0/+10
| * libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko2025-07-071-2/+3
| * libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko2025-07-071-1/+9
| * libbb: factor out HMAC code from TLSDenys Vlasenko2025-07-071-8/+32
| * libbb/yescrypt: use common ascii64 encoding routineDenys Vlasenko2025-07-061-0/+1
| * libbb/yescrypt: use common ACSII char-to-64 conversion codeDenys Vlasenko2025-07-061-0/+1
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-061-0/+2
| * Move "sha256-hash a memory array and produce the digest" helper to libbbDenys Vlasenko2025-07-061-0/+1
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-8/+14
* | Merge branch 'busybox' into mergeRon Yorston2025-08-101-25/+8
|\|
| * shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-031-1/+1
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-021-0/+1
| * libbb: Prevent clang from reading the G pointer before it is assignedBin Meng2025-07-011-19/+3
* | tls: whitespace fixesRon Yorston2025-08-081-1/+1
* | tls: add Schannel implementationrfl8902025-08-071-0/+37