a14d0d00a5
[mod_auth] convert to handling key-value list
stbuehler2013-08-19 17:43:15 +02:00
74b64a6d1a
[plugin_core] log/setup log: convert to handling key-value list
stbuehler2013-08-19 17:26:16 +02:00
433d4da14e
[mod_vhost] convert to handling key-value list; make vhost.map_regex predictable
stbuehler2013-08-19 15:44:32 +02:00
92dc237ee8
[core] add li_value_new_hashtable to create a GString -> liValue hashtable
stbuehler2013-08-19 15:43:48 +02:00
7bc6e275ef
[mod_throttle] fix refcount and double free
stbuehler2013-08-18 19:58:09 +02:00
adea78e671
[autobuild] autogen.sh remove generated files before creating new ones
stbuehler2013-08-18 18:44:24 +02:00
ccd512ca57
[waf] remove waf for now, doesn't work anymore
stbuehler2013-08-18 17:23:53 +02:00
3c27596287
[plugin_core] index action should do less stat() calls now, especially for multiple names
stbuehler2013-08-18 15:59:26 +02:00
919a8dd6d2
[mod_openssl] error out on unknown parameters
stbuehler2013-08-18 15:53:26 +02:00
dc2f0b7885
[mod_openssl] support key-value list for multiple listen parameters
stbuehler2013-08-18 15:49:12 +02:00
8eae9f3b50
[mod_gnutls] remove ca-file option; only needed for not yet supported client cert authentication. add docs in the source
stbuehler2013-08-18 14:29:26 +02:00
c372d21f2c
[mod_gnutls] use key-value list for parameters, allows duplicate listen/pemfile parameters
stbuehler2013-08-18 13:48:48 +02:00
969818083e
[core] add li_value_to_key_value_list: convert value hash to key-value list
stbuehler2013-08-18 13:47:29 +02:00
f3436e69f1
[gnutls] fix cleanup order (use-after-free)
stbuehler2013-08-03 09:24:58 +02:00
45aeb29703
[events] use smaller repeat value to trigger timer "again" (100ms was clearly too large, 0.1ms should do)
stbuehler2013-08-01 18:37:59 +02:00
859da7d7eb
[plugin_core] docroot: show stat() errors for all entries when debug log is enabled
Simon Lundström
2013-07-31 20:57:29 +02:00
76cf9761ce
[doc] fix wiki link to the redirect target
stbuehler2013-07-31 21:44:28 +02:00
f64ba1bb72
[fastcgi] add debug prints before all fastcgi_reset calls, don't reset connection on stderr data if connection was already closed
stbuehler2013-07-20 13:15:44 +02:00
9aafe5aa2a
[fetch] use signed integers for liFetchDatabase refcount
stbuehler2013-07-20 11:49:49 +02:00
e762189fb5
[core] only use feature test macros on linux
stbuehler2013-07-20 11:45:09 +02:00
42ce5eda8f
[core] cleanup settings.h - openssl not needed in global headers
stbuehler2013-07-20 11:41:24 +02:00
2301fa6835
[tests] cgi: check stderr and exit error with delayed upload
stbuehler2013-07-20 11:33:15 +02:00
d27b40bed5
[tests] add /sbin and others to PATH for sha1 on FreeBSD
stbuehler2013-07-20 11:26:26 +02:00
4cdda3fb1e
[tests] Fix uploadcheck for BSD (providing sha1 instead of sha1sum)
stbuehler2013-07-20 10:56:47 +02:00
c15deb44a4
[mod_gnutls] support DH parameters, use pregenerated 3247 bit parameter by default
stbuehler2013-06-02 10:44:08 +02:00
f4280dca8b
[mod_gnutls] session ticket support
stbuehler2013-06-01 17:40:14 +02:00
c49cf3696f
[mod_gnutls] fix beast workaround (force RC4 on TLS1.0 and SSL3.0)
stbuehler2013-06-01 15:28:06 +02:00
97dbcf7e42
[core] add option to disable buffering large request bodies on disk - forward them to backend directly instead
stbuehler2013-06-01 12:11:47 +02:00
38aad8128e
[angel,tests] implement and use "one-shot" option to not restart crashed workers
stbuehler2013-05-31 20:47:43 +02:00