ash: exec: Stricter pathopt parsing
[oweals/busybox.git] / archival / dpkg_deb.c
2018-12-28 Denys Vlasenkoconfig: dpkg_deb should be dpkg-deb
2018-12-28 Denys Vlasenkoconfig: more tweaks
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2016-12-23 Denys VlasenkoMake DPKG=y and DPKG_DEB=y by default
2016-11-27 Denys Vlasenkodpkg-deb: shorten code, improve help text
2016-11-27 Denys Vlasenkodpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY...
2015-01-30 Denys Vlasenkodpkg: update supported compression methods
2013-11-28 Daniel Borcadpkg-deb: cosmetic correction to usage text
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
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-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-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-06 Pascal Bellarddpkg: add support for lzma compression
2010-01-06 Denys Vlasenkolibunarchive: clean up dirty hacks. code shrank as...
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-10 Denis Vlasenkodpkg_deb: slight code shrink
2007-11-10 Denis Vlasenko*: remove superfluous "?" in option parsing
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-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-10 Bernhard Reutner... - use bb_xchdir instead of ignoring eventual errors...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-07 Glenn L McGrathUse bb_getopt_ulflags, save 100 bytes and strict argume...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-11-13 Glenn L McGrathMinor cleanups
2002-11-05 Glenn L McGrathenable .tar.bz2 for dpkg-deb
2002-09-25 Glenn L McGrathNew common unarchive code.
2001-10-25 Glenn L McGrathRecovering from my previous commit
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-12 Glenn L McGrathdpkg-deb -c works now
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-07 Glenn L McGrathIgnore SIGTERM prior to gz_close()
2001-04-05 Eric Andersendpkg_deb had not been updated for the new gunzip interf...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-12 Glenn L McGrathNew option 'list' produces output that can be used...
2001-02-11 Glenn L McGrathNew function, deb-extract to be used by dpkg, code...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-20 Glenn L McGrathClose files before exit
2001-01-03 Glenn L McGrathFix warning for unused variable
2001-01-02 Glenn L McGrathreally add dpkg-deb.c this time