Commit History

Author SHA1 Message Date
  "Vladimir N. Oleynik" 27421a1878 1) bb_opt_complementaly -> bb_opt_complementally 19 years ago
  Mike Frysinger 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 19 years ago
  Mike Frysinger ae38d65e95 abort if user passes -r or if they dont pass anything 19 years ago
  Eric Andersen d952ee2e9e Make it more apparent that archive creation is not supported 20 years ago
  Glenn L McGrath c6992feee3 Update my email address, document some of my tasks in the AUTHORS file 20 years ago
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 years ago
  Glenn L McGrath 930453bdcf Use bb_getopt_ulflags, saves some space, better argument checking. 20 years ago
  Glenn L McGrath 142abc18ce Fix a compile error when only using ar, patch by Paul van Gool 20 years ago
  Glenn L McGrath 7ffe133864 As we no longer use function pointers for read in common archiving code 20 years ago
  Manuel Novoa III cad5364599 Major coreutils update. 21 years ago
  Glenn L McGrath 66125c8065 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). 21 years ago
  Glenn L McGrath 237ae42fc9 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j 21 years ago
  Glenn L McGrath a47a3eada6 Fix simple define problem 22 years ago
  Glenn L McGrath 7ca04f328e New common unarchive code. 22 years ago
  Glenn L McGrath ef0eab514d Recovering from my previous commit 23 years ago
  Glenn L McGrath 4bef7b4186 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. 23 years ago
  Glenn L McGrath a868ec89e8 Allow the unarchive() extract_list variable to be NULL, meaning extract all 23 years ago
  Glenn L McGrath c127008840 Allow unarchive to redirect stdout (tobe used by dpkg applet) 23 years ago
  Glenn L McGrath 8f5b63edea cpio applet, and changes to associated code 23 years ago
  Glenn L McGrath eb1c94078f Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. 23 years ago
  Glenn L McGrath 9aff903603 Reorganise archive extraction code 23 years ago
  Matt Kraai 59df6f7398 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 23 years ago
  Glenn L McGrath 47fd219c95 Rename variable that shadows global 23 years ago
  Glenn L McGrath 4949faf4b2 copy_file_chunk uses streams now. 23 years ago
  Glenn L McGrath 9d53c8ab74 Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c 23 years ago
  Glenn L McGrath e5f3957665 Fix warning 23 years ago
  Eric Andersen 83f173b61e A first pass at making D_FILE_OFFSET_BITS=64 work, from 23 years ago
  Eric Andersen 67991cf824 This patch, put together by Manuel Novoa III, is a merge of work 23 years ago
  Glenn L McGrath 728875f340 Consmetic changes 23 years ago
  Matt Kraai dd19c69904 Removed trailing \n from error_msg{,_and_die} messages. 23 years ago