summaryrefslogtreecommitdiff
path: root/src/base.h
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-731/+0
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...stbuehler2009-11-051-0/+1
* Remove joblist thread, don't use timed pops for async queuesstbuehler2009-10-251-0/+1
* Add SSL Client Certificate verification (#1288)stbuehler2009-10-141-0/+5
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...stbuehler2009-10-141-0/+3
* Remember keep-alive-idle in separate variable (fixes #1988)stbuehler2009-10-111-1/+2
* Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)stbuehler2009-07-011-0/+1
* Silenced the annoying "request timed out" warning, enable with the "debug.log...stbuehler2009-07-011-0/+1
* Add server.breakagelog, a "special" stderr (fixes #1863)stbuehler2009-06-211-0/+1
* Add gthread-freebsd-sendfile (thx peto, fixes #1795)stbuehler2009-06-111-0/+1
* Add support for "real" entropy from /dev/[u]random (fixes #1977)stbuehler2009-06-111-0/+3
* merge: Remove the optional port info from SERVER_NAME (thx Mr_Bond)stbuehler2009-04-091-3/+7
* Use pipe-io instead of SIGUSR1 to wakeup main thread (fixes #1517)stbuehler2008-10-101-0/+3
* merged from @1874: add ETag configuration (#1442)stbuehler2008-07-301-0/+8
* Fixed sock_addr reading in mod_cgi.c (#1672)stbuehler2008-07-281-0/+2
* - ssl.cipher-list and ssl.use-sslv2 ported from 1.4.x (#1422)glen2008-01-161-1/+5
* added (incomplete) support for a non-glib compilejan2007-08-121-3/+7
* fixed conditional caches if a cache-entry gets invalidated at runtimejan2007-04-191-0/+2
* added a flag to declare a conditional valid to support PHYSICAL["path"]jan2007-04-181-0/+2
* moved time-tracking into timing.[ch] and added debug.log-timingjan2007-03-111-0/+2
* added time-trackingjan2007-03-051-0/+42
* win32 specific fixesjan2007-02-191-1/+1
* added support for daemontools and the -I option (patch byjan2007-02-191-0/+1
* added a huge win32 patch by jtiaijan2007-02-171-1/+0
* replace explict counting of open fds by a more heuristic way to guessjan2007-02-101-4/+1
* added server.max-connection-idle option.jakabosky2007-02-081-0/+1
* added statistics value for currently open fds.jakabosky2007-02-081-0/+1
* add define to disable all the threading supportjan2007-02-031-11/+10
* make gcc happy about the 'array' as param-name and 'array' as type-namejan2007-02-021-2/+4
* join all the threads we started and cleanup after themjan2007-02-011-0/+1
* moved the completion-handlers into the network-backendsjan2007-02-011-5/+22
* big threading cleanup, glib-2.0 + gthread-2.0 is now a requirementjan2007-02-011-18/+26
* added inotify supportjan2007-01-301-4/+12
* fixed out-of-fd detectionjan2007-01-271-0/+2
* add support for T_CONFIG_INT.jakabosky2007-01-111-2/+3
* Moved HTTP/1.1 chunk encoding into plugin mod_chunkedjakabosky2007-01-051-1/+3
* - cleanup trailing whitespacesdarix2006-12-291-3/+3
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-0/+1
* increased the number of iocbs to 128jan2006-11-281-2/+2
* added a rip-off of linux-aio-sendfile based on posix-aiojan2006-11-181-1/+14
* - added support for server.use-noatimejan2006-11-151-1/+3
* fixed linux-aio supportjan2006-11-151-0/+4
* merged [1332] and [1290]jan2006-11-141-0/+1
* Linux AIO supportjan2006-11-091-6/+16
* r1273@h2o: darix | 2006-08-20 02:28:44 +0200darix2006-08-201-2/+4
* r1129@h2o: darix | 2006-04-30 18:01:25 +0200darix2006-08-201-0/+4
* * changed the order of the state-engine to choose a backend asjan2006-08-031-29/+18
* made con->request.http_host a real buffer as we want to overwrite itjan2006-07-221-1/+1
* moved the status-counters out from base.h and mod_fastcgi.cjan2006-07-191-15/+0
* moved errorlog pointers to log.hjan2006-07-181-21/+10