1. 87a08e4 lzop: remove method checks which are always true/false by Denys Vlasenko · 7 years ago
  2. 3d4f688 lzop: buffer several 32-bit writes when we start a new compressed block by Denys Vlasenko · 7 years ago
  3. 24ef5c6 lzop: reuse strings by Denys Vlasenko · 7 years ago
  4. 15684bf lzop: checksum reads do not need to be checksummed by Denys Vlasenko · 7 years ago
  5. 3a7d16d lzop: don't support ancient versions < 0.94 (15 Oct 1997) by Denys Vlasenko · 7 years ago
  6. 434f959 lzop: code shrink by using header_t matching on-disk layout by Denys Vlasenko · 7 years ago
  7. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  8. 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
  9. 97058d0 unlzop: fix --help: it has -U instead of -k by Denys Vlasenko · 7 years ago
  10. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  11. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  12. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  13. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  14. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  15. 1c013fa archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop by Denys Vlasenko · 7 years ago
  16. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  17. eb3fdc8 Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable by Denys Vlasenko · 8 years ago
  18. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  19. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  20. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  21. 4840325 lzop: eliminate variable, use "int" as return type by Denys Vlasenko · 9 years ago
  22. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  23. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  24. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
  25. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  26. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  27. 93b5181 archival: note implicit dependencies between lzop & bbunzip by Mike Frysinger · 12 years ago
  28. 2fe5fed lzop: fiq -q and OPTION_DECOMPRESS mismatch by Denys Vlasenko · 12 years ago
  29. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  30. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  31. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  32. d6f5000 *: style fixes. no code changes by Denys Vlasenko · 13 years ago
  33. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  34. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  35. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  36. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  37. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  38. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  39. 8ae6e9b lzop: fix misordered "v=NULL; free(v)", small code shrink by Denys Vlasenko · 14 years ago
  40. 39a04f7 archival/*: shrink by reusing sufficiently similar functions by Denys Vlasenko · 15 years ago
  41. 8bcaa6a lzop: fix indentation by Denys Vlasenko · 15 years ago
  42. ccb88a6 unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat by Denys Vlasenko · 15 years ago
  43. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  44. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  45. ef5bc2c *: three more NOINLINEs by Denys Vlasenko · 15 years ago
  46. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  47. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  48. 052ad9a lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. by Denis Vlasenko · 16 years ago