9cb0790052[core_lua] Forward worker pointer to log functions in some lua functionsStefan Bühler2013-01-25 09:57:54 +01:00
01abf704a3[lua] Use recursive lock for global lua lockStefan Bühler2012-12-06 15:43:11 +01:00
178e7c898f[profiler] use g_static_mutex to trigger mutext memory allocation before registering profiler alloc handlersStefan 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 safeStefan Bühler2012-06-16 13:07:14 +02:00
d705276183[plugin_core] Fix closing data stream for invalid ranges in static handlingStefan 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 timeStefan Bühler2012-03-17 15:52:19 +01:00
97bc95a107[configparser] allow normal actions and setups with the same nameStefan 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 virtualrequestStefan 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 buildsStefan 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 syntaxStefan 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 warningsStefan Bühler2011-08-25 19:57:08 +02:00
d579b8a163[core]: accept LF instead of CR LF in http requestsStefan Bühler2011-08-22 17:30:29 +02:00
9f832c75eaConfig 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 oneStefan 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
6d854ac3f8[autobuild]: Fix error message if ragel is not foundStefan Bühler2011-03-23 14:15:54 +01:00
f461b8a8b4[tests]: use printf instead of echo in shell cgi scriptStefan Bühler2011-03-22 22:47:42 +01:00
8973c35562[utils] Fix url decoding for non ascii values (signed char negatives)Stefan Bühler2011-03-22 13:33:50 +01:00
eb9f6aa368[plugins] Fix some default options (the raw default-value is only used when there is no parser method)Stefan Bühler2011-01-30 15:50:03 +01:00