I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Dec 08, 2022 — Dec 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed race condition when cleaning a cache object from multiple thread. More... over 19 years ago
Fixed race condition when cleaning a cache object from multiple thread. More... over 19 years ago
Fix worker retries and limit default retry timeout to 10 minutes.
Mladen Turk
as mturk
More... over 19 years ago
Fix worker retries and limit default retry timeout to 10 minutes. Thanks to Christian von Roques for spotting that. More... over 19 years ago
Worker shared data has to be visible across all child processes, so remove creating that data on per-child basis. Thanks to Christian von Roques for the patch. More... over 19 years ago
Worker shared data has to be visible across all child processes,
Mladen Turk
as mturk
More... over 19 years ago
Worker shared data has to be visible across all child processes, so remove creating that data on per-child basis. More... over 19 years ago
Worker shared data has to be visible across all child processes,
Mladen Turk
as mturk
More... over 19 years ago
Register output function so that core can retrieve it and set scoreboard accordingly More... over 19 years ago
Register output function so that core can retrieve it and set
Mladen Turk
as mturk
More... over 19 years ago
* server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows.
Joe Orton
as jorton
More... over 19 years ago
* server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows. More... over 19 years ago
* modules/proxy/proxy_http.c (proxy_http_handler, proxy_http_canon):
Joe Orton
as jorton
More... over 19 years ago
* modules/proxy/proxy_http.c (proxy_http_handler, proxy_http_canon): Drop ap_ prefix, declarations and make static. More... over 19 years ago
* modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variable
Joe Orton
as jorton
More... over 19 years ago
* modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variable which is only used in the #if 0'ed code in this function. More... over 19 years ago
* modules/proxy/proxy_ajp.c (proxy_ajp_handler, proxy_ajp_canon): Drop
Joe Orton
as jorton
More... over 19 years ago
* modules/proxy/proxy_ajp.c (proxy_ajp_handler, proxy_ajp_canon): Drop ap_ prefix, declarations and make static. More... over 19 years ago
* server/protocol.c (ap_rgetline_core): Fix off-by-one. More... over 19 years ago
* server/protocol.c (ap_rgetline_core): Fix off-by-one.
Joe Orton
as jorton
More... over 19 years ago
Fix typo in previous commit. More... over 19 years ago
Fix typo in previous commit.
Joe Orton
as jorton
More... over 19 years ago
* server/core.c (default_handler): Fix the test for whether to split a
Joe Orton
as jorton
More... over 19 years ago
* server/core.c (default_handler): Fix the test for whether to split a file into several buckets: it is needed regardless of whether sendfile is enabled, and APR_HAS_LARGE_FILES is not sufficient to determine whether sizeof(apr_off_t) is greater than sizeof(apr_off_t). More... over 19 years ago
Fix typo -- uri is constructed when there is no proxy in chain. More... over 19 years ago
Fix typo -- uri is constructed when there is no proxy in chain.
Mladen Turk
as mturk
More... over 19 years ago
No need to allocate hostname on each request for persistent connections. More... over 19 years ago
No need to allocate hostname on each request for
Mladen Turk
as mturk
More... over 19 years ago
Always use prive connection pool for allocation, and call apr_pool_clear when the connection is closed on recycle, so that we don't leak on persistent connections. More... over 19 years ago
Always use prive connection pool for allocation, and call
Mladen Turk
as mturk
More... over 19 years ago