aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* libbb: better comment in parse_dateDenys Vlasenko2011-01-171-1/+7
* libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-112-6/+7
* libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko2011-01-101-16/+4
* tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2011-01-101-1/+1
* suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko2011-01-071-1/+3
* kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko2011-01-031-1/+16
* kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko2011-01-031-10/+19
* date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2011-01-021-0/+12
* libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko2010-12-302-6/+38
* plug a DIR* leak on error pathDenys Vlasenko2010-12-281-4/+5
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+2
* typo fixDenys Vlasenko2010-12-051-1/+1
* add if guards around include <malloc.h>Denys Vlasenko2010-12-051-1/+5
* libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash reworkDenys Vlasenko2010-12-011-25/+25
* exclude the case of just "busybox" from previous commitDenys Vlasenko2010-11-291-1/+1
* if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko2010-11-291-29/+33
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-221-0/+1
* fix misspelling in commentDenys Vlasenko2010-11-221-1/+1
* lineedit: fix tab-completion of filenames with spacesMike Shal2010-11-221-22/+45
* lineedit: create history files with mode 0600Wolfram Sang2010-11-151-5/+7
* libbb: remove unused variableLauri Kasanen2010-11-131-4/+3
* type fix in commentDenys Vlasenko2010-11-031-1/+1
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-032-2/+2
* whitespace cleanupDenys Vlasenko2010-10-293-12/+12
* unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko2010-10-291-2/+5
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-1/+1
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-281-9/+11
* *: whitespace fixesDenys Vlasenko2010-10-2815-27/+27
* crc32: cleanups, no code changesDenys Vlasenko2010-10-281-1/+1
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-0/+24
* libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko2010-10-251-4/+4
* powertop: new appletMarek Polacek2010-10-251-0/+11
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-251-2/+2
* sha1: small tweak for clearer code, no logic changesDenys Vlasenko2010-10-241-1/+1
* sha1: use Rob's code, it's smaller and fasterDenys Vlasenko2010-10-241-54/+51
* awk: fix breakage in last commitDenys Vlasenko2010-10-241-23/+23
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-232-27/+31
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+8
* klogd: do not log partial linesDenys Vlasenko2010-10-191-3/+8
* md5: remove outdated commentDenys Vlasenko2010-10-191-3/+1
* libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko2010-10-191-482/+416
* hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko2010-10-181-78/+85
* libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko2010-10-182-2/+2
* libbb: move md5 and shaN into a common source file. no code changesDenys Vlasenko2010-10-183-450/+451
* md5: length should be stored in *little-endian* order! fixing...Denys Vlasenko2010-10-181-2/+2
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-183-15/+22
* *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-182-10/+8
* libbb: rename hash source files. no code changesDenys Vlasenko2010-10-184-3/+3
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1