Thomas Porzelt
|
a888c34dbb
|
add encoding functions
|
14 years ago |
Thomas Porzelt
|
d5ec193b04
|
exclude . and .. entries from stat cache dirlisting
|
14 years ago |
Thomas Porzelt
|
047bb1f0bd
|
small stat_cache fix
|
14 years ago |
Thomas Porzelt
|
4d2cf580df
|
add stat_cach_get_dir() to get directory listing; add stat_cache.ttl setup
|
14 years ago |
Thomas Porzelt
|
004dfc1bf6
|
add spaces in waitqueue.h for readability
|
14 years ago |
Thomas Porzelt
|
9a23f4465d
|
add dirent_buf_size() to utils
|
14 years ago |
Thomas Porzelt
|
67f35118ff
|
add check for dirfd, pathconf and fpathconf to wscript
|
14 years ago |
Thomas Porzelt
|
741332ccf6
|
fix underflow in usage of cqlimit_update()
|
14 years ago |
Thomas Porzelt
|
5ca2b5e1d4
|
rename limit.* actions to buffer.*
|
14 years ago |
Stefan Bühler
|
d8d8c8ea1b
|
Disable cqlimit debug, fixed some more bugs with cqlimit.
|
14 years ago |
Stefan Bühler
|
98a36e970a
|
Change mod_fastcgi to not wait for complete packets (enables limits < 64kbyte); fix some limit handling.
|
14 years ago |
Stefan Bühler
|
767ad93e83
|
[cmake] add stat_cache.c
|
14 years ago |
Stefan Bühler
|
72b911767e
|
Fix rev 345: l_g_string_assign_len
|
14 years ago |
Stefan Bühler
|
2f9e612c99
|
Use chunkqueue-limit (setup in plugin_core)
|
14 years ago |
Stefan Bühler
|
6ebc331215
|
Implement l_g_string_assign_len()
|
14 years ago |
Stefan Bühler
|
39ecfa89e5
|
Add chunkqueue-limit framework
|
14 years ago |
Thomas Porzelt
|
efab0ca75d
|
implement stat cache
|
14 years ago |
Stefan Bühler
|
78bb13b61c
|
Fix action_reset (backend_failed)
|
14 years ago |
Stefan Bühler
|
b033f0c194
|
Extended sockaddr_to_string for use in connect-failed error message in mod_fastcgi
|
14 years ago |
Stefan Bühler
|
050d0d60d6
|
Fix cast warning (char* -> unsigned char*) in mod_fastcgi
|
14 years ago |
Stefan Bühler
|
c584da22db
|
Handle environment vars in mod_fastcgi
|
14 years ago |
Stefan Bühler
|
95fee3059b
|
Add handling for environment vars in backends
|
14 years ago |
Thomas Porzelt
|
1ebe6dc37d
|
fix small mistake in mod_vhost.c example config comment
|
14 years ago |
Thomas Porzelt
|
cb4741c56d
|
fix little typo in mod_fastcgi.c comment
|
14 years ago |
Thomas Porzelt
|
9b785c567a
|
add vhost.pattern (1.x evhost like functionality) to mod_vhost
|
14 years ago |
Stefan Bühler
|
5c797977c6
|
Add stderr log support in mod_fastcgi (split lines from backend in log.c)
|
14 years ago |
Thomas Porzelt
|
159a03f19b
|
fix typo in mod_vhost
|
14 years ago |
Thomas Porzelt
|
79d9c63087
|
redirect requests for directories without trailing slash to uri with trailing slash
|
14 years ago |
Thomas Porzelt
|
d24e602713
|
increase default io timeout from 30s to 300s
|
14 years ago |
Stefan Bühler
|
0eef3d7ee8
|
Use nonblocking sockets
|
14 years ago |
Stefan Bühler
|
d29565a211
|
Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later.
|
14 years ago |
Thomas Porzelt
|
bc92b6fdcc
|
add vhost.map action to mod_vhost
|
14 years ago |
Stefan Bühler
|
c7c1c5cb0e
|
[cmake] Add mod_vhost
|
14 years ago |
Stefan Bühler
|
2708d6deaa
|
Fix handling request content and 100-continue
|
14 years ago |
Stefan Bühler
|
a91d5e96b9
|
Allow more characters in url
|
14 years ago |
Thomas Porzelt
|
13f749aa74
|
along comes mod_vhost
|
14 years ago |
Thomas Porzelt
|
f0c66a793c
|
revert previous commit. it was stupid.
|
14 years ago |
Thomas Porzelt
|
9186488bbf
|
fix docroot action (don't set physical.path)
|
14 years ago |
Thomas Porzelt
|
1cb3075ed6
|
fix bogus action context cleanup in mod_status
|
14 years ago |
Stefan Bühler
|
f983caccde
|
Fix reading of lua tables
|
14 years ago |
Stefan Bühler
|
3477543277
|
Fix fastcgi packet reading
|
14 years ago |
Stefan Bühler
|
428b4b524f
|
Fix unix socket path
|
14 years ago |
Stefan Bühler
|
1e115c522d
|
Add unix sockets
|
14 years ago |
Stefan Bühler
|
4a8ce0a63f
|
Redo boolean conditionals (physical.*) as real actions.
|
14 years ago |
Stefan Bühler
|
587ee27cd0
|
Added response parser and used it in mod_fastcgi
|
14 years ago |
Stefan Bühler
|
99f14078ec
|
Add reminder for chunked handling/content-length header.
|
14 years ago |
Stefan Bühler
|
4a5aa5361e
|
Added/fixed chunked encoded transfer
|
14 years ago |
Thomas Porzelt
|
70a495de6f
|
fix ev_tstamp vs. time_t problems in worker_current_timestamp()
|
14 years ago |
Stefan Bühler
|
00869413ee
|
Fix sending endless "FCGI_STDIN" closed events
|
14 years ago |
Stefan Bühler
|
31acd354a7
|
[cmake] Add mod_accesslog
|
14 years ago |