cvs commit: apache-2.0/src/lib/apr/network_io/win32 sockets.c

1999-11-01 Thread manoj
manoj 99/10/31 16:49:45 Modified:src/lib/apr/network_io/beos sockets.c src/lib/apr/network_io/os2 sockets.c src/lib/apr/network_io/unix sockets.c src/lib/apr/network_io/win32 sockets.c Log: We were passing NULL to ap_register_cleanup,

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

1999-11-01 Thread manoj
manoj 99/10/31 19:07:08 Modified:src/lib/apr/file_io/unix pipe.c Log: Force ap_create_pipe to properly note that it uses a Unix fd instead of a FILE pointer. This also makes mod_cgi work properly on Unix. Revision ChangesPath 1.4 +2 -0

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

1999-11-01 Thread manoj
manoj 99/10/31 19:20:53 Modified:src/lib/apr/file_io/unix open.c Log: Some cleanup Revision ChangesPath 1.17 +10 -6 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c === RCS file:

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

1999-11-01 Thread manoj
manoj 99/10/31 19:58:15 Modified:src/lib/apr/file_io/unix open.c Log: Fix a thinko I made in the last commit. Revision ChangesPath 1.18 +1 -1 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c

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

1999-11-01 Thread manoj
manoj 99/10/31 20:24:09 Modified:src/lib/apr/file_io/unix open.c Log: A little more cleanup. Buffered mode complicates things. Revision ChangesPath 1.19 +1 -2 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c

cvs commit: apache-2.0/src/modules/standard mod_asis.c

1999-11-01 Thread bjh
bjh 99/10/31 20:27:09 Modified:src/modules/standard mod_asis.c Log: Fix mod_asis handler name. This was messed up with Ryans accidental search/replace of -i - ap_context_t and the subsequent fix was slightly out. Revision ChangesPath 1.12 +1 -1

cvs commit: apache-2.0 STATUS

1999-11-01 Thread manoj
manoj 99/10/31 20:30:54 Modified:.STATUS Log: Still no progress on the PalmPilot MPM, though. Revision ChangesPath 1.7 +1 -8 apache-2.0/STATUS Index: STATUS === RCS file:

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

1999-11-01 Thread bjh
bjh 99/11/01 02:58:56 Modified:src/modules/mpm/spmt_os2 spmt_os2.c Log: OS/2: Bump up thread stack size. 64k just wasn't enough when doing sub-requests in mod_include. Revision ChangesPath 1.20 +1 -1 apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c

cvs commit: apache-2.0/src/lib/apr/file_io/os2 maperrorcode.c

1999-11-01 Thread bjh
bjh 99/11/01 03:11:41 Modified:src/lib/apr/file_io/os2 maperrorcode.c Log: OS/2: Error map shouldn't be a public symbol. Revision ChangesPath 1.4 +1 -1 apache-2.0/src/lib/apr/file_io/os2/maperrorcode.c Index: maperrorcode.c

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

1999-11-01 Thread bjh
bjh 99/11/01 03:25:05 Modified:src/modules/mpm/spmt_os2 spmt_os2.c Log: OS/2: When shutting down, kill off child threads properly before shutting down parent thread. Revision ChangesPath 1.21 +32 -13apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c

cvs commit: apache-2.0/src/modules/standard mod_include.c

1999-11-01 Thread bjh
bjh 99/11/01 03:45:30 Modified:src/modules/standard mod_include.c Log: First hack at getting mod_include to work. Everything seems to work ok but error handling probably needs some work. Revision ChangesPath 1.7 +121 -111

cvs commit: apache-2.0/src Configuration.tmpl

1999-11-01 Thread bjh
bjh 99/11/01 03:51:53 Modified:src Configuration.tmpl Log: mod_cgi mod_include now build so include them by default. Revision ChangesPath 1.5 +2 -2 apache-2.0/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache-1.3/htdocs/manual index.html

1999-11-01 Thread fanf
fanf99/11/01 07:01:41 Modified:htdocs/manual index.html Log: I had to chase too many links to find the content negotiation docs just now so this'll make it easier to get to. Revision ChangesPath 1.29 +1 -0 apache-1.3/htdocs/manual/index.html Index:

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

1999-11-01 Thread stoddard
stoddard99/11/01 12:02:42 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix bug exposed when no arg list is passed into ap_create_process. Revision ChangesPath 1.12 +1 -1 apache-2.0/src/lib/apr/threadproc/win32/proc.c Index: proc.c

cvs commit: apache-1.3/htdocs index.html.en

1999-11-01 Thread dgaudet
dgaudet 99/11/01 13:48:49 Modified:htdocs index.html.en Log: i asked a friend who does interface design to comment on the it worked page. i liked what he had to say. From: James Home [EMAIL PROTECTED] reading over the page, it appears that the primary audience for

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

1999-11-01 Thread stoddard
stoddard99/11/01 14:16:56 Modified:src/lib/apr/file_io/win32 readwrite.c Log: Make the assumption that a broken pipe signals an EOF condition. If EOF, return APR_SUCCESS and 0 bytes read Revision ChangesPath 1.7 +8 -1

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

1999-11-01 Thread bjh
bjh 99/11/01 02:50:48 Modified:src/main http_protocol.c Log: In ap_send_fb_length() don't treat APR_EOF as a fatal error. Revision ChangesPath 1.32 +1 -1 apache-2.0/src/main/http_protocol.c Index: http_protocol.c