2
0
Fork 0

Commit Graph

  • 0084f21174 [core] Update queue->delay in li_waitqueue_set_delay(), not only ev timer Thomas Porzelt 2010-05-10 22:08:53 +0200
  • bf632326a7 [core] Update and start (if necessary) io timeout in li_worker_run() fixing first worker ignoring io.timeout from config Thomas Porzelt 2010-05-10 21:47:57 +0200
  • b3f8b8d62f [core] Add li_waitqueue_set_delay() function Thomas Porzelt 2010-05-10 21:42:06 +0200
  • de3515cd27 [waf] Add check for and link against libexecinfo on FreeBSD Thomas Porzelt 2010-05-09 15:08:31 +0200
  • f285ad372e [core,waf,autoconf,cmake] Add check for execinfo.h and disable stacktraces in profiler if not available Thomas Porzelt 2010-05-09 14:18:52 +0200
  • fa1c73cbe6 [core] Make profiler output to file, fix small issue with profiler_try_realloc() Thomas Porzelt 2010-05-09 12:12:53 +0200
  • 1dfa1c37f2 [core] Reworked memory profiler. Commited only very simple version tracking allocated objects and printing backtraces for leaked ones upon exit Thomas Porzelt 2010-05-08 19:30:38 +0200
  • c0e7ef3654 [core] Fix memleak in filter_buffer_on_disk/bod_open() and free srv->optionptrs on exit Thomas Porzelt 2010-05-08 11:55:52 +0200
  • b144242a07 Fix timestamp handling a little bit Stefan Bühler 2010-05-08 09:15:38 +0200
  • 658b9d0131 Fix unitialized var in mod_deflate Stefan Bühler 2010-05-07 21:23:46 +0200
  • 26942e6b6c Fix dangling references to action stack Stefan Bühler 2010-05-07 20:54:50 +0200
  • a8efcfcc0e modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker Stefan Bühler 2010-05-07 20:54:50 +0200
  • 86e039e6d2 [core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc Thomas Porzelt 2010-05-06 22:42:47 +0200
  • 46b9a28f87 Fix pathinfo; action to remove the pathinfo from the url too (for SCRIPT_NAME) Stefan Bühler 2010-05-01 11:51:34 +0200
  • 67e940676d [mod_userdir] Reorder includes to kill compiler warning Thomas Porzelt 2010-04-25 16:47:44 +0200
  • bf2d01e56c [core] Ensure that a connection is always in the io timeout queue when not in keep-alive state Thomas Porzelt 2010-04-25 16:34:52 +0200
  • 32cb017ba6 [core] Zero timestamps when removing element from waitqueue Thomas Porzelt 2010-04-25 15:35:59 +0200
  • 681b2f2bc9 [mod_userdir] Append username if pattern does not include placeholder for it. Also ensure slashes in certain places Thomas Porzelt 2010-04-18 20:54:15 +0200
  • f528fc9851 [mod_userdir] Removed debug prints Thomas Porzelt 2010-04-17 15:45:32 +0200
  • 852ff8ecf6 [modules] Add mod_userdir Thomas Porzelt 2010-04-17 15:44:39 +0200
  • 9775fc5198 Fix typo in core__xsendfile.lua Stefan Bühler 2010-04-11 23:15:49 +0200
  • c72ee99ad7 [modules] Add mod_flv Thomas Porzelt 2010-04-11 23:16:25 +0200
  • 4ef800e871 Use HTTP/1.0 in mod_proxy for now, don't forward (Proxy-)?Connection headers source@lighttpd.net 2010-04-07 14:57:34 +0200
  • 9d14c6bce7 [core] Send Content-Type text/html for generated error pages Thomas Porzelt 2010-04-05 14:33:52 +0200
  • 6c2da09814 [mod_progress] Fix 'sent' output, progress.show parameter parsing and send application/x-javascript Content-Type header Thomas Porzelt 2010-04-05 14:27:14 +0200
  • 2e710f4241 [mod_progress] Fix detection of finished requests Thomas Porzelt 2010-04-05 00:26:10 +0200
  • 0c751ba6ef [mod_progress] Fix JSON format (double quotes instead of single quotes...), fix wrong default recognized http method (GET instead of POST) and a minor compile warning Thomas Porzelt 2010-04-04 22:51:27 +0200
  • 9b0db666c5 [modules] Add mod_progress Thomas Porzelt 2010-04-04 22:04:14 +0200
  • 0af117d47f [core] Reposition check for header size limit fixing wrong positives Thomas Porzelt 2010-04-04 17:11:57 +0200
  • 683e334599 [plugin_core] Return error 405 for methods other than GET or HEAD on static files Thomas Porzelt 2010-04-04 17:07:24 +0200
  • ad8570423a [core] Add li_http_method_from_string() function Thomas Porzelt 2010-04-04 16:37:02 +0200
  • 19bc091432 Only call li_plugins_handle_vrclose in vrequest_reset if vrequest is in use Stefan Bühler 2010-04-03 21:32:02 +0200
  • bd40dec873 Only call li_plugins_handle_vrclose in vrequest_free if vrequest is in use Stefan Bühler 2010-04-03 21:16:11 +0200
  • bd8f362f07 [doc] Add default.html page for distribution in packages Thomas Porzelt 2010-03-27 17:04:35 +0100
  • 30639dcfcb Include lua plugins in dist Stefan Bühler 2010-03-26 15:45:53 +0100
  • 64cb4d81e8 Fix path in example conf Stefan Bühler 2010-03-26 13:34:26 +0100
  • c89c194deb Fix module path handling in angel Stefan Bühler 2010-03-26 13:33:47 +0100
  • 8186b62dfe [mod_rewrite,mod_redirect] Refactor code a bit to silence clang code analyzer Thomas Porzelt 2010-03-22 20:58:12 +0100
  • 7cd62d7a54 mod_openssl: Fix check of return value from SSL_CTX_set_options Stefan Bühler 2010-03-07 13:25:51 +0100
  • 053739a46d [lua]: chunkqueue: fix file<->tempfile handling Stefan Bühler 2010-03-03 16:27:11 +0100
  • 25222e9b1c stat-cache: Fix segfault Stefan Bühler 2010-03-03 11:51:49 +0100
  • a31b3ee403 [lua]: provide filename to chunkfile for add_temp_file (needed to unlink it) Stefan Bühler 2010-03-03 11:16:16 +0100
  • 405c6b26f4 Part 2: [lua]: Add 'add_file' and 'add_temp_file' method for chunkqueue; 'add' only accepts simple strings now Stefan Bühler 2010-03-02 23:20:07 +0100
  • 82c2971ddc [lua]: Add 'add_file' and 'add_temp_file' method for chunkqueue; 'add' only accepts simple strings now Stefan Bühler 2010-03-02 22:50:06 +0100
  • 48aac3ab07 [stat-cache] Provide blocking cached stat Stefan Bühler 2010-02-14 11:57:34 +0100
  • 38ec6b3c2d conditionals: Fix port matching (ntohs) Stefan Bühler 2010-02-21 14:47:56 +0100
  • 1f6c788600 Merge branch 'master' of git+ssh://188.40.103.19:2233/lighttpd/sandbox Thomas Porzelt 2010-02-21 14:33:13 +0100
  • 5892c78e7d [core] Support req. phys. and resp. abbreviations in li_cond_lvalue_from_string() and make config parser use this function instead of own code Thomas Porzelt 2010-02-21 14:32:58 +0100
  • b127da0a85 [mod_auth]: fix doc Stefan Bühler 2010-02-21 14:31:14 +0100
  • 3dc644cf40 Add conditionals for local and remote port (-1 for unix sockets) Stefan Bühler 2010-02-21 13:45:20 +0100
  • 63ed53e31a Fix casts in utils.c Stefan Bühler 2010-02-14 20:30:33 +0100
  • c0f5b9b151 server.c: free srv->statelock Stefan Bühler 2010-02-14 20:58:27 +0100
  • 5a654a0b7c mod_lua: fix prepare handling Stefan Bühler 2010-02-14 20:58:27 +0100
  • 2c4f6b29a1 Handle NULL values in plugin_core.c Stefan Bühler 2010-02-14 20:58:27 +0100
  • 3f1c94aefa [lua:core plugin]: fix typo Stefan Bühler 2010-02-14 20:58:27 +0100
  • 48913fac46 [core] Fix compiler warning in throttle.c Thomas Porzelt 2010-02-14 20:12:10 +0100
  • 5616992ca0 [mod_status] Add statistics for HTTP status codes Thomas Porzelt 2010-02-14 19:59:44 +0100
  • ebfa9e9ae7 [lua:core plugin]: Fix comments, cache 'cached_html' action Stefan Bühler 2010-02-14 19:12:06 +0100
  • e220bd588c Add example lighttpd.conf Stefan Bühler 2010-02-14 19:00:46 +0100
  • ed58f7365f [lua]: core and secdownload plugin Stefan Bühler 2010-02-14 18:51:05 +0100
  • e0370fac79 Fix some lua handling; add args for lua plugins/handlers Stefan Bühler 2010-02-14 15:48:25 +0100
  • f43f70de6e [lua] export path_simplify Stefan Bühler 2010-02-13 22:44:47 +0100
  • 0a46134334 Fix buffer refcount; segfault/abort in mod_openssl Stefan Bühler 2010-02-13 22:29:27 +0100
  • dcd7209a42 [mod_lua] Use handle_prepare to create per-worker context Stefan Bühler 2010-02-13 16:36:39 +0100
  • 8f317d1ded [mod_deflate]: don't deflate after transfer-encoding Stefan Bühler 2010-02-13 16:03:03 +0100
  • 59835b5eb1 remove content-encoding, transfer-encoding and etag header for generated error bodies Stefan Bühler 2009-10-10 20:21:39 +0200
  • d0f6484e7c Move sched_[gs]etaffinity to plugin_core Stefan Bühler 2010-02-13 15:54:48 +0100
  • 905a83fc77 Add plugin hooks for server state machine changes Stefan Bühler 2010-02-13 15:41:09 +0100
  • 30ebce774e Add "state-wait" api for server state machine Stefan Bühler 2010-02-13 15:29:21 +0100
  • d18045ccbf [core] Rework throttle code a bit, especially regarding pools Thomas Porzelt 2010-02-13 14:30:32 +0100
  • fc09bf9095 [core] Don't allow spaces between integer value and its suffix, was not deterministic Thomas Porzelt 2010-02-13 13:25:16 +0100
  • 048a7d9144 Append to previous buffer in network reads, save used buffer in custom location Stefan Bühler 2010-02-10 22:25:48 +0100
  • 13611b5243 Improve balancer handling Stefan Bühler 2010-02-08 09:38:19 +0100
  • 7a63f69133 Add li_sockaddr_dup Stefan Bühler 2010-02-08 09:38:18 +0100
  • 2e131dc93f Put pathinfo debug messages into debug-request-handling Stefan Bühler 2010-02-08 17:00:44 +0100
  • 33b89d8981 Fix mod_proxy (missing \r\n after request line) Stefan Bühler 2010-02-08 17:00:44 +0100
  • 6a5411c2f1 [plugin_core] Set con->throttle.pool.queued to FALSE after unlinking from queue Thomas Porzelt 2010-02-08 15:24:25 +0100
  • 1297a1fab7 [core] Fix crash in throttle pool handling Thomas Porzelt 2010-02-07 22:49:54 +0100
  • 750bd453a2 Append to previous buffer in network reads Stefan Bühler 2010-01-23 20:24:21 +0100
  • d8f5d21ec6 [core] Check for EV_ERROR in connection event callback Thomas Porzelt 2010-01-31 20:15:40 +0100
  • 7bb58debcb Fix previous commit: only update io-timeout timestamp after real IO Stefan Bühler 2010-01-31 16:03:51 +0100
  • 8cf1033e4a Only update io-timeout timestamp after real IO Stefan Bühler 2010-01-31 16:02:31 +0100
  • 954778ff71 Show timeout in mod_status for connections Stefan Bühler 2010-01-30 23:53:09 +0100
  • 3c2cef5f0d Handle ETIMEDOUT as connection close Stefan Bühler 2010-01-30 23:52:48 +0100
  • fd72f61f68 Update mod_lua docs Stefan Bühler 2010-01-30 23:49:51 +0100
  • d70784abd2 Fix mod_status options Stefan Bühler 2010-01-27 22:18:35 +0100
  • 64c2fece96 config: add network cidr matching operators, =/ and != Stefan Bühler 2010-01-27 22:05:06 +0100
  • 00ef8599cf Export glib md5/sha1/sha256 hash functions to lua (hex output) Stefan Bühler 2010-01-27 21:33:40 +0100
  • 5284ce9cb4 Fix option handling: need another opt_base_index for pointer options Stefan Bühler 2010-01-27 17:38:27 +0100
  • 2e4aba7e39 Fix options: missed setting "pointer" options Stefan Bühler 2010-01-27 17:15:25 +0100
  • f14103bc2c Split options into two categories: simple (int, bool) and ref-counted pointers Stefan Bühler 2010-01-24 21:30:41 +0100
  • 64ba5fddce Cleanup value pointer extractions Stefan Bühler 2010-01-24 14:00:29 +0100
  • a545ef6e75 Add mempool_align_page_size implementation for MEMPOOL_MALLOC fallback Stefan Bühler 2010-01-23 23:51:24 +0100
  • cdb615293c [autobuild] Fix dependency problem with automake (automake doesn't like it if ../dir/ is cwd) Stefan Bühler 2010-01-24 11:46:59 +0100
  • faf2985a79 Use struct sockaddr_storage (in liSockAddr) as base for getsockname/getpeername Stefan Bühler 2010-01-24 11:09:23 +0100
  • 7e44920c50 [mod_vhost] Fix vhost.simple, it checked the physical path instead of docroot Thomas Porzelt 2010-01-21 14:44:36 +0100
  • 4485ea7563 Fix segfault if trying to convert NULL address to string Stefan Bühler 2010-01-11 20:56:51 +0100
  • eaa13c2e4b automake: Fix doc/service EXTRA_DIST Stefan Bühler 2010-01-05 16:28:22 +0100
  • 24f4fc1bc1 Add doc/ directory with man pages + config examples Stefan Bühler 2009-12-26 14:14:12 +0100
  • edd74a0e3c Rename lighttpd to lighttpd2 Stefan Bühler 2010-01-03 19:47:47 +0100