aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb/yescrypt: remove unreachable support for scrypt hash ("$7$...")Denys Vlasenko2025-07-061-95/+49
| * libbb/yescrypt: remove unused yescrypt_shared_tDenys Vlasenko2025-07-063-77/+10
| * libbb/yescrypt: remove obviously unused, commented-out partsDenys Vlasenko2025-07-062-445/+0
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-0610-4/+3126
* | Merge branch 'busybox' into mergeRon Yorston2025-08-106-74/+154
|\|
| * shell: empty HISTFILE disables history saving, just as unset one didDenys Vlasenko2025-07-041-2/+4
| * shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-032-46/+56
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-023-6/+57
| * use pollfd[1] array for poll() argumentDenys Vlasenko2025-07-021-5/+6
| * libbb: Prevent clang from reading the G pointer before it is assignedBin Meng2025-07-011-1/+20
| * hexdump: fix regression for uint16 on big endian systemsRadoslav Kolev2025-07-011-2/+8
| * lineedit: fix left-over print to stdoutAhmad Fatoum2025-07-011-1/+1
| * lineedit: fix printing lines during tab completionAhmad Fatoum2025-07-011-2/+3
* | Call BCryptDestroyHash before freeing memory handleRFL8902025-07-301-0/+1
* | stty: enable a minimal Windows implementationRon Yorston2025-07-251-1/+1
* | win32: deduplicate die_if_error()Ron Yorston2025-07-111-14/+5
* | patch tls.c to work with CNG implementationRFL8902025-07-111-1/+1
* | Use Windows library for cryptographic checksumscng_backendRon Yorston2025-06-092-0/+96
* | win32: enhanced support for SIGPIPEFRP-5579-g5749feb35Ron Yorston2025-02-081-4/+0
* | make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2024-12-302-12/+11
|\|
| * cut: tweak --helpDenys Vlasenko2024-12-111-2/+2
| * hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2024-12-091-2/+4
| * libbb: tidy argument checks in getopt32()Ron Yorston2024-12-091-8/+5
* | id: code shrinkRon Yorston2024-10-091-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2024-10-082-26/+32
|\|
| * libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-081-26/+30
* | libbb: code shrink supplementary group testRon Yorston2024-10-081-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2024-10-082-0/+36
|\|
| * ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-0/+14
| * libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-5/+5
| * libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-0/+20
| * libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=yRudi Heitbaum2024-10-061-0/+2
* | win32: work around problem with stderr in MSVCRTRon Yorston2024-09-301-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2024-09-282-40/+37
|\|
| * lineedit: use stdout for shell history builtinRon Yorston2024-09-271-1/+1
| * libbb: send usage messages to correct streamRon Yorston2024-09-271-13/+17
| * libbb: use full_write1_str() to shrink busybox_main()Ron Yorston2024-09-271-13/+11
| * lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-271-1/+1
* | win32: drop workaround for Wine console bufferRon Yorston2024-09-271-3/+3
* | ash: optimise running of scripts (2)Ron Yorston2024-09-041-0/+7
* | win32: code shrinkRon Yorston2024-08-161-1/+1
* | lineedit: use stdout for shell history builtinRon Yorston2024-07-271-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-6/+23
|\|
| * tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko2024-07-121-6/+23
* | win32: code shrink system drive handlingRon Yorston2024-07-071-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2024-06-234-28/+111
|\|
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-312-0/+47
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-312-0/+30
| * lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34