aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2001-11-10Add redhat and slackwareEric Andersen
2001-11-10Add in RedhatEric Andersen
2001-11-10more config.in entries from Giulio Orsero <giulioo@pobox.com>Eric Andersen
with some minor edits by me.
2001-10-31Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen
2001-10-31Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it>Eric Andersen
2001-10-31- fixed typosJohn Beppu
- thinking about how to generate Configure.help...
2001-10-24Add in a mostly content free config help fileEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-10-19Add ttylinux.Matt Kraai
2001-10-19Add slackware 8 to listEric Andersen
2001-10-19Add mindi linuxEric Andersen
2001-09-24Add Cachier.Matt Kraai
2001-09-08Fix my email address.Eric Andersen
2001-09-08Lineo is no longer sponsoring busyboxEric Andersen
2001-08-27Add "DutNux"Eric Andersen
2001-08-27Remove traces of rpmunpack (patch by Laurence Anderson).Matt Kraai
2001-08-23Merge with the stable branchEric Andersen
2001-08-02Fix misspelling of `stabilize'.Matt Kraai
2001-08-02Ok, here we go...Eric Andersen
2001-07-07Minor working updateEric Andersen
2001-07-07Move a bit more to the old news sectionEric Andersen
2001-07-07Typo fix.Eric Andersen
2001-07-07Move some stuff to the oldnews areaEric Andersen
2001-07-07Update web page...Eric Andersen
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath
2001-06-12Add in Devil-LinuxEric Andersen
2001-06-06Add the Linux Terminal Server ProjectEric Andersen
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-14Add missing periods and delete superfluous whitespace.Matt Kraai
2001-05-02Use .png for images (removing all .gifs) and make them all 90x36Eric Andersen
-Erik
2001-04-26Ignore some generated filesEric Andersen
2001-04-26These days busybox.pod is autogenerated, so it should be removedEric Andersen
from CVS.
2001-04-17- updated busybox_header.pod by adding adjtimex to the list.John Beppu
- a new busybox.pod that reflects my fixes, and todays patches to usage.h
2001-04-17- usage.hJohn Beppu
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
2001-04-10Put in a paragraph breakEric Andersen
2001-04-10Added a chart of busybox's growth by Larry Doolittle and put a newsMark Whitley
announcement for it on the main page.
2001-04-10Doc update for the 0.51 release.Eric Andersen
-Erik
2001-04-10This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen
wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant.
2001-04-10Fix double quote handling.Matt Kraai
2001-04-09Fix warning generated by pod2html about unterminated list.Matt Kraai
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
-Erik
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
- 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
2001-04-05- autodocifier.pl :: continuation() was modified such that '#'John Beppu
is handled correctly.
2001-04-05- split busybox.pod into a header and footer.John Beppu
the body will be generated by docs/autodocifier.pl
2001-04-05- documentation updates and a minor tweak to POD generationJohn Beppu
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
2001-04-01Formatting changeEric Andersen
2001-03-27Some more words on sending patches to the bug-tracker.Mark Whitley
2001-03-22Some minor wordsmithing, an extra item in the list of "things Busybox doesn'tMark Whitley
need", example of a testcase, more janitorial items, and a whole new section with guidelines on committing changes to CVS.