summaryrefslogtreecommitdiff
path: root/archival/ar.c
Commit message (Expand)AuthorAgeFilesLines
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-2/+2
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-8/+1
* Prepend '-' to the first argument if required, more const, indent"Vladimir N. Oleynik"2005-10-121-7/+12
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-2/+2
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* abort if user passes -r or if they dont pass anythingMike Frysinger2005-05-091-3/+8
* Make it more apparent that archive creation is not supportedEric Andersen2004-10-071-6/+10
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Use bb_getopt_ulflags, saves some space, better argument checking.Glenn L McGrath2004-01-041-70/+32
* Fix a compile error when only using ar, patch by Paul van GoolGlenn L McGrath2003-12-051-1/+1
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-6/+6
* Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath2002-12-081-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-14/+6
* Fix simple define problemGlenn L McGrath2002-09-261-2/+3
* New common unarchive code.Glenn L McGrath2002-09-251-31/+92
* Recovering from my previous commitGlenn L McGrath2001-10-251-1/+2
* unarchive function changed to support both exclude and include lists, applets...Glenn L McGrath2001-10-131-1/+1
* Allow the unarchive() extract_list variable to be NULL, meaning extract allGlenn L McGrath2001-07-141-5/+5
* Allow unarchive to redirect stdout (tobe used by dpkg applet)Glenn L McGrath2001-07-111-1/+1
* cpio applet, and changes to associated codeGlenn L McGrath2001-06-221-1/+1
* Reorganise unarchiving functions, more code re-use, only does single pass(no ...Glenn L McGrath2001-06-201-21/+21
* Reorganise archive extraction codeGlenn L McGrath2001-06-131-63/+25
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-1/+1
* Rename variable that shadows globalGlenn L McGrath2001-04-121-16/+16
* copy_file_chunk uses streams now.Glenn L McGrath2001-04-111-17/+19
* Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cGlenn L McGrath2001-04-111-102/+0
* Fix warningGlenn L McGrath2001-04-071-1/+1
* A first pass at making D_FILE_OFFSET_BITS=64 work, fromEric Andersen2001-04-051-3/+3
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Consmetic changesGlenn L McGrath2001-02-111-7/+11
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-3/+3
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+4
* add dpkg-deb commandGlenn L McGrath2001-01-021-1/+1
* Rewrite, fix a bug with multiple long filenames, simplify structure, remove c...Glenn L McGrath2000-12-151-314/+142
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-12/+12
* Fixed the comments to match the code and renamed the function to a (hopefully)Mark Whitley2000-12-051-2/+2
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Clean up error messages.Matt Kraai2000-09-221-11/+8
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-7/+7
* Fix .deb unpack and experimental TAR supportGlenn L McGrath2000-09-111-87/+178
* Simplify a few little things, and merge in a patch fromEric Andersen2000-09-111-11/+11