7766bd8c34save errno of stat() in request.physical struct to prevent repeated stat()s if failed
Thomas Porzelt
2009-01-08 00:26:30 +01:00
688c2b6204add %t format specifier to mod_accesslog (no %{format}t support yet)
Thomas Porzelt
2009-01-07 23:37:15 +01:00
549f097ea1fix worker_current_timestamp() caching
Thomas Porzelt
2009-01-07 23:36:17 +01:00
fe90de88beimplement %b (bytes response), %B (bytes response clf) and %X (connection status) in mod_accesslog
Thomas Porzelt
2009-01-07 21:50:07 +01:00
6f69d58fecforgot g_array_set_size() after g_array_sized_new()... duh!
Thomas Porzelt
2009-01-07 21:26:55 +01:00
52bcd62d74fix small leaks
Thomas Porzelt
2009-01-07 21:11:06 +01:00
93bd5e2a6aadd additional paramter format_ndx to worker_current_timestamp()
Thomas Porzelt
2009-01-07 20:59:51 +01:00
c6d422e5c1add log.write function action to core plugin
Thomas Porzelt
2009-01-07 00:01:20 +01:00
eb794b1dbcfix %v placeholder in mod_accesslog
Thomas Porzelt
2009-01-06 23:44:39 +01:00
4c49705c16add missing http version to %r placeholder in mod_accesslog
Thomas Porzelt
2009-01-06 23:25:15 +01:00
2fb007bd3dadd http_version_string() to utils
Thomas Porzelt
2009-01-06 23:25:07 +01:00
3d058707b1add mod_accesslog
Thomas Porzelt
2009-01-06 22:31:20 +01:00
d2cadb3b1eadd option server.name
Thomas Porzelt
2009-01-06 22:30:38 +01:00
85a3a4d091added "if" to condition syntax (if req.path == "/foo" {}) added boolean conditions without operator or rvalue (if phys.is_dir {}, rvalue is always true) added negated boolean conditions (if !phys.is_dir {}, rvalue is always false) added physical.is_dir and .is_file conditionals
Thomas Porzelt
2009-01-06 01:33:20 +01:00
01068d7f1dmake docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional
Thomas Porzelt
2009-01-05 22:24:54 +01:00
2489fbfbfefix small typo in config_parser.rl that prevented usaged of physical.* conditionals
Thomas Porzelt
2009-01-05 22:14:47 +01:00
825b809b06fix compile flags for modules in wscript
Thomas Porzelt
2009-01-02 22:07:52 +01:00
bf549bbe0dadd check for sizeof(off_t) to MODULE_VERSION_CHECK()
Thomas Porzelt
2009-01-02 22:04:36 +01:00
55dd7e3060add environment.c, mod_fastcgi and --extra-warnings to wscript
Thomas Porzelt
2009-01-01 17:47:23 +01:00
c458377d4aAdded mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)Stefan Bühler2009-01-01 16:44:42 +01:00
3ffa1c40bbfix mod_status handling of error case
Thomas Porzelt
2008-12-10 21:14:50 +01:00
fa52e5361bmove vrequest_reset() up in connection_reset() so options and addr are still valid when invoking action context cleanup callbacks
Thomas Porzelt
2008-12-10 21:13:08 +01:00
52c3c2e042update mod_fortune and mod_status for new action context
Thomas Porzelt
2008-12-10 17:33:36 +01:00
20e0a9e4e8add http_method_string() to utils
Thomas Porzelt
2008-12-10 16:36:38 +01:00