summaryrefslogtreecommitdiffstats
path: root/Makefile.win (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-08sync with 2.2.x branchJeff Trawick1-4/+4
2006-12-08sync with 2.2.x/CHANGESJeff Trawick1-4/+4
2006-12-08remove mod_headers edit feature from new_features_2_4.xmlChris Darroch9-62/+91
2006-12-07As per http://issues.apache.org/bugzilla/show_bug.cgi?id=40640, removeRich Bowen2-2/+0
2006-12-07* Do not replace a Date header set by a proxied backend server.Ruediger Pluem2-6/+24
2006-12-07* Add the missing include of http_request.h and thus fix a compiler warning.Ruediger Pluem1-0/+1
2006-12-07* Remove an unused variable and thus fix a compiler warning.Ruediger Pluem1-2/+1
2006-12-07Revert a regression introduced in the recent overhauls of mod_isapi.William A. Rowe Jr1-1/+11
2006-12-07Mirror r483555, for GUI environment. Reason for the duplication is to makeWilliam A. Rowe Jr1-6/+6
2006-12-07Similar change to r483553 to help developers work in parallel on win32, installWilliam A. Rowe Jr2-3/+3
2006-12-03* Ensure that at least scheme://hostname[:port] matches between worker and URLRuediger Pluem2-1/+11
2006-12-03* Remove expired content from cache that cannot be revalidated.Ruediger Pluem2-0/+17
2006-12-02Stash DBD connections in request_config of initial requestChris Darroch2-2/+28
2006-11-28Protect against any sort of non-block read thatJim Jagielski1-2/+4
2006-11-28Apply patch for PR 41056 (19954) to fix chunkJim Jagielski1-7/+25
2006-11-28 Attempt to clarify Order's effect.Chris Pepper1-48/+95
2006-11-28ifdef out suexec for the platforms that don't support itBradley Nicholes1-0/+7
2006-11-27 Typo.Chris Pepper1-1/+1
2006-11-27* Move the error log slug higher in the trace function, so it gets Sander Temme1-18/+22
2006-11-27* Further clarify hook callback return conventionSander Temme1-117/+154
2006-11-25* Make EXAMPLE_LOG_EACH compiler directive settable on command line Sander Temme1-58/+143
2006-11-24* Start re-organizing the function declarations to put related items togetherSander Temme1-185/+191
2006-11-22* modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill): Remove subpool; itJoe Orton1-4/+2
2006-11-22* support/rotatelogs.c (main): Produce useful error message for open()Joe Orton1-9/+16
2006-11-22* docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/Joe Orton2-6/+6
2006-11-19update convmapAndré Malo1-0/+2
2006-11-19update transformationAndré Malo32-775/+894
2006-11-18* CVE-2006-3747 was the main reason to release 2.2.3. So place the changelogRuediger Pluem1-9/+9
2006-11-18* Use the query string stored in r->parsed_uri.query instead of r->argsRuediger Pluem3-2/+5
2006-11-18Housekeeping: keep track of size even in the edge-case where validationNick Kew1-0/+1
2006-11-16* Fix some comments. No functional change.Ruediger Pluem1-3/+5
2006-11-16* Also log the presence of garbage data at the end of the stream if allRuediger Pluem1-0/+4
2006-11-16* Actually append new data to the validation buffer and do not overwrite oldRuediger Pluem1-10/+14
2006-11-16TimeOut can be set in a vhost contextJeff Trawick1-1/+1
2006-11-15* Ensure that we do not perform our final operations twice if a second EOSRuediger Pluem1-0/+6
2006-11-15* Ensure that we do not try to inflate validation data or garbage data. NoneRuediger Pluem1-0/+8
2006-11-15Document the hoops you need to jump through to get mod_authnz_ldap toGraham Leggett1-1/+39
2006-11-14Remove the "virtual host" context for the AuthnProviderAlias directive in the...Bradley Nicholes1-1/+1
2006-11-10Add alternate is_socket_connected by using APR functions.Mladen Turk1-1/+46
2006-11-10Remove alternate is_socket_connected detection.Mladen Turk1-59/+0
2006-11-09Minor niggles that have been sitting around for a whileNoirin Plunkett4-2/+26
2006-11-09forgot minor bumpJim Jagielski1-1/+1
2006-11-08Better detection and clean up of ldap connection that have beenBradley Nicholes1-106/+119
2006-11-07Note 2 backported ports applied to 2.2.4-devJim Jagielski1-9/+9
2006-11-07Note 2 backports applied to 2.2.4-devJim Jagielski1-7/+7
2006-11-02Fix broken compile for platforms with sendfile() -- As Graham says: Looks lik...Martin Kraemer1-0/+4
2006-11-01* Assign rv in the if statement to return the correct error code andRuediger Pluem2-1/+7
2006-11-01* Increase the minimum and default value for MCacheMinObjectSize from 0 to 1,Ruediger Pluem3-4/+12
2006-10-29When Servlet container sends AJP body message with size 0, this means that Se...Mladen Turk1-12/+21
2006-10-29Add a usage example to mod_proxy_balancer.Rich Bowen2-0/+33