aboutsummaryrefslogtreecommitdiff
path: root/archival/ar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-161-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-3/+3
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda2006-09-271-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-10/+2
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-13/+1
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* just whitespacetimr2006-01-251-2/+2
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-8/+1
* Prepend '-' to the first argument if required, more const, indentvodz2005-10-121-7/+12
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-111-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-2/+2
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-111-1/+1
* abort if user passes -r or if they dont pass anythingvapier2005-05-091-3/+8
* Make it more apparent that archive creation is not supportedandersen2004-10-071-6/+10
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Use bb_getopt_ulflags, saves some space, better argument checking.bug12004-01-041-70/+32
* Fix a compile error when only using ar, patch by Paul van Goolbug12003-12-051-1/+1
* As we no longer use function pointers for read in common archiving codebug12003-11-211-1/+1
* Major coreutils update.mjn32003-03-191-6/+6
* Move add_to_list from libunarchive to libbb so it can be of more general use ...bug12002-12-081-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...bug12002-11-031-14/+6
* Fix simple define problembug12002-09-261-2/+3
* New common unarchive code.bug12002-09-251-31/+92
* Recovering from my previous commitbug12001-10-251-1/+2
* unarchive function changed to support both exclude and include lists, applets...bug12001-10-131-1/+1
* Allow the unarchive() extract_list variable to be NULL, meaning extract allbug12001-07-141-5/+5
* Allow unarchive to redirect stdout (tobe used by dpkg applet)bug12001-07-111-1/+1
* cpio applet, and changes to associated codebug12001-06-221-1/+1
* Reorganise unarchiving functions, more code re-use, only does single pass(no ...bug12001-06-201-21/+21
* Reorganise archive extraction codebug12001-06-131-63/+25
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-161-1/+1
* Rename variable that shadows globalbug12001-04-121-16/+16
* copy_file_chunk uses streams now.bug12001-04-111-17/+19
* Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cbug12001-04-111-102/+0
* Fix warningbug12001-04-071-1/+1
* A first pass at making D_FILE_OFFSET_BITS=64 work, fromandersen2001-04-051-3/+3
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Consmetic changesbug12001-02-111-7/+11
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-3/+3
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+4
* add dpkg-deb commandbug12001-01-021-1/+1
* Rewrite, fix a bug with multiple long filenames, simplify structure, remove c...bug12000-12-151-314/+142
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-12/+12