summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - merged fixes from the ssl fixes branchlighttpd-merge-1.4.xdarix2006-09-231-6/+6
* fixed cleanup for lemon rebuildsjan2006-09-201-1/+1
* ignore empty FCGI_STDERR packetsjan2006-08-241-1/+3
* * removed debug-codejan2006-08-243-19/+13
* read max 256kb in a rowjan2006-08-241-2/+9
* issue valid JS for the eval() jan2006-08-241-3/+3
* r1288@h2o: darix | 2006-08-20 16:27:43 +0200darix2006-08-201-1/+1
* r1276@h2o: darix | 2006-08-20 02:41:48 +0200darix2006-08-201-2/+6
* r1275@h2o: darix | 2006-08-20 02:34:18 +0200darix2006-08-201-0/+13
* r1274@h2o: darix | 2006-08-20 02:31:12 +0200darix2006-08-201-3/+5
* r1273@h2o: darix | 2006-08-20 02:28:44 +0200darix2006-08-203-2/+17
* git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@126...darix2006-08-200-0/+0
* git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@126...darix2006-08-200-0/+0
* git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@125...darix2006-08-200-0/+0
* git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@125...darix2006-08-200-0/+0
* git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@125...darix2006-08-200-0/+0
* r1132@h2o: darix | 2006-04-30 18:34:07 +0200darix2006-08-201-3/+0
* r1129@h2o: darix | 2006-04-30 18:01:25 +0200darix2006-08-207-5/+222
* added mod_uploadprogress to the buildjan2006-08-111-0/+5
* removed 'var upload = ', let eval return the proper objectjan2006-08-081-2/+2
* - set up dependencies for the .y filesjan2006-08-081-5/+21
* write-queue is not 'send'jan2006-08-081-4/+4
* don't merge response headersjan2006-08-071-1/+1
* http_chunk.[ch] is gonejan2006-08-032-11/+27
* removed http_chunk.c as this now part of the network-encoder for httpjan2006-08-033-146/+1
* updated tests as we support Expect 100 nowjan2006-08-032-5/+9
* the next release is 1.5.0jan2006-08-032-3/+4
* * con->file_finished 1 is con->send->is_closed = 1 nowjan2006-08-0325-205/+179
* use JSON instead of XML to send the state to the remote sidejan2006-08-031-44/+37
* * moved the stream-encoder for http to the http-backendjan2006-08-032-108/+109
* use the http-req-range parserjan2006-08-031-144/+159
* added the new con-statesjan2006-08-031-16/+22
* * changed the order of the state-engine to choose a backend asjan2006-08-034-745/+686
* some formatingjan2006-08-031-1/+5
* use the new http_req.c parser to analyse the headerjan2006-08-032-711/+155
* added the 'is_closed' flag to signal that there won't be any input into this ...jan2006-08-032-0/+3
* added FastCGI support to mod_proxy_corejan2006-08-034-24/+184
* integrated the parsers and the testcases into the scons-build processjan2006-08-031-3/+22
* added testcases for the parsersjan2006-08-033-0/+353
* added lemon-based parsers for HTTP-Request headers and Range-Requestsjan2006-08-036-0/+758
* moved the definied to parse_status_t to http_parser.h jan2006-08-032-7/+12
* send proper NETWORK_STATUS_* code for EAGAINjan2006-08-031-2/+1
* only load 128kb in a row to don't run into a endless read scenariojan2006-08-031-3/+9
* added fastcgi supportjan2006-07-265-13/+581
* get ssl working againjan2006-07-241-55/+55
* make the size of the connection-pool configurable (8 by default)jan2006-07-242-0/+8
* don't reuse connections which are marked as 'Connection: close' jan2006-07-243-14/+43
* report ECONNRESET as connection-closejan2006-07-241-0/+2
* valgrind 3.2.0 uses --log-file instead of --logfilejan2006-07-221-1/+1
* final for FreeBSDjan2006-07-221-2/+3