1123 Commits (876261c62c75ddfbad9226ce604c43f260df1e2f)
 

Author SHA1 Message Date
Stefan Bühler 876261c62c [core/angel]: Use strict ip matching (family must match, no IPv4-mapped IPv6) 13 years ago
Stefan Bühler 14660bee4f [core/angel]: support unix socket listen 13 years ago
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
Stefan Bühler 2373ddaa4e [autotools]: fix typo in configure.ac --with-lua description 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 10ea96230b Fix path in example run script 13 years ago
Stefan Bühler feebc556d1 Fix packdist.sh to detect source directory 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 5cda017de8 change libexecdir handling 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 8c1b6fa3a2 [core] disable GCC poison 13 years ago
Stefan Bühler 30c649a533 Add packdist.sh to build snapshots 13 years ago
Stefan Bühler 827b48fb67 include default.html in distbuild 13 years ago
Stefan Bühler 0047fe22fa radix: fix li_radixtree_new prototype 13 years ago