230 Commits (e0370fac794b33acc4587641a2dd6d77a3f88782)

Author SHA1 Message Date
Stefan Bühler e0370fac79 Fix some lua handling; add args for lua plugins/handlers 13 years ago
Stefan Bühler 0a46134334 Fix buffer refcount; segfault/abort in mod_openssl 13 years ago
Stefan Bühler dcd7209a42 [mod_lua] Use handle_prepare to create per-worker context 13 years ago
Stefan Bühler 8f317d1ded [mod_deflate]: don't deflate after transfer-encoding 13 years ago
Stefan Bühler 048a7d9144 Append to previous buffer in network reads, save used buffer in custom location 13 years ago
Stefan Bühler 13611b5243 Improve balancer handling 13 years ago
Stefan Bühler 33b89d8981 Fix mod_proxy (missing \r\n after request line) 13 years ago
Stefan Bühler 750bd453a2 Append to previous buffer in network reads 13 years ago
Stefan Bühler 954778ff71 Show timeout in mod_status for connections 13 years ago
Stefan Bühler fd72f61f68 Update mod_lua docs 13 years ago
Stefan Bühler d70784abd2 Fix mod_status options 13 years ago
Stefan Bühler 5284ce9cb4 Fix option handling: need another opt_base_index for pointer options 13 years ago
Stefan Bühler f14103bc2c Split options into two categories: simple (int, bool) and ref-counted pointers 13 years ago
Stefan Bühler 64ba5fddce Cleanup value pointer extractions 13 years ago
Thomas Porzelt 7e44920c50 [mod_vhost] Fix vhost.simple, it checked the physical path instead of docroot 13 years ago
Stefan Bühler edd74a0e3c Rename lighttpd to lighttpd2 13 years ago
Stefan Bühler 7768470b10 mod_lua: fix small memleak (free conf->filename) 13 years ago
Thomas Porzelt 15767d97c0 [mod_accesslog] Use li_string_append_int() instead of g_string_append_printf() 13 years ago
Thomas Porzelt 8e3130ecff [mod_accesslog] Implement %D (duration in microseconds) and %T (duration in seconds) format specifiers 13 years ago
Thomas Porzelt 8716087728 [core] Rename con->ts to con->ts_started 13 years ago
Stefan Bühler 4fd27aca81 autotools: Fix linking 13 years ago
Stefan Bühler 63eadd22fa Fix buildsystems 13 years ago
Stefan Bühler fe7ddede88 Add lua plugins 13 years ago
Stefan Bühler b4c3e2ba02 Add userdata to action-create, setup and plugin-init callbacks 13 years ago
Stefan Bühler e92a6e8865 mod_auth: fix is_handled check 13 years ago
Stefan Bühler 130a40e691 mod_auth: Add auth.deny; for user restriction, always send WWW-Authenticate header (this makes the implementation of auth.deny trivial) 13 years ago
Stefan Bühler 931e8fea0c Make radix tree generic (length independent), use it for mod_access ipv4/ipv6 13 years ago
Stefan Bühler fdf881311d mod_dirlist: use html transitinal instead of xhtml, add javascript sort 13 years ago
Stefan Bühler d55aab7652 mod_auth: add some details to docs 14 years ago
Thomas Porzelt cfa365d275 [mod_auth] Remove auth.htdigest and auth.htpasswd from todo, they are implemented 14 years ago
Stefan Bühler 3da212d8aa mod_dirlist: Fix encode-readme for README.txt 14 years ago
Stefan Bühler 8667b1a1d7 mod_dirlist: Update TODO 14 years ago
Stefan Bühler 577ab12a13 Fix dirlist encode-* defaults 14 years ago
Stefan Bühler 8a8fb91729 Add some features to mod_dirlist, move directory-redirect to vrequest functions and use it for index files 14 years ago
Stefan Bühler dbfad84946 Add fastcgi logging for failed response header parsing 14 years ago
Thomas Porzelt d1095e5943 [mod_status] Add output for peak values 14 years ago
Thomas Porzelt 5ca4cd5eeb [waf] Add lua to uselib for mod_lua 14 years ago
Stefan Bühler d86a5255e4 Add mod_lua 14 years ago
Stefan Bühler 2060595760 Change max-keep-alive requests to 0 "unlimited" 14 years ago
Stefan Bühler 680d3fcec5 mod_deflate: add some options 14 years ago
Stefan Bühler 17c3512f22 Add mod_proxy 14 years ago
Stefan Bühler e2eb4f774d Added mod_scgi 14 years ago
Thomas Porzelt 77068a9f59 [mod_accesslog] Fix %v format specifier 14 years ago
Stefan Bühler b409fd88a0 mod_status: update doc text 14 years ago
Thomas Porzelt 859ee3baec [mod_accesslog] Implement %e, %p and %u format specifiers 14 years ago
Stefan Bühler 6c31517073 mod_auth: set environment vars REMOTE_USER and AUTH_TYPE 14 years ago
Thomas Porzelt 22d5b62336 [mod_accesslog] Fix escaping of quotes and backslashes 14 years ago
Stefan Bühler 114451639a mod_auth: fix memleak 14 years ago
Stefan Bühler 0cb1a1fbfa mod_openssl: fix memleak 14 years ago
Thomas Porzelt 9db95a5fa9 [mod_status] Fix memory leaks with format=plain 14 years ago