aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-5/+5
|\|
| * lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-271-5/+5
* | win32: use 64-bit time on 32-bit platformsRon Yorston2024-08-141-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-0/+9
|\|
| * libbb: fix 64-bit bb_popcnt_longDenys Vlasenko2024-05-311-1/+1
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-311-0/+7
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-311-0/+2
* | win32: add env var to control error dialogsRon Yorston2024-06-221-0/+1
* | win32: ensure PIDs are read early in procps_scan()Ron Yorston2024-05-161-2/+1
* | ps: report unknown parent PID as 1Ron Yorston2024-05-141-0/+3
* | libbb: make default history size configurableRon Yorston2024-04-281-0/+5
* | win32: rearrange applet override handlingRon Yorston2024-02-021-4/+4