- Dec 04, 2000
-
-
Jeff Trawick authored
fewer parameters: the local and remote socket addresses were removed from the parameter list because all required information is available via the APR socket. I haven't tested the most important part -- the WinNT MPM changes -- but it compiles and it looks okay :) If the WinNT MPM works on Win98 these days let me know. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87181 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87180 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
the unnecessary references to buff.h and BUFF. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87179 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87178 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87177 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
at least configure everything. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87176 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87175 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
over all files for which the cvs history is important. The rest can be added as new files (like this one). The modules were tagged as "moving_to_httpd_module" prior to my move. Any commits to apache-2.0 after that point will have to be repeated here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87174 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
isn't there, we output a message giving the public CVS root. Submitted by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87173 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
but those files are already broken. This just makes that breakage more obvious. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87171 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This chops the compile time warnings back down to one (a sufficient reminder that we need some workaround for msvc's broken const'ness.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87170 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2000
-
-
Joshua Slive authored
and update STATUS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87169 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87168 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
Quoted size in a bunch of <font>s. Wrapped and fixed mismatched <p>s in index.html.en. Wrapped and encoded > in index.html.it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87167 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
there is no reason to keep this duplicate code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87165 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87164 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87163 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87162 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87161 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
Fixed typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87160 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87159 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2000
-
-
Joshua Slive authored
reformat of mod_isapi.html into the new standard format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87157 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87156 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
Not raining today... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87155 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
This patch is waiting until IPv6 is settled, and we can really see what we are left with. I don't want us to forget that inet_ntoa has thread- safeness issues, so I am noting this patch here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87154 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
shared memory blocks to ensure that all of the memory is available. This removes the hack that added 80 bytes to each shared memory block. We end up needing two apr_shmem_t variables, because it is difficult to determine exactly how much memory will be needed. MM automatically tries to align the shared memory allocations, so we either need to pad the shared memory segments, or just use two different segments. This also changes APR and MM to take into account whatever memory those packages need to allocate when creating a shared memory segment. Any memory that APR and MM need is automatically added to the size requested by the program. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87153 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2000
-
-
Ryan Bloom authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87152 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87151 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87150 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
AIX doesn't have prototypes for these in string.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87149 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
allows APR to optimize when a platform has locks that work for both threads and processes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87148 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
apr_get_local_name(). They have been removed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87147 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87146 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
appropriate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87143 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Linux machine, but I am pretty sure there are going to be problems for others. The idea here, is to be able to generate a list of the exported functions from APR. This list needs to be correct, we can not list functions that are not exported on the platform being built on. To accomplish this, we generate a list of the exported symbols when we configure APR. As a part of this list, we also include all of the #if macros that surround those symbols. Apache then uses this list of functions and macros to generate a file that refers to each of those symbols. Because we have the macros, when we compile this file, the compiler ignores any symbols that aren't valid on this platform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87142 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 2000
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87141 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Sander van Zoest <sander@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87140 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This is the Win9x console hook handler ... much code to be pulled now from the src/os/win32/services.c for Win9x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87137 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Sander van Zoest <sander@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87136 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 2000
-
-
Joshua Slive authored
platform doesn't currently work in Apache 2.0. - Move the API doc link to the developer/index.html. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87135 13f79535-47bb-0310-9956-ffa450edef68
-