2001-07-13 |
Glenn L McGrath | Move setvbuf calls from gz_open() to calling functions... |
blob | commitdiff | raw |
2001-06-20 |
Glenn L McGrath | Initialise in_file to stdin, so it wont crash if no... |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Matt Kraai | Make - read compressed data from stdin (thanks to Mariu... |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Glenn L McGrath | woops, forgot the break statment |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Glenn L McGrath | Tolerate -q argument, if -q is passed give a warning... |
blob | commitdiff | raw | diff to current |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
blob | commitdiff | raw | diff to current |
2001-04-18 |
Matt Kraai | Eliminate spurious warning, convert to getopt, and... |
blob | commitdiff | raw | diff to current |
2001-04-18 |
Matt Kraai | Fix a number of problems with argument handling. |
blob | commitdiff | raw | diff to current |
2001-04-18 |
Matt Kraai | Eliminate a segfault when called on an existing file... |
blob | commitdiff | raw | diff to current |
2001-04-18 |
Glenn L McGrath | Fix zcat/gunzip when reading from stdin |
blob | commitdiff | raw | diff to current |
2001-04-11 |
Glenn L McGrath | Move unzip, gz_open, gz_close to libbb |
blob | commitdiff | raw | diff to current |
2001-03-29 |
Eric Andersen | gz_open and gz_close were left in, even when BB_FEATURE... |
blob | commitdiff | raw | diff to current |
2001-03-29 |
Glenn L McGrath | Fix zcat |
blob | commitdiff | raw | diff to current |
2001-03-29 |
Glenn L McGrath | gunzip -c works again |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Fixes from Robert Kaiser |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Remove cruft |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Fix tar -z, calls gz_open now |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Glenn L McGrath | Major cleanup to better adhere to style guide and use... |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Eric Andersen | Clean up more local vars which shadow globals |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Eric Andersen | Commit Larry Doolittle's buffers-on-stack/buffers-via... |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Glenn L McGrath | Support for tar -z option for uncompressing only |
blob | commitdiff | raw | diff to current |
2000-12-10 |
Glenn L McGrath | Introduce new function gunzip_init() |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Matt Kraai | Move flush_outbuf to the file in which it is used,... |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Eric Andersen | Cleanup of duplicated symbols -- found by compiling... |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Matt Kraai | Fix error messages. |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Glenn L McGrath | General cleanup of comments, defines, includes, and... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Glenn L McGrath | Remove definition of basename. |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Eric Andersen | Fixed a stupid thinko preventing zcat from doing its... |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Eric Andersen | Correct the stdin/stdout behavior when no args are... |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Eric Andersen | Some #include updates. |
blob | commitdiff | raw | diff to current |
2000-07-21 |
Eric Andersen | Fixed stdin/stdout paths so things like |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Use global applet_name instead of local versions. |
blob | commitdiff | raw | diff to current |
2000-07-06 |
Eric Andersen | a few minor cleanups. |
blob | commitdiff | raw | diff to current |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
blob | commitdiff | raw | diff to current |
2000-05-19 |
Erik Andersen | More libc portability updates, add in the website ... |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Erik Andersen | * cp -fa now works as expected for symlinks (it didn... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Erik Andersen | more minor fixes |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Erik Andersen | Updates |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Erik Andersen | Some busybox updates. See the changelog for details... |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Erik Andersen | Bunches of fixes. Typos, bugs, etc. |
blob | commitdiff | raw | diff to current |
1999-12-17 |
Erik Andersen | Reworked the source so it will compile and run under... |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Eric Andersen | Forgot this. |
blob | commitdiff | raw | diff to current |
|