summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2-2/+2
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-01-30dpkg: update supported compression methodsDenys Vlasenko6-0/+50
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-06-22dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko3-6/+14
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-20warning removalCristian Ionescu-Idbohrn2-8/+1
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko7-40/+40
2010-09-06made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko3-3/+3
2010-03-30dpkg: remove redundant checkDenys Vlasenko1-1/+0
2010-03-30dpkg: better check for validity of optionsDenys Vlasenko1-18/+24
2010-03-29dpkg: support config file overwrite optionsKim B. Heino2-16/+127
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko23-160/+231
2010-01-08dpkg: fix handling of names with leading dots. Closes bug 783Denys Vlasenko1-1/+12
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko10-102/+95
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko6-44/+34
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko7-45/+50
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko16-24/+24
2009-07-25dpkg: delete postrm script after it's run, not before. closes bug 449Denys Vlasenko1-8/+13
2008-11-20dpkg: better and shorter code to compare versionsDenis Vlasenko1-68/+59
2008-09-25- add dpkg -l <packagepattern> (Peter Korsgaard)Bernhard Reutner-Fischer1-2/+6
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko21-319/+324
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko9-20/+30
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-12whitespace fixesDenis Vlasenko3-8/+18
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko11-86/+89
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-21dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko1-37/+35
2008-06-21dpkg: code shrinkDenis Vlasenko1-33/+61
2008-06-21dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko1-9/+7
2008-06-05- The conffiles control file isn't required in Debian packages, so don'tBernhard Reutner-Fischer1-2/+4
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-17dpkg: fix bug where existence check was reversedDenis Vlasenko1-8/+4
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko5-40/+48
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko8-46/+31
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
[next]