aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-3/+6
* httpd: comment on QUERY_STRINGDenis Vlasenko2006-11-211-3/+7
* httpd: add link to docsDenis Vlasenko2006-11-211-0/+3
* wget: add TODODenis Vlasenko2006-11-211-0/+3
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-211-9/+6
* httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko2006-11-211-8/+19
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-4/+11
* httpd: add support for directory indexer (cgi-bin/index.cgi)Denis Vlasenko2006-11-211-25/+29
* httpd: get rid of big, useless blocks (deindent,Denis Vlasenko2006-11-211-199/+197
* httpd: More robust Content-length: parsing,Denis Vlasenko2006-11-211-84/+86
* httpd: make Bernhard happierDenis Vlasenko2006-11-171-2/+4
* httpd: reduce ifdef forest. comment out redundant PATH settingDenis Vlasenko2006-11-161-86/+76
* httpd:Denis Vlasenko2006-11-161-22/+17
* httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko2006-11-161-80/+51
* httpd: stop being silly with setenvDenis Vlasenko2006-11-161-61/+28
* httpd: cosmetic fixes (the bug which was being hunted downDenis Vlasenko2006-11-101-51/+45
* httpd: sendCgi() forked child needs to close openedDenis Vlasenko2006-11-051-28/+20
* find: a lot more compliant to 'standard' findDenis Vlasenko2006-10-291-1/+1
* ls: cleanup part 1Denis Vlasenko2006-10-281-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-2/+2
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-10/+2
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-051-8/+22
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* lots of silly indent fixesDenis Vlasenko2006-10-031-13/+13
* lsmod: repair indentationDenis Vlasenko2006-09-301-95/+91
* httpd: sanitize indentationDenis Vlasenko2006-09-261-1213/+1209
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+1
* Attempt to fixup httpd.c to match svn 15767.Rob Landley2006-08-031-19/+6
* Move declaration to be compatible with older gcc's."Robert P. J. Day"2006-08-031-1/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-8/+8
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* fix spelling mistakesMike Frysinger2006-05-261-1/+1
* More usage.h cleanups, with collateral changes to httpd. Specifically,Rob Landley2006-04-281-24/+24
* Patch from Robert P Day to remove standalone code from httpd. (Busybox hasRob Landley2006-04-141-64/+0
* Hard wiring configuration symbol values into the code defeats the purposeRob Landley2006-04-141-22/+4
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-3/+1
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer2006-04-121-6/+3
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-2/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-28/+12
* - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page'Bernhard Reutner-Fischer2006-04-111-5/+5
* Rename UNUSE() to SKIP().Rob Landley2006-02-201-10/+10
* demo (UN)USE_FEATURE... usage"Vladimir N. Oleynik"2006-02-151-64/+45
* add feature: support for running scripts through an interpreter. Thanks Flori..."Vladimir N. Oleynik"2006-01-311-4/+40
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+3
* for change previous log: close bug 186"Vladimir N. Oleynik"2006-01-261-1/+1
* close bug 190"Vladimir N. Oleynik"2006-01-261-4/+4
* close bug 657"Vladimir N. Oleynik"2006-01-241-7/+7