Thomas Porzelt
|
3ffa1c40bb
|
fix mod_status handling of error case
|
15 years ago |
Thomas Porzelt
|
fa52e5361b
|
move vrequest_reset() up in connection_reset() so options and addr are still valid when invoking action context cleanup callbacks
|
15 years ago |
Thomas Porzelt
|
52c3c2e042
|
update mod_fortune and mod_status for new action context
|
15 years ago |
Thomas Porzelt
|
20e0a9e4e8
|
add http_method_string() to utils
|
15 years ago |
Stefan Bühler
|
4a02223f7c
|
Added per-action context
|
15 years ago |
Stefan Bühler
|
f74d274589
|
Add other compare operators to lua frontend
|
15 years ago |
Stefan Bühler
|
e438fb58ab
|
Fix "notequal" string comparison bug
|
15 years ago |
Stefan Bühler
|
4ef644de88
|
Fix cmake ipv6 detection
|
15 years ago |
Thomas Porzelt
|
736d8c6192
|
add server.max_keep_alive_requests option
|
15 years ago |
Thomas Porzelt
|
d3bfcf9d15
|
add special chars in strings through \n \" etc. to config parser
|
15 years ago |
Thomas Porzelt
|
58cf85f5d1
|
remove old log stuff
|
15 years ago |
Thomas Porzelt
|
4e876d4153
|
remove unnecessary \n from VR_TRACE() in core_handle_static()
|
15 years ago |
Thomas Porzelt
|
096e7667be
|
add LIGHTTPD_REVISION define and output for -v when compiling from bzr (only waf for now)
|
15 years ago |
Thomas Porzelt
|
d8874eab5f
|
removed unused vars from network_write.c
|
15 years ago |
Thomas Porzelt
|
be8836a57c
|
remove old statistics code from network_write.c
|
15 years ago |
Thomas Porzelt
|
7582742257
|
remove connection from throttle queue when resetting
|
15 years ago |
Thomas Porzelt
|
d5e7aa94a5
|
fix waitqueue
|
15 years ago |
Thomas Porzelt
|
865aea2ce0
|
prevent double decrement of wrk->connection_load and active connections
|
15 years ago |
Thomas Porzelt
|
928b8d52c1
|
update waf to 1.5, rewrite wscripts
|
15 years ago |
Thomas Porzelt
|
304263f4a1
|
fix warnings from plugin_core.c
|
15 years ago |
Thomas Porzelt
|
24c7423376
|
add temporary hack to disable sched_setaffinity when OS != linux
|
15 years ago |
Thomas Porzelt
|
031b6b54c7
|
add check for HAVE_IPV6 to sockaddr_to_string()
|
15 years ago |
Thomas Porzelt
|
2df4d9686b
|
fix wrong parameter con instead of new vr in network.c when USE_SENDFILE not defined
|
15 years ago |
Thomas Porzelt
|
0994052566
|
fix wrong placement of #endif in condition.c => broken code when HAVE_IPV6 not defined
|
15 years ago |
Stefan Bühler
|
2040c059d1
|
Fix connection/network_write state machine
|
15 years ago |
Stefan Bühler
|
7a496b610b
|
Fix comment style // -> /* */
|
15 years ago |
Thomas Porzelt
|
1954f46a03
|
return NETWORK_STATUS_WAIT_FOR_AIO_EVENT instead of NETWORK_STATUS_WAIT_FOR_EVENT when throttling
|
15 years ago |
Stefan Bühler
|
06225998c6
|
Fix typos in sendfile (again)
|
15 years ago |
Stefan Bühler
|
ec16ebea3c
|
Fix typos in sendfile
|
15 years ago |
Stefan Bühler
|
99733ef5a7
|
Add OS X sendfile implementation (and fix the freebsd one)
|
15 years ago |
Stefan Bühler
|
94b4dcc764
|
Generic sendfile implementation (supports linux,solaris and freebsd now)
|
15 years ago |
Stefan Bühler
|
91d4868ef4
|
Move stats and throttle to network.c
|
15 years ago |
Stefan Bühler
|
fae25515fa
|
Split waitqueue from utils
|
15 years ago |
Stefan Bühler
|
463d1c6435
|
Fix modules and waf for new include dir
|
15 years ago |
Stefan Bühler
|
6c573e5e00
|
Check for POSIX_FADV_SEQUENTIAL before using it
|
15 years ago |
Stefan Bühler
|
3dceeb5916
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
Thomas Porzelt
|
358b9f95f1
|
implement throttling, change some time_t to ev_tstamp
|
15 years ago |
Thomas Porzelt
|
e9f8b51452
|
add LOG_TYPE_NONE that doesn't log anything
|
15 years ago |
Thomas Porzelt
|
a2a0818cb4
|
remove cast to time_t in CUR_TS() makro. it caused some deviation
|
15 years ago |
Thomas Porzelt
|
d56e5c2ea9
|
implement waitqueues (utils), change connection io timeouts to use those
|
15 years ago |
Thomas Porzelt
|
8161336538
|
add fallback static action if built-in cfg parser used
|
15 years ago |
Thomas Porzelt
|
b491e91c68
|
add io timeouts
|
15 years ago |
Thomas Porzelt
|
abb7bc1067
|
fix segfault when no host header in request
|
15 years ago |
Thomas Porzelt
|
64e823f83a
|
use g_mutex instead of g_static_mutex in profiler.c
|
15 years ago |
Thomas Porzelt
|
bfad826aa5
|
fix small memleak in worker_add_closing_socket()
|
15 years ago |
Thomas Porzelt
|
67f89abffc
|
add mod_status
|
15 years ago |
Thomas Porzelt
|
0a63fc8058
|
add client addr string and traffic stats for connections and workers
|
15 years ago |
Thomas Porzelt
|
2538f522ec
|
add sockaddr_to_string() and counter_format2() to utils.c
|
15 years ago |
Thomas Porzelt
|
245cecb1e2
|
add srv->started (timestamp) and srv->started_str (formatted ts)
|
15 years ago |
Thomas Porzelt
|
1d133a52ed
|
add missing free if -m option specified
|
15 years ago |