summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-14test_fork_server: check for return code immediatelyHEADmasterGiuseppe Scrivano1-3/+3
2011-12-08configure: check that libevent provides `event_base_loop'.Giuseppe Scrivano1-2/+2
2011-11-24server: get rid of internal variable mustEndServer.Giuseppe Scrivano2-10/+4
2011-11-24scheduler: use a libevent base.Giuseppe Scrivano2-6/+19
2011-11-24gnutls: Do not erroneously use openssl wrapper library definitions.Giuseppe Scrivano4-6/+5
2011-11-24Use the gnulib version for chdir.Giuseppe Scrivano1-1/+1
2011-11-24bootstrap: add module chown.Giuseppe Scrivano1-0/+1
2011-10-22Fix a file descriptors leak when the server is rebooted.Giuseppe Scrivano3-3/+9
2011-10-12bootstrap: add `opendir' and `closedir' to deal with new gnulib versions.Giuseppe Scrivano5-9/+22
2011-08-30NodeTree: accept `name' and `value' both in lower and upper case.Giuseppe Scrivano1-2/+2
2011-08-18Made the behavior of the make install a bit cleaner.Francesco Pipita9-14/+21
2011-08-14bootstrap.conf: Remove module c++defsGiuseppe Scrivano1-1/+0
2011-08-08Set the SecurityToken virtual host before use it.Giuseppe Scrivano1-0/+2
2011-08-08Allow to disable the TCP Nagle algorithm.Giuseppe Scrivano3-0/+28
2011-08-08Use safer gnulib replacements for `freeaddrinfo' and `getnameinfo'.Giuseppe Scrivano1-7/+7
2011-08-07Post-release administration.Giuseppe Scrivano1-0/+2
2011-08-07ClientsThread: drop a class variable used only in a functionGiuseppe Scrivano2-3/+1
2011-08-03bootstrap.conf: include module `strndup'.Giuseppe Scrivano1-0/+1
2011-08-02bootstrap.conf: Include `wctype' module from gnulib.Giuseppe Scrivano1-0/+1
2011-08-02Assume NULL is defined.Giuseppe Scrivano1-4/+0
2011-07-16Report the version correctly.Giuseppe Scrivano6-14/+12
2011-07-16version: remove file.Giuseppe Scrivano1-1/+0
2011-07-16NEWS: finalize version number 0.11.Giuseppe Scrivano1-1/+1
2011-07-16bootstrap: update from upstream.Giuseppe Scrivano1-26/+64
2011-06-09Socket: do not use getTicks to measure the sleep time.Giuseppe Scrivano1-3/+1
2011-05-29Use safe gnulib version for `getnameinfo' and `getaddrinfo'.Giuseppe Scrivano2-15/+16
2011-05-18HttpFile: ignore fast copy if throttling is used.Giuseppe Scrivano1-0/+1
2011-05-14Process: do not attempt to close invalid file handles.Giuseppe Scrivano1-8/+0
2011-04-27Proxy: clear Accept-Encoding.Giuseppe Scrivano1-0/+2
2011-04-26HttpDataHandler: reset the content-length field if a transfer encoding is spe...Giuseppe Scrivano2-5/+4
2011-04-26Proxy: don't assume the content-length remains the same.Giuseppe Scrivano2-11/+12
2011-04-25Proxy: cope correctly when a content-length equals to zero is specified.Giuseppe Scrivano1-6/+5
2011-04-25ForkServer: kill the server on errors.Giuseppe Scrivano2-1/+3
2011-04-25Fix load configuration files from the home directory.Giuseppe Scrivano3-1/+30
2011-04-25HttpDataHandler: skip chunks with size 0.Giuseppe Scrivano5-18/+29
2011-04-25Proxy: report correctly sent data.Giuseppe Scrivano1-1/+0
2011-04-25Gzip: code cleanup.Giuseppe Scrivano1-18/+7
2011-04-25Proxy: do not clear filters list.Giuseppe Scrivano2-5/+0
2011-04-25HttpThreadContext: enum transfer encodings.Giuseppe Scrivano5-42/+52
2011-04-25HttpHandlers: support filters.Giuseppe Scrivano13-121/+117
2011-04-24HttpHandlers: simplify appendDataToHTTPChannel.Giuseppe Scrivano20-179/+137
2011-04-24HttpFile: cleanup.Giuseppe Scrivano1-28/+15
2011-04-23HttpHandlers: cleanupGiuseppe Scrivano4-10/+3
2011-04-23HttpDataHandler: rename `checkDataChunks' to `chooseEncoding'Giuseppe Scrivano12-15/+17
2011-04-23HttpDataHandler: Simplify completeHTTPResponse and beginHTTPResponseGiuseppe Scrivano12-26/+17
2011-04-23Simplify HttpDataHandler::appendDataToHTTPChannel.Giuseppe Scrivano12-44/+30
2011-04-23Http: move useChunks and keepalive to HttpThreadContextGiuseppe Scrivano16-98/+66
2011-04-23WebDav: use completeHTTPResponse.Giuseppe Scrivano1-2/+2
2011-04-22Proxy: use HttpHeaders::sendHeader.Giuseppe Scrivano1-5/+3
2011-04-22Fix a segfault when a MIME type is not found.Giuseppe Scrivano2-6/+6