1. f9b4cc1 config: dpkg_deb should be dpkg-deb by Denys Vlasenko · 6 years ago
  2. b86b39b config: more tweaks by Denys Vlasenko · 6 years ago
  3. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  4. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  5. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  6. ce3a98a Make DPKG=y and DPKG_DEB=y by default by Denys Vlasenko · 8 years ago
  7. 351ab82 dpkg-deb: shorten code, improve help text by Denys Vlasenko · 8 years ago
  8. 6747bda dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option by Denys Vlasenko · 8 years ago
  9. 08f9ffc dpkg: update supported compression methods by Denys Vlasenko · 10 years ago
  10. df0d2cd dpkg-deb: cosmetic correction to usage text by Daniel Borca · 11 years ago
  11. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  12. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  13. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  14. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  15. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  16. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  17. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  18. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  19. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  20. c62f229 dpkg: add support for lzma compression by Pascal Bellard · 15 years ago
  21. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  22. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  23. 0381d42 dpkg_deb: slight code shrink by Denis Vlasenko · 16 years ago
  24. e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
  25. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  26. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  27. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  28. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  29. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  30. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  31. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  32. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  33. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  34. 44e216f - use bb_xchdir instead of ignoring eventual errors of chdir by Bernhard Reutner-Fischer · 19 years ago
  35. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  36. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  37. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  38. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  39. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  40. 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
  41. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  42. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  43. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  44. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  45. 1f28b90 Use bb_getopt_ulflags, save 100 bytes and strict argument checking. by Glenn L McGrath · 21 years ago
  46. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  47. 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
  48. e356883 Minor cleanups by Glenn L McGrath · 22 years ago
  49. 18bbca1 enable .tar.bz2 for dpkg-deb by Glenn L McGrath · 22 years ago
  50. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  51. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  52. c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
  53. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  54. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  55. eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 23 years ago
  56. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 24 years ago
  57. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 24 years ago
  58. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 24 years ago
  59. 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 24 years ago
  60. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 24 years ago
  61. 6785b51 dpkg-deb -c works now by Glenn L McGrath · 24 years ago
  62. 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 24 years ago
  63. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
  64. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 24 years ago
  65. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 24 years ago
  66. f608da4 Ignore SIGTERM prior to gz_close() by Glenn L McGrath · 24 years ago
  67. fdefbbb dpkg_deb had not been updated for the new gunzip interface. Fix it. -Erik by Eric Andersen · 24 years ago
  68. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  69. 821fbf0 New option 'list' produces output that can be used for the packages .list file. by Glenn L McGrath · 24 years ago
  70. bc9afad New function, deb-extract to be used by dpkg, code cleanups. saves some bytes by Glenn L McGrath · 24 years ago
  71. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  72. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  73. f914a8a Close files before exit by Glenn L McGrath · 24 years ago
  74. 59c09d0 Fix warning for unused variable by Glenn L McGrath · 24 years ago
  75. 58a4085 really add dpkg-deb.c this time by Glenn L McGrath · 24 years ago