summaryrefslogtreecommitdiff
path: root/archival/dpkg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.Denis Vlasenko2007-03-291-5/+3
* dpkg: free_package(NULL) is ok, so don't test for NULL, just free.Denis Vlasenko2007-03-191-5/+2
* Kim B. Heino writes:Bernhard Reutner-Fischer2007-03-191-5/+3
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-8/+0
* dpkg: fix segfault on "dpkg -i"Denis Vlasenko2007-02-151-15/+15
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-6/+6
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-2/+2
* dpkg: getopt32-ification etc, -100 bytesDenis Vlasenko2006-12-221-223/+170
* remove casts from xmalloc()Denis Vlasenko2006-12-191-3/+3
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-1/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-6/+6
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* small style fixesDenis Vlasenko2006-10-121-3/+7
* dpkg: fix use-after-free (bug 939)Denis Vlasenko2006-09-301-7/+4
* dpkg: style fixes; short -> int (generated code is smaller)Denis Vlasenko2006-09-281-54/+54
* dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)Denis Vlasenko2006-09-281-76/+87
* silly switch style fixDenis Vlasenko2006-09-271-2/+2
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-3/+3