1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  3. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 13 years ago
  4. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  5. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  6. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  7. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  8. 894fa0a fix breakage in compressed file detection by Denys Vlasenko · 14 years ago
  9. 26b6ccf *: simplify checks for gz/bz2/xz magic by Denys Vlasenko · 14 years ago
  10. c88c1a0 rpm2cpio: teach it to understand xz format by Denys Vlasenko · 14 years ago
  11. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 14 years ago
  12. e6c483e rpm2cpio: code shrink by Denys Vlasenko · 15 years ago
  13. 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
  14. 7f21494 rpm2cpio: handle bz2 too; code shrink by Pascal Bellard · 15 years ago
  15. 2570b2e whitespace fixes by Denis Vlasenko · 16 years ago
  16. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  17. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  18. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 17 years ago
  19. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  20. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 17 years ago
  21. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  22. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  23. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  24. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  25. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  26. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  27. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  28. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  29. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  30. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  31. dfcb5b0 s/u_int/uint/g by Eric Andersen · 20 years ago
  32. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  33. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  34. f92caa7 Call lseek directly rather than via data_align() by Glenn L McGrath · 22 years ago
  35. 2a2ab14 Fix an obvious thinko -Erik by Eric Andersen · 22 years ago
  36. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  37. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  38. a5f09c6 Use fopen wrapper. by Matt Kraai · 23 years ago
  39. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  40. 26a0d9a Call setvbuf from here isntead of gz_open for compatability with uclibc by Glenn L McGrath · 23 years ago
  41. f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago