Commit Graph

  • d825212823 [mod_lua] convert to handling key-value list stbuehler 2013-08-19 19:11:28 +02:00
  • 5fb031a910 [tests] run config test with valgrind too if enabled stbuehler 2013-08-19 19:11:02 +02:00
  • 32e91a9e8a [core] handle NULL values in li_value_extract* functions stbuehler 2013-08-19 19:09:17 +02:00
  • a14d0d00a5 [mod_auth] convert to handling key-value list stbuehler 2013-08-19 17:43:15 +02:00
  • 74b64a6d1a [plugin_core] log/setup log: convert to handling key-value list stbuehler 2013-08-19 17:26:16 +02:00
  • 433d4da14e [mod_vhost] convert to handling key-value list; make vhost.map_regex predictable stbuehler 2013-08-19 15:44:32 +02:00
  • 92dc237ee8 [core] add li_value_new_hashtable to create a GString -> liValue hashtable stbuehler 2013-08-19 15:43:48 +02:00
  • 7bc6e275ef [mod_throttle] fix refcount and double free stbuehler 2013-08-18 19:58:09 +02:00
  • adea78e671 [autobuild] autogen.sh remove generated files before creating new ones stbuehler 2013-08-18 18:44:24 +02:00
  • ccd512ca57 [waf] remove waf for now, doesn't work anymore stbuehler 2013-08-18 17:23:53 +02:00
  • 3c27596287 [plugin_core] index action should do less stat() calls now, especially for multiple names stbuehler 2013-08-18 15:59:26 +02:00
  • 919a8dd6d2 [mod_openssl] error out on unknown parameters stbuehler 2013-08-18 15:53:26 +02:00
  • dc2f0b7885 [mod_openssl] support key-value list for multiple listen parameters stbuehler 2013-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 stbuehler 2013-08-18 14:29:26 +02:00
  • c372d21f2c [mod_gnutls] use key-value list for parameters, allows duplicate listen/pemfile parameters stbuehler 2013-08-18 13:48:48 +02:00
  • 969818083e [core] add li_value_to_key_value_list: convert value hash to key-value list stbuehler 2013-08-18 13:47:29 +02:00
  • ab47f9b33c [mod_gnutls] fix endless loop in client hello parser stbuehler 2013-08-18 11:45:45 +02:00
  • 36b901afa7 [mod_gnutls] fix build with SNI disabled stbuehler 2013-08-18 11:16:01 +02:00
  • 40169d5fc9 [autobuild] fix renamed header ssl_client_hello_parser.h stbuehler 2013-08-18 11:15:30 +02:00
  • a7f41b9e3b [core] check for disabled keep-alive early to send matching headers stbuehler 2013-08-18 00:58:54 +02:00
  • 975ca1cddf [mod_gnutls] parse client hello for sni and protocol version stbuehler 2013-08-18 00:55:24 +02:00
  • 0e9871e695 [doc] update example mime-types stbuehler 2013-08-15 21:26:01 +02:00
  • c51d89fe6e [mod_openssl] disable SSL3 by default stbuehler 2013-08-09 00:23:33 +02:00
  • 0b8365ca29 [mod_openssl] enable DH and ECDH stbuehler 2013-08-07 20:59:46 +02:00
  • c15b37260a [tests/mod_deflate] test removing Accept-Encoding header stbuehler 2013-08-07 18:50:49 +02:00
  • b9d77f50a4 [core] add req_header.* actions stbuehler 2013-08-07 18:05:16 +02:00
  • f3436e69f1 [gnutls] fix cleanup order (use-after-free) stbuehler 2013-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) stbuehler 2013-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 stbuehler 2013-07-31 21:44:28 +02:00
  • a034e05eff [tests] fix path issues stbuehler 2013-07-20 14:01:14 +02:00
  • f64ba1bb72 [fastcgi] add debug prints before all fastcgi_reset calls, don't reset connection on stderr data if connection was already closed stbuehler 2013-07-20 13:15:44 +02:00
  • 9aafe5aa2a [fetch] use signed integers for liFetchDatabase refcount stbuehler 2013-07-20 11:49:49 +02:00
  • e762189fb5 [core] only use feature test macros on linux stbuehler 2013-07-20 11:45:09 +02:00
  • 42ce5eda8f [core] cleanup settings.h - openssl not needed in global headers stbuehler 2013-07-20 11:41:24 +02:00
  • 2301fa6835 [tests] cgi: check stderr and exit error with delayed upload stbuehler 2013-07-20 11:33:15 +02:00
  • d27b40bed5 [tests] add /sbin and others to PATH for sha1 on FreeBSD stbuehler 2013-07-20 11:26:26 +02:00
  • 4cdda3fb1e [tests] Fix uploadcheck for BSD (providing sha1 instead of sha1sum) stbuehler 2013-07-20 10:56:47 +02:00
  • bfa1395937 [throttle] fix connection throttling refill calculation stbuehler 2013-07-18 13:05:09 +02:00
  • a1170b3aec [mod_gnutls] fix segfault when no sni backend was configured stbuehler 2013-07-17 00:21:22 +02:00
  • d5bb6003dc include lighttpd/settings.h instead of base.h in common source stbuehler 2013-06-25 16:38:17 +02:00
  • d0d3dc3c55 define _XOPEN_SOURCE 600 for _POSIX_C_SOURCE 200112L, which should fix IPv6/sockaddr_in6 on BSD stbuehler 2013-06-25 16:22:14 +02:00
  • 8f42bbe7b4 [gnutls filter] fix cork handling stbuehler 2013-06-25 16:20:18 +02:00
  • b9fadd3db3 [ssl_sni_parser] debugging, fix parser bug (wrong shift) stbuehler 2013-06-10 11:55:34 +02:00
  • 85fc9dbb6d [mod_gnutls,fetch api] associate sni certs with dh params, fix fetch bug stbuehler 2013-06-09 18:09:59 +02:00
  • 796f6b1547 [mod_gnutls] send alerts instead of aborting, allow safe renegotiations stbuehler 2013-06-09 00:52:01 +02:00
  • 3d86ada352 add ssl_sni_parser.h to make dist stbuehler 2013-06-08 23:18:39 +02:00
  • 4e59d8608b [automake] workaround automake serial-tests option stbuehler 2013-06-08 23:10:21 +02:00
  • 6f25870d4b automake: force serial-tests runs, fix USE_SNI handling stbuehler 2013-06-08 22:18:36 +02:00
  • 92f0a5f237 [mod_gnutls] add sni-fallback-pemfile option stbuehler 2013-06-08 21:36:59 +02:00
  • 0f9b0ee757 Fix autoconf libidn detection stbuehler 2013-06-08 21:03:09 +02:00
  • 8d417cec1b [mod_gnutls] fix compile error when compiling without SNI stbuehler 2013-06-08 20:23:06 +02:00
  • 05e058aa9c fix bugs and warnings reported by clang stbuehler 2013-06-08 19:45:04 +02:00
  • 392e7bb823 [mod_gnutls] add SNI stbuehler 2013-06-08 20:11:13 +02:00
  • 95f63fc0cf [core] add global named fetch pool; all backends have to return strings. implement a simple backend. stbuehler 2013-06-04 17:13:58 +02:00
  • 2bcb880dc8 [core] implement generic "fetch" api stbuehler 2013-06-04 01:12:35 +02:00
  • 86c93c6256 [mod_gnutls] use 4096-bit DH params by default stbuehler 2013-06-02 13:31:06 +02:00
  • 2cc5eb90d6 [mod_gnutls] actually use dh params loaded from file stbuehler 2013-06-02 12:27:36 +02:00
  • 9a70d79f66 [mod_gnutls] add memory session database stbuehler 2013-06-02 11:43:04 +02:00
  • c15deb44a4 [mod_gnutls] support DH parameters, use pregenerated 3247 bit parameter by default stbuehler 2013-06-02 10:44:08 +02:00
  • f4280dca8b [mod_gnutls] session ticket support stbuehler 2013-06-01 17:40:14 +02:00
  • c49cf3696f [mod_gnutls] fix beast workaround (force RC4 on TLS1.0 and SSL3.0) stbuehler 2013-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 stbuehler 2013-06-01 12:11:47 +02:00
  • 38aad8128e [angel,tests] implement and use "one-shot" option to not restart crashed workers stbuehler 2013-05-31 20:47:43 +02:00
  • 64cabac477 [core] fix connection timeout handling stbuehler 2013-05-31 18:03:14 +02:00
  • 5e4a94b0c6 [core] handle Connection: Upgrade stbuehler 2013-05-25 23:51:46 +02:00
  • 5e0a58be53 [stream-http-response] support chunk encoded responses stbuehler 2013-05-25 18:36:58 +02:00
  • 3deb7c9e79 [core] support chunked uploads stbuehler 2013-05-25 16:20:25 +02:00
  • 4706cc5f60 Fix filedescriptor/socket leaking stbuehler 2013-05-28 11:44:40 +02:00
  • f42ebc05f4 [tests] show more output on console with --debug stbuehler 2013-05-28 11:45:36 +02:00
  • 00926c8049 [mod_openssl,mod_gnutls] fix missing disconnect (mem leak), free buffers (mem leak) stbuehler 2013-05-28 10:04:24 +02:00
  • 42b49307b9 [mod_fastcgi] next try to fix use after free stbuehler 2013-05-28 10:03:34 +02:00
  • bb018b091a [mod_fastcgi] fix use after free stbuehler 2013-05-27 10:04:01 +02:00
  • 04a63b009b [tests] etag with deflate and cache_disk_etag stbuehler 2013-05-26 21:50:29 +02:00
  • 6e6e8792de [filter] don't run filter on stream-dest connect stbuehler 2013-05-26 20:14:49 +02:00
  • 245dd5b5d8 [tests] add mod_cache_disk_etag to the mix stbuehler 2013-05-26 19:37:18 +02:00
  • 7f61ca9dba disable some debug messages stbuehler 2013-05-26 18:59:44 +02:00
  • 44f56b034f [filters] fix memleak stbuehler 2013-05-26 18:54:52 +02:00
  • 8a65b5e7aa [throttle] fix memory leak stbuehler 2013-05-26 18:50:21 +02:00
  • 0857befb7f fix handling of new connection state stbuehler 2013-05-26 17:37:33 +02:00
  • db36f6a78b [mod_cache_disk_etag] fix use after free stbuehler 2013-05-26 15:46:36 +02:00
  • abdb238f21 [core] fix half cleaned connection objects stbuehler 2013-05-25 19:14:02 +02:00
  • d90774c330 [mod_cache_disk_etag] fix segfault stbuehler 2013-05-25 18:10:21 +02:00
  • 7c003a5505 [mod_throttle] build with automake/wscript too stbuehler 2013-05-25 16:21:31 +02:00
  • 31e581456d [core] use TCP_FASTOPEN on listening sockets if available stbuehler 2013-05-25 16:15:14 +02:00
  • bf6470375a flush sockets after request end by setting TCP_NODELY temporarily stbuehler 2013-05-25 15:23:16 +02:00
  • 11b4bdd8c5 replace unneeded ev_/EV_ references stbuehler 2013-05-25 14:37:09 +02:00
  • 75e0c442f7 [mod_gnutls] fix issues with giovec_t present before 2.12.0 stbuehler 2013-05-25 14:23:53 +02:00
  • 3194226966 [mod_gnutls] use vec_push only if version >= 2.12.0 stbuehler 2013-05-25 14:10:58 +02:00
  • 709296d796 fix bugs and warnings from compiler warnings (memset parameter order, shadow, ...) stbuehler 2013-05-25 12:59:14 +02:00
  • 0ff0df8e12 [mod_fastcgi] show stderr messages stbuehler 2013-05-25 12:29:04 +02:00
  • 018baa0375 [mod_fastcgi] abort request only if headers aren't sent; otherwise stream disconnect will handle it stbuehler 2013-05-25 11:31:20 +02:00
  • 7a01f69b89 fix connection is_closed handling (never close raw_out, never close con->out.source->out) stbuehler 2013-05-25 10:05:30 +02:00
  • 914f79650a fix connection handling with chunked responses stbuehler 2013-05-24 18:38:59 +02:00
  • ff28617976 [mod_fastcgi] disable keep-alive for now stbuehler 2013-05-24 17:22:23 +02:00
  • c61f4929cb more asserts and checks in stream_simple_socket stbuehler 2013-05-24 17:19:44 +02:00
  • b6325775dc [backends] fix connection insertion stbuehler 2013-05-24 15:17:02 +02:00
  • ba46b595ae [mod_fastcgi] fix broken asserts stbuehler 2013-05-24 14:47:18 +02:00
  • d59cbf3f4e [mod_fastcgi] add some asserts stbuehler 2013-05-24 14:06:00 +02:00
  • 5c2cc7143d fix filters (deflate, memcached, cache_disk_etag) stbuehler 2013-05-24 13:17:22 +02:00