Stefan Bühler
|
4ef644de88
|
Fix cmake ipv6 detection
|
2008-12-09 21:30:37 +01:00 |
Thomas Porzelt
|
736d8c6192
|
add server.max_keep_alive_requests option
|
2008-12-07 21:46:29 +01:00 |
Thomas Porzelt
|
d3bfcf9d15
|
add special chars in strings through \n \" etc. to config parser
|
2008-12-07 01:36:38 +01:00 |
Thomas Porzelt
|
58cf85f5d1
|
remove old log stuff
|
2008-12-02 15:58:06 +01:00 |
Thomas Porzelt
|
4e876d4153
|
remove unnecessary \n from VR_TRACE() in core_handle_static()
|
2008-12-02 00:50:30 +01:00 |
Thomas Porzelt
|
096e7667be
|
add LIGHTTPD_REVISION define and output for -v when compiling from bzr (only waf for now)
|
2008-11-25 15:56:12 +01:00 |
Thomas Porzelt
|
b0def14e1f
|
remove wrong ! from sendfile macro for linux
|
2008-11-23 23:47:10 +01:00 |
Thomas Porzelt
|
172ddd69ee
|
fix wrong define in wscript for writev
|
2008-11-23 22:36:00 +01:00 |
Thomas Porzelt
|
d8874eab5f
|
removed unused vars from network_write.c
|
2008-11-23 22:26:23 +01:00 |
Thomas Porzelt
|
be8836a57c
|
remove old statistics code from network_write.c
|
2008-11-23 22:09:51 +01:00 |
Thomas Porzelt
|
7582742257
|
remove connection from throttle queue when resetting
|
2008-11-23 18:23:45 +01:00 |
Thomas Porzelt
|
d5e7aa94a5
|
fix waitqueue
|
2008-11-23 18:23:05 +01:00 |
Thomas Porzelt
|
865aea2ce0
|
prevent double decrement of wrk->connection_load and active connections
|
2008-11-23 18:21:45 +01:00 |
Thomas Porzelt
|
f02689bafb
|
remove mandatory parameter for libdl, some systems don't have a special lib for it (freebsd)
|
2008-11-21 02:25:10 +01:00 |
Thomas Porzelt
|
2fd657cb0b
|
enable setting of CFLAGS via environment var in wscript
|
2008-11-21 02:00:13 +01:00 |
Thomas Porzelt
|
7096926d05
|
fix check for linux platform in wscript
|
2008-11-21 00:44:13 +01:00 |
Thomas Porzelt
|
928b8d52c1
|
update waf to 1.5, rewrite wscripts
|
2008-11-21 00:31:44 +01:00 |
Thomas Porzelt
|
d2381954bf
|
removed old AIO defines from settings.h
|
2008-11-20 20:16:29 +01:00 |
Thomas Porzelt
|
304263f4a1
|
fix warnings from plugin_core.c
|
2008-11-20 16:40:36 +01:00 |
Thomas Porzelt
|
24c7423376
|
add temporary hack to disable sched_setaffinity when OS != linux
|
2008-11-20 03:17:50 +01:00 |
Thomas Porzelt
|
031b6b54c7
|
add check for HAVE_IPV6 to sockaddr_to_string()
|
2008-11-20 03:15:40 +01:00 |
Thomas Porzelt
|
2df4d9686b
|
fix wrong parameter con instead of new vr in network.c when USE_SENDFILE not defined
|
2008-11-20 00:16:57 +01:00 |
Thomas Porzelt
|
0994052566
|
fix wrong placement of #endif in condition.c => broken code when HAVE_IPV6 not defined
|
2008-11-20 00:13:51 +01:00 |
Stefan Bühler
|
2040c059d1
|
Fix connection/network_write state machine
|
2008-11-18 11:14:57 +01:00 |
Stefan Bühler
|
7a496b610b
|
Fix comment style // -> /* */
|
2008-11-18 11:03:59 +01:00 |
Thomas Porzelt
|
6dbaaf5430
|
fix warnings about shadowed declarations of 'free' and 'value' in headers
|
2008-11-18 21:43:02 +01:00 |
Thomas Porzelt
|
4080ddcd16
|
cosmetic changes of 'defined x to defined(x)' in settings.h to unify usage
|
2008-11-18 21:36:31 +01:00 |
Thomas Porzelt
|
75ce595e5b
|
add LIGHT_OS_XYZ macros
|
2008-11-18 21:12:10 +01:00 |
Thomas Porzelt
|
1954f46a03
|
return NETWORK_STATUS_WAIT_FOR_AIO_EVENT instead of NETWORK_STATUS_WAIT_FOR_EVENT when throttling
|
2008-11-17 23:08:55 +01:00 |
Stefan Bühler
|
06225998c6
|
Fix typos in sendfile (again)
|
2008-11-17 21:50:03 +01:00 |
Stefan Bühler
|
ec16ebea3c
|
Fix typos in sendfile
|
2008-11-17 21:42:52 +01:00 |
Stefan Bühler
|
99733ef5a7
|
Add OS X sendfile implementation (and fix the freebsd one)
|
2008-11-17 20:54:19 +01:00 |
Thomas Porzelt
|
84b7487cc4
|
add USE_OSX_SENDFILE macro
|
2008-11-17 20:24:36 +01:00 |
Stefan Bühler
|
94b4dcc764
|
Generic sendfile implementation (supports linux,solaris and freebsd now)
|
2008-11-17 20:23:16 +01:00 |
Stefan Bühler
|
91d4868ef4
|
Move stats and throttle to network.c
|
2008-11-17 19:26:41 +01:00 |
Stefan Bühler
|
fae25515fa
|
Split waitqueue from utils
|
2008-11-17 10:26:25 +01:00 |
Stefan Bühler
|
463d1c6435
|
Fix modules and waf for new include dir
|
2008-11-16 22:16:52 +01:00 |
Stefan Bühler
|
6c573e5e00
|
Check for POSIX_FADV_SEQUENTIAL before using it
|
2008-11-16 22:06:28 +01:00 |
Stefan Bühler
|
3dceeb5916
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
Thomas Porzelt
|
358b9f95f1
|
implement throttling, change some time_t to ev_tstamp
|
2008-11-12 22:16:52 +01:00 |
Thomas Porzelt
|
e9f8b51452
|
add LOG_TYPE_NONE that doesn't log anything
|
2008-11-12 17:38:32 +01:00 |
Thomas Porzelt
|
a2a0818cb4
|
remove cast to time_t in CUR_TS() makro. it caused some deviation
|
2008-11-12 02:11:43 +01:00 |
Thomas Porzelt
|
d56e5c2ea9
|
implement waitqueues (utils), change connection io timeouts to use those
|
2008-11-12 02:09:52 +01:00 |
Thomas Porzelt
|
8161336538
|
add fallback static action if built-in cfg parser used
|
2008-11-10 22:48:13 +01:00 |
Thomas Porzelt
|
b491e91c68
|
add io timeouts
|
2008-11-10 15:39:03 +01:00 |
Thomas Porzelt
|
abb7bc1067
|
fix segfault when no host header in request
|
2008-11-10 02:16:02 +01:00 |
Thomas Porzelt
|
64e823f83a
|
use g_mutex instead of g_static_mutex in profiler.c
|
2008-11-03 15:21:46 +01:00 |
Thomas Porzelt
|
bfad826aa5
|
fix small memleak in worker_add_closing_socket()
|
2008-11-03 15:20:49 +01:00 |
Thomas Porzelt
|
67f89abffc
|
add mod_status
|
2008-11-03 15:19:23 +01:00 |
Thomas Porzelt
|
0a63fc8058
|
add client addr string and traffic stats for connections and workers
|
2008-11-03 15:18:46 +01:00 |