summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* finish the disable_time patchpost-upload-cleanupjan2005-03-162-3/+1
* don't add content-length as HTTP_CONTENT_LENGTH to the cgi-headersjan2005-03-161-0/+3
* fixed the last con->fd -> con->fd->fd in debug-messagesjan2005-03-166-25/+21
* added 207 for webdavjan2005-03-161-0/+1
* check that the method name is A-Z only and allow content for all method excep...jan2005-03-161-36/+57
* accept all method and deny them only for static files jan2005-03-1611-58/+45
* added the extra \0 at the end of the write-buffer the fulfill the normal buff...jan2005-03-161-3/+7
* handle all request-methodsjan2005-03-161-14/+1
* handle POST_DATA before connect() and off-by-one in sending datajan2005-03-161-4/+6
* drop debug messages jan2005-03-152-5/+2
* SEGFAULT needs stdio.hjan2005-03-153-0/+3
* include the right headerjan2005-03-152-2/+2
* send request data on demand (streaming)jan2005-03-151-109/+142
* handle return codes correctlyjan2005-03-151-2/+14
* tell the fd's that we are using pipesjan2005-03-151-1/+5
* add more debug messages on assertionjan2005-03-151-2/+17
* removed unused chunks_writtenjan2005-03-152-7/+1
* port to new API (untested)jan2005-03-152-49/+43
* add rewritten physical.path to fcejan2005-03-151-0/+5
* use fce instead of filenamejan2005-03-152-9/+7
* added the use of chunkqueue_remove_empty_chunks() jan2005-03-151-38/+5
* removed debug-codejan2005-03-151-15/+2
* simplified cleanup of chunkqueue by using chunkqueue_remove_empty_chunks() an...jan2005-03-152-99/+29
* removed debug codejan2005-03-151-13/+1
* on win32 we need closesocket() instead of close()jan2005-03-151-0/+4
* free the chunks on _reset and added more use full cleanup functionsjan2005-03-152-6/+69
* added the new file_cache and file_descr handling and added the support for fe...jan2005-03-141-58/+196
* let all network functions return network_tjan2005-03-142-8/+12
* added new post-request signallingjan2005-03-141-3/+3
* added the new file_cache and file_descr handling and droped READ_POSTjan2005-03-141-9/+8
* be more verbose before we crashjan2005-03-141-1/+1
* added the new file_cache and file_descr handling and the prefix handling for ...jan2005-03-141-56/+97
* added the new file_cache and file_descr handlingjan2005-03-141-1/+1
* add stdio.h for the SEGFAULT macrojan2005-03-141-0/+1
* added the new file_cache and file_descr handlingjan2005-03-141-166/+180
* cover a unused var if no gmt_off is avaialbeljan2005-03-141-1/+3
* append_file wants a file_cache_entry nowjan2005-03-143-54/+13
* a simple state is enoughjan2005-03-142-11/+11
* added the new file_cache and file_descr handlingjan2005-03-141-20/+18
* added the read and write functions as glue-codejan2005-03-141-0/+103
* added the new glue-codejan2005-03-141-18/+16
* get the file-cache-entry yourselfjan2005-03-141-1/+6
* get the file-cache-entry yourselfjan2005-03-141-10/+33
* get the file-cache-entry yourselfjan2005-03-141-5/+12
* assign the write and read functions at accept()jan2005-03-141-123/+39
* dropped to read-post state and moved big chunks of the code aroundjan2005-03-142-222/+208
* moved file_cache and file_cache_entry to file_cache.h, replaced all int fd by...jan2005-03-141-68/+32
* split up file_cache_get_entry(), dropped dead code jan2005-03-143-218/+129
* added plugin-hook to fetch post data into a pluginjan2005-03-142-0/+5
* seperated glue-codejan2005-03-142-97/+128