248 Commits (0fcbfb7ab7d1150014ab2a60ec139b639f85c705)

Author SHA1 Message Date
Stefan Bühler 0fcbfb7ab7 [core] optimize syscalls per connection 12 years ago
Stefan Bühler d9cc24b8e6 [core]: fix connection/vrequest callbacks to return FALSE after they got reset, so handling stops 13 years ago
Stefan Bühler 9c6f894eb5 [mime-types] Fix mimetype insert, add new test cases to catch this 13 years ago
Stefan Bühler 11fa781f98 Fix some warnings found with clang analyzer 13 years ago
Stefan Bühler 2941105e28 [pattern] Fix vr->wrk->tmp_str usage, remove pattern.h from base.h, add pattern support to header.add* actions 13 years ago
Stefan Bühler ab9421a5e1 [core] Provide safe wrapper for crypt if crypt_r is not available 13 years ago
Stefan Bühler 177fc95219 [core] Add phys.docroot and phys.pathinfo 13 years ago
Stefan Bühler 52584c99bb [pattern] Add ranges (and fix match-info handling) 13 years ago
Stefan Bühler 685973a3ca [mod_auth] Fix authentication (has been "disabled")! Implement apr-md5 crypt, add test cases 13 years ago
Stefan Bühler d6820e5cfd [pattern] Hide pattern-part struct 13 years ago
Stefan Bühler c35cf21c52 [log] Add basic api to open log files via angel 13 years ago
Thomas Porzelt 31d2291a1c [core] Add support for throttling by IP 13 years ago
Stefan Bühler 8ae6902602 [core] remove lighttpd-glue.h from base.h 13 years ago
Stefan Bühler 3b1a781381 [core] remove encoding.h from base.h includes 13 years ago
Stefan Bühler 7fbcfb86d9 [mod_openssl]: better io event handling (ssl may want to write while lighty only wants to read) 13 years ago
Stefan Bühler 823b9d13c2 [core]: wait for connections before shutdown 13 years ago
Thomas Porzelt 14d48527af [core] Make log.timestamp creation/destruction threadsafe 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 b29c8161f1 Fix mimetypes 13 years ago
Stefan Bühler be65208143 waitqueue: modify callback 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 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 8c1b6fa3a2 [core] disable GCC poison 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 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 cc0044c4ee Fix http method parser, add inlined g_string_append_len 13 years ago
Thomas Porzelt 8e8a53e8c6 [core] Fix include of sys/wait.h in settings.h 13 years ago
Thomas Porzelt e7fca37edb [core] Include wait.h in settings.h 13 years ago
Thomas Porzelt 20c3e7d6ad [core] Add li_memory_usage(), clean up some old sys-* files 13 years ago
Thomas Porzelt e2a551298e [core] Use liCond* helpers in li_pattern_parse/eval 13 years ago
Stefan Bühler 831cca1c59 [mod_memcached]: try to fail quietly after connection resets until the next connect 13 years ago
Stefan Bühler c0128fea48 [mod_memcached] Initial mod_memcached 13 years ago
Thomas Porzelt 3668ef97ab [core] Add liPattern type and associated functions 13 years ago
Thomas Porzelt b5009f18df [core] Fix usage of sched_setaffinity() and disable it for now as it seems to impose a little performance hit 13 years ago
Stefan Bühler e00febcd40 Fix vrequest-ref api 13 years ago
Stefan Bühler c2271c15c3 Add plugin init-lua hook 13 years ago
Stefan Bühler d846779077 Add li_ev_safe_unref_and_start to utils.h 13 years ago
Stefan Bühler 26ebaa3bd3 Add a new liBuffer alloc function for long-term buffers 13 years ago
Thomas Porzelt b3f8b8d62f [core] Add li_waitqueue_set_delay() function 13 years ago
Thomas Porzelt fa1c73cbe6 [core] Make profiler output to file, fix small issue with profiler_try_realloc() 13 years ago