Stefan Bühler
|
1ed36c93b9
|
Handle write errors (fixes ab keep-alive problems)
|
15 years ago |
Stefan Bühler
|
76dcab54fc
|
Capture SIGINT, SIGTERM and SIGPIPE.
|
15 years ago |
Stefan Bühler
|
3b4e8f6f8d
|
Add some request header checks.
|
15 years ago |
Stefan Bühler
|
52c5b05713
|
Added some http header helpers
|
15 years ago |
Stefan Bühler
|
3041e2429d
|
Fix writing (unititialized var)
|
15 years ago |
Stefan Bühler
|
9760d73a24
|
Fix chunks to not accept empty chunks (and to remove them in cq_skip)
|
15 years ago |
Stefan Bühler
|
e216fc5168
|
handle requests now :) - still many TODOs for error handling/keep alive/validating headers
|
15 years ago |
Stefan Bühler
|
e6463f776b
|
Enable static build.
|
15 years ago |
Stefan Bühler
|
2fbc7b1408
|
Basic connection state machine
|
15 years ago |
Thomas Porzelt
|
24d1f61c87
|
reverted changes from r70 in server.c; enhanced config parser
|
15 years ago |
Thomas Porzelt
|
708b5fc223
|
small fixes; call_setup() now looks in the right hashtable
|
15 years ago |
Thomas Porzelt
|
c2e6044315
|
con_get() now increases array size in steps of 10
|
15 years ago |
Thomas Porzelt
|
1844a53dd3
|
merged from lp
|
15 years ago |
Thomas Porzelt
|
a603d799f6
|
config parser changes; removed srv->mutex
|
15 years ago |
Stefan Bühler
|
0a514f657e
|
server/connection/request functions
|
15 years ago |
Stefan Bühler
|
0ab75876dc
|
Merge
|
15 years ago |
Stefan Bühler
|
d1c1a1b06f
|
Continue request parser
|
15 years ago |
Thomas Porzelt
|
4ae1c04b55
|
merged from lp
|
15 years ago |
Thomas Porzelt
|
c190daa908
|
merged from lp and enhanced config parser
|
15 years ago |
Stefan Bühler
|
d45b540603
|
Rename action_setting stuff
|
15 years ago |
Thomas Porzelt
|
5e700e79e1
|
small config parser and log changes
|
15 years ago |
Stefan Bühler
|
f86bf3631d
|
Remove action_list struct
|
15 years ago |
Thomas Porzelt
|
a9cbec1046
|
config parser rewritten
|
15 years ago |
Thomas Porzelt
|
b3767c0190
|
merged from lp
|
15 years ago |
Thomas Porzelt
|
28f733a2c5
|
small config parser changes
|
15 years ago |
Stefan Bühler
|
ff9b6c4461
|
Implement ip matching for conditions.
|
15 years ago |
Thomas Porzelt
|
550b4e4858
|
merge from lp
|
15 years ago |
Thomas Porzelt
|
4425a0dcd1
|
merge from lp
|
15 years ago |
Stefan Bühler
|
fcf8e455ab
|
Optional lua frontend.
|
15 years ago |
Thomas Porzelt
|
8b84f0fa6c
|
merge from lp
|
15 years ago |
Stefan Bühler
|
aff9544b95
|
Parsers for ipv4/ipv6 für conditions
|
15 years ago |
Thomas Porzelt
|
1d624ff022
|
merge from lp
|
15 years ago |
Thomas Porzelt
|
1e9694e4f8
|
merge from lp
|
15 years ago |
Stefan Bühler
|
c342be6424
|
New condition structure, some code for lua condition support
|
15 years ago |
Stefan Bühler
|
0ec2404647
|
Fix typo in index.
|
15 years ago |
Thomas Porzelt
|
5d2f95cce3
|
merged from lp
|
15 years ago |
Stefan Bühler
|
2f7359b14c
|
changed some apis, implemented some todos, added support for lua actions/conditions.
|
15 years ago |
Stefan Bühler
|
2537bb9d82
|
Add call_setup function
|
15 years ago |
Thomas Porzelt
|
191343333e
|
merge from lp
|
15 years ago |
Stefan Bühler
|
6bbfe1e43e
|
Added actions and setups to plugin_core.c
|
15 years ago |
Thomas Porzelt
|
aca2f46bf6
|
config parser changes
|
15 years ago |
Stefan Bühler
|
6ee405f3cb
|
Added a "proof of concept" core plugin.
|
15 years ago |
Stefan Bühler
|
57701f997d
|
Added "actions" and "setups" to the plugin api
|
15 years ago |
Stefan Bühler
|
54ac4151cf
|
Remove include "ev.h" (gets included in settings.h)
|
15 years ago |
Stefan Bühler
|
e44aea16ba
|
Implement plugin registration
|
15 years ago |
Thomas Porzelt
|
d10756d047
|
added ifdefs to connection.h and server.h; documented mutexes
|
15 years ago |
Thomas Porzelt
|
9858f4ee66
|
exit on log with level LOG_LEVEL_ERROR
|
15 years ago |
Thomas Porzelt
|
5045a5ee04
|
made log refcounting, srv->exiting and srv->rotate_logs atomic operations; moved server and connection structs from base.h into server.h and connection.h respectively
|
15 years ago |
Thomas Porzelt
|
e80f384fac
|
splitted log_thread_start() out of log_init() do enable delay of actual writing
|
15 years ago |
Thomas Porzelt
|
a37ec08db5
|
logging changes
|
15 years ago |