*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / networking / httpd.c
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-21 Denis Vlasenkohttpd: "HEAD" support. Closes bug 1530.
2008-02-19 Denis Vlasenkoinit: make it NOMMU-capable
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-11 Denis Vlasenkohttpd: fix bug where we did chdir("") if CGI path had...
2008-02-08 Denis Vlasenkohttpd: add a bit of error logging; a few code simplific...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-29 Denis Vlasenkohttpd: support for "I:index.xml" syntax (Peter Korsgaar...
2007-10-21 Denis Vlasenkohttpd: fix trivial bug (spotted by Alex Landau)
2007-10-18 Denis Vlasenkohttpd: free big buffer after use; improve grep-ability...
2007-10-18 Denis Vlasenkoxatonum.h: add comment
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-14 Denis Vlasenkohttpd: fix bug where we were trying to read more POSTDA...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-28 Denis Vlasenkohttpd: trivial simplification
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-25 Denis Vlasenkohttpd: small auth and IPv6 fixes (Kim B. Heino <Kim...
2007-09-23 Denis Vlasenkohttpd: simplify CGI i/o loop. -200 bytes.
2007-09-21 Denis Vlasenkohttpd: optional support for partial downloads
2007-09-15 Denis Vlasenkohttpd: do not clear environment
2007-08-21 Denis Vlasenkohttpd: fix buglet in hex conversion. Remove alloca...
2007-08-21 Denis Vlasenkohttpd: add optional support for error pages
2007-08-19 Denis Vlasenkoremoved stray debugging comments
2007-08-19 Denis Vlasenkohttpd: explain IP/mask parsing, and simplify it a bit.
2007-08-19 Denis Vlasenkohttpd: reinstate (much lighter) paranoid connection...
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
next