2
0
Fork 0
Commit Graph

787 Commits (c5bffcc261019a69aef2c6a6dab4c5b03f9430ce)

Author SHA1 Message Date
Stefan Bühler c5bffcc261 ke: Add unit tests 2009-10-10 19:17:03 +02:00
Thomas Porzelt 419414df8c [mod_vhost] Fix m notation in vhost.pattern 2009-10-10 11:17:24 +02:00
Thomas Porzelt 97d3b9e82f [mod_status] Add format=plain querystring parameter 2009-10-09 19:59:44 +02:00
Stefan Bühler 82293453a2 automake: fix build problem 2009-10-09 15:51:29 +02:00
Stefan Bühler a151eeac2f Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
Stefan Bühler c735d9a4b6 cmake: put everything except main() into shared libraries 2009-10-09 15:37:40 +02:00
Stefan Bühler e71b64f41f Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 2009-10-08 14:33:47 +02:00
Stefan Bühler 4a10b6a85a Add static.exclude_extensions 2009-10-08 13:37:53 +02:00
Stefan Bühler 8b78256010 Fix bug introduced with ranged requests 2009-10-07 23:07:05 +02:00
Stefan Bühler 7830dadb45 Fix compability with older glib versions 2009-10-07 22:53:50 +02:00
Stefan Bühler dc05e13c97 Implement ranged requests for static files 2009-10-07 22:49:40 +02:00
Stefan Bühler 24a34c3633 Export li_chunkfile functions 2009-10-07 22:48:57 +02:00
Thomas Porzelt 82d7fd61e0 [core] Add header.remove action 2009-10-07 21:08:28 +02:00
Thomas Porzelt 99881ac874 [core] Rename several actions to make it more consistent 2009-10-07 20:53:26 +02:00
Thomas Porzelt ebde532776 [mod_status] Fix mixed up numbers introduced in previous commit 2009-10-07 18:13:56 +02:00
Thomas Porzelt 3e88dd951d [mod_status] Make connection state sums prettier 2009-10-07 18:06:01 +02:00
Stefan Bühler 8a180de100 fix limits: call setrlimit in the child 2009-10-07 16:26:37 +02:00
Stefan Bühler a49d51bdd3 Support keep-alive vrequest reset, which keeps some request data to be shown in mod_status 2009-10-07 16:02:09 +02:00
Stefan Bühler 10e6f0f1a7 mod_status: announce utf-8 encoding 2009-10-07 16:01:49 +02:00
Stefan Bühler e4e16c7da9 mod_status: fix rlimit handling 2009-10-07 16:01:32 +02:00
Stefan Bühler 13904f9aa8 Fix mod_accesslog vr_close handling 2009-10-07 13:10:26 +02:00
Stefan Bühler 90447c6cec Some fixes for HEAD and 206 Partial Content handling 2009-10-07 12:36:52 +02:00
Thomas Porzelt 4540232e78 [mod_status] Print connection state totals instead of scoreboard 2009-10-06 14:18:06 +02:00
Stefan Bühler e7e929d295 luaApi: add vr:enter_action(act) 2009-10-05 20:57:09 +02:00
Stefan Bühler 20a8fc4ea8 Allow an action to execute another and rerun after it 2009-10-05 20:56:50 +02:00
Stefan Bühler 7568b9c937 mod_fastcgi: add socket address to all log outputs 2009-10-05 20:26:48 +02:00
Stefan Bühler df207beb6b stat cache: Alloc dirlist entry array only if stat was successful 2009-10-05 19:42:19 +02:00
Stefan Bühler 4653900eca Fix stat-cache ref counting 2009-10-05 19:41:48 +02:00
Thomas Porzelt 70e1bd247d [mod_status] Add info about fd and coresize limits to runtime page 2009-10-05 16:36:20 +02:00
Thomas Porzelt 08de1fe4c9 [mod_accesslog] Fix wrong value used with %b and %B if filter active 2009-10-05 14:19:10 +02:00
Thomas Porzelt 5e1c8a7725 [core] Fix compiler warning introduced with previous commit (not shown on osx...) 2009-10-04 17:00:19 +02:00
Thomas Porzelt eff81a92e9 [core] Don't increase refcount for module when specified multiple times in config 2009-10-04 16:58:31 +02:00
Thomas Porzelt 24ef64338f [core] Add missing call to free-callback in li_server_plugins_free() 2009-10-04 16:38:53 +02:00
Thomas Porzelt 10ec6c3d0a [mod_accesslog] Fix wrong call to log_free() instead of log_unref(); set default log format 2009-10-04 15:49:09 +02:00
Stefan Bühler 855ac43999 Fix small copy/paste bug 2009-10-04 14:27:48 +02:00
Stefan Bühler e3393ce2f5 angel: add support for setting RLIMIT_CORE / RLIMIT_NOFILE 2009-10-04 14:26:18 +02:00
Stefan Bühler a14a709237 Add max-connections check, set to max-fds/4 2009-10-04 14:25:59 +02:00
Stefan Bühler 1d6a2b3d6f Fix mod_vhost memleak 2009-10-03 22:51:10 +02:00
Thomas Porzelt a66ea4b5cf [mod_auth] Fix small memleak 2009-10-03 22:41:24 +02:00
Thomas Porzelt eedf1234a0 [mod_status] Fix invalid read of free()d memory 2009-10-03 21:59:29 +02:00
Stefan Bühler f9efd8a5ab Fix problem with memcpy-macros 2009-10-03 21:51:24 +02:00
Stefan Bühler 3222d42bba Use larger buffer for stderr pipe reads 2009-10-03 21:50:55 +02:00
Stefan Bühler 8ac057d3d5 angel: Add wrapper, env and copy-env to instance config 2009-10-03 21:14:34 +02:00
Stefan Bühler 611b8fc303 Trigger accesslog on vrequest close instead of connection close 2009-10-03 18:06:52 +02:00
Stefan Bühler 7cf91dc9ad Fix previous commit (missing plugin_core include) 2009-10-03 17:15:44 +02:00
Stefan Bühler 856a841820 Move io-timeout message into log_request_handling 2009-10-03 17:14:56 +02:00
Stefan Bühler 0d6795f08a Remove write event if out queue gets empty 2009-10-03 16:48:48 +02:00
Stefan Bühler 037c78e8ed Fix closing sockets on shutdown 2009-10-03 16:48:35 +02:00
Stefan Bühler ca65cf92a9 Move mod_status debug output in debug.log_request_handling 2009-10-03 16:48:17 +02:00
Stefan Bühler 367404fdb1 Add "request.is_handled" condition 2009-10-03 16:47:57 +02:00