- Jul 22, 2000
-
-
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
-
Ryan Bloom authored
the mpmt MPM look almost exactly like the original prefork MPM. Basically, all that's left is re-naming the defined directives so they work with 1.3 config files. That will come later. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85819 13f79535-47bb-0310-9956-ffa450edef68
-
Keith Wannamaker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85818 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
This just changes a couple of long's to ap_size_t. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85817 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85816 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
values, functions, whatever. specifically, ap_reclaim_child_processes() was not getting compiled into mpm_common. this appears to keep mpmt_pthread running properly. dunno whether a similar issue exists for prefork or dexter. (until all are torched) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85815 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 10, 2000
-
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85814 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Advisory: This patch is still anywhere but complete. However, it resolves most of the big bugs of the services to mpm relocation. I apologize that it's taken this long to get back on this. Brought across; Keep console open (needs a bit of cleanup and could be done better now for 2.0), service error event logging, and some other minor threading cleanup. Big issues remain: logged errors (even APLOG_STARTUP) drop into the logfile in spite of our interest in getting them to the user's console. Some threading sequences may yet be out of sorts, and those will be cleaned up by the end of the week. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85813 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
but I make no garauntees. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85812 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Again, I tried to modify all MPMs that are currently using this code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85811 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
defined but ap_sendfile fails with APR_ENOTIMPL, the BUFF implementation of ap_send_fd will get a shot at serving the request. This fix is required to get Apache working on 95/98 again and can also be useful on Unix systems where sendfile is available via a servicepack/fixpack/PTF on a particular level of the OS (e.g., AIX 4.3.2 base does not include sendfile but is is available with a PTF). This fix also reimplements the mod_file_cache sendfile_handler using ap_send_fd and sets the connection aborted flag if the sendfile fails. Future modification... Add code to ap_send_fd to hijack any data in the client BUFF structure and send it along with the sendfile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85810 13f79535-47bb-0310-9956-ffa450edef68
-