1. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  2. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  3. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 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. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  7. 932e233 bunzip2: fix off-by-one check by Denys Vlasenko · 11 years ago
  8. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  9. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  10. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  11. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago[Renamed (99%) from archival/libunarchive/decompress_bunzip2.c]
  12. 4d4d1a0 whitespace fix by Denys Vlasenko · 14 years ago
  13. 8531c43 decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE by Denys Vlasenko · 14 years ago
  14. f16727e decompress_bunzip2: code shrink ~5 bytes by Denys Vlasenko · 14 years ago
  15. 0c57697 decompress_bunzip2: code shrink ~10 bytes by Denys Vlasenko · 14 years ago
  16. 5d49b72 decompress_bunzip2: add profiling data to comment. no code changes by Denys Vlasenko · 14 years ago
  17. 1014a9a decompress_bunzip2: relieve register pressure in hot function read_bunzip by Denys Vlasenko · 14 years ago
  18. bf3bec5 decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop by Denys Vlasenko · 14 years ago
  19. 36ef0a6 decompress_bunzip2: code shrink by Denys Vlasenko · 14 years ago
  20. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  21. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  22. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  23. 620e863 bzip2 decompression: simple code shrink by Denys Vlasenko · 14 years ago
  24. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  25. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  26. 86d88c0 bunzip2: make proper fix for the problem "fixed" in rev. 22521 by Denis Vlasenko · 16 years ago
  27. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  28. 5fb7953 bunzip2: fix an uncompression error. Add the example to testsuite. by Denis Vlasenko · 16 years ago
  29. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  30. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  31. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  32. 52a4388 bunzip: small code shrink and consmetics by Denis Vlasenko · 17 years ago
  33. 66bbfbd bunzip2: trim verbose messages by Denis Vlasenko · 17 years ago
  34. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  35. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  36. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  37. 246b5c3 one-liner: fix indentation by Denis Vlasenko · 18 years ago
  38. b38cf3f bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ by Denis Vlasenko · 18 years ago
  39. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  40. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  41. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  42. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  43. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  44. e66c7ef Busybox is under the GPL. by Rob Landley · 19 years ago
  45. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  46. cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
  47. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  48. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  49. efae294 Fix for an integer overflow bug that could cause a segfault on certain by Rob Landley · 19 years ago
  50. 2c98c40 The tendency of vi to auto-indent can be really annoying at times. by Rob Landley · 19 years ago
  51. f856eab More whitespace than you can possibly imagine... by Rob Landley · 19 years ago
  52. c1ef7bd just whitespace by Tim Riker · 19 years ago
  53. 1ff789c Stop gcc4 from nit-picking about signedness of char *. by Rob Landley · 19 years ago
  54. a8b98d6 Don't document compiler warnings. _FIX_ compiler warnings. by Rob Landley · 20 years ago
  55. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  56. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  57. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  58. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  59. 2685724 Fix tar -j support by Glenn L McGrath · 21 years ago
  60. 8179cf2 Put back the tar support stubs (and warnings) for now. by Eric Andersen · 21 years ago
  61. 1c83440 Add some error messages, use xmalloc instead of malloc by Glenn L McGrath · 21 years ago
  62. 5fa4db2 Another bzip2 update and speedup from Manuel Novoa III, with some by Eric Andersen · 21 years ago
  63. 1acfb72 Manuel Novoa III writes: by Eric Andersen · 21 years ago
  64. 0d6d88a Rob Landley's new micro-bunzip version 3. Rob writes: by Eric Andersen · 21 years ago
  65. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  66. 7f2a953 Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files by Glenn L McGrath · 22 years ago
  67. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  68. 60bce49 Move bunzip2 idecompression code to libunarchive by Glenn L McGrath · 22 years ago