- Nov 01, 1997
-
-
Martin Kraemer authored
char[], and explain.c includes httpd.h now. Paul is right, however: explain.c ought to be eliminated and replaced by aplog_error(). Reviewed by: Martin +1, Dean +1, Paul +1 (see commit msg) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79494 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79493 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
unbuffering in 1.3. PR: 1316 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79492 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: 968 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79490 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
unlike many other directives. PR: 570 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79488 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 30, 1997
-
-
dgaudet authored
- gzip -cdq requires at least 4k of a partial gzipped file, we were sending it only 1k, and it wouldn't produce any output. But raising HOWMANY to 4k has implications on the performance of the (lame) ascmagic() code. So ascmagic() cheats and only looks at 1k (the previous HOWMANY setting) - use spawn_child() interface to avoid a resource leak (zombie child); I don't think even worked on WIN32 before, but it might now... I special case and use spawnvp() on WIN32. - use pfopen()/popenf() to avoid resource leaks Cleanups: - no need to test return from palloc since it never returns NULL - ensure all log messages include the module name - Some cases were assuming that aplog_error was a never returning function. Deal gracefully by propagating an error code back up the call chain. - remove some useless code in fsmagic() -- we don't use lstat(), we use stat() so the only possibility where we'll get S_IFLNK is if it's a broken symlink. - for various errors just DECLINE rather than cause the phase to abort early (a lesson we're learning from all the M_PUT changes we've had recently) PR: 1205 Obtained from: Submitted by: Reviewed by: Jim Jagielski, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79486 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 1317 Obtained from: Submitted by: David Schuler <schuld@btv.ibm.com> Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79485 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PR: 1293 Reviewed by: Martin Kraemer, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79484 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79483 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 28, 1997
-
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Doug MacEachern Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79482 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79481 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 27, 1997
-
-
Sameer Parekh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79480 13f79535-47bb-0310-9956-ffa450edef68
-
Sameer Parekh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79479 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Reviewed by: Ralf Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79478 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79477 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
demands it. PR: 467 Obtained from: Submitted by: Reviewed by: Paul Sutton, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79476 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79475 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
from stdin/out. Submitted by: Paul Sutton Reviewed by: Dean Gaudet, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79474 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
Reviewed by: Paul Sutton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79473 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
(needed for pcfg_openfile()). Noted by bhyde@gensym.com (Ben Hyde) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79472 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 26, 1997
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79471 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
coding style. Fix it up. (There's no code changes in this rev.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79470 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79469 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
reading. Add "custom" hook to use config file cfg_getline() on something which is not a FILE Reviewed by: Paul +1, Dean +1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79468 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79467 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 25, 1997
-
-
dgaudet authored
PR: 1321 Submitted by: John Line <jml4@cam.ac.uk> Reviewed by: Lars Eilebrecht, Marc Slemko, Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79466 13f79535-47bb-0310-9956-ffa450edef68
-
Sameer Parekh authored
PR: Obtained from: Submitted by: Sameer Parekh Reviewed by: Jim, Martin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79465 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79463 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79462 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
as a service. Reviewed by: Dean Gaudet, Brian Behlendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79461 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79460 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
PORT: i386 AIX does not have memmove. PR#1267 PORT: HPUX now defaults to using Spencer regex. PR#482, 1246 PORT: Some versions of netbsd don't automatically define __NetBSD__. Workaround by defining NETBSD. PR#977 PORT: Unixware 2.x requires -lgen for syslog. PR#1249 PORT: Ultrix appears to not have syslog. PORT: Basic Gemini port (treat it like unixware212). PORT: All SVR4 systems now use NET_SIZE_T = size_t, and use HAVE_SHMGET. Submitted by: various Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer, Brian Behlendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79458 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 24, 1997
-
-
Jim Jagielski authored
Obtained from: Submitted by: Rasmus Lerdorf Reviewed by: Jim, Martin, Dean Since AddModule may want to muck around with RULE_WANTHSREGEX, move the handling of RULE_WANTHSREGEX down past AddModule git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79457 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Obtained from: Submitted by: Rasmus Lerdorf Reviewed by: Jim, Dean, Martin Have TestCompile "run" in the main ./src directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79456 13f79535-47bb-0310-9956-ffa450edef68
-
pcs authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79455 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79454 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79453 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79452 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79450 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
problem to defend against. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79448 13f79535-47bb-0310-9956-ffa450edef68
-