summaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* httpd: fix trivial bug (spotted by Alex Landau)Denis Vlasenko2007-10-211-1/+1
* httpd: free big buffer after use; improve grep-ability of 'headers' variableDenis Vlasenko2007-10-181-16/+17
* xatonum.h: add commentDenis Vlasenko2007-10-181-64/+200
* remove trailing whitespaceDenis Vlasenko2007-10-141-4/+4
* httpd: fix bug where we were trying to read more POSTDATA than content-lengthDenis Vlasenko2007-10-141-0/+11
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* httpd: trivial simplificationDenis Vlasenko2007-09-281-4/+6
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-5/+1
* httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)Denis Vlasenko2007-09-251-1/+8
* httpd: simplify CGI i/o loop. -200 bytes.Denis Vlasenko2007-09-231-168/+183
* httpd: optional support for partial downloadsDenis Vlasenko2007-09-211-16/+103
* httpd: do not clear environmentDenis Vlasenko2007-09-151-1/+7
* httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko2007-08-211-20/+16
* httpd: add optional support for error pages Denis Vlasenko2007-08-211-85/+153
* removed stray debugging commentsDenis Vlasenko2007-08-191-4/+0
* httpd: explain IP/mask parsing, and simplify it a bit.Denis Vlasenko2007-08-191-33/+48
* httpd: reinstate (much lighter) paranoid connection close codeDenis Vlasenko2007-08-191-54/+25
* httpd: get rid of rmt_port and setenv_logDenis Vlasenko2007-08-191-21/+12
* httpd: get rid of sscanf usage. Rename some variables.Denis Vlasenko2007-08-191-94/+110
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* httpd: stop reading headers using 1-byte read()Denis Vlasenko2007-08-181-39/+56
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-181-49/+91
* get rid of server_ and accepted_socket globals.Denis Vlasenko2007-08-181-57/+38
* httpd shrink and logging update, part 7 of 7Denis Vlasenko2007-08-171-107/+104
* httpd shrink and logging update, part 6 of 7Denis Vlasenko2007-08-171-29/+46
* httpd shrink and logging update, part 5 of 7Denis Vlasenko2007-08-171-214/+198
* httpd shrink and logging update, part 4 of 7Denis Vlasenko2007-08-171-186/+181
* httpd shrink and logging update, part 3 of 7Denis Vlasenko2007-08-171-148/+107
* httpd shrink and logging update, part 2 of 7Denis Vlasenko2007-08-171-92/+82
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+1
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-126/+116
* httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko2007-08-141-123/+96
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+2
* httpd: sendfile supportDenis Vlasenko2007-08-121-21/+39
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-9/+9
* httpd: CGI Status: header fixDenis Vlasenko2007-08-111-9/+7
* httpd: add support for Status: CGI headerDenis Vlasenko2007-08-111-13/+24
* httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2007-08-111-13/+20
* fix typo in last commitDenis Vlasenko2007-07-211-1/+1
* Three patches from FreeWRT peopleDenis Vlasenko2007-07-211-3/+8
* introduce and use bb_basename()Denis Vlasenko2007-06-301-2/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-4/+1
* httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-06-231-0/+12
* httpd: move data off bss.Denis Vlasenko2007-06-091-189/+218
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* "Unify base64 handling" is done, remove TODODenis Vlasenko2007-04-181-3/+2
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-5/+5
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2