2010-11-03 |
Denys Vlasenko | rename archival/libunarchive -> archival/libarchive... |
blob | commitdiff | raw |
2010-10-29 |
Denys Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2010-10-28 |
Denys Vlasenko | *: whitespace fixes |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Denys Vlasenko | *: pass md5/shaN context pointer as 1st arg, not last |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Denys Vlasenko | made 3 license strings to follow the usual form ("or... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Denys Vlasenko | dpkg: remove redundant check |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Denys Vlasenko | dpkg: better check for validity of options |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Kim B. Heino | dpkg: support config file overwrite options |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Denys Vlasenko | *: style fixes. no code changes (verified with objdump) |
blob | commitdiff | raw | diff to current |
2010-01-08 |
Denys Vlasenko | dpkg: fix handling of names with leading dots. Closes... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Denys Vlasenko | libunarchive: clean up dirty hacks. code shrank as... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Denys Vlasenko | libunarchive: move dpkg-specific things into dpkg.c... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Denys Vlasenko | *: use "can't" instead of "cannot" |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Denys Vlasenko | tar: fix --numeric-owner, --no-same-owner, --no-same... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Denys Vlasenko | documentation and typo fixes. By Dan Fandrich (dan... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Denys Vlasenko | dpkg: delete postrm script after it's run, not before... |
blob | commitdiff | raw | diff to current |
2008-11-20 |
Denis Vlasenko | dpkg: better and shorter code to compare versions |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Bernhard Reutner... | - add dpkg -l <packagepattern> (Peter Korsgaard) |
blob | commitdiff | raw | diff to current |
2008-08-05 |
Denis Vlasenko | *: refactor handling of archived files. "tar f file... |
blob | commitdiff | raw | diff to current |
2008-08-04 |
Denis Vlasenko | libbb: make xrealloc_vector zero out the realloc'ed... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Denis Vlasenko | whitespace fixes |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Denis Vlasenko | libbb: introduce and use xrealloc_vector |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Denis Vlasenko | libunarchive: stop using static data in archivers ... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Denis Vlasenko | *: introduce and use FAST_FUNC: regparm on i386, otherw... |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Denis Vlasenko | dpkg: trivial code shrinkage, and redo G trick correctly. |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Denis Vlasenko | dpkg: code shrink |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Denis Vlasenko | dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc... |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Bernhard Reutner... | - The conffiles control file isn't required in Debian... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Denis Vlasenko | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Denis Vlasenko | dpkg: fix bug where existence check was reversed |
blob | commitdiff | raw | diff to current |
2007-12-26 |
Denis Vlasenko | Fix xmalloc_fgets_str so that it really does NOT strip... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Denis Vlasenko | trylink: automatically use custom link script if user... |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Denis Vlasenko | s/#ifdef CONFIG_/#if ENABLE_/g |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Denis Vlasenko | Replace index_in_[sub]str_array with index_in_[sub... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Denis Vlasenko | style fix (stray space before ';') |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Denis Vlasenko | A few more string duplicates found & eliminated |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Bernhard Reutner... | - kiltedknight writes: Busybox incorrectly parses a... |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Bernhard Reutner... | - fix typo in error message. Closes #1308 |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Denis Vlasenko | style fixes, no code changes |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Denis Vlasenko | dpkg: use nitfields which are a bit closer to typical... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Denis Vlasenko | dpkg: run_package_script() returns 0 if all ok and... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Denis Vlasenko | dpkg: free_package(NULL) is ok, so don't test for NULL... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Bernhard Reutner... | Kim B. Heino writes: |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Denis Vlasenko | kill superfluous returns at the end of void functions |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Denis Vlasenko | dpkg: fix segfault on "dpkg -i" |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Denis Vlasenko | preparatory patch for -Wwrite-strings #2 |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Denis Vlasenko | remove useless casts (type*) xzalloc(...) |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Denis Vlasenko | dpkg: getopt32-ification etc, -100 bytes |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Denis Vlasenko | remove casts from xmalloc() |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Denis Vlasenko | rename: compare_string_array -> index_in_str_array |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | rename functions to more understandable names |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Denis Vlasenko | bb_get_[chomped]line_from_file wasn't descriptive enough. |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Denis Vlasenko | small style fixes |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Denis Vlasenko | dpkg: fix use-after-free (bug 939) |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Denis Vlasenko | dpkg: style fixes; short -> int (generated code is... |
blob | commitdiff | raw | diff to current |
2006-09-28 |
Denis Vlasenko | dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Denis Vlasenko | silly switch style fix |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Denis Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Denis Vlasenko | removed a lot of trailing \n in bb_msg() calls. It... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Rob Landley | The bb_ prefixes were removed from xasprintf() and... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Denis Vlasenko | dpkg: fix buffer overflow (bug 983) |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
"Robert P. J. Day" | Standardize on the vi editing directives being on the... |
blob | commitdiff | raw | diff to current |
2006-07-01 |
"Robert P. J. Day" | More removal of "#if 0" content. |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Bernhard Reutner... | - ls: remove unused variable |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Rob Landley | More size shrinkage. |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list... |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Rob Landley | Remove bb_strlen() in favor of -fno-builtin-strlen... |
blob | commitdiff | raw | diff to current |
2006-03-01 |
Rob Landley | Cleanup patch from Denis Vlasenko. Mostly variants... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Rob Landley | Patch from Denis Vlasenko to constify things and fix... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Mike Frysinger | Bernhard Fischer says: use xmalloc() instead of malloc() |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Paul Fox | applying fix for: |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Eric Andersen | Patch from Bernhard Fischer to make a bunch of symbols... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Mike Frysinger | In Bug 208, bernhardf writes: |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-11-28 |
Glenn L McGrath | Patch from Ian Campbell, fix or'ed dependencies and... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Glenn L McGrath | Important bugfixes from Ian Campbell. |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Eric Andersen | Do not shadow the global name 'accept' |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Glenn L McGrath | Use libbb/get_line_from_file instead of getline |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Glenn L McGrath | Move add_to_list from libunarchive to libbb so it can... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Glenn L McGrath | Move compare_string_array to libbb |
blob | commitdiff | raw | diff to current |
2002-11-28 |
Aaron Lehmann | Change if(x)free(x); to free(x); |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Glenn L McGrath | Use a switch instead of successive if (strcmp()) statments. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Glenn L McGrath | Split deb_extract() into more generic functions |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Glenn L McGrath | Support for bziped debs, i.e. use .tar.bz2 instead... |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Glenn L McGrath | Move data_extract_all_prefix to dpkg, its only used... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Glenn L McGrath | Update dpkg to use new unarchive code |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Glenn L McGrath | Patch from Randolfe Averty to fixup package conflict... |
blob | commitdiff | raw | diff to current |
next |