add -fvisibility=hidden to CC flags, mark XXX_main functions
[platform/upstream/busybox.git] / archival / dpkg.c
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
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-12-02 Glenn L McGrathMove compare_string_array to libbb
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-06 Glenn L McGrathUse a switch instead of successive if (strcmp()) statments.
2002-11-06 Glenn L McGrathSplit deb_extract() into more generic functions
2002-11-05 Glenn L McGrathSupport for bziped debs, i.e. use .tar.bz2 instead...
2002-11-03 Glenn L McGrathMove data_extract_all_prefix to dpkg, its only used...
2002-10-19 Glenn L McGrathUpdate dpkg to use new unarchive code
2002-05-29 Glenn L McGrathPatch from Randolfe Averty to fixup package conflict...
2002-01-02 Matt Kraai* archival/dpkg.c (create_list): Use chomp.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-05 Glenn L McGrathFix some fegfaults and picket fence
2001-12-05 Glenn L McGrathFail gracefully if package depends on a virtual package.
2001-11-19 Matt KraaiFix opt type in dpkg (closes: #118975).
2001-11-03 Glenn L McGrathFix create list segfault
2001-10-25 Glenn L McGrathRecovering from my previous commit
2001-10-25 Glenn L McGrathModify applets to use libunarchive
2001-10-23 Glenn L McGrathAbort if scripts return value != 0
2001-10-18 Matt KraaiProcess extra empty lines correctly.
2001-10-18 Matt KraaiRemove xmalloc calls.
2001-10-06 Glenn L McGrathAnother part of Stafan's latest patch, when replacing...
2001-10-06 Glenn L McGrathstatus_package_num should refer to package not status.
2001-10-04 Glenn L McGrathFixes with help from Stefan, Typo in prerm script,...
2001-10-03 Glenn L McGrathExtract control.tar.gz and data.tar.gz unconditionally...
2001-09-29 Glenn L McGrathFix return status, picked up by Stefan
2001-09-22 Glenn L McGrathThe <package>.list file was prepending "./" to the...
2001-09-22 Glenn L McGrathDont free everytime getline() is used, fix from Stefan...
2001-09-21 Glenn L McGrathFix to make preinst run when required, from Stefan...
2001-09-21 Glenn L McGrathImplement dpkg -l option, from Stefan Soucek (slightly...
2001-08-15 Glenn L McGrathFix version comparision bug
2001-07-19 Glenn L McGrathCleanup (most) memory leaks
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-18 Glenn L McGrathUse the unofficial -C instead of -c to --configure...
2001-07-18 Glenn L McGrathMore feedback to user
2001-07-18 Glenn L McGrathBe more verbose when configureing package, minor changes
2001-07-18 Glenn L McGrathUse xfopen to abort on error to prevent segfaulting...
2001-07-14 Glenn L McGrathTolerate fields with no data, e.g. "Depends: "
2001-07-13 Glenn L McGrathTotal rewrite, uses hash tables for speed and low memor...
2001-07-11 Glenn L McGrathUnpack the filename not the package name
2001-07-07 Eric AndersenMinor update to include file ordering
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-13 Glenn L McGrathReorganise archive extraction code
next