1. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  2. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  3. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 17 years ago
  4. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  5. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 17 years ago
  6. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  7. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  8. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  9. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  10. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  11. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  12. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  13. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  14. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  15. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  16. dfcb5b0 s/u_int/uint/g by Eric Andersen · 21 years ago
  17. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  18. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  19. f92caa7 Call lseek directly rather than via data_align() by Glenn L McGrath · 22 years ago
  20. 2a2ab14 Fix an obvious thinko -Erik by Eric Andersen · 22 years ago
  21. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  22. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  23. a5f09c6 Use fopen wrapper. by Matt Kraai · 23 years ago
  24. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  25. 26a0d9a Call setvbuf from here isntead of gz_open for compatability with uclibc by Glenn L McGrath · 23 years ago
  26. f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago