Stefan Bühler
5d48ae7102
[log] Add changable log contexts (i.e. references to the real one), so a pointer to such context can be used over a longer period of time
11 years ago
Stefan Bühler
b1c45e6a8f
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
11 years ago
Stefan Bühler
77f786ed18
[log] remove different timestamp format handling (one is enough), separate log context (liLogMap) from virtualrequest
11 years ago
Stefan Bühler
9bf335c121
[jobqueue] add li_job_stop
11 years ago
Stefan Bühler
9e215e397f
[value] add some functions to handle liValue
11 years ago
Thomas Porzelt
aeb88422a0
[profiler] export li_profiler_enabled and li_profiler_hashtable_insert/remove. add heap base/break/size to dump output
11 years ago
Stefan Bühler
3277edabe6
connection.c: optimize buffer usage - don't keep too many unused buffers around
11 years ago
Thomas Porzelt
ab313d20c2
[core] change connection garbage collector algorithm to free all unused connections up to the maximum of active connections during the last 5 minutes
11 years ago
Thomas Porzelt
011380dcb7
[core] change memory profiler output, add minsize parameter to debug.profiler_dump action
11 years ago
Thomas Porzelt
04c8356b44
[config parser] change syntax again: user defined variables are now defined as 'x = ...;'. user defined actions are not special anymore
11 years ago
Thomas Porzelt
9f832c75ea
Config syntax changes and parser fixes:
...
* Change ":" to "=>" in hash tables
* Change assignments to not need "=" anymore
* User defined actions must now be prefixed with the "action" keyword
* Anonymous user defined actions don't need the "$" prefix anymore
* Fix parsing of conditionals with more than 2 conditions
11 years ago
Thomas Porzelt
496a28f197
[core] truncate temp string before evaluating pattern. add comment to pattern.h that li_eval_pattern() does not truncate the string for you
11 years ago
Stefan Bühler
0fcbfb7ab7
[core] optimize syscalls per connection
11 years ago
Stefan Bühler
d9cc24b8e6
[core]: fix connection/vrequest callbacks to return FALSE after they got reset, so handling stops
12 years ago
Stefan Bühler
9c6f894eb5
[mime-types] Fix mimetype insert, add new test cases to catch this
12 years ago
Stefan Bühler
11fa781f98
Fix some warnings found with clang analyzer
12 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
12 years ago
Stefan Bühler
ab9421a5e1
[core] Provide safe wrapper for crypt if crypt_r is not available
12 years ago
Stefan Bühler
177fc95219
[core] Add phys.docroot and phys.pathinfo
12 years ago
Stefan Bühler
52584c99bb
[pattern] Add ranges (and fix match-info handling)
12 years ago
Stefan Bühler
685973a3ca
[mod_auth] Fix authentication (has been "disabled")! Implement apr-md5 crypt, add test cases
12 years ago
Stefan Bühler
d6820e5cfd
[pattern] Hide pattern-part struct
12 years ago
Stefan Bühler
c35cf21c52
[log] Add basic api to open log files via angel
12 years ago
Thomas Porzelt
31d2291a1c
[core] Add support for throttling by IP
12 years ago
Stefan Bühler
8ae6902602
[core] remove lighttpd-glue.h from base.h
12 years ago
Stefan Bühler
3b1a781381
[core] remove encoding.h from base.h includes
12 years ago
Stefan Bühler
7fbcfb86d9
[mod_openssl]: better io event handling (ssl may want to write while lighty only wants to read)
12 years ago
Stefan Bühler
823b9d13c2
[core]: wait for connections before shutdown
12 years ago
Thomas Porzelt
14d48527af
[core] Make log.timestamp creation/destruction threadsafe
12 years ago
Thomas Porzelt
a3b7ce74af
[core] Rework throttle-pool handling to be thread-safe in creation/destruction aswell as more accurate and fair throttling
12 years ago
Thomas Porzelt
2a04983b9d
[waitqueue] Add 'length' struct member, remove li_waitqueue_length() function
12 years ago
Stefan Bühler
b29c8161f1
Fix mimetypes
12 years ago
Stefan Bühler
be65208143
waitqueue: modify callback
12 years ago
Stefan Bühler
7d938e48e3
[log] Fix prepare handler
12 years ago
Stefan Bühler
79d98f5991
[core] Use liJobQueue for vrequest job queue
12 years ago
Stefan Bühler
c3dc0d8d7e
[common]: Add generic jobqueue
12 years ago
Thomas Porzelt
582dfa99d7
[core] Rework mimetype lookup code
12 years ago
Thomas Porzelt
9c63e60cb7
[core] Add workers.cpu_affinity setup action
12 years ago
Stefan Bühler
77ad119f66
[lua]: add subrequests
12 years ago
Stefan Bühler
1c3d3c287f
[core]: add tasklet pools to workers and use them for stat-cache
12 years ago
Stefan Bühler
8587598a66
[core] add tasklets: jobs which use blocking code
12 years ago
Stefan Bühler
8c1b6fa3a2
[core] disable GCC poison
12 years ago
Stefan Bühler
0047fe22fa
radix: fix li_radixtree_new prototype
12 years ago
Stefan Bühler
b8a0921265
Add some missing LI_/li prefixes for types and enum values
12 years ago
Stefan Bühler
b87e74d151
Optimize IO handling to safe syscalls; run vrequest state machines twice before looking for new io events
12 years ago
Stefan Bühler
b876f8401d
[core]: rework connection/vrequest structs; add liConInfo
12 years ago
Stefan Bühler
cae0c15710
Optimize some string handling in chunk parser
12 years ago
Stefan Bühler
cc0044c4ee
Fix http method parser, add inlined g_string_append_len
12 years ago
Thomas Porzelt
8e8a53e8c6
[core] Fix include of sys/wait.h in settings.h
12 years ago
Thomas Porzelt
e7fca37edb
[core] Include wait.h in settings.h
12 years ago