1. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  2. 4d0cd28 cpio: make long opts depend only on ENABLE_GETOPT_LONG by Denis Vlasenko · 16 years ago
  3. ee1b3b1 cpio: on unpack, limit filename length to 8k; shorten comment a bit by Denis Vlasenko · 16 years ago
  4. 2b407b1 cpio: support some long options; document GNU options by Denis Vlasenko · 16 years ago
  5. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  6. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  7. bbd55c9 cpio: fix -m to actually work as expected (Pascal Bellard) by Denis Vlasenko · 16 years ago
  8. 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
  9. 1a95e39 cpio: typo fix in error message by Denis Vlasenko · 17 years ago
  10. 261f237 cpio: optional support for writing cpio files in newc format. by Denis Vlasenko · 17 years ago
  11. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  12. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  13. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  14. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  15. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  16. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  17. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  18. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  19. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  20. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  21. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  22. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  23. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  24. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  25. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  26. 10b7813 Fix option handling, -i or -t must be given, if both ignore the -t. by Glenn L McGrath · 21 years ago
  27. 4cee66d Dont unlink when testing ! by Glenn L McGrath · 21 years ago
  28. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  29. b72a735 rpm applet by Laurence Anderson by Glenn L McGrath · 22 years ago
  30. 66125c8 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). by Glenn L McGrath · 22 years ago
  31. 8e94098 Change filter paramaters, filters can be more powefull now by Glenn L McGrath · 22 years ago
  32. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  33. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  34. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  35. 4bef7b4 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. by Glenn L McGrath · 23 years ago
  36. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  37. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  38. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  39. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago