Thomas Porzelt
|
3d058707b1
|
add mod_accesslog
|
15 years ago |
Thomas Porzelt
|
d2cadb3b1e
|
add option server.name
|
15 years ago |
Thomas Porzelt
|
85a3a4d091
|
added "if" to condition syntax (if req.path == "/foo" {})
added boolean conditions without operator or rvalue (if phys.is_dir {}, rvalue is always true)
added negated boolean conditions (if !phys.is_dir {}, rvalue is always false)
added physical.is_dir and .is_file conditionals
|
15 years ago |
Thomas Porzelt
|
01068d7f1d
|
make docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional
|
15 years ago |
Thomas Porzelt
|
2489fbfbfe
|
fix small typo in config_parser.rl that prevented usaged of physical.* conditionals
|
15 years ago |
Stefan Bühler
|
d9ddd4fd3d
|
Remove out-of-fd-handling.
|
15 years ago |
Stefan Bühler
|
5feea39ae6
|
Remove '-Wmissing-prototypes' from extra warnings list
- we still have '-Wmissing-declarations', which allows
void func() instead of void func(void).
|
15 years ago |
Stefan Bühler
|
54fd1b08e4
|
Cleanup some state machine handling
|
15 years ago |
Thomas Porzelt
|
825b809b06
|
fix compile flags for modules in wscript
|
15 years ago |
Thomas Porzelt
|
bf549bbe0d
|
add check for sizeof(off_t) to MODULE_VERSION_CHECK()
|
15 years ago |
Thomas Porzelt
|
55dd7e3060
|
add environment.c, mod_fastcgi and --extra-warnings to wscript
|
15 years ago |
Stefan Bühler
|
c458377d4a
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
15 years ago |
Stefan Bühler
|
c56ade056f
|
Add vrequest "environment" (a GString -> GString hashtable)
|
15 years ago |
Stefan Bühler
|
d30e1b018a
|
Added some backend/balancer helper, fixed backend-error handling.
|
15 years ago |
Thomas Porzelt
|
0d56b1b7b4
|
add mod_balancer to wscript
|
15 years ago |
Stefan Bühler
|
6636919623
|
Completed core balancer support, added a simple test balancer.
|
15 years ago |
Thomas Porzelt
|
fa25947b7e
|
allow anonymous blocks in config parser prefixed by $ (for now)
|
15 years ago |
Thomas Porzelt
|
66f7e669dd
|
add log level "backend"
|
15 years ago |
Stefan Bühler
|
025f0b5f84
|
Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs
|
15 years ago |
Stefan Bühler
|
20c3d8c109
|
Remove unused struct members
|
15 years ago |
Stefan Bühler
|
20dfff0663
|
Cleanup log macros (moved from con to vrequest)
|
15 years ago |
Stefan Bühler
|
c24704dad5
|
Move options from connection to vrequest
|
15 years ago |
Thomas Porzelt
|
e344591265
|
unify level info placement in log makros
|
15 years ago |
Thomas Porzelt
|
5f9d9c12a3
|
remove old, now invalid free in core_list()
|
15 years ago |
Thomas Porzelt
|
52d5978d64
|
export module_lookup()
|
15 years ago |
Thomas Porzelt
|
23a246a788
|
add angel.c and angel_fake.c to wscript
|
15 years ago |
Stefan Bühler
|
eae5ca994e
|
Enforce IPV6_V6ONLY for ipv6 sockets
|
15 years ago |
Stefan Bühler
|
e8e60b3a04
|
Add clean ipv6+port parsing for listen()
|
15 years ago |
Stefan Bühler
|
bb59776ea3
|
Handle errno in angel_fake_log
|
15 years ago |
Stefan Bühler
|
324224fe2e
|
Implemented two angel "fake" functions
|
15 years ago |
Stefan Bühler
|
9d2b053659
|
[lua config] Add support for "." separated actions/setups
|
15 years ago |
Stefan Bühler
|
2e830e5517
|
[cmake] Add support for plugins
|
15 years ago |
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
|
b0def14e1f
|
remove wrong ! from sendfile macro for linux
|
15 years ago |
Thomas Porzelt
|
172ddd69ee
|
fix wrong define in wscript for writev
|
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 |