981 Commits (8c1b6fa3a20fdc15691be0c690d43203abf0c083)

Author SHA1 Message Date
Stefan Bühler 0047fe22fa radix: fix li_radixtree_new prototype 13 years ago
Stefan Bühler b8a0921265 Add some missing LI_/li prefixes for types and enum values 13 years ago
Stefan Bühler 7976cf53cf [mod_proxy] Add X-Forwarded-{For,Proto} headers, handle 1xx responses 13 years ago
Stefan Bühler b87e74d151 Optimize IO handling to safe syscalls; run vrequest state machines twice before looking for new io events 13 years ago
Stefan Bühler b876f8401d [core]: rework connection/vrequest structs; add liConInfo 13 years ago
Stefan Bühler cae0c15710 Optimize some string handling in chunk parser 13 years ago
Stefan Bühler 254ba2a1f6 Optimize header insertion 13 years ago
Stefan Bühler cc0044c4ee Fix http method parser, add inlined g_string_append_len 13 years ago
Stefan Bühler a2ed50dedd Optimize some socket initialization handling 13 years ago
Stefan Bühler 0325d10f4a [mod_balancer] fix comments 13 years ago
Stefan Bühler ec3fa8251f [mod_fastcgi] stop spamming logfile with repeated error 13 years ago
Stefan Bühler 3b202faf01 Implement backlog for balancer 13 years ago
Stefan Bühler 7bb671de4c [config parser] fix operators 13 years ago
Stefan Bühler b7e6ba4eb5 condition.c: set match_type in all cases 13 years ago
Stefan Bühler 8b17198eb6 Try to fix some bugs in the config parser 13 years ago
Thomas Porzelt 2885c88ae7 [core] Config parser: one more fix for condition parsing 13 years ago
Thomas Porzelt 5b9cc67ad5 [core] Config parser: fix a whitespace handling bug 13 years ago
Thomas Porzelt 7648ef0f40 [core] Config parser: Fix parsing rules for multiple else-if conditions 13 years ago
Thomas Porzelt 45d9fda41e [core] Config parser: fix condition with key handling 13 years ago
Stefan Bühler 18fd43840c [mod_balancer] fix typo, and fix balancer handling in action-stack 13 years ago
Stefan Bühler 20fc288481 [mod_balancer] Implement RoundRobin and SQF 13 years ago
Stefan Bühler dd0bee3fd6 action_stack: fix balanacer management 13 years ago
Thomas Porzelt ab94d8390d [core] Change *bit integer suffixes in config parser 13 years ago
Thomas Porzelt 5f655d3b6e [core] Fix 'else if' handling in config parser 13 years ago
Thomas Porzelt 65a3d5dfa9 [core] Add support for 'and' and 'or' in conditions to the config parser 13 years ago
Thomas Porzelt b11c98d4cf [mod_status] Fix memory usage display on runtime info page 13 years ago
Thomas Porzelt de02a475c3 [mod_status] Show memory usage instead of hostname 13 years ago
Stefan Bühler 06b40f5ff4 Fix compile on FreeBSD 13 years ago
Thomas Porzelt 15c89fc606 [core] Fix compilation on osx and freebsd+waf 13 years ago
Thomas Porzelt 20c3e7d6ad [core] Add li_memory_usage(), clean up some old sys-* files 13 years ago
Stefan Bühler 2045be0729 mod_auth: fixing previous commit 13 years ago
Stefan Bühler 72addaeec3 mod_auth: ignore already handled requests 13 years ago
Stefan Bühler 37666894ed [cmake]: check glib version for >= 2.16 13 years ago
Stefan Bühler 06c7dfd3b9 mod_limit: Include radix.h 13 years ago
Stefan Bühler 2439159689 [cmake]: Fix mod_limit 13 years ago
Thomas Porzelt 2d2bb12e3d [modules] Add mod_limit 13 years ago
Thomas Porzelt e2a551298e [core] Use liCond* helpers in li_pattern_parse/eval 13 years ago
Stefan Bühler fa3c81bd11 [mod_memcached]: less log spam, fix another endless loop 13 years ago
Stefan Bühler 831cca1c59 [mod_memcached]: try to fail quietly after connection resets until the next connect 13 years ago
Stefan Bühler d498a9fee9 memcached.c: fix endless loops 13 years ago
Stefan Bühler 0b5a67b2a6 memcached.c: fix GET response parsing 13 years ago
Stefan Bühler e10df4ed77 memcached.c: fix wrong parameter (use real enum value) 13 years ago
Stefan Bühler 0e4291d5dd [mod_memcached]: fix some debug messages 13 years ago
Stefan Bühler acf6263448 memcached.c: clear error (fixing another memleak) on free 13 years ago
Stefan Bühler 2d44ae1ea9 memcached.c: Fix mem leaks and ev_io stop/start 13 years ago
Thomas Porzelt c8663ffda9 [core] Allow disabling of stat cache through stat_cache.ttl 0; 13 years ago
Stefan Bühler cbb9165eb0 [mod_memcached]: set default ttl to 30 seconds 13 years ago
Stefan Bühler d5bc446ebe [mod_memcached]: implement refcount handling for memcache_ctx 13 years ago
Thomas Porzelt 23e6b0d685 [waf] Make lua optional with mod_memcached 13 years ago
Stefan Bühler 8406d0e341 [waf]: compile/link mod_memcached against lua if available 13 years ago