| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -6/+5 |
* | style fix (stray space before ';') | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | A few more string duplicates found & eliminated | Denis Vlasenko | 2007-06-12 | 1 | -1/+1 |
* | - kiltedknight writes: Busybox incorrectly parses a line from the status file... | Bernhard Reutner-Fischer | 2007-06-05 | 1 | -2/+2 |
* | - fix typo in error message. Closes #1308 | Bernhard Reutner-Fischer | 2007-06-05 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | dpkg: use nitfields which are a bit closer to typical ushort. | Denis Vlasenko | 2007-04-13 | 1 | -62/+65 |
* | dpkg: run_package_script() returns 0 if all ok and non-zero if failure. | Denis Vlasenko | 2007-03-29 | 1 | -5/+3 |
* | dpkg: free_package(NULL) is ok, so don't test for NULL, just free. | Denis Vlasenko | 2007-03-19 | 1 | -5/+2 |
* | Kim B. Heino writes: | Bernhard Reutner-Fischer | 2007-03-19 | 1 | -5/+3 |
* | kill superfluous returns at the end of void functions | Denis Vlasenko | 2007-03-11 | 1 | -8/+0 |
* | dpkg: fix segfault on "dpkg -i" | Denis Vlasenko | 2007-02-15 | 1 | -15/+15 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -6/+6 |
* | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | 2006-12-22 | 1 | -2/+2 |
* | dpkg: getopt32-ification etc, -100 bytes | Denis Vlasenko | 2006-12-22 | 1 | -223/+170 |
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -3/+3 |
* | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | 2006-11-05 | 1 | -1/+1 |
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -6/+6 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -1/+1 |
* | small style fixes | Denis Vlasenko | 2006-10-12 | 1 | -3/+7 |
* | dpkg: fix use-after-free (bug 939) | Denis Vlasenko | 2006-09-30 | 1 | -7/+4 |
* | dpkg: style fixes; short -> int (generated code is smaller) | Denis Vlasenko | 2006-09-28 | 1 | -54/+54 |
* | dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) | Denis Vlasenko | 2006-09-28 | 1 | -76/+87 |
* | silly switch style fix | Denis Vlasenko | 2006-09-27 | 1 | -2/+2 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -3/+3 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -3/+3 |
* | The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in | Rob Landley | 2006-09-05 | 1 | -2/+2 |
* | dpkg: fix buffer overflow (bug 983) | Denis Vlasenko | 2006-09-03 | 1 | -2/+4 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -51/+133 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | More removal of "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -9/+0 |
* | - ls: remove unused variable | Bernhard Reutner-Fischer | 2006-05-29 | 1 | -3/+1 |
* | More size shrinkage. | Rob Landley | 2006-05-29 | 1 | -119/+15 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -6/+6 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -1/+1 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -2/+1 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 1 | -2/+5 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -11/+11 |
* | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger | 2005-08-16 | 1 | -1/+1 |
* | applying fix for: | Paul Fox | 2005-07-22 | 1 | -0/+2 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -32/+32 |
* | In Bug 208, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -18/+18 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -42/+42 |
* | Patch from Ian Campbell, fix or'ed dependencies and handle virtual | Glenn L McGrath | 2003-11-28 | 1 | -79/+237 |
* | Important bugfixes from Ian Campbell. | Glenn L McGrath | 2003-11-26 | 1 | -26/+48 |
* | Do not shadow the global name 'accept' | Eric Andersen | 2003-09-15 | 1 | -2/+2 |