Commit Graph

  • aadbf51c84 Fix two more leaks, add some safe = NULL inits, free ssl error strings stbuehler 2009-10-02 12:09:37 +02:00
  • 05bc7981a6 Fix mod_openssl memleak (and perhaps double-free/memory corruption) stbuehler 2009-10-02 10:44:08 +02:00
  • 0e1a61da7e [mod_expire] Allow multiple time units (like 1 month 5 days) Thomas Porzelt 2009-09-30 11:35:04 +02:00
  • d36d3cad54 mod_deflate: handle bzip BZ_FINISH_OK response code stbuehler 2009-09-29 15:25:08 +02:00
  • 95e8368099 Fix mod_status handle_direct/WAIT_FOR_EVENT bug stbuehler 2009-09-29 14:52:59 +02:00
  • 987b28520d mod_deflate: add 304 not modified handling, handle HEAD requests stbuehler 2009-09-29 11:46:40 +02:00
  • 4aa63aaafb mod_cache_disk_etag: use async stat stbuehler 2009-09-29 11:46:19 +02:00
  • 471a521f48 Improve filter handling (handle reverse out stream closing) stbuehler 2009-09-29 11:45:55 +02:00
  • 6702e1413b Fix too fast closing of con->out (skipped mod-deflate), rely on closed vr->out instead stbuehler 2009-09-29 00:58:55 +02:00
  • 7133bae151 Fix vrequest state machine w. waiting actions stbuehler 2009-09-29 00:24:37 +02:00
  • a7e15569e1 [core] Add comment for cheap fix introduced in the previous commit Thomas Porzelt 2009-09-28 23:16:48 +02:00
  • f51e9e6129 [core] Fix segfault when regex condition errors Thomas Porzelt 2009-09-28 23:06:26 +02:00
  • 5527654703 mod_deflate: don't flush deflate twice without data, add debug/error output stbuehler 2009-09-28 22:41:06 +02:00
  • d2ba4ca0dd Fix LI_COND_LVALUE_END value stbuehler 2009-09-28 21:47:44 +02:00
  • 97e54c9ee2 [core] Add response.status and response.header conditionals to config parser Thomas Porzelt 2009-09-28 21:45:57 +02:00
  • 4b94e01ecc Add response.header/status conditionals stbuehler 2009-09-28 21:30:06 +02:00
  • a687b03638 Add boolean conditionals to lua stbuehler 2009-09-28 20:57:47 +02:00
  • 0a1f01fa8c autobuild: add mod_deflate stbuehler 2009-09-28 20:57:28 +02:00
  • ac028f50c7 mod_deflate: handle more responses stbuehler 2009-09-28 20:57:09 +02:00
  • 241d0e48de mod_deflate: Add Vary header, reset content-length header stbuehler 2009-09-28 20:56:28 +02:00
  • c73bb4cd85 [waf] Add mod_deflate along with --with-zlib and --with-bzip options Thomas Porzelt 2009-09-28 19:25:46 +02:00
  • 50d5c7af88 [mod_deflate] Add deflate.debug option Thomas Porzelt 2009-09-28 19:06:46 +02:00
  • 99b28acc1e [mod_rewrite] Undo last change Thomas Porzelt 2009-09-28 19:06:31 +02:00
  • 2799a9ab3e [mod_rewrite] Change physical path too Thomas Porzelt 2009-09-28 13:19:02 +02:00
  • e108be188d Fix broken patch (static file check in mod_cache_disk_etag) stbuehler 2009-09-26 21:17:36 +02:00
  • 616904e00f Fix filter reset, reactivate check for static file in mod_cache_disk_etag stbuehler 2009-09-26 21:13:27 +02:00
  • b77d9a33b2 Remove check for static action in mod_cache_disk_etag stbuehler 2009-09-26 20:57:47 +02:00
  • 4ec620bfac mod_deflate (only cmake support for now) stbuehler 2009-09-26 20:32:58 +02:00
  • 1acacd5737 Prefix inline api functions with li_ stbuehler 2009-09-26 20:31:52 +02:00
  • 8b5379ae04 Remove "~alpha" from version in configure.ac (ends in server.tag) stbuehler 2009-09-26 00:04:14 +02:00
  • c6bd0d66b7 Fix fd leak stbuehler 2009-09-17 09:54:34 +02:00
  • 418c93880d [mod_status] Some cosmetic fixes Thomas Porzelt 2009-09-16 21:48:05 +02:00
  • d1c025ba7f [mod_status] Make connection list sortable through javascript Thomas Porzelt 2009-09-16 20:55:31 +02:00
  • 9032de4986 [mod_status] Hide main/runtime links and version if 'short' option is set Thomas Porzelt 2009-09-16 13:38:23 +02:00
  • 55734af993 Add request.remoteip and localip for config parser stbuehler 2009-09-16 08:31:23 +02:00
  • b9f92f704e Fix server.tag and version output, part 2 stbuehler 2009-09-16 00:21:01 +02:00
  • 96e505bea7 Fix server.tag and version output stbuehler 2009-09-16 00:19:06 +02:00
  • 08bb8f7c23 Some request handling bugs (keep-alive, content-length, pipelining) stbuehler 2009-09-15 22:59:59 +02:00
  • d6ff06347d Handle OPTIONS in vrequest by default, check method in other modules stbuehler 2009-09-15 21:30:25 +02:00
  • efa2d31ada [mod_status] Fix reporting of request size Thomas Porzelt 2009-09-15 21:29:15 +02:00
  • 00ed27c509 Log server errors into default logs stbuehler 2009-09-15 20:40:38 +02:00
  • 7ad0360fae Add status "short"; to hide connection details stbuehler 2009-09-15 20:17:27 +02:00
  • 4f9b5ccd3e Remove plugin-core physical actions stbuehler 2009-09-15 19:24:01 +02:00
  • 628b5734e1 Remove li_vrequest_stat and fix condition.c, part 2 stbuehler 2009-09-15 19:18:17 +02:00
  • bf9e34bab7 Remove li_vrequest_stat and fix condition.c stbuehler 2009-09-15 19:08:13 +02:00
  • 2304093289 Fix double slash after docroot stbuehler 2009-09-15 15:31:00 +02:00
  • e762ac1208 [core] Remove redundant css from error pages Thomas Porzelt 2009-09-15 12:45:56 +02:00
  • 13543bdcf9 [core] Allow relative paths in include statements in the config parser Thomas Porzelt 2009-09-15 12:42:11 +02:00
  • 748faf860f Fix redirect scheme stbuehler 2009-09-15 12:16:24 +02:00
  • 1ffd7df84e Fix response header parsing stbuehler 2009-09-14 22:05:21 +02:00
  • f31572bef1 Append slash to doc-root for physical path if it is missing stbuehler 2009-09-14 21:45:52 +02:00
  • 1aeed6c222 Execute self defined actions stbuehler 2009-09-14 21:06:55 +02:00
  • 59f4041ff3 Remove li_vrequest_stat() usage stbuehler 2009-09-14 20:51:49 +02:00
  • 7f8d368f7f Allow more whitespace in config stbuehler 2009-09-14 20:37:54 +02:00
  • 430e3e08a0 [waf] Make ragel mandatory in configure step Thomas Porzelt 2009-09-14 19:12:15 +02:00
  • 39a879f89a Add "include_lua" to config special commands if compiled with lua stbuehler 2009-09-14 18:58:42 +02:00
  • 0320330685 Fix some casts for in_addr stbuehler 2009-09-14 18:57:27 +02:00
  • 1df869edc3 [waf] Add missing checks for localtime_r() and gmtime_r() Thomas Porzelt 2009-09-13 22:29:13 +02:00
  • a94fee7b76 [waf] Add new *_lua.c files Thomas Porzelt 2009-09-13 21:54:38 +02:00
  • 659ebfdd16 Add core lua support to handle requests stbuehler 2009-09-13 17:54:16 +02:00
  • 897b27c692 Some core docs fixed stbuehler 2009-09-13 17:46:02 +02:00
  • 77f2a832e7 Fix liRequestUri struct stbuehler 2009-09-13 17:45:41 +02:00
  • a8a761946c Fix etag option, added comment so no one tries to clean it up again :) stbuehler 2009-09-12 23:15:33 +02:00
  • c8d60eacd8 Fix autobuild openssl handling stbuehler 2009-09-11 22:36:24 +02:00
  • b696fcbe0d Small plugin-core options cleanup stbuehler 2009-09-09 21:15:12 +02:00
  • 4698bb9359 [mod_accesslog] Fix %v (server name) placeholder Thomas Porzelt 2009-09-09 20:44:06 +02:00
  • 959733cf82 Remove event_handler setup stbuehler 2009-09-09 19:30:26 +02:00
  • 2aae4e060f Add mod_balancer head comments stbuehler 2009-09-09 19:30:13 +02:00
  • 772b87bfb3 [cmake] small cleanups, renamed common lib stbuehler 2009-09-09 18:56:46 +02:00
  • f030824550 Fix server address (do not use the listen address) stbuehler 2009-09-09 18:12:05 +02:00
  • 21cfd4ab71 [waf] Fix double linkage of *_lua.c in some commandline usage cases Thomas Porzelt 2009-09-09 10:55:03 +02:00
  • 097d2000a6 [waf] Enable openssl too if --with-all is specified Thomas Porzelt 2009-09-09 10:33:35 +02:00
  • 41d0490534 Use raw uri for orig-uri and REQUEST_URI/REDIRECT_URI in fastcgi stbuehler 2009-09-09 00:56:59 +02:00
  • 374ebbeff7 Fix index action: require trailing slash in uri path, append index filename to uri stbuehler 2009-09-09 00:40:12 +02:00
  • b61013d9e0 Fix automake to build shared libraries stbuehler 2009-09-09 00:12:34 +02:00
  • 4be784a91e Fix mod_openssl doc stbuehler 2009-09-09 00:11:52 +02:00
  • 3b4014da9d [waf] Add '--with-openssl' option and mod_openssl Thomas Porzelt 2009-09-08 23:48:45 +02:00
  • 9d58498951 No cleanup if config file loading fails (fixes segfault) stbuehler 2009-09-08 22:52:49 +02:00
  • 6e6921c552 Fix mod_redirect: handles https:// urls as absolute rewrites, redirect if request is already handled is no error stbuehler 2009-09-08 22:48:31 +02:00
  • 2484a45c1f Set con->is_ssl stbuehler 2009-09-08 22:09:35 +02:00
  • e7b7b1d82c Add mod_openssl stbuehler 2009-09-08 19:10:09 +02:00
  • a663088a77 Add custom server socket callbacks (for ssl modules) stbuehler 2009-09-08 19:09:39 +02:00
  • c77ba3eb20 Cleanup connection code stbuehler 2009-09-08 19:09:08 +02:00
  • 2a29965dc5 Accept LF in http responses instead of CRLF too stbuehler 2009-09-06 17:19:06 +02:00
  • 5e5f5564ee [core] Fix for commit #572 Thomas Porzelt 2009-09-05 19:45:44 +02:00
  • 0372f3a671 [core] Add status code 418 to li_http_method_string() Thomas Porzelt 2009-09-05 19:35:39 +02:00
  • 6016ec94fe [core] Make error pages prettier and add a little error description Thomas Porzelt 2009-09-05 19:32:54 +02:00
  • 279b9b2217 [waf] Adapt path layout to current version, fixes optimization for config_parser.rl Thomas Porzelt 2009-09-05 16:44:25 +02:00
  • cd10b26497 [core] Don't print debug message about config parser when there's no problem Thomas Porzelt 2009-09-05 12:09:43 +02:00
  • e1193ec9f6 [waf] Add -g, -g2 and -O2 to default compile parameters Thomas Porzelt 2009-09-05 12:01:34 +02:00
  • df225dc007 [core] Limit request uri to 8 kilobytes and whole request header to 64 kilobytes Thomas Porzelt 2009-09-05 11:45:16 +02:00
  • d434383b66 [automake,cmake] Add mod_auth to build scripts Thomas Porzelt 2009-09-05 11:41:35 +02:00
  • 007e5e040c Add listen mask checks to angel stbuehler 2009-09-04 15:56:52 +02:00
  • c82ce879bb [modules] Add mod_auth (only basic method and plaintext files supported yet) Thomas Porzelt 2009-09-02 21:13:19 +02:00
  • cce1f4276f [mod_access] Return LI_HANDLER_GO_ON if there already is a response handler registered Thomas Porzelt 2009-09-02 21:11:48 +02:00
  • b32c74a180 vr->handle_response_body was replaced with vr->backend (and is used for something else now) stbuehler 2009-08-31 18:09:19 +02:00
  • ebedf9c981 [waf] Fix building with lua Thomas Porzelt 2009-08-31 12:13:32 +02:00
  • 25008966af [waf] Remove old/unused wscript Thomas Porzelt 2009-08-31 11:07:21 +02:00
  • 0c875742d1 [waf] Fix pkg-config check for lua, needs different names on different platforms... Thomas Porzelt 2009-08-31 11:03:11 +02:00
  • 94e33528fe Fix configure.ac to detect missing libev stbuehler 2009-08-31 00:24:36 +02:00