ar: hopefully fix out-of-bounds read in get_header_ar()
[oweals/busybox.git] / archival / ar.c
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-04 Denys Vlasenkogetopt32: move support for "always treat first arg...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkolibarchive: FEATURE_LZMA_FAST should be visible if...
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2015-10-25 Denys Vlasenkotweak defconfig
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-04-16 Marek PolacekFix double words in comments. No code changes
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-31 Denys Vlasenkolibbb: add xfstat function
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-04-15 Nguyễn Thái Ngọc Duyar: fix a regression: "ar t arch.a" stopped shoting...
2010-03-15 Alexander Shishkinar: add archive creation support
2010-01-04 Denys Vlasenkoar: heh, there *was* "-1" already...
2010-01-04 Denys Vlasenkoar: fix two bugs, one added by prev comment and other...
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2008-07-10 Denis Vlasenkodpkg_deb: slight code shrink
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...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-16 Denis Vlasenkos/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-27 Denis Vlasenkousage.h: remove ugly tricks. We have USE_FEATURE_xxx...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"Prepend '-' to the first argument if required, more...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
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)...
2005-05-09 Mike Frysingerabort if user passes -r or if they dont pass anything
2004-10-07 Eric AndersenMake it more apparent that archive creation is not...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-04 Glenn L McGrathUse bb_getopt_ulflags, saves some space, better argumen...
2003-12-05 Glenn L McGrathFix a compile error when only using ar, patch by Paul...
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
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-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-09-26 Glenn L McGrathFix simple define problem
2002-09-25 Glenn L McGrathNew common unarchive code.
2001-10-25 Glenn L McGrathRecovering from my previous commit
2001-10-13 Glenn L McGrathunarchive function changed to support both exclude...
2001-07-14 Glenn L McGrathAllow the unarchive() extract_list variable to be NULL...
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
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-12 Glenn L McGrathRename variable that shadows global
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-07 Glenn L McGrathFix warning
2001-04-05 Eric AndersenA first pass at making D_FILE_OFFSET_BITS=64 work,...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-11 Glenn L McGrathConsmetic changes
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-02 Glenn L McGrathadd dpkg-deb command
2000-12-15 Glenn L McGrathRewrite, fix a bug with multiple long filenames, simpli...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-05 Mark WhitleyFixed the comments to match the code and renamed the...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-22 Matt KraaiClean up error messages.
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-11 Glenn L McGrathFix .deb unpack and experimental TAR support
2000-09-11 Eric AndersenSimplify a few little things, and merge in a patch...
2000-09-09 Glenn L McGrathremove some printf statements i forgot about
2000-09-09 Glenn L McGrathImplemented new ar functionality unique to busybox...
2000-09-09 Glenn L McGrathChanged getopt so that options can be grouped together...
2000-09-09 Glenn L McGrathFix permisions
2000-09-09 Glenn L McGrathNow supports GNU style long filenames.
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
2000-08-11 Eric AndersenFix to make 'ar xv' work, thanks to Kent Robotti <robot...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-05 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
next