The tendency of vi to auto-indent can be really annoying at times.
[oweals/busybox.git] / archival /
2006-02-17 Rob LandleyThe tendency of vi to auto-indent can be really annoyin...
2006-02-17 Rob LandleyMore whitespace than you can possibly imagine...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 Eric Andersenpassing around an int as a void* is a very bad idea
2006-01-30 Eric Andersensort out yet more type issues
2006-01-30 Eric Andersenfixup a few types to prevent gcc (rightfully) whining...
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-10 Rob LandleyDon't return 0 when there's an error.
2006-01-09 Rob LandleyBug 547: writing out the tar file header before we...
2006-01-04 Mike Frysingeruse MAP_PRIVATE instead of MAP_SHARED for uClinux syste...
2005-12-29 Bernhard Reutner... - silence warning about unused param
2005-12-16 Rob LandleyBug 601: When we fork an archiver and feed stuff to...
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-12-06 "Vladimir N. Oleynik"reduce 3 warning if compile with -W
2005-11-12 Rob LandleyI noticed that "tar tvjf file.tbz" was segfaulting...
2005-10-27 Rob LandleyAdd --no-same-owner and --no-same-permissions options...
2005-10-16 Rob LandleyThe fact "tar tvjf thing.tbz" didn't work was due to...
2005-10-16 Rob LandleyWhitespace and curly bracket cleanup (our tabstop is...
2005-10-15 "Vladimir N. Oleynik"llist must initialize, add loses ifdef, small indent...
2005-10-15 Rob LandleyAdd --exclude option (to make uClibc-0.9.28 headers...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-13 Bernhard Reutner... - typo in makefile variable: s/archvial/archival/
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"Prepend '-' to the first argument if required, more...
2005-10-12 "Vladimir N. Oleynik"new featured bb_opt_complementally, correct argc checking
2005-10-11 Rob LandleyThere doesn't seem to be a standard header for makedev...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-25 Rob LandleyStop gcc4 from nit-picking about signedness of char *.
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-14 Rob LandleyPatch from Berhnard Fischer to keep duplicate objects...
2005-09-14 "Vladimir N. Oleynik"remove unrequired dependences
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-06 "Vladimir N. Oleynik"typo, thanks, Bernhard Fischer
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyFix for bug 383: attempting to "tar c /" would error...
2005-08-31 Rob LandleyAnand Avati hit an integer overflow problem in our...
2005-08-30 Rob LandleyDon't comment warnings, _FIX_ warnings. (And putting...
2005-08-30 Rob LandleyDirk Clemens pointed out how easy it is to support...
2005-08-16 Mike FrysingerBernhard Fischer says: use xmalloc() instead of malloc()
2005-07-30 Mike Frysingerpunt unused variable
2005-07-30 Mike Frysingertell people to ignore the save_name warning
2005-07-30 Mike Frysingerrename the accept/reject names since accept overrides...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-22 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fixes from:
2005-07-20 Paul Foxapplying fix for:
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
2005-04-23 Mike Frysingeradd comments about ignoring some warnings which are OK
2005-04-20 Mike Frysingerfix printf warning
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2005-03-02 Manuel Novoa III Bandaid to make "gzip file1 file2 ..." set the decompre...
2005-03-01 Manuel Novoa III When filling the bit buffer, gzip decompression apparen...
2005-02-11 Eric AndersenTakeharu KATO writes:
2004-12-17 Rob LandleyMinor in-passing crapectomy.
2004-11-16 Rob LandleyDon't document compiler warnings. _FIX_ compiler warnings.
2004-10-13 Eric AndersenMake certain clients of bb_make_directory default to...
2004-10-08 Eric Andersenegor duda writes:
2004-10-07 Eric AndersenMake it more apparent that archive creation is not...
2004-08-28 Eric AndersenFixup some warnings
2004-08-26 Eric AndersenTito writes:
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-07-21 Glenn L McGrathFixup -T (--files-from) option, works for non-directori...
2004-06-06 Glenn L McGrathUpdate reference for zip format
2004-05-05 Eric AndersenSteve Grubb writes:
2004-04-29 Glenn L McGrathFix symlink handling and small memory leak
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-09 Glenn L McGrathAdd a comment explaining why we have to check for an...
2004-04-05 Eric Andersenrename uncompress.c to decompress_uncompress.c
2004-03-27 Eric AndersenAdd missing include files
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-25 Glenn L McGrathFix option handling, -i or -t must be given, if both...
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2004-02-20 Glenn L McGrathFix up hard links
2004-02-20 Glenn L McGrathA strict interpretation of the ustar format requires...
2004-02-19 Glenn L McGrathAdd extra comments, freakout if a pax archive is encout...
2004-02-17 Glenn L McGrathRemove debugging
2004-02-17 Glenn L McGrathDont strip trailing '/' until _after_ i test to set...
2004-01-30 Eric Andersens/u_int/uint/g
2004-01-25 Glenn L McGrathAdd the -h, --dereference option for archive creation.
2004-01-17 Glenn L McGrathPatch from Arthur Othieno, clarify common options betwe...
2004-01-07 Glenn L McGrathUse bb_getopt_ulflags, save 100 bytes and strict argume...
2004-01-05 Glenn L McGrathUse bb_getopt_ulflags, save 150 bytes.
2004-01-05 Glenn L McGrathUse bb_getopt_ulflags, simplify some logic, saves some...
2004-01-04 Glenn L McGrathFix usage with libraries, skip symbol table.
2004-01-04 Glenn L McGrathUse bb_getopt_ulflags, saves some space, better argumen...
2003-12-26 Glenn L McGrathIsolate code better for unused options, config option...
2003-12-22 Glenn L McGrathFix a bug of mine where extracting files to stdout...
next