1. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  2. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  3. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  4. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  5. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  6. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  7. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  8. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
  9. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  10. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  11. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  12. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  13. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  14. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  15. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  16. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  17. c1ef7bd just whitespace by Tim Riker · 19 years ago
  18. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  19. f1ab127 Prepend '-' to the first argument if required, more const, indent by "Vladimir N. Oleynik" · 19 years ago
  20. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  21. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  22. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  23. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  24. ae38d65 abort if user passes -r or if they dont pass anything by Mike Frysinger · 19 years ago
  25. d952ee2 Make it more apparent that archive creation is not supported by Eric Andersen · 20 years ago
  26. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 20 years ago
  27. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  28. 930453b Use bb_getopt_ulflags, saves some space, better argument checking. by Glenn L McGrath · 21 years ago
  29. 142abc1 Fix a compile error when only using ar, patch by Paul van Gool by Glenn L McGrath · 21 years ago
  30. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  31. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  32. 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
  33. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  34. a47a3ea Fix simple define problem by Glenn L McGrath · 22 years ago
  35. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  36. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  37. 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
  38. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  39. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  40. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  41. eb1c940 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. by Glenn L McGrath · 23 years ago
  42. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 23 years ago
  43. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  44. 47fd219 Rename variable that shadows global by Glenn L McGrath · 23 years ago
  45. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  46. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  47. e5f3957 Fix warning by Glenn L McGrath · 23 years ago
  48. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 23 years ago
  49. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  50. 728875f Consmetic changes by Glenn L McGrath · 24 years ago
  51. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  52. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  53. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  54. 4f1b012 Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes. by Glenn L McGrath · 24 years ago
  55. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  56. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  57. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  58. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  59. d995493 Clean up error messages. by Matt Kraai · 24 years ago
  60. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  61. fca8050 Fix .deb unpack and experimental TAR support by Glenn L McGrath · 24 years ago
  62. 49352ad Simplify a few little things, and merge in a patch from by Eric Andersen · 24 years ago
  63. bd7c671 remove some printf statements i forgot about by Glenn L McGrath · 24 years ago
  64. e2b345a Implemented new ar functionality unique to busybox ar (i think), the -R by Glenn L McGrath · 24 years ago
  65. 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
  66. 6fb88e7 Fix permisions by Glenn L McGrath · 24 years ago
  67. 8324b9f Now supports GNU style long filenames. by Glenn L McGrath · 24 years ago
  68. 06aeb6c 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. by Glenn L McGrath · 24 years ago
  69. 6ac18a3 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  70. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  71. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  72. 57ebebf Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to by Eric Andersen · 24 years ago
  73. 852ff13 Update to ar.c from Glenn McGrath. His comments follow: by Eric Andersen · 24 years ago
  74. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago