summaryrefslogtreecommitdiffstats
path: root/libhttpd.dsp (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-08-16 Spell it right, per Mr. CoarWilliam A. Rowe Jr1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Missed a versioned win32 project in my treeWilliam A. Rowe Jr1-0/+35
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90242 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Replacing label after pushing tagWilliam A. Rowe Jr1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90240 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Push back CHANGES to document the complete mod_mime segfault solution.William A. Rowe Jr2-94/+104
Rounded out the mod_mime Add/Remove pairs by adding RemoveLanguage and RemoveCharset directives, and rolled in the remove_items handling. This is (effectively) my complete patch, sans pool optimizations. [William Rowe] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90239 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16fix a few mod_ssl warnings for stuff like function which were neitherJeff Trawick3-11/+11
static nor prototyped, char * vs. const char *, etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90238 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Build on Greg's fix for the hash copy, and always copy the exinfo elementsWilliam A. Rowe Jr1-60/+40
as well. This should sufficiently demonstrate in benchmarking why we either must optimize, or revert to tables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90237 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Fix the 'never disappearing' popup menu - anchor it to our (hidden)William A. Rowe Jr1-4/+8
global window, which allows TrackPopupMenu to lose focus when any other window is selected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90236 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;Jeff Trawick2-2/+2
thus, AP_DEBUG flavor of strstr() should declare 2nd parm as const char *, not char *; this eliminates a warning in mod_ssl-land git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90235 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 A bit overboard - this registered window message only needs to beWilliam A. Rowe Jr1-1/+1
retrieved once git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90234 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Wipe out some resource leakage.William A. Rowe Jr1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90233 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Revised patch to clean up timer and other issuesWilliam A. Rowe Jr1-7/+5
Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90232 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16at least make a note of SSL_R_HTTP_REQUEST error (until this is properly ↵Doug MacEachern1-0/+3
dealt with) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90229 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16if ssl shutdown happens earlier than expected, filter code needs be awareDoug MacEachern2-0/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90227 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Bug fix to the WM_TIMER that was not properly called after it was movedWilliam A. Rowe Jr3-52/+144
to WndProc. (The message is WM_TIMER and wParam is timer event) Enhancement to left button click which now displays the popup menu with all Apache's installed, and to each installed service adds the submenu with the options to start, stop or restart the service. Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90226 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16need to remove buckets from the output brigade, since we will be passing a ↵Doug MacEachern1-0/+2
different brigade git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90225 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16A few fixups to the new logging docs.Joshua Slive2-18/+22
Submitted by: Chris Pepper, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90218 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Bump after the tag.Ryan Bloom2-1/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90217 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Bump for a 2.0.24 tagRyan Bloom2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90216 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Fix a new error on Linux.Ryan Bloom1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90215 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16We can't use a static buffer for this patch, because that wouldn'tRyan Bloom1-1/+1
be thread safe. Submitted by: Greg Marr <gregm@alum.wpi.edu> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90214 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16The Unix MPMs other than perchild now allow child serverJeff Trawick8-5/+97
processes to use the accept mutex when starting as root and using SysV sems for the accept mutex. Previously, this combination would lead to fatal errors in the child server processes. perchild can't use SysV sems because of security issues. translation: steal apache 1.3 code to call semop(IPC_SET) on the semaphore to set permissions and uid/gid git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90213 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16fix check for newer header files to look in all relevantJeff Trawick1-1/+1
directories git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90212 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16can't pass const char * to ap_strchr()Jeff Trawick1-1/+1
(note that when AP_DEBUG is on, strchr() maps to ap_strchr() so we find abuses of the broken strchr() interface) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90211 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Just ramblingWilliam A. Rowe Jr2-6/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90210 13f79535-47bb-0310-9956-ffa450edef68
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
and definately needs to track the Apache revision (especially because of apr and apr-util!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90209 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 More VersioningWilliam A. Rowe Jr17-60/+624
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90208 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Nothing here to ignore, go away :)William A. Rowe Jr1-8/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90207 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Toss win32 version stamps on theseWilliam A. Rowe Jr5-0/+180
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90206 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Add auto-generated Win32 versioning.William A. Rowe Jr1-4/+40
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90205 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly.William A. Rowe Jr1-2/+2
[Mladen Turk <mladen.turk@mail.inet.hr>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90204 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Access the (generated) ApacheMonitor.ver version resource.William A. Rowe Jr1-34/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90203 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 GoodnessWilliam A. Rowe Jr1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90201 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 ApacheMonitor versioning needs to click in with the httpd version.William A. Rowe Jr1-11/+34
Also remove the icons deprecated by Mladen late last week from the IDE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90200 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Autogen the win32 resource descriptor (icon + version) for Apache.exeWilliam A. Rowe Jr1-4/+36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90199 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Picky versioning. Must have 1) a real language/charset in the versioning,William A. Rowe Jr1-11/+9
and 2) fixes the Copyright (which effectively runs on too far) by placing the 'see other' stuff in the Comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90198 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Duplicates (and is stale to) the copy in srclib/apr/buildWilliam A. Rowe Jr1-47/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90197 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 A first step at auto-generating the version resource for all win32 binaries.William A. Rowe Jr4-78/+110
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90193 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Fix a few tiny typosCliff Woolley1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90191 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Merge in changes from 2.0.23 branchCliff Woolley1-4/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90190 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Fix ap_rvprintf to support more than 4K of data.Ryan Bloom3-9/+53
Submitted by: Cody Sherr <csherr@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90189 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Note date that 2.0.23 rolled. Too bad it was broken. 8-(Cliff Woolley1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90188 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16enable ssl Translate, UserCheck, Access and Auth hooksDoug MacEachern4-20/+137
add support for renegotiation during the Access hook this requires hooking into the read and write SSL BIOs in order to flush data to the client and read from the filter chain this also requires that the ssl filters become "aware" that renegotitation is in progress so that the BIOs are left alone for SSL_renegotiate/SSL_do_handshake in ssl_hook_Access to deal with PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90185 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Document the recent directive enhancements for cookie syntaces.Ken Coar1-2/+76
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90184 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 . clean up strings and remove them to the resource file (the simplestWilliam A. Rowe Jr3-151/+157
way to later localize a win32 app.) . fold the timers into the same child window message queue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90183 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16Whoops, forgot attributionKen Coar1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90182 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 Add CookieDomain directive to allow setting of the Domain=Ken Coar2-16/+126
cookie attribute; add CookieStyle to allow specification of cookie syntax: Netscape (default), Cookie or RFC2109, or Cookie2 or RFC2965. We have historically supported only the obsolete Netscape syntax. PR: several against 1.3 Obtained from: brought forward from 1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90180 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16The Port directive does effect VirtualHosts.Joshua Slive1-4/+0
PR: 8174 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90179 13f79535-47bb-0310-9956-ffa450edef68
2001-08-15Fix an off-by-one error in an argument to apr_pstrcat.Victor J. Orlikowski1-1/+1
Submitted by: barbee@veribox.net git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90176 13f79535-47bb-0310-9956-ffa450edef68
2001-08-15fix some homophonic issues in comments, as well as someJeff Trawick10-14/+14
mispelings found near "its" or "it's" (helping our 4th grader with homework, couldn't help but grep) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90173 13f79535-47bb-0310-9956-ffa450edef68
2001-08-15Proxy now works as a DSO on AIX.Victor J. Orlikowski1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90172 13f79535-47bb-0310-9956-ffa450edef68