Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Cachier. | Matt Kraai | 2001-09-24 | 1 | -0/+1 | |
| | ||||||
* | Fix my email address. | Eric Andersen | 2001-09-08 | 1 | -4/+1 | |
| | ||||||
* | Lineo is no longer sponsoring busybox | Eric Andersen | 2001-09-08 | 1 | -9/+2 | |
| | ||||||
* | Add "DutNux" | Eric Andersen | 2001-08-27 | 1 | -0/+1 | |
| | ||||||
* | Remove traces of rpmunpack (patch by Laurence Anderson). | Matt Kraai | 2001-08-27 | 1 | -1/+2 | |
| | ||||||
* | Merge with the stable branch0_60_1 | Eric Andersen | 2001-08-23 | 1 | -0/+18 | |
| | ||||||
* | Fix misspelling of `stabilize'. | Matt Kraai | 2001-08-02 | 1 | -1/+1 | |
| | ||||||
* | Ok, here we go... | Eric Andersen | 2001-08-02 | 1 | -2/+54 | |
| | ||||||
* | Minor working update | Eric Andersen | 2001-07-07 | 1 | -2/+2 | |
| | ||||||
* | Move a bit more to the old news section | Eric Andersen | 2001-07-07 | 2 | -59/+59 | |
| | ||||||
* | Typo fix. | Eric Andersen | 2001-07-07 | 1 | -1/+1 | |
| | ||||||
* | Move some stuff to the oldnews area | Eric Andersen | 2001-07-07 | 2 | -66/+66 | |
| | ||||||
* | Update web page...0_52 | Eric Andersen | 2001-07-07 | 1 | -0/+21 | |
| | ||||||
* | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 1 | -5/+6 | |
| | ||||||
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 1 | -20/+15 | |
| | ||||||
* | Add in Devil-Linux | Eric Andersen | 2001-06-12 | 1 | -1/+2 | |
| | ||||||
* | Add the Linux Terminal Server Project | Eric Andersen | 2001-06-06 | 1 | -0/+2 | |
| | ||||||
* | Patch from larry to fix some grammar errors. | Eric Andersen | 2001-05-23 | 2 | -6/+6 | |
| | ||||||
* | Add missing periods and delete superfluous whitespace. | Matt Kraai | 2001-05-14 | 1 | -2/+2 | |
| | ||||||
* | Use .png for images (removing all .gifs) and make them all 90x36 | Eric Andersen | 2001-05-02 | 11 | -7/+7 | |
| | | | | -Erik | |||||
* | Ignore some generated files | Eric Andersen | 2001-04-26 | 1 | -1/+1 | |
| | ||||||
* | These days busybox.pod is autogenerated, so it should be removed | Eric Andersen | 2001-04-26 | 1 | -2549/+0 | |
| | | | | from CVS. | |||||
* | - updated busybox_header.pod by adding adjtimex to the list. | John Beppu | 2001-04-17 | 2 | -36/+55 | |
| | | | | | - a new busybox.pod that reflects my fixes, and todays patches to usage.h | |||||
* | - usage.h | John Beppu | 2001-04-17 | 3 | -44/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley | |||||
* | Put in a paragraph break | Eric Andersen | 2001-04-10 | 1 | -2/+3 | |
| | ||||||
* | Added a chart of busybox's growth by Larry Doolittle and put a news | Mark Whitley | 2001-04-10 | 2 | -0/+414 | |
| | | | | announcement for it on the main page. | |||||
* | Doc update for the 0.51 release.0_51 | Eric Andersen | 2001-04-10 | 1 | -3/+32 | |
| | | | | -Erik | |||||
* | This patch from Laurence Anderson <laurence@zxmail.com> fixes | Eric Andersen | 2001-04-10 | 1 | -1/+2 | |
| | | | | | wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant. | |||||
* | Fix double quote handling. | Matt Kraai | 2001-04-10 | 2 | -95/+69 | |
| | ||||||
* | Fix warning generated by pod2html about unterminated list. | Matt Kraai | 2001-04-09 | 2 | -2/+6 | |
| | ||||||
* | Apply Vladimir's latest cleanup patch. | Eric Andersen | 2001-04-09 | 2 | -2/+16 | |
| | | | | -Erik | |||||
* | A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds | Eric Andersen | 2001-04-05 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | - support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c | |||||
* | - autodocifier.pl :: continuation() was modified such that '#' | John Beppu | 2001-04-05 | 2 | -17/+58 | |
| | | | | is handled correctly. | |||||
* | - split busybox.pod into a header and footer. | John Beppu | 2001-04-05 | 3 | -152/+399 | |
| | | | | the body will be generated by docs/autodocifier.pl | |||||
* | - documentation updates and a minor tweak to POD generation | John Beppu | 2001-04-05 | 1 | -6/+55 | |
| | ||||||
* | A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now | Eric Andersen | 2001-04-03 | 1 | -9/+16 | |
| | | | | | you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot. | |||||
* | Formatting change | Eric Andersen | 2001-04-01 | 1 | -33/+29 | |
| | ||||||
* | Some more words on sending patches to the bug-tracker. | Mark Whitley | 2001-03-27 | 1 | -0/+15 | |
| | ||||||
* | Some minor wordsmithing, an extra item in the list of "things Busybox doesn't | Mark Whitley | 2001-03-22 | 1 | -12/+75 | |
| | | | | | need", example of a testcase, more janitorial items, and a whole new section with guidelines on committing changes to CVS. | |||||
* | Added a section on the available Busybox boot-floppy image. Also provided some | Mark Whitley | 2001-03-20 | 1 | -1/+42 | |
| | | | | linkes to a Wired article on Midori Linux. | |||||
* | A few minor touchups. | Eric Andersen | 2001-03-16 | 1 | -3/+6 | |
| | ||||||
* | Update webpage noting 0.50 release. | Eric Andersen | 2001-03-16 | 1 | -9/+39 | |
| | ||||||
* | One tiny little missing newline that confused pod. | Mark Whitley | 2001-03-15 | 1 | -5/+6 | |
| | ||||||
* | - generated middle section of busybox.pod w/ autodocifier.pl | John Beppu | 2001-03-15 | 2 | -418/+357 | |
| | | | | - updated autodocifier.pl to use tab to indent example section | |||||
* | - properly indent Examples section in pod generator | John Beppu | 2001-03-15 | 1 | -2/+7 | |
| | ||||||
* | Update the documentation so examples are autoincluded in the output text. | Eric Andersen | 2001-03-15 | 2 | -932/+1143 | |
| | | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik | |||||
* | Added a section to describe how to convert variables to K&R style using the | Mark Whitley | 2001-03-14 | 1 | -30/+57 | |
| | | | | mk2knr.pl script. Also some minor cleanups. | |||||
* | Added Midori Linux to the list of known projects that use Busybox. | Mark Whitley | 2001-03-13 | 1 | -0/+2 | |
| | ||||||
* | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | 2001-03-13 | 1 | -0/+1 | |
| | ||||||
* | Thought of another janitorial item for the list. | Mark Whitley | 2001-03-06 | 1 | -0/+3 | |
| |