aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.18.0 patches, bump version to 1.18.11_18_1Denys Vlasenko2010-12-211-25/+25
* 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
* md5: fix biuld failure on big-endian machinesDenys Vlasenko2010-10-171-1/+1
* md5: code shrink -5 bytesDenys Vlasenko2010-10-171-40/+35
* bring md5 and sha1 names closer. no code changesDenys Vlasenko2010-10-172-50/+42
* md5: code shrinkDenys Vlasenko2010-10-172-30/+25
* shaN: code shrinkDenys Vlasenko2010-10-171-5/+10
* whitespace fixDenys Vlasenko2010-10-161-3/+3
* sha512: inline rotr64Denys Vlasenko2010-10-161-57/+51
* shaN: small code shrinkDenys Vlasenko2010-10-162-50/+126
* md5: fix "fast" md5 broken by prev commitDenys Vlasenko2010-10-161-1/+2
* md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko2010-10-161-26/+25
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-163-26/+26
* libbb/md5: code shrinkDenys Vlasenko2010-10-161-22/+26
* libbb/md5: small code shrinkDenys Vlasenko2010-10-151-22/+26
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-3/+5
* fix build failure for pmapDan Fandrich2010-09-191-1/+1
* move read_base64 to libbb/uuencode.cDenys Vlasenko2010-09-162-79/+75