- Apr 30, 2000
-
-
Sascha Schumann authored
Makefile template from the source tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85110 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
s/top_srcdir/top_builddir/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85109 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/trunk@85105 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
We can savely assume that pthread.h exists on every system which supports Pthreads. PR: #29 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85104 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85103 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
* Makefile header is now completely dynamic * Absolute paths everywhere (fixes Tru64 support) * Get rid of LTLIBRARY_SHARED_NAME rule in library.mk (fixes Irix support, untested) * VPATH does not contain variables anymore (fixes UnixWare support) * Remove inclusion of program.mk in support/Makefile.in (PROGRAM_NAME is empty => breaks Irix and others) * Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks (might fix OpenBSD pthread.h-detection, untested) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85102 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 29, 2000
-
-
Sascha Schumann authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85101 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85100 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: Reviewed by: Sorry I missed one. I -really- believe now that ap.h can now be safely swept out to the attic, but I will leave for someone in unix to test and confirm. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85099 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: William Rowe Reviewed by: With this change, I believe that ap.h can now be safely swept out to the attic, but I will leave for at least one other to confirm. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85098 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: William Rowe Reviewed by: Created ap_base64.h to extract those declarations for clarity from ap.h CORE_PRIVATE, httpd.h do not belong in library functions, removed from ap.lib Use apr headers for declarations in ap.lib stuff, kill AP_LONG from ap_sha1.h Move credit to lib/apr/lib/ap_snprintf.c from ap.h for authorship git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85097 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
used by Apache (will soon be obsolete in PHP as well). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85096 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 28, 2000
-
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: William Rowe Reviewed by: Sorry, trying to watch for those no-newline edits... let one slip by. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85089 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: William Rowe Reviewed by: Second round of changes to assure Win32 droppings don't infect the tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85088 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: William Rowe Reviewed by: Not good... can't be adding to the makefile.win list of files to copy without adding to the list of projects to build :-| git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85087 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: William Rowe Reviewed by: First round of .cvsignore changes for Win32's droppings git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85086 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85085 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85084 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85082 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85081 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
install ab.exe fix dependency in Apache.dsw (ab is dependent on aprlib and ap) fix ab and htdigest projects so that they find all header files define ap_signal() in apr.hw - this is o.k. for casual use as with cmd-line programs use API_VAR_EXPORT as appropriate in getopt.c general: ab doesn't need to declare ap_optarg/ap_optind; fix a warning htdigest needs to call ap_initialize() to avoid segfault at startup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85080 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85079 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Dependency sequences appear to overrule other .dsp project sequences. Also stripped out some nonsense - dependency loops may have caused some compiliations to always rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85078 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85077 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up a few Win32 build oversights before the alpha. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85076 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Following constructive advise of Ralf, and comments of JLW: Consitify use of $(MAKE) directive, and add $(MAKEOPT) dependent on make tool used. Clearly just a start twords bcc compatibility, but hopefully a good one. In the process, we make the build just a little less noisy. Also a test to see if Manoj wrangled my cvs update mail list access to broadcast correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85075 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85074 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
(which we probably also don't need) on case insensitive systems like OS/2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85073 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Untangle Win32 build errors. #define str*casecmp as stricmp causes reinterpretation of str*casecmp function declarations. This creates dozens of compiler emits. Since there is no need, the HAVE_STRCASECMP macros wipe out the redeclaration. This is my second and last hack for the evening... spent way to much time fighting the windoze cvs/ssh learning curve! Sorry for the previous nonsense docs of rev 1.22 - still fighting to use the editor for docs :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85072 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Replace ERROR constant with TODO_ERROR to flag these for review. ERROR is a Windows.h constant of 0, or success, and is unrelated to the error codes! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85071 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Replace ERROR constant with TODO_ERROR to flag these for review. ERROR is a Windows.h constant of 0, or success, and is unrelated to the error codes! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85070 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
apr_file_io.h: fix comment describing APR_OS_DEFAULT sockets.c: use socklen_t instead of int to avoid compile warning on systems with unsigned sock len parms dexter/.cvsignore: ignore .deps, .libs errorcodes.c: get rid of some unused vars git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85069 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Fix some minor ab APR-ization issues. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85068 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
make install. We never used to build the server when installing in the 1.3 tree, so I'm going back to that behavior. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85067 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 27, 2000
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85066 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
files that should be cleaned. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85065 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85064 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
have different values than the system's poll flags (i.e., call get_revents() to translate flags before returning to the caller; otherwise, they are quite meaningless :) ). Fix ab's usage of the new ap_poll() and repair some APR-ization breakage (e.g., not setting port prior to ap_connect()). Uninteresting changes: Change toascii to to_ascii in ab.c to avoid a conflict with MSVC++'s toascii() (I enabled the NOT_ASCII logic in ab on Win32 recently to verify that ap_xlate_X() returned the correct error codes and got warnings on toascii. get_revent() was reformatted unintentionally. Sorry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85063 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
show-stoppers, and I don't think they belong in the status file at all. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85062 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
config file or a container is a container. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85061 13f79535-47bb-0310-9956-ffa450edef68
-