- Aug 16, 2001
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90215 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
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
-
Jeff Trawick authored
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
-
Jeff Trawick authored
directories git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90212 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(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
-
William A. Rowe Jr authored
Just rambling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90210 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Now that it's apr'ized, ab is most definately in a 2.0 revision cycle, 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
-
William A. Rowe Jr authored
More Versioning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90208 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Nothing here to ignore, go away :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90207 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Toss win32 version stamps on these git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90206 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add auto-generated Win32 versioning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90205 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly. [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
-
William A. Rowe Jr authored
Access the (generated) ApacheMonitor.ver version resource. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90203 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Goodness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90201 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
ApacheMonitor versioning needs to click in with the httpd version. 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
-
William A. Rowe Jr authored
Autogen the win32 resource descriptor (icon + version) for Apache.exe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90199 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Picky versioning. Must have 1) a real language/charset in the versioning, 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
-
William A. Rowe Jr authored
Duplicates (and is stale to) the copy in srclib/apr/build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90197 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A first step at auto-generating the version resource for all win32 binaries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90193 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90191 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90190 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
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
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90188 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
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
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90184 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
. clean up strings and remove them to the resource file (the simplest 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
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90182 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add CookieDomain directive to allow setting of the Domain= 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
-
Joshua Slive authored
PR: 8174 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90179 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 15, 2001
-
-
Victor J. Orlikowski authored
Submitted by: barbee@veribox.net git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90176 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
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
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90172 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Submitted by: barbee@veribox.net git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90171 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90170 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Save a ton o' space by rle encoding the header bitmap. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90168 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
are compatible with make utilities which don't expand wildcards in a dependency list (e.g., OS/390 make, certain levels of GNU make). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90167 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Solve the segfault until the right patch is unearthed. [Greg Ames] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90166 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 14, 2001
-
-
William A. Rowe Jr authored
Fix a small bug that limited the description's width to the filename's width. Submitted by: Mladen Turk <mladen.turk@mail.inet.hr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90162 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Outch to Win9x... can't be destroying locks asymetrically. Do we want this lock on NT as well? That's another question. Submitted by: Mladen Turk <mladen.turk@mail.inet.hr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90161 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
> 1. Cleaned the ApacheMonitor code a little bit. > 2. Removed two icons apmall.ico and apsrvmon.ico > 3. Added option to recognize the Apache*.exe (e.g. Apache-1.3.20.exe) > 4. Removed AboutBox > 5. Changed refresh time to 2/20 sec. Submitted by: Mladen Turk <mladen.turk@mail.inet.hr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90160 13f79535-47bb-0310-9956-ffa450edef68
-