summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update transformationsStefan Fritsch2009-10-196-21/+20
* Change the default algorithm for htpasswd to MD5 on all platforms. CryptStefan Fritsch2009-10-193-21/+17
* * Reduce memory consumption when processing very long lines by at leastRuediger Pluem2009-10-192-0/+9
* Use the new ap_update_child_status_from_conn() to put the client IP into theStefan Fritsch2009-10-182-2/+4
* Actually use the whole buffer for reading.Stefan Fritsch2009-10-181-1/+1
* update transformationAndré Malo2009-10-184-1/+6
* fix context list tokensAndré Malo2009-10-181-3/+3
* Fix some more overflows spotted by Ruediger PluemStefan Fritsch2009-10-181-3/+3
* svn:eol-style = nativeAndré Malo2009-10-180-0/+0
* detabStefan Fritsch2009-10-181-2/+2
* htdigest: Fix possible overflow in command line processing. htdigest is notStefan Fritsch2009-10-181-2/+4
* ab: Fix segfault in case the argument for -n is a very large number.Stefan Fritsch2009-10-182-0/+10
* Update.Lucien Gentis2009-10-171-4/+5
* New .fr translation for mod_cache trunk docVincent Deffontaines2009-10-179-4/+1753
* update transformationNilgun Belma Buguner2009-10-1763-791/+919
* update for sync with English docs.Nilgun Belma Buguner2009-10-172-4/+6
* fix validation errorNilgun Belma Buguner2009-10-171-1/+1
* commented out non-existing directory.Guenter Knauf2009-10-171-1/+1
* A handful of new french translations for trunk docs.Vincent Deffontaines2009-10-1783-53/+6194
* mention that "Header onsuccess" is the default and reword the descriptionEric Covener2009-10-162-12/+14
* Adds the frequently-requested example of relaxing authentication for aRich Bowen2009-10-162-0/+40
* * Update transformationRuediger Pluem2009-10-1412-37/+47
* Rename ReqTimeout into RequestTimeout, to be more in line with otherStefan Fritsch2009-10-142-10/+13
* Note gcc42 and Darwin 10 issuesJim Jagielski2009-10-131-0/+6
* * With SSLProxyCheckPeerCN and SSLProxyCheckPeerExpire available and turnedRuediger Pluem2009-10-131-12/+0
* Add example of load balancing with stickyness using mod_headers.Stefan Fritsch2009-10-111-1/+17
* Allow ProxyPreserveHost to work in <Proxy> sectionsStefan Fritsch2009-10-116-15/+23
* Updates.Lucien Gentis2009-10-102-9/+14
* Stop unexpected error logs in each requests.Takashi Sato2009-10-101-2/+4
* configure: Fix THREADED_MPMS so that mod_cgid isTakashi Sato2009-10-102-1/+4
* Added french translation for mod_proxy documentation.Vincent Deffontaines2009-10-095-0/+3384
* mod_dav: Provide a mechanism to obtain the request_rec and pathnameGraham Leggett2009-10-093-0/+20
* bump pending versionTakashi Sato2009-10-091-1/+1
* Add PR number for r823613.Takashi Sato2009-10-091-1/+1
* Build: Use install instead of cp if available onTakashi Sato2009-10-092-1/+5
* Update doc to match change to mod_cache to include s-maxage inDaniel Earl Poirier2009-10-091-3/+6
* mod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616.Daniel Earl Poirier2009-10-092-4/+11
* mod_logio: introduce new optional function ap_logio_get_last_bytes to getStefan Fritsch2009-10-085-5/+42
* When pick was zero no worker where choosen.Jean-Frederic Clere2009-10-081-1/+1
* remove CHANGES entryStefan Fritsch2009-10-071-5/+0
* Update comments in util_filter.h about bucket and brigade ownership to reflectStefan Fritsch2009-10-072-7/+21
* add note about ssl renegotiationStefan Fritsch2009-10-071-1/+2
* Oops the slotmem uses apr_time_now. Can't use stat on shared memory :-)Jean-Frederic Clere2009-10-071-7/+18
* update transformationsStefan Fritsch2009-10-0613-158/+335
* Add some docs for mod_reqtimeout.Stefan Fritsch2009-10-063-0/+154
* Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is tooStefan Fritsch2009-10-064-11/+65
* mod_rewrite: Make sure that a hostname:port isn't fully qualified ifGraham Leggett2009-10-052-1/+7
* Update transformations.Graham Leggett2009-10-054-5/+17
* mod_cache: Teach CacheEnable and CacheDisable to work from within aGraham Leggett2009-10-053-6/+58
* No need to constantly compute these; do so once at configJim Jagielski2009-10-051-13/+31