- Jun 11, 2001
-
-
Greg Ames authored
least one piped ErrorLog Submitted by: Justin Erenkrantz Reviewed by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89340 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Anyone for legible error messages? [This disaster was my creation, so I'm happy to criticize it.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89332 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 09, 2001
-
-
Victor J. Orlikowski authored
PR: #7461 Submitted by: patrik@netdive.com Reviewed by: Victor Orlikowski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89323 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 08, 2001
-
-
Bradley Nicholes authored
Using the recv() function instead of read(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89311 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 2001
-
-
Bill Stoddard authored
socket descriptor on Windows always fails. Should be calling recv() instead of read() on Windows. Thanks to Bill Rowe (and bounds checker :-) for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89259 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89241 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89240 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89234 13f79535-47bb-0310-9956-ffa450edef68
-
- May 25, 2001
-
-
Dirk-Willem van Gulik authored
for apache-2.0 where we also have an ascii [num] representation of IPv6's to take into account which currently only takes the non proxy situation into account. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89230 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2001
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89225 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
on NetWare is exited gracefully even on an abnormal shutdown. This fixes the Ouch! out of memory problem when trying to restart Apache for NetWare after an abnormal shutdown. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89224 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
environment. This protects against ill behaved modules that exit the web server rudely leaving ApacheC.nlm in an unknown state. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89223 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Thanks for the reminder, martin, so are netware and os/2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89222 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89220 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89219 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2001
-
-
Dirk-Willem van Gulik authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89208 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 2001
-
-
William A. Rowe Jr authored
And on we go git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89192 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Minor changes to prevent scaring the bejesus out of Non-Win32/OS2 folk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89187 13f79535-47bb-0310-9956-ffa450edef68
-
- May 20, 2001
-
-
Sascha Schumann authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89175 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
heartbeatres was set to 0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89174 13f79535-47bb-0310-9956-ffa450edef68
-
- May 18, 2001
-
-
Martin Kraemer authored
SYSV semaphores, because upon reaching the system limit of semaphores, the whole server exits (not just one child). Apache could be improved to use Dean's NO_SEM_UNDO flag (see test/time-sem.c) which is currently implemented only in the time-sem test program, but not in apache. Until then, revert to using fcntl() locks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89151 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Time to loose a second copy of this from the installer directory, these variables seem here to stay. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89147 13f79535-47bb-0310-9956-ffa450edef68
-
- May 16, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89126 13f79535-47bb-0310-9956-ffa450edef68
-
- May 15, 2001
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89125 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89123 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89121 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89120 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
comments to the 1.3.21 head. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89119 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89118 13f79535-47bb-0310-9956-ffa450edef68
-
- May 14, 2001
-
-
William A. Rowe Jr authored
The last showstopper I'm aware of. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89112 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89108 13f79535-47bb-0310-9956-ffa450edef68
-
- May 13, 2001
-
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89107 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hmmm... the 2.0 versions are still easier to read, but this seems finally pretty clear. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89106 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Answer the (single most?) common FAQ of trailing slashes on Aliases git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89104 13f79535-47bb-0310-9956-ffa450edef68
-
- May 12, 2001
-
-
William A. Rowe Jr authored
On TPF, "HAVE_ISNAN" is erroneously being defined (due to cross-platform compiler issues unique to TPF). TPF needs this patch to ignore the TestCompile results. Submitted by: David McCreedy <mccreedy@us.ibm.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89093 13f79535-47bb-0310-9956-ffa450edef68
-
- May 10, 2001
-
-
Jeff Trawick authored
(we could instead have included the proper header, but this is the way Dirk fixed it in 2.0 since we already use strchr() and thus had the proper header everywhere) Get rid of incorrect code to save (and then ignore) the retval from signal(). "void *" isn't compatible with any sort of function pointer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89073 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89072 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
macros which Configure doesn't find. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89071 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Accomodate the HAVE_ test for isnan/isinf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89070 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89069 13f79535-47bb-0310-9956-ffa450edef68
-