- Jul 06, 2003
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100465 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 01, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100430 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 29, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100394 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 20, 2003
-
-
Jeff Trawick authored
the amount of storage that was requested Reviewed by: Jim Jagielski, Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100316 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 16, 2003
-
-
Bradley Nicholes authored
'require prototypes' flag Submitted by: G�nter Knauf <gk@gknw.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100269 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Submitted by: G�nter Knauf <gk@gknw.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100268 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 06, 2003
-
-
Martin Kraemer authored
Submitted by: Yoshiki Hayashi <yoshiki@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100184 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100134 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 2003
-
-
William A. Rowe Jr authored
*) Removed BIND_NOSTART from HP/UX shl_load() logic for loadable Apache modules, so that statics are initialized when the module is loaded (especially critical for c++ modules on HPUX.) [William Rowe, Noah Arliss <narliss@netegrity.com>] Reviewed by: JimJag, Madhu git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100081 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix PR 12706 for users on very fast boxen who seem to have issues with the 'post-build' logic to create uri_delims.h and test_char.h. Also note the .pdb debug symbol patch from last week. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100078 13f79535-47bb-0310-9956-ffa450edef68
-
- May 27, 2003
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100044 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
confusion to beginners. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100043 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100019 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
hooks and cleanups. Otherwise, modules can segfault in such code and, with pthread mutexes, leave the server deadlocked. Even if the module doesn't segfault, if it performs extensive processing it can temporarily prevent the server from accepting new connections. Reviewed by: Jim, FirstBill git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100018 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100017 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ok, I no longer have VC5.0 installed, anywhere. With the .dep files, these remain buildable under VC5, but were generated under VC6. VC6 introduces .dep companions to .mak, so it was either add the .dep's to CVS, or remove the .mak's. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100015 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Must have 2.0 on the brain - our DLLs were installed directly under the $(INSTDIR). Keep the .pdb's alongside. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100014 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the build exceptions by adding the last diagnostics to Win9xConHook and changing the ApacheCore.pdb target. All seems well, all looks good. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100013 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Incorporate similar .pdb mechanics as Apache 2.0. Because the list is much smaller, use explicit copy commands instead of the complex makefile install logic we have in Apache 2.0. The generated .PDBs can be used from VisualStudio or WinDbg, or virtually any Win32 debugging tool to either debug the released binaries, or to perform post-mortem on crashdump files. Reviewed by: Allen Edwards (concept) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100012 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2003
-
-
William A. Rowe Jr authored
Complete the prior patch by explicitly grabbing {model}\buildmark.obj (such things happen when one splits patches into smaller digestable bits.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100011 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This has worked -very- well for Win32 Apache 2.0, moving the compilation of buildmark.obj into a pre-link step ensures we always recompile with the correct datestamp every rebuild, even when building in the IDE without using makefile.win. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100010 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100000 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99999 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99996 13f79535-47bb-0310-9956-ffa450edef68
-
- May 19, 2003
-
-
Andre Malo authored
- uris were partially not correctly escaped (in particular: ldap, news, mailto) - not all uri schemes contain an authority component (//) - add nntp:// scheme - don't add a query string (and drop r->args) if it's not http or mailto scheme - be more efficient (think so) Reviewed by: Justin Erenkrantz, Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99916 13f79535-47bb-0310-9956-ffa450edef68
-
- May 14, 2003
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99826 13f79535-47bb-0310-9956-ffa450edef68
-
- May 13, 2003
-
-
Andre Malo authored
PR: 9427 Reviewed by: Jeff Trawick, Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99810 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
- Fixed AddLanguage directives in default configs PR: 18025 Reviewed by: Jeff Trawick, Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99806 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
For whatever reason, the install-tpf.html in *apache-1.3* (not in the httpd-docs-1.3 repository) was in the attic. However, it was not marked as deleted, this was noted in an rsync. Surprized it never bit anyone else. In any case, mark this file as removed by re-removing it, one cannot simply 'move' files into Attic/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99782 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
result in multiple log-entries when requesting a directory where the DirectoryIndex contains multiple entires, but it should eliminate a major source of confusion which results from a 403 error with no error log entry. The fix was pointed out by Jeff; I just adjusted the error message. Reviewed by: Jeff Trawick, Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99781 13f79535-47bb-0310-9956-ffa450edef68
-
- May 09, 2003
-
-
Jeff Trawick authored
and holding a pthread accept mutex. Reviewed by: Jim Jagielski, Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99746 13f79535-47bb-0310-9956-ffa450edef68
-
- May 05, 2003
-
-
Jeff Trawick authored
fcntl. Idle child cleanup doesn't work when the child selected for termination by the parent is waiting on a pthread mutex, and because the AIX kernel's notion of hot process is apparently the same as Apache's, it is common for the Apache parent to continually select a child for termination that the kernel will leave waiting on the mutex for extended periods of time. There are other concerns with pthread mutexes as well, such as the ability to deadlock the server if a child process segfaults while holding the mutex. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99718 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 30, 2003
-
-
Thom May authored
Obtained from: Martin Schulze <joey@infodrom.org> Reviewed by: William Rowe, Sander Striker, David Reid git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99659 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 28, 2003
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99621 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 25, 2003
-
-
Martin Kraemer authored
mod_status from displaying a bogus value for the "time to process most recent request" column for freshly-started children in a previously-used scoreboard slot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99600 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2003
-
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99584 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
string if there's no one supplied by configuration. PR: 10961 Reviewed by: Jeff Trawick, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99579 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 21, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99483 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99478 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 14, 2003
-
-
Jeff Trawick authored
"standalone" keyword Submitted by: jmc <jmc@prioris.mini.pw.edu.pl> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99353 13f79535-47bb-0310-9956-ffa450edef68
-