summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove an unused function.Sander Striker2005-03-083-13/+0
| | | | | | | | | | | * cache_util.c * mod_cache.imp * mod_cache.h (ap_cache_request_is_conditional): Removed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156471 13f79535-47bb-0310-9956-ffa450edef68
* Add two changes entries based on r156306 and r156330.Justin Erenkrantz2005-03-071-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156404 13f79535-47bb-0310-9956-ffa450edef68
* * modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in notJustin Erenkrantz2005-03-072-1/+7
| | | | | | | | | the stored headers for the Cache-Control check. Pointed out by: Sander Striker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156401 13f79535-47bb-0310-9956-ffa450edef68
* More mod_cache tweakage...Sander Striker2005-03-062-14/+27
| | | | | | | | | | | | | | | | | | | * modules/cache/mod_cache.c (cache_save_filter): Instead of unconditionally returning a 304 when the original request was conditional and we issued a cache revalidating request, handle the request as if it came in while our cache was still valid. * modules/cache/cache_storage.c (cache_select_url): Strip off the conditional headers from the original request, prior to adding our own for the purpose of revalidating our cached response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156330 13f79535-47bb-0310-9956-ffa450edef68
* Tracked down by Justin Erenkrantz.Sander Striker2005-03-061-67/+61
| | | | | | | | | * modules/cache/mod_disk_cache.c (store_headers): Stop second guessing mod_cache and just store the headers in a new file (overwriting the old). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156306 13f79535-47bb-0310-9956-ffa450edef68
* * modules/cache/mod_cache.cSander Striker2005-03-061-2/+6
| | | | | | | | | (cache_url_handler): Tweak a few comments. (cache_save_filter): Add a FIXME for a corner case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156304 13f79535-47bb-0310-9956-ffa450edef68
* really bump MMNJeff Trawick2005-03-051-1/+1
| | | | | | Submitted by: Sander Temme git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156279 13f79535-47bb-0310-9956-ffa450edef68
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-055-8/+34
| | | | | | | | | | | | | | generation in the scoreboard so that mod_status can accurately represent workers in processes which are gracefully terminating. New child processes with worker MPM can take over slots of individual threads within gracefully terminating processes. Sometimes this is a problem (too many of these gracefully terminating processes), so it is helpful to have mod_status provide the information required to recognize these processes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156274 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Init the args to mpm_service_install(). Prevents nasty things like ↵Bill Stoddard2005-03-011-22/+26
| | | | | | segfaults git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155833 13f79535-47bb-0310-9956-ffa450edef68
* If the search fails due to a bad connection, make sure that we unbind the ↵Bradley Nicholes2005-02-281-2/+2
| | | | | | connection so that it will be recreated the next time it is used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155713 13f79535-47bb-0310-9956-ffa450edef68
* * support/htdigest.c (main): Fix permissions of created files.Joe Orton2005-02-281-2/+3
| | | | | | | PR: 33765 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155681 13f79535-47bb-0310-9956-ffa450edef68
* bump pending httpd versionAndré Malo2005-02-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155621 13f79535-47bb-0310-9956-ffa450edef68
* sync with 2.0.x branch.Paul Querna2005-02-261-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155392 13f79535-47bb-0310-9956-ffa450edef68
* svn:eol-style = nativeAndré Malo2005-02-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155363 13f79535-47bb-0310-9956-ffa450edef68
* * modules/dav/main/mod_dav.h: Wrap all public functions inJustin Erenkrantz2005-02-259-124/+158
| | | | | | | | | | | | | | DAV_DECLARE or DAV_DECLARE_NONSTD. * modules/dav/main/liveprop.c, modules/dav/main/props.c, modules/dav/main/util_lock.c, modules/dav/main/mod_dav.c, modules/dav/main/std_liveprop.c, modules/dav/main/util.c: Update function definitions. Submitted by: Branko Čibej <brane xbc.nu> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155345 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-02-2510-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155332 13f79535-47bb-0310-9956-ffa450edef68
* Typo in german word 'Ausdrueke' -> 'Ausdruecke'Martin Kraemer2005-02-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155311 13f79535-47bb-0310-9956-ffa450edef68
* update transformation.Paul Querna2005-02-2517-7/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155310 13f79535-47bb-0310-9956-ffa450edef68
* Adding some initial docs for the Event MPM.Paul Querna2005-02-254-1/+113
| | | | | | | I plan on updating mod/event.xml with more details this weekend. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155309 13f79535-47bb-0310-9956-ffa450edef68
* Metrowerk compiler can't handle commas in the copyright stringBradley Nicholes2005-02-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155276 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2005-02-244-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155229 13f79535-47bb-0310-9956-ffa450edef68
* Update transformation.Joe Orton2005-02-241-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155219 13f79535-47bb-0310-9956-ffa450edef68
* Mention LFS support.Joe Orton2005-02-241-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155217 13f79535-47bb-0310-9956-ffa450edef68
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): FixJoe Orton2005-02-241-0/+3
| | | | | | | | | spurious error at EOF. PR: 33615 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155209 13f79535-47bb-0310-9956-ffa450edef68
* * build/NWGNUtail.inc: Update license.Justin Erenkrantz2005-02-241-1/+1
| | | | | | | Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155106 13f79535-47bb-0310-9956-ffa450edef68
* Note 2.1.3 released as alpha.Justin Erenkrantz2005-02-231-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154978 13f79535-47bb-0310-9956-ffa450edef68
* Onward ho to 2.1.4.Justin Erenkrantz2005-02-232-3/+5
| | | | | | | | * CHANGES: Bump. * include/ap_release.h: Bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154973 13f79535-47bb-0310-9956-ffa450edef68
* * include/ap_release.h: Time for 2.1.3.Justin Erenkrantz2005-02-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154971 13f79535-47bb-0310-9956-ffa450edef68
* Reverting a localization I had attempted to fix back on Saturday.William A. Rowe Jr2005-02-221-1/+1
| | | | | | | Must have closed the svn commit shell a bit to quickly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154911 13f79535-47bb-0310-9956-ffa450edef68
* Update Brazilian Portuguese translationAndré Malo2005-02-204-26/+26
| | | | | | | | | | | * manual/new_features_2_0.xml.pt-br, manual/upgrading.xml.pt-br: fix typos etc. * update transformation Submitted by: Eduardo Tompson Pereira <duaspila ig.com.br> Reviewed by: Luiz Rocha git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154505 13f79535-47bb-0310-9956-ffa450edef68
* replying to why "the edge connection filter cannot be removed" is a Stas Bekman2005-02-191-0/+3
| | | | | | | showstopper git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154394 13f79535-47bb-0310-9956-ffa450edef68
* pcre.lib is bound into libhttpd.dll - we no longer need to redistributeWilliam A. Rowe Jr2005-02-181-7/+1
| | | | | | | | yet another third party lib, while we now have an ap_reg* API exported and supported by httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154340 13f79535-47bb-0310-9956-ffa450edef68
* 80 col style fix, no code harmed.William A. Rowe Jr2005-02-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154329 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_echo - not built by default, but this drops the warning thatWilliam A. Rowe Jr2005-02-181-0/+1
| | | | | | | the module isn't declared in BaseAddr.ref. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154328 13f79535-47bb-0310-9956-ffa450edef68
* Win32: output some useful debug messages when installing the serviceBill Stoddard2005-02-181-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154322 13f79535-47bb-0310-9956-ffa450edef68
* fix compile break with recent rename of real_exit_code to ap_real_exit_codeBill Stoddard2005-02-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154320 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Move call of mpm_service_install to rewrite_args hook but continue ↵Bill Stoddard2005-02-181-7/+32
| | | | | | thru post_config to check httpd.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154319 13f79535-47bb-0310-9956-ffa450edef68
* Fix some symbols which should -not- be exported, and decorate real_exit_codeWilliam A. Rowe Jr2005-02-188-18/+24
| | | | | | | | with ap_ (this symbol must be exported.) If the others were desired to be public, they should have been ap_xxx decorated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154216 13f79535-47bb-0310-9956-ffa450edef68
* Belated CHANGES, must have conflicted last time I tried to commit.William A. Rowe Jr2005-02-171-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154213 13f79535-47bb-0310-9956-ffa450edef68
* Get httpd-2.1 building once again on win32.William A. Rowe Jr2005-02-176-76/+63
| | | | | | | | | | | | | | | | NEVER NEVER screw around with redeclaring AP_ macros and constants. If the compiler won't pick them up, e.g., AP_DECLARE, ya've done something wrong from the start. All httpd/ap headers depend on httpd.h - plain and simple, so this un-convolutes the unusual order here. STATIC has become PCRE_STATIC, along with some other odd definitions. The only remaining emit is that _pcre_free export is imported, which implies something is unusual with the declaration. Still researching. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154207 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused variable.Paul Querna2005-02-171-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154202 13f79535-47bb-0310-9956-ffa450edef68
* *) include/httpd.h: Add a brigade for temporary uses in the core input ↵Paul Querna2005-02-173-4/+31
| | | | | | | | | | | filter context. *) server/core_filters.c: Do not use brigade_split, since it allocates a new brigade. Instead move buckets to our tmpbb, and reuse the tmpbb for every call. PR: 33382 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154200 13f79535-47bb-0310-9956-ffa450edef68
* Fix a syntax error when DEBUGGING is defined.Paul Querna2005-02-171-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154199 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAstrid Malo2005-02-175-25/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154191 13f79535-47bb-0310-9956-ffa450edef68
* update German translationAstrid Malo2005-02-171-19/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154186 13f79535-47bb-0310-9956-ffa450edef68
* typoAstrid Malo2005-02-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154184 13f79535-47bb-0310-9956-ffa450edef68
* restore google-ability of an ancient message of great importanceJeff Trawick2005-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154044 13f79535-47bb-0310-9956-ffa450edef68
* * modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.Joe Orton2005-02-154-0/+71
| | | | | | | | | | | | * modules/ssl/ssl_engine_vars.c (ssl_ext_lookup): New function. (ssl_var_register): Register optional function. * modules/ssl/ssl_private.h (ssl_ext_lookup): Add prototype. Submitted by: David Reid, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153933 13f79535-47bb-0310-9956-ffa450edef68
* Fix 'Anonymous *', which denied accessAndré Malo2005-02-141-1/+1
| | | | | | | | * modules/aaa/mod_authn_anon.c (check_anonymous): don't return AUTH_USER_NOT_FOUND if conf->anyuserid is configured. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153815 13f79535-47bb-0310-9956-ffa450edef68
* One more NetWare tweak for the PCRE shakeupBradley Nicholes2005-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153809 13f79535-47bb-0310-9956-ffa450edef68