- May 10, 2002
-
-
William A. Rowe Jr authored
Afraid these are likely generated, just something to watch out for in the future. Address PR 8963 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95024 13f79535-47bb-0310-9956-ffa450edef68
-
- May 09, 2002
-
-
Cliff Woolley authored
PR: 8944 Submitted by: Alex Batko <abatko@cs.mcgill.ca> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95021 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 8943 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95020 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
PR: 8927 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95019 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95018 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
thing that I don't really understand ;-) PR: 8938 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95017 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
This is admittedly rather ugly code to come up with a unique 4-byte identifier for the thread. Since our threads are pthreads and a pthread maps 1:1 to a TCB, the address of the TCB is sufficient. Yes, every TCB sees a different piece of real storage mapped to the first page, so the code does make sense. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95016 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95010 13f79535-47bb-0310-9956-ffa450edef68
-
- May 08, 2002
-
-
Jeff Trawick authored
and apr_proc_mutex_t are interchangeable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95009 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95008 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
Verification would be nice. At least I know it still works on Unix. ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95007 13f79535-47bb-0310-9956-ffa450edef68
-
- May 07, 2002
-
-
Bradley Nicholes authored
Use the ap_get_server_xxx() calls to return the info rather than short cutting it with the server_rec. This avoids port showing up as 0 and also respects the UseCanonicalName setting in the .conf file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95006 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95005 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
consideration, IMO, as it can silently break existing configs. Principle of least astonishment applies. Besides, the security argument is bubkus. Security through obscurity at best, and hardly even that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95004 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95003 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95002 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
of everything PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95001 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95000 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94999 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94998 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94997 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
again... $(RM) isn't defined everywhere (GNU make built-in?), so invoke rm the way we invoke it elsewhere in the makefile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94996 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
The containers would be printed as <Name ...> </,Name> instead of the proper termination </Name> (or was it intended?) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94995 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
Submitted by: Jerry Baker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94993 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
definition. Also speeds up ctx init since it takes the buffer and does a malloc rather than a calloc on it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94987 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
Note that this does NOT include the transformation since I can't find a version of Xerces or Xalan which does not produce major diffs to what we have checked in. So, we need to standardize on a set of jars - otherwise, if I were to commit what I get when running build.sh, it'd be massive. (I'd suggest a tarball of jars on the docs-project site or even in http://httpd.apache.org/dev/dist somewhere.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94986 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Reverse the hook ordering for mod_userdir and mod_alias so that Alias/ScriptAlias will override Userdir. PR: 8841 Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94985 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94984 13f79535-47bb-0310-9956-ffa450edef68
-
- May 06, 2002
-
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94983 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
ourselves from the filter chain (so we don't duplicate this path each time a brigade comes through). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94982 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
APR_EINVAL to APR_SUCCESS. (rewritelock_remove already returns SUCCESS in this case.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94981 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
in its stability. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94979 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94978 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
on mod_rewrite. This, along with the original usage of a unix-only function in mod_rewrite, is a temporary stopgap measure designed only to workaround limitations in APR's handling of permission attributes. It shall be removed as soon as that interface is improved. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94972 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
connections). The to-do of fixing client I/O so it goes through the filters still remains. But it will be nice if it will work until somebody gets around to doing that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94971 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94970 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
silently failing when locking/unlocking the mutex, since httpd child processes didn't have permissions to access the root-created semaphore. PR: 8143 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94969 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
SysV Semaphores in the core and modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94968 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94967 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Submitted by: Jean-Jacques Clar [jjclar@novell.com] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94966 13f79535-47bb-0310-9956-ffa450edef68
-