1334 Commits (66bd6b22a2bcf1b1c60534330fe8d1d2c787932f)

Author SHA1 Message Date
Stefan Bühler 66bd6b22a2 track event "names" for debugging
8 years ago
Stefan Bühler a5886b3a81 [mod_openssl] various fixes, fix error handling
8 years ago
Stefan Bühler 10305546cb [core] close out stream nicely on regular shutdown (fixes openssl session problem)
8 years ago
Stefan Bühler f144349c72 [mod_openssl] allow all authentication methods in default cipher string
8 years ago
Stefan Bühler fc02dcf9e2 [mod_gnutls] improve alert handling
8 years ago
Nikos Mavrogiannopoulos 91060ebe91 [mod_gnutls] allow pemfile to accept a key-value list of a certificate and key
9 years ago
Nikos Mavrogiannopoulos 344e918f05 [mod_gnutls] when an alert is received print its actual value
9 years ago
Stefan Bühler 72011fbede [mox_rewrite,mod_proxy,docs] fix request.raw_path handling (includes query-string)
9 years ago
Stefan Bühler b5eac15433 [mod_proxy] use raw_path instead of re-encoded path
9 years ago
Stefan Bühler 76c12e4077 [mod_rewrite] rewrite_raw result gets decoded
9 years ago
Stefan Bühler 4c741ce853 [core] expose request.raw_path as condition variable
9 years ago
Stefan Bühler e168e0653c [docs] fix typos, add some details, add rewrite_raw action
9 years ago
Stefan Bühler dd9f052c57 [mod_gnutls] remove broken include
9 years ago
Stefan Bühler d58d98a62d [value] move value functions that depend on angel / main implementations into separate file, included in the other implementations
9 years ago
Stefan Bühler 928d5dcb5e [angel] don't load angel core plugin for shut down, so the core plugin doesn't respawn a worker with default settings
9 years ago
Stefan Bühler c30060e0eb [angel] check setgid/setuid/... return values and abort on failure
9 years ago
Stefan Bühler 09002ad827 [mod_openssl] fix default cipher string
9 years ago
Stefan Bühler 5e30919291 [mod_openssl] wrap all options in #ifdef
9 years ago
Stefan Bühler b6ee9241ad [angel_fake] use li_sockaddr_from_string in li_angel_fake_listen
9 years ago
Stefan Bühler 5f4019359e [config parser] copy fixes from angel config parser
9 years ago
Stefan Bühler 63f4b78353 fix some socket address handlings - limit unix socket path names to struct size
9 years ago
Stefan Bühler 5b706ac033 [simple-stream] fix double assignment
9 years ago
Stefan Bühler 21e18176f2 fix wrong operator to check for set bit in events
9 years ago
Stefan Bühler ed7e70d0b4 [angel] fix missing break in switch statement in config parser for casting string to int
9 years ago
Stefan Bühler 3ad9e4cb01 [actions] fix dereference before null check
9 years ago
Stefan Bühler acd2967534 assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork
9 years ago
Stefan Bühler 582a8585ff [fastcgi] assert pointer is not NULL before dereference before NULL check in a loop
9 years ago
Stefan Bühler 118844573c [angel] fix memory leak on error in angel config parser
9 years ago
Stefan Bühler 176d6099aa [liValue] fix missing break in switch statement
9 years ago
Stefan Bühler e5e37b8369 [idlist] fix bad shift operations
9 years ago
Stefan Bühler 419d60dd83 [profile] add missing utils.h include
9 years ago
Stefan Bühler 17a5168793 [core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
9 years ago
Stefan Bühler e2992d7b6b [ip-parser] allow [ipv6]/net:port and [ipv6/net]:port for IPv6 address + network + port
9 years ago
Stefan Bühler 074f53744a [angel] merge allow_listen_* items
9 years ago
Stefan Bühler 22d186cecc [angel] rewrite config handling, rename items, document it
9 years ago
Stefan Bühler 01788a7250 [common] remove hash value type (use key/value lists instead)
9 years ago
Stefan Bühler dfaab291d9 [angel] rewrite parser, changing syntax (similar to main config)
9 years ago
Stefan Bühler 84325a5a06 [backends: scgi,proxy,fastcgi] update *context immediately after *backend_get
9 years ago
Stefan Bühler b5edda3bf4 [plugin_core] fix index "/filename" handling
9 years ago
Stefan Bühler ec6600271a [config] fix conditional parsing
9 years ago
Stefan Bühler db58828e0b [common] refactor liValue to share most of the code
9 years ago
Stefan Bühler 23be07f40c [mod_gnutls] don't abort if 'NORMAL:-CIPHER-ALL:+ARCFOUR-128' is not recognized, use 'NORMAL' instead
9 years ago
Stefan Bühler 133941c327 [mod_status] use PACKAGE_BUILD_DATE instead of __DATE__/__TIME__
9 years ago
Stefan Bühler d529150a9b [autotools] remove generated ragel parsers from dist
9 years ago
Stefan Bühler c3b715dae1 remove old test file
9 years ago
Stefan Bühler f482877825 [doc] document core config and modules in tree
9 years ago
Stefan Bühler 3f61b3c1b1 [mod_proxy] send Content-Length for all non GET/HEAD requests
9 years ago
Stefan Bühler a6303d8baa [config] allow setting vars in setup block
9 years ago
Stefan Bühler 0d40b25d19 [config] fix missing reference (segfault on shutdown)
10 years ago
Stefan Bühler 7d22354772 [config] fix cast(string)
10 years ago