summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* copy_file: kkip inode/device checkDaniel Klessing2011-11-211-0/+6
* Include safe_gethostname()Daniel Klessing2011-11-212-1/+14
* Added missing stat() tweaks for mingw portZheng, Lei2011-11-202-0/+8
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0416-126/+235
|\
| * 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
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-0415-27/+27
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-2815-27/+27
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-046-100/+136
|\|
| * 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
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e'Nguyễn Thái Ngọc Duy2011-01-041-0/+8
|\|
| * *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-0/+8
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^'Nguyễn Thái Ngọc Duy2011-01-042-512/+456
|\|
| * 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
* | Merge commit 'b5aa1d95a158683d936ea41eed0513aa20ed2e74'Nguyễn Thái Ngọc Duy2011-01-042-2/+2
|\|
| * libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko2010-10-182-2/+2
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974'Nguyễn Thái Ngọc Duy2011-01-043-450/+451
|\|
| * libbb: move md5 and shaN into a common source file. no code changesDenys Vlasenko2010-10-183-450/+451
* | Merge commit 'eb7fe6dbf5bc93a229379a8047539dd8b90e0974^'Nguyễn Thái Ngọc Duy2011-01-044-24/+29
|\|