- Jul 25, 2000
-
-
William A. Rowe Jr authored
This should be clean... ap_snprintf already holds a byte for the null terminator, and this patch sets aside whatever space is needed for the newline termination. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85880 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Caught a bit of my own bad style :) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85879 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add APR_EOL_STR for a platform specific text delimiter, provided by apr.h (defined in apr.h.in and apr.hw). This is needed -only- in APR created files (true raw files) such as logs. It is not required in any splat to screen (stderr/stdout) formatting, nor any html markup. Some other modules slipped through in the prior apr_strings.h commit. Sorry 'bout that. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85878 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Missing apr_strings.h - hope this wasn't destined for some global header. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85877 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Changes to get Win32 compiling again, including substituting apr_string.h for apr_lib.h, fix some bad linkage declarations, and some more comments on threadproc/win32/proc.c PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85876 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 24, 2000
-
-
Ryan Bloom authored
apr_strings.h, the command table needed to be fixed to use the new format, and we had vestiges of stat left around. The top two issues are simple, we include apr_strings and fix the command recs. The last issue required using APR enums instead of the stat.h macros. This also allows us to remove some ugly #ifdefs. :-) Submitted by: Shaun Savage <shaun@igel.de> Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85875 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 23, 2000
-
-
Sascha Schumann authored
If your module uses C++, you need to add APACHE_REQUIRE_CXX to your module's config.m4. Unfortunately, we cannot use any sophisticated pattern matching in make, so instead of adding the C++ source files to LTLIBRARY_SOURCES, you need to write for foo.cpp and bar.cpp: LTLIBRARY_OBJECTS_X = foo.lo bar.lo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85873 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
have been moved to apr_strings.h. This also modifes Apache to include apr_strings.h instead of apr_strnatcmp.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85872 13f79535-47bb-0310-9956-ffa450edef68
-
Sascha Schumann authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85871 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 22, 2000
-
-
Ryan Bloom authored
mpmt_pthread.c and allows mpmt_pthread to compile cleanly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85870 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85869 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 21, 2000
-
-
Ryan Bloom authored
create a new header for those functions. This is the first step to removing the apr/lib directory completely, and moving those files/functions to descriptive directories. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85867 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 20, 2000
-
-
Ryan Bloom authored
I posted, and it was more or less a proof-of-concept for changing the filter registration method. Everybody agrees the patch was a bad idea, but it did prove that the filtering registration code could be completely re-written in very little time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85864 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
so that mod_file_cache can build on a system with no sendfile(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85863 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 2000
-
-
Jeff Trawick authored
for STDERR_FILENO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85862 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
call ap_unix_child_init_lock() at the right time, so any lock mechanism which had interesting work to do (only flock()) was broken. Fix the flock() flavor of ap_unix_child_init_lock(). It expected to create the lock file when it should in fact open the existing one. It also neglected to return the new ap_lock_t structure to the caller. Improve logging of lock init errors in prefork (I know, prefork is a lame duck, but I used the improved logging in prefork to help debug the problem). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85861 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 17, 2000
-
-
Jeff Trawick authored
ap_log_rerror() invocation. Almost all of this is in code never compiled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85860 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
and log the error. Submitted by: "William A. Rowe, Jr." <wrowe@lnd.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85859 13f79535-47bb-0310-9956-ffa450edef68
-
Keith Wannamaker authored
Submitted by: Joe Orton <joe@orton.demon.co.uk> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85858 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 16, 2000
-
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85856 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
desired number were finished. Also fixed a logic error involving ab keepalives. Submitted by: Victor J. Orlikowski Reviewed by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85855 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2000
-
-
Greg Stein authored
full buffer unless an error occurs. use the new functions in SDBM and DAV. [and Subversion] Win32 and OS/2 can directly include/use file_io/unix/fullrw.c since it is written in terms of other APR functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85850 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
ap_initialize() can be used to init DSO support. or set up a lazy initialization for it. solves the questions, "when do I call it? can I call it more than once?" Submitted by: Ben Collins-Sussman <sussman@red-bean.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85849 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 14, 2000
-
-
Ralf S. Engelschall authored
times 33 hash (using XOR instead of ADD). This hash is better understood and is faster. Also because in the old function the "& 0xff" was not necessary and just slowed down processing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85846 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
./configure. With this change, APR can build without Apache again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85844 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
- globalize & namespace protects server_conf as ap_server_conf - puts setup_listeners back in under a more appropriate name (setup_listen_poll()) as it's quite different to ap_setup_listeners in mpm_common.c. - fake a suitable parameter to ap_process_child_status() as it assumes a child refers to a process when, in the context of spmt_os2, it's a thread. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85841 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 13, 2000
-
-
Bill Stoddard authored
to ap_listen.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85837 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
APR defined APR_HAVE_STDARG_H to check for the existance of stdarg.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85833 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85832 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
Submitted by: Joe Orton <joe@orton.demon.co.uk> Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85831 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
by not getting listenmaxfd set, nor listenfds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85830 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2000
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85829 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
log_child. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85828 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85826 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
pool passed to ap_create_process. A little further down the road to getting reliable piped logs working on Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85825 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
-- noted by Joe Orton. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85824 13f79535-47bb-0310-9956-ffa450edef68
-
Keith Wannamaker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85823 13f79535-47bb-0310-9956-ffa450edef68
-
Keith Wannamaker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85822 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2000
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85821 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85820 13f79535-47bb-0310-9956-ffa450edef68
-