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. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 43243ab unzip: ignore chmod errors by Natanael Copa · 12 years ago
  4. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  5. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  6. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  7. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 13 years ago
  8. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  9. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  10. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  11. b76f18d Improve unzip's handling of stream ZIP files by Dan Fandrich · 14 years ago
  12. fc2bb8f unzip: another small code shrink by Denys Vlasenko · 14 years ago
  13. e98884b unzip: tiny code shrink -2 bytes by Denys Vlasenko · 14 years ago
  14. 4e8ff73 unzip: restore unix file mode if possible. closes bug 1045 by Denys Vlasenko · 14 years ago
  15. 386bc9f unzip: more compat if DESKTOP=y by Denys Vlasenko · 15 years ago
  16. f3b56b4 unzip: try lseek before resorting to reading by Stefani Seibold · 15 years ago
  17. 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 15 years ago
  18. 006e862 unzip: handle "central directory" by Denis Vlasenko · 16 years ago
  19. 48a9971 unzip: move check for unsupported zip features to better place by Denis Vlasenko · 16 years ago
  20. c2dcb7c unzip: give better error message when presented with unsupported by Denis Vlasenko · 16 years ago
  21. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  22. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  23. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 16 years ago
  24. cd0fbb5 unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... by Denis Vlasenko · 17 years ago
  25. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  26. cb98163 change safety check on zip header to allow for extra length, and by Paul Fox · 17 years ago
  27. fcc5696 unzip: add a comment explaining why we don't die by Denis Vlasenko · 17 years ago
  28. bc7c5d0 unzip: fix endianness bugs by Denis Vlasenko · 17 years ago
  29. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  30. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  31. 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago
  32. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  33. 666c40c unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) by Denis Vlasenko · 17 years ago
  34. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  35. cd42cb8 do not expose internal state of [g]zip unpacker. by Denis Vlasenko · 17 years ago
  36. bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 17 years ago
  37. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 17 years ago
  38. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 17 years ago
  39. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 17 years ago
  40. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  41. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  42. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  43. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  44. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  45. 22dca23 archival: added O_TRUNC so that when we overwrite files on unpack, by Denis Vlasenko · 18 years ago
  46. 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
  47. 3629d95 Typo. by Rob Landley · 18 years ago
  48. 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
  49. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  50. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  51. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  52. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  53. 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
  54. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  55. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  56. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 18 years ago
  57. 986ab52 ensure that corrupted file extraction causes both a message and by Paul Fox · 18 years ago
  58. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  59. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 18 years ago
  60. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 18 years ago
  61. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 18 years ago
  62. c1ef7bd just whitespace by Tim Riker · 18 years ago
  63. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 18 years ago
  64. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  65. 6902455 rename the accept/reject names since accept overrides the accept() socket function by Mike Frysinger · 19 years ago
  66. 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
  67. f34b0e9 Update reference for zip format by Glenn L McGrath · 20 years ago
  68. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 20 years ago
  69. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  70. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  71. 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
  72. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  73. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  74. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 22 years ago