Commit Graph

  • 912b460145 [autobuild] fix configure to search for openssl in the specified paths stbuehler 2014-08-17 09:45:52 +02:00
  • 72011fbede [mox_rewrite,mod_proxy,docs] fix request.raw_path handling (includes query-string) stbuehler 2014-06-06 13:41:30 +02:00
  • 2fe2af2022 [docs] generate link back to index in sub pages stbuehler 2014-06-06 12:18:03 +02:00
  • ab60804b9c [docs] fix typo stbuehler 2014-06-06 12:08:51 +02:00
  • b5eac15433 [mod_proxy] use raw_path instead of re-encoded path stbuehler 2014-06-06 12:08:16 +02:00
  • 6e2ca4b80c [tests] small cleanups: use req_header.overwrite, no_docroot option stbuehler 2014-06-06 11:57:41 +02:00
  • 76c12e4077 [mod_rewrite] rewrite_raw result gets decoded stbuehler 2014-06-06 11:35:44 +02:00
  • 4c741ce853 [core] expose request.raw_path as condition variable stbuehler 2014-06-06 11:16:22 +02:00
  • e168e0653c [docs] fix typos, add some details, add rewrite_raw action stbuehler 2014-05-27 20:07:12 +02:00
  • 9acfe515f7 [docs] fix xml error stbuehler 2014-05-26 15:26:10 +02:00
  • 4741120b74 [docs] fix links, add index page, add small introduction, add lua config / api stbuehler 2014-05-26 15:04:46 +02:00
  • 5c9a9bbaba [docs] some small fixes stbuehler 2014-05-23 16:03:54 +02:00
  • dd9f052c57 [mod_gnutls] remove broken include stbuehler 2014-05-23 11:24:43 +02:00
  • 47c1cf1c20 [tests] increase timeout for https requests stbuehler 2014-05-22 18:31:33 +02:00
  • d58d98a62d [value] move value functions that depend on angel / main implementations into separate file, included in the other implementations stbuehler 2014-05-22 14:58:01 +02:00
  • 55042a89a9 [tests] add a 0.2 second sleep before testing memcache lookup after store stbuehler 2014-05-22 13:02:25 +02:00
  • 928d5dcb5e [angel] don't load angel core plugin for shut down, so the core plugin doesn't respawn a worker with default settings stbuehler 2014-05-22 12:44:48 +02:00
  • c30060e0eb [angel] check setgid/setuid/... return values and abort on failure stbuehler 2014-05-16 17:23:27 +02:00
  • 09002ad827 [mod_openssl] fix default cipher string stbuehler 2014-05-16 17:22:16 +02:00
  • 5e30919291 [mod_openssl] wrap all options in #ifdef stbuehler 2014-05-16 08:33:24 +02:00
  • 8596f874a7 [autobuild] fix duplicate config.h install and remove config.h from dist tarball stbuehler 2014-05-16 08:17:03 +02:00
  • 72d4578e70 [doc] add script to generate mimetypes.conf stbuehler 2014-05-05 10:55:34 +02:00
  • b6ee9241ad [angel_fake] use li_sockaddr_from_string in li_angel_fake_listen stbuehler 2014-04-15 13:05:52 +02:00
  • 5f4019359e [config parser] copy fixes from angel config parser stbuehler 2014-04-15 12:41:09 +02:00
  • 63f4b78353 fix some socket address handlings - limit unix socket path names to struct size stbuehler 2014-04-15 12:06:11 +02:00
  • 5b706ac033 [simple-stream] fix double assignment stbuehler 2014-04-15 11:30:36 +02:00
  • 21e18176f2 fix wrong operator to check for set bit in events stbuehler 2014-04-15 11:24:51 +02:00
  • ed7e70d0b4 [angel] fix missing break in switch statement in config parser for casting string to int stbuehler 2014-04-15 11:22:15 +02:00
  • 3ad9e4cb01 [actions] fix dereference before null check stbuehler 2014-04-15 11:13:20 +02:00
  • acd2967534 assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork stbuehler 2014-04-15 11:11:51 +02:00
  • 582a8585ff [fastcgi] assert pointer is not NULL before dereference before NULL check in a loop stbuehler 2014-04-15 11:07:39 +02:00
  • 118844573c [angel] fix memory leak on error in angel config parser stbuehler 2014-04-15 10:39:14 +02:00
  • 176d6099aa [liValue] fix missing break in switch statement stbuehler 2014-04-15 10:33:48 +02:00
  • e5e37b8369 [idlist] fix bad shift operations stbuehler 2014-04-14 17:51:47 +02:00
  • e0ed289c1a [liValue] fix dereference after NULL check stbuehler 2014-04-14 17:49:41 +02:00
  • c971749381 [autotools] support libunwind without pkg-config stbuehler 2014-04-11 12:31:58 +02:00
  • 419d60dd83 [profile] add missing utils.h include stbuehler 2014-04-11 12:30:42 +02:00
  • deb0dd2428 [doc] always show angel doc in toc stbuehler 2014-04-11 12:06:55 +02:00
  • 17a5168793 [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind stbuehler 2014-04-10 18:08:59 +02:00
  • e2992d7b6b [ip-parser] allow [ipv6]/net:port and [ipv6/net]:port for IPv6 address + network + port stbuehler 2014-02-26 12:37:25 +01:00
  • 074f53744a [angel] merge allow_listen_* items stbuehler 2014-02-13 18:19:07 +01:00
  • 22d186cecc [angel] rewrite config handling, rename items, document it stbuehler 2014-02-10 15:33:04 +01:00
  • 01788a7250 [common] remove hash value type (use key/value lists instead) stbuehler 2014-02-06 16:05:08 +01:00
  • dfaab291d9 [angel] rewrite parser, changing syntax (similar to main config) stbuehler 2014-02-04 20:48:10 +01:00
  • 84325a5a06 [backends: scgi,proxy,fastcgi] update *context immediately after *backend_get stbuehler 2014-04-10 12:38:40 +02:00
  • b5edda3bf4 [plugin_core] fix index "/filename" handling stbuehler 2014-02-26 13:18:30 +01:00
  • ec6600271a [config] fix conditional parsing stbuehler 2014-02-10 15:33:44 +01:00
  • db58828e0b [common] refactor liValue to share most of the code stbuehler 2014-02-04 20:47:34 +01:00
  • c3744763e2 [autotools] search math lib m for fmod stbuehler 2014-02-04 20:15:49 +01:00
  • 23be07f40c [mod_gnutls] don't abort if 'NORMAL:-CIPHER-ALL:+ARCFOUR-128' is not recognized, use 'NORMAL' instead stbuehler 2014-02-04 14:39:07 +01:00
  • 9f6d56d5c4 [core] add PACKAGE_NO_BUILD_DATE define to disable PACKAGE_BUILD_DATE stbuehler 2014-02-04 14:20:35 +01:00
  • 72967a0874 [core] make PACKAGE_BUILD_DATE an embeddable string constant stbuehler 2014-02-04 14:04:37 +01:00
  • 133941c327 [mod_status] use PACKAGE_BUILD_DATE instead of __DATE__/__TIME__ stbuehler 2014-02-04 13:59:13 +01:00
  • 449e672016 [dist] add script to show differences between git and dist stbuehler 2014-02-04 13:23:05 +01:00
  • d529150a9b [autotools] remove generated ragel parsers from dist stbuehler 2014-02-04 13:22:01 +01:00
  • 6d9277f8a5 [autotools] include cmake files in dist stbuehler 2014-02-04 13:01:48 +01:00
  • c3b715dae1 remove old test file stbuehler 2014-02-04 13:01:23 +01:00
  • b0ec46adec [tests] include test ca in dist stbuehler 2014-02-04 12:44:27 +01:00
  • f482877825 [doc] document core config and modules in tree stbuehler 2014-01-27 00:41:50 +01:00
  • 3cd06f49ad restructure docs stbuehler 2014-01-20 15:57:18 +01:00
  • 3f61b3c1b1 [mod_proxy] send Content-Length for all non GET/HEAD requests stbuehler 2013-12-05 18:01:06 +01:00
  • a6303d8baa [config] allow setting vars in setup block stbuehler 2013-11-13 23:49:08 +01:00
  • b329a39026 [autobuild] use autoreconf instead of calling tools manually; update .gitignore stbuehler 2013-11-10 14:45:51 +01:00
  • 0d40b25d19 [config] fix missing reference (segfault on shutdown) stbuehler 2013-09-10 16:05:13 +02:00
  • 3bf3bb1238 [tests] add own test CA and test gnutls and openssl basic functionality stbuehler 2013-09-10 15:24:05 +02:00
  • 7d22354772 [config] fix cast(string) stbuehler 2013-09-10 15:22:58 +02:00
  • a497760f3d [ŧests] more tests, improve handling stbuehler 2013-09-10 12:08:44 +02:00
  • 75d314c541 [doc] update to new config syntax stbuehler 2013-09-10 12:07:57 +02:00
  • 56e606bbd7 [config] setup only allowed in master config context stbuehler 2013-09-10 12:07:04 +02:00
  • 5222d524ad [plugin_core] fix some setup parameter handling stbuehler 2013-09-09 23:23:46 +02:00
  • 1a7eec4aa5 [mod_gnutls] disable protect-against-beast by default now - considered mitigated on client side stbuehler 2013-09-09 16:17:18 +02:00
  • 81ff95db84 [mod_gnutls] announce http/1.1 in ALPN stbuehler 2013-09-09 16:16:38 +02:00
  • e55f423203 [config] fix more bugs in new config handling stbuehler 2013-09-09 12:46:21 +02:00
  • d65a2ffc16 [mod_redirect] fix segfault in config parsing stbuehler 2013-09-09 12:28:31 +02:00
  • 04c6aa93cf [plugin_core] fix alias action stbuehler 2013-09-09 12:15:12 +02:00
  • e4c99e55d6 [config] fix bug in config parser (failed parsing names followed by a comma) stbuehler 2013-09-09 12:09:22 +02:00
  • 4056bd1a43 [config] fix mem leaks in config parser stbuehler 2013-09-09 10:30:07 +02:00
  • 875995dae5 [config] fix bugs in new config handling stbuehler 2013-09-09 10:17:43 +02:00
  • 8037af605f replace g_hash_table_contains with g_hash_table_lookup stbuehler 2013-09-06 17:11:14 +02:00
  • 4f45909f2d [tests] cleanup to use new config style stbuehler 2013-09-06 16:47:08 +02:00
  • a7c61d8c06 [tests] test secdownload.lua and the lua key-value list lookup stbuehler 2013-08-21 12:44:11 +02:00
  • eb19c66524 [lua] fix key-value list handling and export of lists stbuehler 2013-09-06 16:41:15 +02:00
  • e76ebe2021 [core] rewrite config parser stbuehler 2013-09-06 14:37:18 +02:00
  • a1fbaab86b [core/modules] refactor config handling stbuehler 2013-09-06 14:36:55 +02:00
  • b783bd5aaa [misc] use less C99 features stbuehler 2013-08-23 13:39:09 +02:00
  • 061b2a4262 [core] handle differences between options/actions/setups in plugin.c stbuehler 2013-08-22 18:02:50 +02:00
  • 8e41187ff6 [tests] add --valgrind-leak option stbuehler 2013-08-22 13:17:29 +02:00
  • 898e0c4687 [log] fix small mem leak stbuehler 2013-08-22 13:16:59 +02:00
  • cebb8df82c [mod_vhost] fix config mem leak stbuehler 2013-08-22 13:03:15 +02:00
  • ad687636e9 [lua] push list values with __index metamethod to lookup string/nil keys in key-value lists stbuehler 2013-08-21 12:43:28 +02:00
  • 9f9fe72d97 [lua] fix usage of lua_typename stbuehler 2013-08-21 13:49:49 +02:00
  • 8a0a8715d0 [tests] only use cache.disk.etag if request was handled stbuehler 2013-08-21 12:42:37 +02:00
  • f9d0abac66 [lua] add lighty.error -> lighty.print alias stbuehler 2013-08-21 12:41:11 +02:00
  • c963de4083 [tests] test auth.require_user from doc/core.lua stbuehler 2013-08-21 12:10:03 +02:00
  • 3dceac0d56 [doc] update config examples in doc/*.lua to match current syntax stbuehler 2013-08-21 12:09:26 +02:00
  • 921982f0fc [tests] put scgi application into separate file stbuehler 2013-08-19 22:34:54 +02:00
  • 1c22f3aa2b [tests] add a stub python memcached server, add mod_memcached tests stbuehler 2013-08-19 22:24:48 +02:00
  • 0adefe5f18 [mod_memcached] convert to handling key-value list stbuehler 2013-08-19 20:09:16 +02:00
  • 9430a8a112 [mod_deflate] convert to handling key-value list stbuehler 2013-08-19 19:22:22 +02:00
  • 9e71dc6890 [core] li_value_to_string: use => for separating hash keys and values like the config stbuehler 2013-08-19 19:13:48 +02:00