aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | format #definesRFL8902025-06-091-8/+8
* | Use Windows library for cryptographic checksumscng_backendRon Yorston2025-06-091-0/+37
* | Merge branch 'busybox' into mergeRon Yorston2025-05-191-3/+3
|\|
| * libbb/archival: make setup_unzip_on_fd() return bytes read if not compressedDenys Vlasenko2025-04-201-3/+3
* | test: code shrink supplementary groupsRon Yorston2024-10-091-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-10-081-1/+1
|\|
| * libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-081-1/+1
* | libbb: code shrink supplementary group testRon Yorston2024-10-081-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-10-081-0/+14
|\|
| * ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-2/+4
| * ash: make "test -x" use cached groupinfoDenys Vlasenko2024-10-071-0/+1
| * libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-2/+8
| * libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-0/+5