aboutsummaryrefslogtreecommitdiff
path: root/archival/ar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed the comments to match the code and renamed the function to a (hopefully)markw2000-12-051-2/+2
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Clean up error messages.kraai2000-09-221-11/+8
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-7/+7
* Fix .deb unpack and experimental TAR supportbug12000-09-111-87/+178
* Simplify a few little things, and merge in a patch fromandersen2000-09-111-11/+11
* remove some printf statements i forgot aboutbug12000-09-091-3/+0
* Implemented new ar functionality unique to busybox ar (i think), the -Rbug12000-09-091-19/+15
* Changed getopt so that options can be grouped together, the sourcebug12000-09-091-14/+12