summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0467-354/+427
|\
| * tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko2011-01-041-0/+19
| * bzip2: plug memory leak on every processed fileDenys Vlasenko2010-12-302-5/+5
| * cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-39/+66
| * modprobe: add support for --show-dependsSerj Kalichev2010-12-261-1/+0
| * rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-0366-49/+49
| * *: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko2010-11-039-73/+3
| * whitespace fixDenys Vlasenko2010-11-011-1/+1
| * decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITEDenys Vlasenko2010-11-011-1/+2
| * decompress_bunzip2: code shrink ~5 bytesDenys Vlasenko2010-10-301-12/+13
| * decompress_bunzip2: code shrink ~10 bytesDenys Vlasenko2010-10-301-74/+99
| * decompress_bunzip2: add profiling data to comment. no code changesDenys Vlasenko2010-10-291-0/+11
| * decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko2010-10-291-7/+13
| * decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loopDenys Vlasenko2010-10-291-21/+28
| * decompress_bunzip2: code shrinkDenys Vlasenko2010-10-291-44/+67
| * whitespace cleanupDenys Vlasenko2010-10-296-26/+26
| * decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-25/+49
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-043-5/+5
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-283-5/+5
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-044-42/+15
|\|
| * libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-274-42/+15
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-044-5/+7
|\|
| * *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
| * cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2010-10-181-1/+3
| * *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-2/+2
| * tweak help textDenys Vlasenko2010-10-091-1/+1
* | win32: enable lzop (requires WIN32_NET)Nguyễn Thái Ngọc Duy2010-09-201-0/+1
* | win32: bbunpack: close stdin before removing compressed fileNguyễn Thái Ngọc Duy2010-09-201-0/+2
* | win32: tar: do not check for archiving the target archive itselfNguyễn Thái Ngọc Duy2010-09-201-0/+2
* | Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-142-16/+23
|\|
| * made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
| * lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko2010-09-041-15/+22
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1441-55/+54
|\|
| * libbb: add xfstat functionDenys Vlasenko2010-08-312-4/+2
| * bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko2010-08-291-0/+1
| * typo fixes in config help textDenys Vlasenko2010-08-291-2/+2
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1640-49/+49
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-5/+1
|\|
| * *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
| * *: more empty lines removed. no code changesDenys Vlasenko2010-07-261-1/+0
| * *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-262-2/+0
| * tweak defconfigDenys Vlasenko2010-07-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1417-279/+536
|\|
| * remove unzip doc: we don't have 100% proof it's ok to distributeDenys Vlasenko2010-07-101-0/+0
| * whitespace fixesDenys Vlasenko2010-07-061-1/+1
| * randomconfig fixesDenys Vlasenko2010-07-052-1/+2
| * *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-043-20/+5
| * remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-0/+1
| * consolidate xz format comment. no code changesDenys Vlasenko2010-07-011-2/+0
| * xz compression detection: avoid the need to seekDenys Vlasenko2010-07-013-3/+14