1. 04f052c unlzma: fix a case where we could read before beginning of buffer by Denys Vlasenko · 3 years, 6 months ago
  2. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  3. e80d04b unlzma: fix too-eager corruption check by Denys Vlasenko · 6 years ago
  4. a36986b unlzma: close another SEGV possibility by Denys Vlasenko · 7 years ago
  5. 77bf05d unlzma: do emit the error message on bad input, when we exit with 1 by Denys Vlasenko · 7 years ago
  6. e09c426 unlzma: fix another SEGV case by Denys Vlasenko · 7 years ago
  7. a1870f4 unlzma: fix segfault on bad archive by Denys Vlasenko · 7 years ago
  8. 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
  9. 590402b unlzma: expand comments, no code changes by Denys Vlasenko · 8 years ago
  10. 3989e5a unlzma: fix erroneous "while" instead of "if". Closes 4682 by Denys Vlasenko · 8 years ago
  11. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  12. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  13. 81071e6 unlzma: add comments about possible bug from BZ 2689 by Denys Vlasenko · 11 years ago
  14. 2108a6f unlzma: move some variables in "more local" scope by Denys Vlasenko · 11 years ago
  15. 507f6ea decompress_unlzma: move function, no code changes by Denys Vlasenko · 12 years ago
  16. a2d04e0 decompress_unlzma: 10% speedup in "small" code by Denys Vlasenko · 12 years ago
  17. c09fd27 decompress_unlzma: make "fast" version a bit smaller by Denys Vlasenko · 12 years ago
  18. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  19. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  20. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago[Renamed (99%) from archival/libunarchive/decompress_unlzma.c]
  21. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  22. 8dc0e19 use PACKED macro insted of open-coding GCC-ism by Denys Vlasenko · 15 years ago
  23. f2c184b unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denys Vlasenko · 15 years ago
  24. 3de3f57 Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)" by Denys Vlasenko · 15 years ago
  25. 9ac3dc7 unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) by Denis Vlasenko · 16 years ago
  26. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  27. 2bbdda0 unlzma: fix memory leak (Pascal Bellard) by Denis Vlasenko · 16 years ago
  28. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  29. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  30. c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  31. 444639c unlzma: save a few more bytes, and maybe even a bit faster now by Denis Vlasenko · 17 years ago
  32. c3fff87 unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>) by Denis Vlasenko · 17 years ago
  33. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  34. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  35. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  36. 3376298 Stop tracking buffer size - it is a constant. by Denis Vlasenko · 18 years ago
  37. 98b8e94 simplify access to buffer, making code a bit smaller by Denis Vlasenko · 18 years ago
  38. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  39. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  40. b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 18 years ago
  41. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
  42. cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
  43. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  44. c1ef7bd just whitespace by Tim Riker · 19 years ago
  45. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago