Commit History

Author SHA1 Message Date
  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 24 years ago
  Glenn L McGrath 4949faf4b2 copy_file_chunk uses streams now. 24 years ago
  Glenn L McGrath 9d53c8ab74 Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c 24 years ago
  Glenn L McGrath e5f3957665 Fix warning 24 years ago
  Eric Andersen 83f173b61e A first pass at making D_FILE_OFFSET_BITS=64 work, from 24 years ago
  Eric Andersen 67991cf824 This patch, put together by Manuel Novoa III, is a merge of work 24 years ago
  Glenn L McGrath 728875f340 Consmetic changes 24 years ago
  Matt Kraai dd19c69904 Removed trailing \n from error_msg{,_and_die} messages. 24 years ago
  Eric Andersen ed3ef50c23 Fix header file usage -- there were many unnecessary header files included in 24 years ago
  Glenn L McGrath 7541e3a812 add dpkg-deb command 24 years ago
  Glenn L McGrath 4f1b0124c7 Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes. 24 years ago
  Mark Whitley f57c944e09 Changed names of functions in utility.c and all affected files, to make 24 years ago
  Mark Whitley 4758368505 Fixed the comments to match the code and renamed the function to a (hopefully) 24 years ago
  Matt Kraai 3e856ce428 Stop using TRUE and FALSE for exit status. 24 years ago
  Eric Andersen 3570a34de4 Renamed "internal.h" to the more sensible "busybox.h". 24 years ago
  Matt Kraai d995493987 Clean up error messages. 24 years ago
  Matt Kraai 322ae93a5e Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of 24 years ago
  Glenn L McGrath fca8050f0f Fix .deb unpack and experimental TAR support 24 years ago
  Eric Andersen 49352adf9c Simplify a few little things, and merge in a patch from 24 years ago
  Glenn L McGrath bd7c67136a remove some printf statements i forgot about 24 years ago
  Glenn L McGrath e2b345a6d8 Implemented new ar functionality unique to busybox ar (i think), the -R 24 years ago
  Glenn L McGrath 437bf72785 Changed getopt so that options can be grouped together, the source 24 years ago
  Glenn L McGrath 6fb88e73f7 Fix permisions 24 years ago
  Glenn L McGrath 8324b9f1aa Now supports GNU style long filenames. 24 years ago
  Glenn L McGrath 06aeb6c417 ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. 24 years ago
  Eric Andersen 6ac18a3d83 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> 24 years ago
  Matt Kraai bf181b9338 Extract usage information into a separate file. 24 years ago