1. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  2. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  3. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  4. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  5. aecabff dpkg: fix use-after-free (bug 939) by Denis Vlasenko · 18 years ago
  6. 5492884 dpkg: style fixes; short -> int (generated code is smaller) by Denis Vlasenko · 18 years ago
  7. 57308af dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) by Denis Vlasenko · 18 years ago
  8. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  9. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  10. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  11. 02496aa The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in by Rob Landley · 18 years ago
  12. 1da6a21 dpkg: fix buffer overflow (bug 983) by Denis Vlasenko · 18 years ago
  13. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  14. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  15. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  16. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 19 years ago
  17. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  18. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  19. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  20. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  21. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  22. c1ef7bd just whitespace by Tim Riker · 19 years ago
  23. 1eef0c4 Bernhard Fischer says: use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
  24. 37dd624 applying fix for: by Paul Fox · 19 years ago
  25. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  26. 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 20 years ago
  27. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  28. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  29. b8c3a54 Patch from Ian Campbell, fix or'ed dependencies and handle virtual dependencies. by Glenn L McGrath · 21 years ago
  30. fea4b44 Important bugfixes from Ian Campbell. by Glenn L McGrath · 21 years ago
  31. 1393a39 Do not shadow the global name 'accept' by Eric Andersen · 21 years ago
  32. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  33. b323162 Use libbb/get_line_from_file instead of getline by Glenn L McGrath · 22 years ago
  34. 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
  35. b963875 Move compare_string_array to libbb by Glenn L McGrath · 22 years ago
  36. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  37. 62d2882 Use a switch instead of successive if (strcmp()) statments. by Glenn L McGrath · 22 years ago
  38. 747381c Split deb_extract() into more generic functions by Glenn L McGrath · 22 years ago
  39. d8d1191 Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally by Glenn L McGrath · 22 years ago
  40. 6ab32eb Move data_extract_all_prefix to dpkg, its only used there. by Glenn L McGrath · 22 years ago
  41. 61b7904 Update dpkg to use new unarchive code by Glenn L McGrath · 22 years ago
  42. a94a06a Patch from Randolfe Averty to fixup package conflict checks, cleanup some memory leaks and reorganise dependency checking. by Glenn L McGrath · 23 years ago
  43. 39fcb5a * archival/dpkg.c (create_list): Use chomp. by Matt Kraai · 23 years ago
  44. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  45. aad44fb Fix some fegfaults and picket fence by Glenn L McGrath · 23 years ago
  46. 1dbbd2f Fail gracefully if package depends on a virtual package. by Glenn L McGrath · 23 years ago
  47. efd7f03 Fix opt type in dpkg (closes: #118975). by Matt Kraai · 23 years ago
  48. 0a25b35 Fix create list segfault by Glenn L McGrath · 23 years ago
  49. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  50. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  51. 6ccdd8c Abort if scripts return value != 0 by Glenn L McGrath · 23 years ago
  52. a7512d7 Process extra empty lines correctly. by Matt Kraai · 23 years ago
  53. 3dd4f5e Remove xmalloc calls. by Matt Kraai · 23 years ago
  54. 30f6890 Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly. by Glenn L McGrath · 23 years ago
  55. f28d819 status_package_num should refer to package not status. by Glenn L McGrath · 23 years ago
  56. a8412db Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the old packages status was getting overwritten. by Glenn L McGrath · 23 years ago
  57. 3563654 Extract control.tar.gz and data.tar.gz unconditionally, another one picked up by Stefan by Glenn L McGrath · 23 years ago
  58. 95bfe63 Fix return status, picked up by Stefan by Glenn L McGrath · 23 years ago
  59. dece3c5 The <package>.list file was prepending "./" to the files, fixed that. by Glenn L McGrath · 23 years ago
  60. b8f5adb Dont free everytime getline() is used, fix from Stefan Soucek by Glenn L McGrath · 23 years ago
  61. 48cc89b Fix to make preinst run when required, from Stefan Soucek by Glenn L McGrath · 23 years ago
  62. e738661 Implement dpkg -l option, from Stefan Soucek (slightly modified) by Glenn L McGrath · 23 years ago
  63. bac490f Fix version comparision bug by Glenn L McGrath · 23 years ago
  64. 81108e7 Cleanup (most) memory leaks by Glenn L McGrath · 23 years ago
  65. c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
  66. 778041f Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command by Glenn L McGrath · 23 years ago
  67. ed4492a More feedback to user by Glenn L McGrath · 23 years ago
  68. 7b02415 Be more verbose when configureing package, minor changes by Glenn L McGrath · 23 years ago
  69. 4cdc607 Use xfopen to abort on error to prevent segfaulting later. by Glenn L McGrath · 23 years ago
  70. 58a5bd1 Tolerate fields with no data, e.g. "Depends: " by Glenn L McGrath · 23 years ago
  71. ccd65c9 Total rewrite, uses hash tables for speed and low memory use. by Glenn L McGrath · 23 years ago
  72. 59e50f6 Unpack the filename not the package name by Glenn L McGrath · 23 years ago
  73. 807bda4 Minor update to include file ordering by Eric Andersen · 23 years ago
  74. 24982c5 Fix up some warnings that show up on ppc by Eric Andersen · 23 years ago
  75. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
  76. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 24 years ago
  77. 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 24 years ago
  78. 7cedac5 Remove unused function. If necessary, we can use remove_file instead. by Matt Kraai · 24 years ago
  79. c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 24 years ago
  80. ae1c704 Write full status file by Glenn L McGrath · 24 years ago
  81. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 24 years ago
  82. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
  83. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 24 years ago
  84. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
  85. 305fdfa Reorganise status field to use 3 chars instead of one bit shifted long int. by Glenn L McGrath · 24 years ago
  86. 37849f3 Use create_path instead of mkdir by Glenn L McGrath · 24 years ago
  87. 13e9c7a It now correctly backs up the (still corrupt) status file by Glenn L McGrath · 24 years ago
  88. 0e757a2 Some fixes, but still broken... (cont) by Glenn L McGrath · 24 years ago
  89. 4e2439a It seems all the stdout munging was useless anyways, since by Eric Andersen · 24 years ago
  90. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
  91. 3bf60aa If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say: by Mark Whitley · 24 years ago
  92. 82d8502 Fix from Manuel for a silly thinko on my part. by Eric Andersen · 24 years ago
  93. 3c0b425 dpkg used tfind, which doesn't work with libc5. Print a friendy error by Eric Andersen · 24 years ago
  94. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  95. b50d707 fix a few mallocs to be xmallocs. -Erik by Eric Andersen · 24 years ago
  96. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  97. 3af1f88 Closer integration with dpkg-deb and other busybox functions. by Glenn L McGrath · 24 years ago
  98. 6310646 More style changes by Glenn L McGrath · 24 years ago
  99. 0c9d77c Style changes; use get_line_from_file from utilities by Glenn L McGrath · 24 years ago
  100. 510f0dd Use copy_file from utilty.c, remove some char defines by Glenn L McGrath · 24 years ago