summaryrefslogtreecommitdiff
path: root/archival/dpkg.c
Commit message (Expand)AuthorAgeFilesLines
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+1
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* dpkg: fix CONFIG_FEATURE_CLEAN_UP handlingPeter Korsgaard2017-07-051-4/+0
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-13/+13
* Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2016-12-231-1/+1
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-4/+4
* dpkg: update supported compression methodsDenys Vlasenko2015-01-301-0/+11
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-1/+11
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-1/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+3
* dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko2012-06-221-4/+9
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: 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