ff527c560c
[mod_lua] fix ttl handling for lua.handler
stbuehler2013-01-25 10:00:25 +01:00
9cb0790052
[core_lua] Forward worker pointer to log functions in some lua functions
stbuehler2013-01-25 09:57:54 +01:00
01abf704a3
[lua] Use recursive lock for global lua lock
stbuehler2012-12-06 15:43:11 +01:00
178e7c898f
[profiler] use g_static_mutex to trigger mutext memory allocation before registering profiler alloc handlers
stbuehler2012-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)
stbuehler2012-10-14 17:33:02 +02:00
2634c77aae
Fix use of deprecated g_strcasecmp
stbuehler2012-06-16 13:08:57 +02:00
b310884f4d
[log] Remove (broken) locking for g_printerr in li_log_write_stderr - fputs, the default backend, is thread safe
stbuehler2012-06-16 13:07:14 +02:00
1951de6e40
[mod_acceslog] fix escaping of "
stbuehler2012-06-16 12:57:27 +02:00
d705276183
[plugin_core] Fix closing data stream for invalid ranges in static handling
stbuehler2012-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
stbuehler2012-03-17 15:52:19 +01:00
a0227182d6
Fix small memleak with server sockets
stbuehler2012-03-17 15:38:44 +01:00
97bc95a107
[configparser] allow normal actions and setups with the same name
stbuehler2012-03-17 12:42:55 +01:00
b1c45e6a8f
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
stbuehler2012-03-16 15:40:06 +01:00
77f786ed18
[log] remove different timestamp format handling (one is enough), separate log context (liLogMap) from virtualrequest
stbuehler2012-03-16 13:24:17 +01:00
3f9ba6ebdc
[mod_openssl] add verify{,-any,-depth,-require}, client-ca-file
Joe Presbrey
2011-11-29 19:08:37 -05:00
9e215e397f
[value] add some functions to handle liValue
stbuehler2011-11-30 00:59:40 +01:00
3f12becf59
[plugin_core] add 'map' action, which maps the result of a pattern to a user defined action
Thomas Porzelt
2011-11-26 16:32:51 +01:00
3af94cf12d
[mod_progress] free data on module unload properly
Thomas Porzelt
2011-11-26 16:17:31 +01:00
2d52ff9170
[mempool] support profiler for mmap allocations. use g_malloc/free instead malloc/free
Thomas Porzelt
2011-11-26 16:07:38 +01:00
aeb88422a0
[profiler] export li_profiler_enabled and li_profiler_hashtable_insert/remove. add heap base/break/size to dump output
Thomas Porzelt
2011-11-26 15:56:45 +01:00
a66b6ce8d5
[config parser] rename 'o' liValue variables to 'v'. the name was a relict from option variables
Thomas Porzelt
2011-11-26 15:20:40 +01:00
9f17fd620d
[config parser] add 'none' and 'default' keywords
Thomas Porzelt
2011-11-26 15:11:39 +01:00
a7741a2f22
[core] Ignore connection headers from backends
stbuehler2011-11-21 11:07:40 +01:00
fc3d0e51e9
[core] fix invalid html in auto-generated responses
Thomas Porzelt
2011-11-19 11:32:20 +01:00
3277edabe6
connection.c: optimize buffer usage - don't keep too many unused buffers around
stbuehler2011-11-18 19:04:42 +01:00
ba3d50ba79
[mempool]: use g_free instead of free in ALLOC mode
stbuehler2011-11-17 21:26:53 +01:00
bd5c2f4ebe
move profiler code to common lib
stbuehler2011-11-17 21:25:45 +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
stbuehler2011-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
stbuehler2011-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