1. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  2. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  3. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  4. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  5. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  6. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  7. 4d5955e decompress_uncompress: comment out a bigger chunk of debug code by Denys Vlasenko · 12 years ago
  8. a846117 decompress_uncompress: comment out debug printout on corrupted data by Denys Vlasenko · 12 years ago
  9. c71547c decompress_uncompress: move 'code' variable into loop - sole user by Denys Vlasenko · 12 years ago
  10. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  11. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  12. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  13. a04e4c2 uncompress: die on read errors by Denys Vlasenko · 13 years ago
  14. 251fc70 uncompress: fix buffer underrun by corrupted input by Denys Vlasenko · 13 years ago
  15. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago[Renamed (99%) from archival/libunarchive/decompress_uncompress.c]
  16. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  17. ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
  18. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  19. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  20. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  21. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  22. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  23. 8746885 style fixes by Denis Vlasenko · 18 years ago
  24. 447b543 Stopped doing assignments inside expressions. Who wrote this gem, I wonder? by Denis Vlasenko · 18 years ago
  25. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  26. 5d72546 - strip 399424 off the bss by making decompress_uncompress buffers config buffers. by Bernhard Reutner-Fischer · 18 years ago
  27. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  28. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  29. 2ad1e7c Patch from Vladamir Oleynik, reducing memory consumption. by Rob Landley · 19 years ago
  30. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  31. 0c520e0 remove unrequired dependences by "Vladimir N. Oleynik" · 19 years ago
  32. cc428da punt unused variable by Mike Frysinger · 19 years ago
  33. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  34. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  35. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  36. 1a2d75f Use safe read by Glenn L McGrath · 21 years ago
  37. 56f16b4 tar -Z, uncompress support by Glenn L McGrath · 21 years ago
  38. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  39. fedbfe4 Style by Glenn L McGrath · 22 years ago
  40. 2fc54a9 Fix #define syntax by Glenn L McGrath · 22 years ago
  41. bf1cc8b Make uncompress a seperate applet so it doesnt pull in all the gunzip code by Glenn L McGrath · 22 years ago
  42. d6aec86 Allow short reads when filling compress buffer by Glenn L McGrath · 22 years ago
  43. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  44. 94a6a95 Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 23 years ago