1021 Commits (823b9d13c210504c377d9f56c5392efacad2f27b)

Author SHA1 Message Date
Stefan Bühler 823b9d13c2 [core]: wait for connections before shutdown 13 years ago
Stefan Bühler 1790afc37f [radix]: Fix wrong var in macro, add test cases 13 years ago
Thomas Porzelt 7e94308ea6 [mod_limit] Fix liSocketAddress usage in combination with radix trees 13 years ago
Thomas Porzelt c972bea1e0 [mod_limit] Fix radix tree usage (api wants bits not bytes) 13 years ago
Thomas Porzelt 47bc318a35 [core] Make li_server_ts_format_add() threadsafe 13 years ago
Thomas Porzelt 14d48527af [core] Make log.timestamp creation/destruction threadsafe 13 years ago
Thomas Porzelt 8892840298 [mod_limit] Thread safety fixes 13 years ago
Thomas Porzelt d0ae21c7b2 [config parser] Rename var.PID/var.CWD/env.* to sys.pid/sys.cwd/sys.env.* and add sys.version containing the lighty version 13 years ago
Thomas Porzelt 587c7383ba [core] Add support for req.env/header[key] to patterns 13 years ago
Thomas Porzelt f088e43f62 [plugin_core] Add env.set/add/remove/clear actions 13 years ago
Thomas Porzelt a3b7ce74af [core] Rework throttle-pool handling to be thread-safe in creation/destruction aswell as more accurate and fair throttling 13 years ago
Thomas Porzelt 2a04983b9d [waitqueue] Add 'length' struct member, remove li_waitqueue_length() function 13 years ago
Stefan Bühler abdd422aa9 plugin.c: fix optionptr mem-leak 13 years ago
Stefan Bühler 1567177150 [tasklet]: fix mem leak 13 years ago
Stefan Bühler b29c8161f1 Fix mimetypes 13 years ago
Stefan Bühler 21327b7d93 [mod_progress]: kill global var 13 years ago
Stefan Bühler be65208143 waitqueue: modify callback 13 years ago
Stefan Bühler 3482c04c26 [mod_auth]: fix segfault from last commit 13 years ago
Stefan Bühler 126feee4fd [mod_auth]: Reload password file after changes, added ttl parameter 13 years ago
Thomas Porzelt c7a39e4da1 [core] Fix compilation on non-linux systems 13 years ago
Thomas Porzelt 0eaed50c1c [core] Use uintptr_t instead of guintptr as it requires an otherwise unneeded recent glib version 13 years ago
Stefan Bühler 2d57e56bdc Add lua default path for distributed core lua scripts 13 years ago
Stefan Bühler 9ba3395241 Fix C++ style comments 13 years ago
Stefan Bühler 91fda70bca [plugin_core] Fix mixed declarations and code 13 years ago
Stefan Bühler 7d938e48e3 [log] Fix prepare handler 13 years ago
Stefan Bühler 79d98f5991 [core] Use liJobQueue for vrequest job queue 13 years ago
Stefan Bühler c3dc0d8d7e [common]: Add generic jobqueue 13 years ago
Thomas Porzelt 582dfa99d7 [core] Rework mimetype lookup code 13 years ago
Thomas Porzelt 9c63e60cb7 [core] Add workers.cpu_affinity setup action 13 years ago
Stefan Bühler 004e70479e [angel]: fix default allow-listen port detection 13 years ago
Stefan Bühler 2ad699f56e [angel] fix segfault if no user was specified 13 years ago
Stefan Bühler b9af60f92d [plugin_core]: don't stat last entry in docroot list, it is used anyway 13 years ago
Stefan Bühler b5eb16006c [angel]: fix default worker path 13 years ago
Stefan Bühler d133b8ad8c [lua]: add subrequst_lua.c 13 years ago
Stefan Bühler 77ad119f66 [lua]: add subrequests 13 years ago
Stefan Bühler 1c3d3c287f [core]: add tasklet pools to workers and use them for stat-cache 13 years ago
Stefan Bühler 8587598a66 [core] add tasklets: jobs which use blocking code 13 years ago
Stefan Bühler 6f454d0008 [plugin_core]: add "static_no_fail" action, which doesn't return 403/404 so other actions can handler the request 13 years ago
Stefan Bühler 1fb0e6db2c Rename angel config "listen" to "allow-listen" 13 years ago
Stefan Bühler c3164aba8b Move binary names: angel becomes lighttpd2, worker lighttpd2-worker 13 years ago
Stefan Bühler 0047fe22fa radix: fix li_radixtree_new prototype 13 years ago
Stefan Bühler b8a0921265 Add some missing LI_/li prefixes for types and enum values 13 years ago
Stefan Bühler 7976cf53cf [mod_proxy] Add X-Forwarded-{For,Proto} headers, handle 1xx responses 13 years ago
Stefan Bühler b87e74d151 Optimize IO handling to safe syscalls; run vrequest state machines twice before looking for new io events 13 years ago
Stefan Bühler b876f8401d [core]: rework connection/vrequest structs; add liConInfo 13 years ago
Stefan Bühler cae0c15710 Optimize some string handling in chunk parser 13 years ago
Stefan Bühler 254ba2a1f6 Optimize header insertion 13 years ago
Stefan Bühler cc0044c4ee Fix http method parser, add inlined g_string_append_len 13 years ago
Stefan Bühler a2ed50dedd Optimize some socket initialization handling 13 years ago
Stefan Bühler 0325d10f4a [mod_balancer] fix comments 13 years ago