summaryrefslogtreecommitdiffstats
path: root/httpd.dsp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-11Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr1-0/+12
2007-01-11Add openssl.cnf since openssl will not run without one (explicitlyWilliam A. Rowe Jr1-10/+15
2007-01-10* configure.in: Substitute MOD_SO_ENABLED variable.Joe Orton3-19/+7
2007-01-10Oh my - how stale :)William A. Rowe Jr1-1/+1
2007-01-09Fix bogus lineends.William A. Rowe Jr1-99/+99
2007-01-09A slightly more effective message, keep hammering AcceptEx so there is no con...William A. Rowe Jr1-5/+10
2007-01-09Someone clearly never read the style guide :-/ Reformatting only.William A. Rowe Jr1-77/+118
2007-01-06 Update CHANGES, add attributions for assistanceWilliam A. Rowe Jr1-4/+9
2007-01-04* configure.in: Bump autoconf version requirement (matching APR).Joe Orton1-1/+1
2007-01-04Fix several strict compiler warnings for both the threadedChris Darroch1-8/+12
2007-01-04Get rid of the global trace_add in favor of specific trace functions tailored...Sander Temme1-135/+105
2007-01-04 Correctly evaluate the HTTPS condition string.William A. Rowe Jr1-1/+1
2007-01-03 Where any response is sent, return OK from the handler. Where thereWilliam A. Rowe Jr1-16/+48
2007-01-02Create pmain pool and run modules' child_init hooks when enteringChris Darroch2-0/+19
2007-01-02Destroy pmain pool when exiting ap_mpm_run() so that cleanupsChris Darroch2-0/+14
2007-01-02Handle error conditions in dbd_construct() properly. SimplifyChris Darroch2-113/+118
2007-01-02Rename functions and variables for consistency, and move some functionsChris Darroch1-233/+310
2006-12-31Change the default depth and length of directories for mod_disk_cache to a de...Paul Querna1-1/+1
2006-12-30* If APR_FINFO_NAME is added to the list of wanted information, apr_statRuediger Pluem1-1/+8
2006-12-30Ongoing crusade to separate callback tracing into single-processSander Temme1-13/+58
2006-12-29Improve the error message, include the full path of the file we are actually ...Paul Querna1-1/+2
2006-12-25PR#36609 - permit % as the last character of a Header valueNick Kew1-2/+2
2006-12-25PR#35314: Enable path components in RedirectNick Kew1-1/+4
2006-12-24Follow Garrett's example and provide a crypto notice in the README,Roy T. Fielding1-0/+50
2006-12-24Compile mod_authn_core on Win32. (The authz-dev branch forgot to add this.)Justin Erenkrantz3-0/+128
2006-12-24* mappers/mod_rewrite.dsp: Add ../database to include path so mod_dbd.h canJustin Erenkrantz1-2/+2
2006-12-24Fix comment to allow modules using the new authz scheme to work on Win32.Justin Erenkrantz1-2/+4
2006-12-24remove a bit of useless code from worker and event MPMsJeff Trawick2-4/+0
2006-12-24sync with 2.2.x branchJeff Trawick1-4/+4
2006-12-24sync translation.Hiroaki Kawai1-82/+336
2006-12-20Sync with 2.2.4Jim Jagielski1-3/+3
2006-12-19* Sync with 2.2.x CHANGESRuediger Pluem1-5/+5
2006-12-19Add request-specific trace method that does not use global variables andSander Temme1-103/+95
2006-12-16PR#40950: add security note to docs (submitted Thijs Kinkhorst)Nick Kew2-0/+8
2006-12-16PR#37680: fix socket block/nonblock on restart/gracefulNick Kew2-10/+15
2006-12-13Sync with 2.2.4Jim Jagielski1-3/+3
2006-12-13Sync with 2.2.4 changesJim Jagielski2-4/+4
2006-12-13add previously-omitted CHANGES entry for a fix merged into 2.2.xJeff Trawick1-0/+3
2006-12-13PR#39420Nick Kew1-1/+1
2006-12-13APR_HAVE/AP_HAVE are ALWAYS defined, not always 1.William A. Rowe Jr1-1/+1
2006-12-12* Handle request bodies larger than 2 GB by converting the Content-LengthRuediger Pluem2-1/+8
2006-12-11increase size of error string buffer passed to apr_strerror();Jeff Trawick1-1/+1
2006-12-11Stop mod_dbd emitting bogus error messages when it's loadedNick Kew1-0/+21
2006-12-09format change. no functional change.Jim Jagielski1-1/+1
2006-12-09Sync with 2.2.4-dev. Add entry since it's a PR fix.Jim Jagielski1-0/+4
2006-12-09Isolate the unlock return vals Jim Jagielski2-4/+6
2006-12-08Fix compile warning:Jim Jagielski1-1/+3
2006-12-08Failure to unlock is very nasty, so log it to helpJim Jagielski3-6/+27
2006-12-08We are doing nothing here... but keep the stubsJim Jagielski1-6/+3
2006-12-08Log when the lock fails.Jim Jagielski1-3/+8