cvs commit: apache-2.0/src/lib/apr/file_io/win32 open.c

1999-10-13 Thread stoddard
stoddard99/10/12 18:38:13 Modified:src/lib/apr/file_io/win32 open.c Log: Register a clean-up on each file open make sure all the file_t fields are initialized Revision ChangesPath 1.5 +7 -2 apache-2.0/src/lib/apr/file_io/win32/open.c Index: open.c

cvs commit: apache-1.3/src/os/unix os.c

1999-10-13 Thread manoj
manoj 99/10/12 19:38:21 Modified:src CHANGES src/os/unix os.c Log: Support DSOs properly on 32-bit HP-UX 11.0 Submitted by: Dilip Khandekar [EMAIL PROTECTED] Revision ChangesPath 1.1437+3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-2.0/src/os/unix os.c

1999-10-13 Thread manoj
manoj 99/10/12 19:41:09 Modified:src CHANGES src/os/unix os.c Log: Support DSOs properly on 32-bit HP-UX 11.0 Submitted by: Dilip Khandekar [EMAIL PROTECTED] Revision ChangesPath 1.11 +3 -0 apache-2.0/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/htdocs/manual/mod mod_log_config.html

1999-10-13 Thread dirkx
dirkx 99/10/13 01:41:53 Modified:htdocs/manual/mod mod_log_config.html Log: Must have missed this in the past. Sorry. Revision ChangesPath 1.35 +5 -1 apache-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html

cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-10-13 Thread bjh
bjh 99/10/13 02:31:37 Modified:src/lib/apr/misc/os2 start.c Makefile.in src/lib/apr/misc/unix start.c Log: OS/2: Use the (slightly tweaked) unix start.c instead of our own. Revision ChangesPath 1.7 +1 -87

cvs commit: apache-2.0/src/lib/apr/file_io/os2 Makefile.in fileio.h filestat.c

1999-10-13 Thread bjh
bjh 99/10/13 02:38:09 Modified:src/lib/apr/file_io/os2 Makefile.in fileio.h filestat.c Log: OS/2: Some cleaning up for file_io. Revision ChangesPath 1.4 +10 -15apache-2.0/src/lib/apr/file_io/os2/Makefile.in Index: Makefile.in

cvs commit: apache-2.0/src/lib/apr/file_io/unix readwrite.c

1999-10-13 Thread rbb
rbb 99/10/13 08:29:22 Modified:src/lib/apr configure.in src/lib/apr/include apr_file_io.h src/lib/apr/file_io/unix readwrite.c Log: Fix my ap_make_iovec function. APR compiles cleanly again. I could have sworn this compiled for me last night,

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

1999-10-13 Thread rbb
rbb 99/10/13 10:45:17 Modified:src/lib/apr/lib apr_pools.c Log: I am actually going to fix the recursive lock contention this time. These locks were removed when Dean did his NSPR work a long time ago, and were carried over into the apache-apr tree. When the lib directory

cvs commit: apache-2.0/src/lib/apr/lib apr_cpystrn.c

1999-10-13 Thread rbb
rbb 99/10/13 11:07:23 Modified:src/lib/apr/include apr_lib.h src/lib/apr/lib apr_cpystrn.c Log: Move filename_of_pathname down to APR. I have put an ap_ at the beginning to protect namespace. This is distilled from http_main.c Submitted by: Ben Hyde

cvs commit: apache-2.0/src/modules/mpm/winnt winnt.c

1999-10-13 Thread manoj
manoj 99/10/13 11:16:52 Modified:src/modules/mpm/mpmt_beos scoreboard.c src/modules/mpm/mpmt_pthread scoreboard.c src/modules/mpm/prefork prefork.c src/modules/mpm/spmt_os2 spmt_os2.c src/modules/mpm/winnt winnt.c Log: My

cvs commit: apache-2.0/src/lib/apr/network_io/beos sockopt.c

1999-10-13 Thread dreid
dreid 99/10/13 13:14:33 Modified:src/lib/apr/network_io/beos sockopt.c Log: This fixes that small cast that isn't needed now that I've included the apr_lib.h file for the prototype. Revision ChangesPath 1.8 +2 -1

cvs commit: apache-2.0/src/modules/mpm/dexter dexter.c scoreboard.c scoreboard.h

