Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-30apply all post-1.7.1 patches, set version to 1.7.21_7_2Denis Vlasenko
2007-08-21httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko
2007-08-21httpd: add optional support for error pages Denis Vlasenko
2007-08-20removed stray debugging commentsDenis Vlasenko
2007-08-20httpd: explain IP/mask parsing, and simplify it a bit.Denis Vlasenko
2007-08-19httpd: reinstate (much lighter) paranoid connection close codeDenis Vlasenko
2007-08-19httpd: get rid of rmt_port and setenv_logDenis Vlasenko
2007-08-19httpd: get rid of sscanf usage. Rename some variables.Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-18httpd: stop reading headers using 1-byte read()Denis Vlasenko
2007-08-18make standalone httpd work on NOMMU machinesDenis Vlasenko
2007-08-18get rid of server_ and accepted_socket globals.Denis Vlasenko
2007-08-17httpd shrink and logging update, part 7 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 6 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 5 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 4 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 3 of 7Denis Vlasenko
2007-08-17httpd shrink and logging update, part 2 of 7Denis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko
2007-08-14httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko
2007-08-14httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-13httpd: sendfile supportDenis Vlasenko
2007-08-13trylink: produce even more info about final link stageDenis Vlasenko
2007-08-12httpd: CGI Status: header fixDenis Vlasenko
2007-08-12httpd: add support for Status: CGI headerDenis Vlasenko
2007-08-12httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko
2007-07-21fix typo in last commitDenis Vlasenko
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-24httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko
2007-06-10httpd: move data off bss.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-19"Unify base64 handling" is done, remove TODODenis Vlasenko
2007-04-14teach find_root_device to deal with /dev/ subdirsDenis Vlasenko
2007-04-11add more convenient defines for [NO]MMU:Denis Vlasenko
2007-04-05- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-03-26Attempt to get more applets compile for NOMMU.Denis Vlasenko
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko
2007-03-08httpd: make httpd usable for NOMMU CPUsDenis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-03-05httpd: run interpreter for configured file extensions in any dir,Denis Vlasenko
2007-03-05httpd: fix breakage (introduced by me)Denis Vlasenko
2007-02-14httpd: a little bit more correct handling of CGI "HTTP/xxx" outputDenis Vlasenko
2007-02-11httpd: fix for POSTDATA handling bugs:Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #4Denis Vlasenko
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko
2007-01-14httpd: use fd#1 in inetd modeDenis Vlasenko