summaryrefslogtreecommitdiffstats
path: root/support (unfollow)
Commit message (Expand)AuthorFilesLines
2001-08-16 The two more Remove flavors needed testing, as well. While I'm at it,William A. Rowe Jr1-3/+9
2001-08-16check for timeout on socket read when we check for ECONNRESET and eofJeff Trawick2-1/+5
2001-08-16 Spell it right, per Mr. CoarWilliam A. Rowe Jr3-9/+9
2001-08-16 Missed a versioned win32 project in my treeWilliam A. Rowe Jr1-0/+35
2001-08-16 Replacing label after pushing tagWilliam A. Rowe Jr1-0/+2
2001-08-16 Push back CHANGES to document the complete mod_mime segfault solution.William A. Rowe Jr2-94/+104
2001-08-16fix a few mod_ssl warnings for stuff like function which were neitherJeff Trawick3-11/+11
2001-08-16 Build on Greg's fix for the hash copy, and always copy the exinfo elementsWilliam A. Rowe Jr1-60/+40
2001-08-16 Fix the 'never disappearing' popup menu - anchor it to our (hidden)William A. Rowe Jr1-4/+8
2001-08-16the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;Jeff Trawick2-2/+2
2001-08-16 A bit overboard - this registered window message only needs to beWilliam A. Rowe Jr1-1/+1
2001-08-16 Wipe out some resource leakage.William A. Rowe Jr1-0/+2
2001-08-16 Revised patch to clean up timer and other issuesWilliam A. Rowe Jr1-7/+5
2001-08-16at least make a note of SSL_R_HTTP_REQUEST error (until this is properly deal...Doug MacEachern1-0/+3
2001-08-16if ssl shutdown happens earlier than expected, filter code needs be awareDoug MacEachern2-0/+11
2001-08-16 Bug fix to the WM_TIMER that was not properly called after it was movedWilliam A. Rowe Jr3-52/+144
2001-08-16need to remove buckets from the output brigade, since we will be passing a di...Doug MacEachern1-0/+2
2001-08-16A few fixups to the new logging docs.Joshua Slive2-18/+22
2001-08-16Bump after the tag.Ryan Bloom2-1/+3
2001-08-16Bump for a 2.0.24 tagRyan Bloom2-2/+2
2001-08-16Fix a new error on Linux.Ryan Bloom1-0/+1
2001-08-16We can't use a static buffer for this patch, because that wouldn'tRyan Bloom1-1/+1
2001-08-16The Unix MPMs other than perchild now allow child serverJeff Trawick8-5/+97
2001-08-16fix check for newer header files to look in all relevantJeff Trawick1-1/+1
2001-08-16can't pass const char * to ap_strchr()Jeff Trawick1-1/+1
2001-08-16 Just ramblingWilliam A. Rowe Jr2-6/+4
2001-08-16 Now that it's apr'ized, ab is most definately in a 2.0 revision cycle,William A. Rowe Jr2-8/+7
2001-08-16 More VersioningWilliam A. Rowe Jr17-60/+624
2001-08-16 Nothing here to ignore, go away :)William A. Rowe Jr1-8/+0
2001-08-16 Toss win32 version stamps on theseWilliam A. Rowe Jr5-0/+180
2001-08-16 Add auto-generated Win32 versioning.William A. Rowe Jr1-4/+40
2001-08-16 Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly.William A. Rowe Jr1-2/+2
2001-08-16 Access the (generated) ApacheMonitor.ver version resource.William A. Rowe Jr1-34/+3
2001-08-16 GoodnessWilliam A. Rowe Jr1-0/+2
2001-08-16 ApacheMonitor versioning needs to click in with the httpd version.William A. Rowe Jr1-11/+34
2001-08-16 Autogen the win32 resource descriptor (icon + version) for Apache.exeWilliam A. Rowe Jr1-4/+36
2001-08-16 Picky versioning. Must have 1) a real language/charset in the versioning,William A. Rowe Jr1-11/+9
2001-08-16 Duplicates (and is stale to) the copy in srclib/apr/buildWilliam A. Rowe Jr1-47/+0
2001-08-16 A first step at auto-generating the version resource for all win32 binaries.William A. Rowe Jr4-78/+110
2001-08-16Fix a few tiny typosCliff Woolley1-2/+2
2001-08-16Merge in changes from 2.0.23 branchCliff Woolley1-4/+7
2001-08-16Fix ap_rvprintf to support more than 4K of data.Ryan Bloom3-9/+53
2001-08-16Note date that 2.0.23 rolled. Too bad it was broken. 8-(Cliff Woolley1-2/+2
2001-08-16enable ssl Translate, UserCheck, Access and Auth hooksDoug MacEachern4-20/+137
2001-08-16Document the recent directive enhancements for cookie syntaces.Ken Coar1-2/+76
2001-08-16 . clean up strings and remove them to the resource file (the simplestWilliam A. Rowe Jr3-151/+157
2001-08-16Whoops, forgot attributionKen Coar1-1/+2
2001-08-16 Add CookieDomain directive to allow setting of the Domain=Ken Coar2-16/+126
2001-08-16The Port directive does effect VirtualHosts.Joshua Slive1-4/+0
2001-08-15Fix an off-by-one error in an argument to apr_pstrcat.Victor J. Orlikowski1-1/+1