ff527c560c
[mod_lua] fix ttl handling for lua.handler
Stefan Bühler2013-01-25 10:00:25 +01:00
9cb0790052
[core_lua] Forward worker pointer to log functions in some lua functions
Stefan Bühler2013-01-25 09:57:54 +01:00
01abf704a3
[lua] Use recursive lock for global lua lock
Stefan Bühler2012-12-06 15:43:11 +01:00
178e7c898f
[profiler] use g_static_mutex to trigger mutext memory allocation before registering profiler alloc handlers
Stefan Bühler2012-12-06 15:34:51 +01:00
af3e0728fa
[mod_deflate] Parse x-gzip/x-bzip2 explicitly and send it back as it was requested (instead of gzip/bzip2)
Stefan Bühler2012-10-14 17:33:02 +02:00
b310884f4d
[log] Remove (broken) locking for g_printerr in li_log_write_stderr - fputs, the default backend, is thread safe
Stefan Bühler2012-06-16 13:07:14 +02:00
d705276183
[plugin_core] Fix closing data stream for invalid ranges in static handling
Stefan Bühler2012-04-05 14:55:14 +02:00
5d48ae7102
[log] Add changable log contexts (i.e. references to the real one), so a pointer to such context can be used over a longer period of time
Stefan Bühler2012-03-17 15:52:19 +01:00
97bc95a107
[configparser] allow normal actions and setups with the same name
Stefan Bühler2012-03-17 12:42:55 +01:00
b1c45e6a8f
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
Stefan Bühler2012-03-16 15:40:06 +01:00
77f786ed18
[log] remove different timestamp format handling (one is enough), separate log context (liLogMap) from virtualrequest
Stefan Bühler2012-03-16 13:24:17 +01:00
bd15bb8f82
[core] fix for previous commit. gc requency was set to 10s not 5min
Thomas Porzelt
2011-11-17 19:18:17 +01:00
ab313d20c2
[core] change connection garbage collector algorithm to free all unused connections up to the maximum of active connections during the last 5 minutes
Thomas Porzelt
2011-11-17 18:59:09 +01:00
011380dcb7
[core] change memory profiler output, add minsize parameter to debug.profiler_dump action
Thomas Porzelt
2011-11-15 02:01:35 +01:00
60fc8d421d
[mod_status] add status_info_auto
Joe Presbrey
2011-11-11 12:31:44 -05:00
cdf183137f
[plugin_core] rename 'blank' action to 'respond' and allow optional integer, string or list of integer+string parameters which support patterns
Thomas Porzelt
2011-10-17 20:09:48 +02:00
2647a9745c
[autobuild]: enable large file support for 32-bit builds
Stefan Bühler2011-10-11 13:18:43 +02:00
b6e20b45f9
[doc] update config examples re latest config syntax changes
Thomas Porzelt
2011-08-28 16:51:21 +02:00
cc1c9a92e2
[config parser] don't allow setup blocks or includes in setup blocks
Thomas Porzelt
2011-08-28 15:07:23 +02:00
2ebf367df5
[config parser] fix detection of conflicts between options and uservars
Thomas Porzelt
2011-08-28 14:17:47 +02:00
3ef949bbb9
[tests]: convert test cases to new config syntax
Stefan Bühler2011-08-28 11:57:31 +02:00
04c8356b44
[config parser] change syntax again: user defined variables are now defined as 'x = ...;'. user defined actions are not special anymore
Thomas Porzelt
2011-08-28 11:30:35 +02:00
abd58794d8
[config parser]: fix crash with nested conditional blocks, fix some warnings
Stefan Bühler2011-08-25 19:57:08 +02:00
d579b8a163
[core]: accept LF instead of CR LF in http requests
Stefan Bühler2011-08-22 17:30:29 +02:00
9f832c75ea
Config syntax changes and parser fixes:
Thomas Porzelt
2011-08-20 11:43:02 +02:00
92ca097ed4
[jobqueue] as jobs in the queue could be removed in a callback we can\'t copy the queue to a private one, g_queue_unlink needs the real one
Stefan Bühler2011-08-09 20:17:13 +02:00
496a28f197
[core] truncate temp string before evaluating pattern. add comment to pattern.h that li_eval_pattern() does not truncate the string for you
Thomas Porzelt
2011-07-20 20:48:30 +02:00