aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* warning removalCristian Ionescu-Idbohrn2011-05-201-7/+0
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+28
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-5/+6
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-2/+2
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* dpkg: remove redundant checkDenys Vlasenko2010-03-301-1/+0
* dpkg: better check for validity of optionsDenys Vlasenko2010-03-301-18/+24
* dpkg: support config file overwrite optionsKim B. Heino2010-03-291-15/+111
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-4/+6
* dpkg: fix handling of names with leading dots. Closes bug 783Denys Vlasenko2010-01-081-1/+12
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-061-20/+20
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-161-4/+12
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-2/+2
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-2/+2
* dpkg: delete postrm script after it's run, not before. closes bug 449Denys Vlasenko2009-07-251-8/+13
* dpkg: better and shorter code to compare versionsDenis Vlasenko2008-11-201-68/+59
* - add dpkg -l <packagepattern> (Peter Korsgaard)Bernhard Reutner-Fischer2008-09-251-2/+6
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-4/+4
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-2/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-5/+5
* whitespace fixesDenis Vlasenko2008-07-121-1/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-7/+7
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-2/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko2008-06-211-37/+35
* dpkg: code shrinkDenis Vlasenko2008-06-211-33/+61
* dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2008-06-211-9/+7
* - The conffiles control file isn't required in Debian packages, so don'tBernhard Reutner-Fischer2008-06-051-2/+4
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* dpkg: fix bug where existence check was reversedDenis Vlasenko2008-02-171-8/+4
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-3/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-4/+4
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-4/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+3
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-6/+5
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-1/+1
* - kiltedknight writes: Busybox incorrectly parses a line from the status file...Bernhard Reutner-Fischer2007-06-051-2/+2
* - fix typo in error message. Closes #1308Bernhard Reutner-Fischer2007-06-051-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* dpkg: use nitfields which are a bit closer to typical ushort.Denis Vlasenko2007-04-131-62/+65