Bump to version 1.22.1
[platform/upstream/busybox.git] / archival / dpkg.c
2013-11-14 Denys Vlasenkoarchival/*: move "config:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "kbuild:" snippets into .c files
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-06-22 Denys Vlasenkodpkg: fix creation of .list files (were empty since...
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-20 Cristian Ionescu... warning removal
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-16 Denys Vlasenko*: pass md5/shaN context pointer as 1st arg, not last
2010-09-06 Denys Vlasenkomade 3 license strings to follow the usual form ("or...
2010-03-30 Denys Vlasenkodpkg: remove redundant check
2010-03-30 Denys Vlasenkodpkg: better check for validity of options
2010-03-29 Kim B. Heinodpkg: support config file overwrite options
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2010-01-08 Denys Vlasenkodpkg: fix handling of names with leading dots. Closes...
2010-01-06 Denys Vlasenkolibunarchive: clean up dirty hacks. code shrank as...
2009-12-16 Denys Vlasenkolibunarchive: move dpkg-specific things into dpkg.c...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-07-25 Denys Vlasenkodpkg: delete postrm script after it's run, not before...
2008-11-20 Denis Vlasenkodpkg: better and shorter code to compare versions
2008-09-25 Bernhard Reutner... - add dpkg -l <packagepattern> (Peter Korsgaard)
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-12 Denis Vlasenkowhitespace fixes
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-28 Denis Vlasenkolibunarchive: stop using static data in archivers ...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-21 Denis Vlasenkodpkg: trivial code shrinkage, and redo G trick correctly.
2008-06-21 Denis Vlasenkodpkg: code shrink
2008-06-21 Denis Vlasenkodpkg: code shrink (by Peter Korsgaard <jacmet@uclibc...
2008-06-05 Bernhard Reutner... - The conffiles control file isn't required in Debian...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-17 Denis Vlasenkodpkg: fix bug where existence check was reversed
2007-12-26 Denis VlasenkoFix xmalloc_fgets_str so that it really does NOT strip...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
2007-06-05 Bernhard Reutner... - kiltedknight writes: Busybox incorrectly parses a...
2007-06-05 Bernhard Reutner... - fix typo in error message. Closes #1308
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-13 Denis Vlasenkodpkg: use nitfields which are a bit closer to typical...
2007-03-29 Denis Vlasenkodpkg: run_package_script() returns 0 if all ok and...
2007-03-19 Denis Vlasenkodpkg: free_package(NULL) is ok, so don't test for NULL...
2007-03-19 Bernhard Reutner... Kim B. Heino writes:
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-02-15 Denis Vlasenkodpkg: fix segfault on "dpkg -i"
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-12-22 Denis Vlasenkodpkg: getopt32-ification etc, -100 bytes
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkosmall style fixes
2006-09-30 Denis Vlasenkodpkg: fix use-after-free (bug 939)
2006-09-28 Denis Vlasenkodpkg: style fixes; short -> int (generated code is...
2006-09-28 Denis Vlasenkodpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-05 Rob LandleyThe bb_ prefixes were removed from xasprintf() and...
2006-09-03 Denis Vlasenkodpkg: fix buffer overflow (bug 983)
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-05-29 Bernhard Reutner... - ls: remove unused variable
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-01-25 Tim Rikerjust whitespace
2005-08-16 Mike FrysingerBernhard Fischer says: use xmalloc() instead of malloc()
2005-07-22 Paul Foxapplying fix for:
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-28 Glenn L McGrathPatch from Ian Campbell, fix or'ed dependencies and...
2003-11-26 Glenn L McGrathImportant bugfixes from Ian Campbell.
2003-09-15 Eric AndersenDo not shadow the global name 'accept'
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Glenn L McGrathUse libbb/get_line_from_file instead of getline
next