usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / networking / httpd.c
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-18 Denis Vlasenko"Unify base64 handling" is done, remove TODO
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-07 Denis Vlasenkohttpd: make httpd usable for NOMMU CPUs
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-05 Denis Vlasenkohttpd: run interpreter for configured file extensions...
2007-03-05 Denis Vlasenkohttpd: fix breakage (introduced by me)
2007-02-13 Denis Vlasenkohttpd: a little bit more correct handling of CGI "HTTP...
2007-02-11 Denis Vlasenkohttpd: fix for POSTDATA handling bugs:
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-14 Denis Vlasenkohttpd: use fd#1 in inetd mode
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-07 Denis Vlasenkohttpd: stop adding our own "Content-type:" to CGI output
2007-01-03 Denis Vlasenkohttpd: read cgi output with full_read, not safe_read
2007-01-03 Denis Vlasenkoconvert calloc to xzalloc
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-11-29 Denis Vlasenkohttpd: fix decode of '/' when called via -d
2006-11-28 Denis Vlasenkood: sometime ago I landed BIG od implementation
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-21 Denis Vlasenkohttpd: comment on QUERY_STRING
2006-11-21 Denis Vlasenkohttpd: add link to docs
2006-11-21 Denis Vlasenkowget: add TODO
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-11-21 Denis Vlasenkohttpd: fix cgi-bin/index.cgi support, add example of it,
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-21 Denis Vlasenkohttpd: add support for directory indexer (cgi-bin/index...
2006-11-21 Denis Vlasenkohttpd: get rid of big, useless blocks (deindent,
2006-11-21 Denis Vlasenkohttpd: More robust Content-length: parsing,
2006-11-17 Denis Vlasenkohttpd: make Bernhard happier
2006-11-16 Denis Vlasenkohttpd: reduce ifdef forest. comment out redundant PATH...
2006-11-16 Denis Vlasenkohttpd:
2006-11-16 Denis Vlasenkohttpd: add -i (inetd) and -f (foreground) otions.
2006-11-16 Denis Vlasenkohttpd: stop being silly with setenv
2006-11-10 Denis Vlasenkohttpd: cosmetic fixes (the bug which was being hunted...
2006-11-05 Denis Vlasenkohttpd: sendCgi() forked child needs to close opened
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-07 Denis Vlasenkodd: make it recognize not only 'k' but 'K' too;
2006-10-05 Denis Vlasenkohttpd: add -u user[:grp] support
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-30 Denis Vlasenkolsmod: repair indentation
2006-09-26 Denis Vlasenkohttpd: sanitize indentation
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyAttempt to fixup httpd.c to match svn 15767.
2006-08-03 "Robert P. J. Day"Move declaration to be compatible with older gcc's.
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Mike Frysingerfix spelling mistakes
2006-04-28 Rob LandleyMore usage.h cleanups, with collateral changes to httpd...
2006-04-14 Rob LandleyPatch from Robert P Day to remove standalone code from...
2006-04-14 Rob LandleyHard wiring configuration symbol values into the code...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-11 Bernhard Reutner... - httpd in inetd mode: POST from IE (6) ends up in...
2006-02-20 Rob LandleyRename UNUSE() to SKIP().
2006-02-15 "Vladimir N. Oleynik"demo (UN)USE_FEATURE... usage
2006-01-31 "Vladimir N. Oleynik"add feature: support for running scripts through an...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-26 "Vladimir N. Oleynik"for change previous log: close bug 186
2006-01-26 "Vladimir N. Oleynik"close bug 190
2006-01-24 "Vladimir N. Oleynik"close bug 657
2006-01-03 Mike Frysingerfix comment documentation
2005-12-26 "Vladimir N. Oleynik"remove buffer overflow by Erik and decodeString problem...
2005-12-20 "Vladimir N. Oleynik"remove debug feature for production
2005-12-02 "Vladimir N. Oleynik"remove warnings if compile with -W, use ENABLE_FEATURE...
2005-09-26 "Vladimir N. Oleynik"revert wait zombie, it have as linux-specific signal...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-19 "Vladimir N. Oleynik"destroy bug #421
2005-09-01 Rob LandleyTracking system but #4: php needs the environment varia...
2005-07-20 Paul Foxapplying fix for:
2005-06-23 Eric Andersencharacters encoded as html should have a trailing semicolon
2004-10-08 Eric Andersenlast_patch139.gz from Vladimir N. Oleynik:
2004-08-26 Eric AndersenVladimir N. Oleynik writes:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-05 Glenn L McGrathPatch from Steven Scholz to fix compiler warnings
2004-02-24 Eric AndersenJoe.C, joe at numa dot com dot tw writes:
2004-02-04 Eric AndersenJoe.C writes:
2003-12-19 Eric AndersenPatch from Stephane Billiart:
2003-12-08 Glenn L McGrathStop sending data to the client after the first failure.
2003-10-06 Glenn L McGrathVodz last_patch_105 without his xargs patch which doens...
2003-10-03 Glenn L McGrathVodz, last_patch_114
2003-09-15 Glenn L McGrathPatch from Stephane Billiart to fix an unused variable...
2003-09-12 Glenn L McGrathBusybox CVS version ipcalc have problems:
2003-09-10 Glenn L McGrathVodz, last_patch_104
next