1999-10-13 Thread manoj
manoj 99/10/13 13:14:58 Modified:src/modules/mpm/dexter dexter.c scoreboard.c scoreboard.h Log: Add a config directive to Dexter to not maintain any connection status, similarly to what ExtendedStatus did in 1.3. It's not perfect, since the server might still go through

cvs commit: apache-2.0/src/main http_main.c

1999-10-13 Thread bhyde
bhyde 99/10/13 13:28:04 Modified:src/include http_main.h src/main http_main.c Log: Remove all but one WIN32 from http_main. Other minor changes. Revision ChangesPath 1.4 +1 -2 apache-2.0/src/include/http_main.h Index: http_main.h

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread bhyde
bhyde 99/10/13 13:33:43 Modified:src/lib/apr/include apr_file_io.h Log: Mr. -Wall, full of opinions. Revision ChangesPath 1.14 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h Index: apr_file_io.h

cvs commit: apache-2.0/src/modules/mpm/prefork prefork.c

1999-10-13 Thread bhyde
bhyde 99/10/13 13:36:35 Modified:src/modules/mpm/prefork prefork.c Log: Redundent and out of synch global. Revision ChangesPath 1.44 +0 -1 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread scoreboard.c

1999-10-13 Thread bhyde
bhyde 99/10/13 13:52:58 Modified:src/modules/mpm/mpmt_pthread scoreboard.c Log: Remove two bogus decls. Revision ChangesPath 1.8 +0 -2 apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c Index: scoreboard.c

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread bhyde
bhyde 99/10/13 14:09:10 Modified:src/lib/apr/include apr_file_io.h Log: Back out this change, restore warning. Revision ChangesPath 1.15 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h Index: apr_file_io.h

cvs commit: apache-2.0/src/modules/mpm/dexter acceptlock.h acceptlock.c

1999-10-13 Thread bhyde
bhyde 99/10/13 14:14:11 Modified:src/modules/mpm/dexter acceptlock.h acceptlock.c Log: Modernize some dexter cleanups to return status. Revision ChangesPath 1.4 +3 -3 apache-2.0/src/modules/mpm/dexter/acceptlock.h Index: acceptlock.h

Re: cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread Ryan Bloom
On 13 Oct 1999 [EMAIL PROTECTED] wrote: bhyde 99/10/13 13:33:43 Modified:src/lib/apr/include apr_file_io.h Log: Mr. -Wall, full of opinions. Revision ChangesPath 1.14 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h Index: apr_file_io.h

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c

1999-10-13 Thread dreid
dreid 99/10/13 14:35:40 Modified:src/lib/apr/threadproc/beos proc.c Log: Add the process routines that BeOS was missing. Also bring BeOS back into line with the most recent changes. Revision ChangesPath 1.7 +72 -2

cvs commit: apache-2.0/src/modules/mpm/dexter scoreboard.c

1999-10-13 Thread manoj
manoj 99/10/13 15:35:41 Modified:src/modules/mpm/dexter scoreboard.c Log: Whack a warning. Revision ChangesPath 1.5 +0 -1 apache-2.0/src/modules/mpm/dexter/scoreboard.c Index: scoreboard.c

cvs commit: apache-2.0/src/modules/mpm/mpmt_beos mpmt_beos.c

1999-10-13 Thread dreid
dreid 99/10/13 15:37:20 Modified:src/modules/mpm/mpmt_beos mpmt_beos.c Log: This correct mpmt_beos for the recent changes of argument ordering for ap_get_os_sock. Revision ChangesPath 1.3 +2 -2 apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c Index:

cvs commit: apache-2.0/src/modules/mpm/dexter scoreboard.c

1999-10-13 Thread manoj
manoj 99/10/13 15:40:10 Modified:src/include mpm_status.h src/modules/mpm/dexter scoreboard.c Log: Add calls ap_get_connections and ap_get_connection_keys to the connection status API, and add implementations of these calls to Dexter. Revision Changes

cvs commit: apache-2.0/src/lib/apr/locks/beos crossproc.c intraproc.c

1999-10-13 Thread dreid
dreid 99/10/13 15:49:53 Modified:src/lib/apr/locks/beos crossproc.c intraproc.c Log: Remove some silly typo's, some naughty tabs that crept in and generally tidy up. Also start adding in ap_null_cleanup in line with recent changes. There is so little difference between