Stefan Bühler
|
79d98f5991
|
[core] Use liJobQueue for vrequest job queue
|
12 years ago |
Thomas Porzelt
|
582dfa99d7
|
[core] Rework mimetype lookup code
|
12 years ago |
Thomas Porzelt
|
9c63e60cb7
|
[core] Add workers.cpu_affinity setup action
|
12 years ago |
Stefan Bühler
|
b9af60f92d
|
[plugin_core]: don't stat last entry in docroot list, it is used anyway
|
12 years ago |
Stefan Bühler
|
d133b8ad8c
|
[lua]: add subrequst_lua.c
|
12 years ago |
Stefan Bühler
|
77ad119f66
|
[lua]: add subrequests
|
12 years ago |
Stefan Bühler
|
1c3d3c287f
|
[core]: add tasklet pools to workers and use them for stat-cache
|
12 years ago |
Stefan Bühler
|
6f454d0008
|
[plugin_core]: add "static_no_fail" action, which doesn't return 403/404 so other actions can handler the request
|
12 years ago |
Stefan Bühler
|
c3164aba8b
|
Move binary names: angel becomes lighttpd2, worker lighttpd2-worker
|
12 years ago |
Stefan Bühler
|
b8a0921265
|
Add some missing LI_/li prefixes for types and enum values
|
12 years ago |
Stefan Bühler
|
b87e74d151
|
Optimize IO handling to safe syscalls; run vrequest state machines twice before looking for new io events
|
12 years ago |
Stefan Bühler
|
b876f8401d
|
[core]: rework connection/vrequest structs; add liConInfo
|
12 years ago |
Stefan Bühler
|
cae0c15710
|
Optimize some string handling in chunk parser
|
12 years ago |
Stefan Bühler
|
254ba2a1f6
|
Optimize header insertion
|
12 years ago |
Stefan Bühler
|
cc0044c4ee
|
Fix http method parser, add inlined g_string_append_len
|
12 years ago |
Stefan Bühler
|
a2ed50dedd
|
Optimize some socket initialization handling
|
12 years ago |
Stefan Bühler
|
7bb671de4c
|
[config parser] fix operators
|
12 years ago |
Stefan Bühler
|
b7e6ba4eb5
|
condition.c: set match_type in all cases
|
12 years ago |
Stefan Bühler
|
8b17198eb6
|
Try to fix some bugs in the config parser
|
12 years ago |
Thomas Porzelt
|
2885c88ae7
|
[core] Config parser: one more fix for condition parsing
|
12 years ago |
Thomas Porzelt
|
5b9cc67ad5
|
[core] Config parser: fix a whitespace handling bug
|
12 years ago |
Thomas Porzelt
|
7648ef0f40
|
[core] Config parser: Fix parsing rules for multiple else-if conditions
|
12 years ago |
Thomas Porzelt
|
45d9fda41e
|
[core] Config parser: fix condition with key handling
|
12 years ago |
Stefan Bühler
|
18fd43840c
|
[mod_balancer] fix typo, and fix balancer handling in action-stack
|
12 years ago |
Stefan Bühler
|
dd0bee3fd6
|
action_stack: fix balanacer management
|
12 years ago |
Thomas Porzelt
|
ab94d8390d
|
[core] Change *bit integer suffixes in config parser
|
12 years ago |
Thomas Porzelt
|
5f655d3b6e
|
[core] Fix 'else if' handling in config parser
|
12 years ago |
Thomas Porzelt
|
65a3d5dfa9
|
[core] Add support for 'and' and 'or' in conditions to the config parser
|
12 years ago |
Thomas Porzelt
|
e2a551298e
|
[core] Use liCond* helpers in li_pattern_parse/eval
|
12 years ago |
Thomas Porzelt
|
c8663ffda9
|
[core] Allow disabling of stat cache through stat_cache.ttl 0;
|
12 years ago |
Stefan Bühler
|
c23509424d
|
pattern: check for NULL in li_pattern_free
|
12 years ago |
Thomas Porzelt
|
a4b0f4a9c0
|
[core] Fix segfault in li_vrequest_reset() when default value is NULL
|
12 years ago |
Thomas Porzelt
|
43def72d5b
|
[core] Fix tiny leak in docroot action
|
12 years ago |
Thomas Porzelt
|
a5f6e08abd
|
[core] Fix for last commit: undefined flag with older libev headers so have to use makros
|
12 years ago |
Thomas Porzelt
|
396f740e77
|
[core] Use EVFLAG_NOSIGFD to disable signalfd usage if libev 3.8 is used, it breaks signal handling
|
12 years ago |
Thomas Porzelt
|
e2faced3dd
|
[core] Fix worker timestamp cache initialization resulting in segfault when a module adds a new formatter (e.g. mod_accesslog)
|
12 years ago |
Thomas Porzelt
|
0b860b2a0c
|
[core] Ensure a connection is put into io timeout queue after keepalive]
|
12 years ago |
Thomas Porzelt
|
5531e36cf4
|
[core] Ensure that a connection is always in the io timeout queue (if not in keep-alive)
|
12 years ago |
Thomas Porzelt
|
bba88e3326
|
[core] Fix detection of too big request http header
|
12 years ago |
Thomas Porzelt
|
6060380550
|
[core] Small fix for keepalive handling
|
12 years ago |
Thomas Porzelt
|
39df9263fb
|
[plugin_core] Add support for patterns to log.write action
|
12 years ago |
Thomas Porzelt
|
013297bc9b
|
[core] Ignore callbacks if NULL in pattern_eval()
|
12 years ago |
Stefan Bühler
|
69f4ad2b4b
|
Don't set RLIM_INFINITY as rlim_cur for RLIMIT_NOFILE, use 4096 if rlim_cur < 4096 and rlim_max = inf
|
12 years ago |
Thomas Porzelt
|
7056b879e7
|
[core] Fix detection of too large http request header
|
12 years ago |
Thomas Porzelt
|
7409b2ef63
|
[plugin_core] Enable 'docroot' action to use patterns and even traverse a list of these
|
12 years ago |
Thomas Porzelt
|
3668ef97ab
|
[core] Add liPattern type and associated functions
|
12 years ago |
Stefan Bühler
|
5e063e2b04
|
[core] Enable li_plugins_init_lua again, fixed segfault
|
12 years ago |
Thomas Porzelt
|
14ed0a508b
|
[core] Disable call to li_plugins_init_lua() for now, causes segfault due to being called in the wrong place (srv->plugins does not exist yet)
|
12 years ago |
Thomas Porzelt
|
b5009f18df
|
[core] Fix usage of sched_setaffinity() and disable it for now as it seems to impose a little performance hit
|
12 years ago |
Thomas Porzelt
|
91cc6e06bb
|
[waf] Don't compile profiler.c or link libexecinfo on FreeBSD when not using --with-profiler
|
12 years ago |