httpd: get rid of rmt_port and setenv_log
[oweals/busybox.git] / networking / httpd.c
2007-08-19 Denis Vlasenkohttpd: get rid of rmt_port and setenv_log
2007-08-19 Denis Vlasenkohttpd: get rid of sscanf usage. Rename some variables.
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkohttpd: stop reading headers using 1-byte read()
2007-08-18 Denis Vlasenkomake standalone httpd work on NOMMU machines
2007-08-18 Denis Vlasenkoget rid of server_ and accepted_socket globals.
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 7 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 6 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 5 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 4 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 3 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 2 of 7
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-14 Denis Vlasenkohttpd: add -v[v]: prints client addresses, HTTP codes...
2007-08-14 Denis Vlasenkohttpd: extend -p PORT to -p [IP[v6]:]PORT
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-12 Denis Vlasenkohttpd: sendfile support
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-11 Denis Vlasenkohttpd: CGI Status: header fix
2007-08-11 Denis Vlasenkohttpd: add support for Status: CGI header
2007-08-11 Denis Vlasenkohttpd: fix CGI handling bug (we were closing wrong...
2007-07-21 Denis Vlasenkofix typo in last commit
2007-07-21 Denis VlasenkoThree patches from FreeWRT people
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-23 Denis Vlasenkohttpd: NOMMU fixes by Alex Landau <landau_alex@yahoo...
2007-06-09 Denis Vlasenkohttpd: move data off bss.
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
next