cvs commit: apache-1.3/src/include ap_config.h

2000-02-27 Thread bjh
bjh 00/02/26 23:55:26 Modified:src/include ap_config.h Log: Don't use ap_slack() on OS/2. It shouldn't be necessary & seems to interfere with graceful restarts. Revision ChangesPath 1.283 +1 -0 apache-1.3/src/include/ap_config.h Inde

cvs commit: apache-1.3/src/os/os2 util_os2.c

2000-02-27 Thread bjh
bjh 00/02/26 22:07:11 Modified:src/main util_script.c src/os/os2 util_os2.c Log: Squash a few "subscript has type `char'" warnings and a "defined but not used" warning. Revision ChangesPath 1.150 +5 -5 apache-1

cvs commit: apache-2.0/src/lib/apr/network_io/os2 sendrecv.c

2000-02-14 Thread bjh
bjh 00/02/14 06:01:42 Modified:src/lib/apr/network_io/os2 sendrecv.c Log: OS/2: ap_send/ap_recv/ap_sendv should set len to 0, not -1, when an error occurrs. Revision ChangesPath 1.7 +6 -6 apache-2.0/src/lib/apr/network_io/os2/sendrecv.c Index

cvs commit: apache-1.3/src/modules/standard mod_mime.c

2000-02-06 Thread bjh
bjh 00/02/05 19:53:14 Modified:src/modules/standard mod_mime.c Log: Use ap_isgraph instead of isgraph to avoid "subscript has type `char'" warning. Revision ChangesPath 1.54 +1 -1 apache-1.3/src/modules/standard/mod_mime.c In

cvs commit: apache-2.0/src/os/os2 Makefile.in config.m4 os.h util_os2.c

2000-01-26 Thread bjh
bjh 00/01/25 23:51:46 Modified:src/modules/mpm/spmt_os2 spmt_os2.c src/os config.m4 src/os/os2 os.h util_os2.c Added: src/modules/mpm/spmt_os2 Makefile.in config.m4 src/os/os2 Makefile.in config.m4 Log: Get OS/2 working with

cvs commit: apache-2.0/src/modules/mpm config.m4

2000-01-26 Thread bjh
bjh 00/01/25 23:47:35 Modified:src/modules/mpm config.m4 Log: Only check for pthreads for mpms that actually need it rather than assuming everything except prefork needs it. Clarify threads != pthreads. Revision ChangesPath 1.10 +2 -2 apache-2.0/src

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

2000-01-26 Thread bjh
bjh 00/01/25 23:40:12 Modified:src/main util.c Log: OS/2 doesn't have groups, don't try to mess with them. Revision ChangesPath 1.28 +1 -1 apache-2.0/src/main/util.c Ind

cvs commit: apache-2.0/src/main http_request.c http_vhost.c

2000-01-26 Thread bjh
bjh 00/01/25 23:07:51 Modified:src/main http_request.c http_vhost.c Log: Quiet some warnings. - 1 'suggest parentheses around assignment used as truth value' - a few "subscript has type `char'" Revision ChangesPath 1.18 +1 -1

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

2000-01-26 Thread bjh
bjh 00/01/25 23:01:13 Modified:src/lib/apr/test ab_apr.c Log: timetaken is expected to be in milliseconds, not seconds. Revision ChangesPath 1.16 +2 -2 apache-2.0/src/lib/apr/test/ab_apr.c Index: ab_apr.c

cvs commit: apache-1.3/src Configure

2000-01-14 Thread bjh
bjh 00/01/14 08:10:36 Modified:src Configure Log: Allow different file name extensions for the shared core and shared modules. Set HPUX to use .sl for the core & .so for modules. Set OS/2 to use .dll for both. Reviewed by: Ryan Bloom Revision Changes

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

2000-01-10 Thread bjh
bjh 00/01/10 08:01:58 Modified:src/lib/apr/test testproc.c Log: I don't think sleeping for 1000 seconds is what we want to do here. Switch it for a child wait which is more appropriate and tests another function. Revision ChangesPath 1.10 +7 -1 apach

cvs commit: apache-2.0/src/modules/standard mod_autoindex.c mod_cern_meta.c mod_cgi.c mod_dir.c mod_mime.c mod_negotiation.c

2000-01-10 Thread bjh
bjh 00/01/10 07:35:53 Modified:src/lib/apr/file_io/os2 fileacc.c filedup.c fileio.h filestat.c open.c readwrite.c seek.c src/lib/apr/file_io/unix fileacc.c filestat.c src/lib/apr/include apr_file_io.h src/main

cvs commit: apache-2.0/src/lib/apr/file_io/os2 filedup.c fileio.h open.c pipe.c

2000-01-10 Thread bjh
bjh 00/01/10 06:21:54 Modified:src/lib/apr/file_io/os2 filedup.c fileio.h open.c pipe.c Log: OS/2: Implement delete on close & fix an allocation error in ap_open_stderr. Revision ChangesPath 1.5 +1 -0 apache-2.0/src/lib/apr/file_io/os2/filedup.c I

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

2000-01-10 Thread bjh
bjh 00/01/09 23:15:31 Modified:src/lib/apr/file_io/os2 dir.c src/lib/apr/time/unix time.c Log: OS/2: Migrate directory API to new style ap_time_t Revision ChangesPath 1.4 +2 -2 apache-2.0/src/lib/apr/file_io/os2/dir.c Index: dir.c

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

2000-01-10 Thread bjh
bjh 00/01/09 22:21:13 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Use native API for process waits. Revision ChangesPath 1.13 +13 -18apache-2.0/src/lib/apr/threadproc/os2/proc.c Index: proc.c

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

1999-12-21 Thread bjh
bjh 99/12/21 07:16:39 Modified:src/lib/apr/time/unix time.c Log: Prevent segfault on comparing an uninitialized ap_time_t object. Treat it as a zero value, same as a NULL ap_time_t pointer. Revision ChangesPath 1.14 +2 -2 apache-2.0/src/lib/apr/time/unix

cvs commit: apache-2.0/src/lib/apr/time/os2 .cvsignore Makefile.in default.c

1999-12-21 Thread bjh
bjh 99/12/20 17:45:24 Removed: src/lib/apr/time/os2 .cvsignore Makefile.in default.c Log: Remove OS/2 version of time library, the default unix code works just fine.

cvs commit: apache-2.0/src/lib/apr/file_io/os2 fileio.h

1999-12-19 Thread bjh
bjh 99/12/19 01:41:26 Modified:src/lib/apr/file_io/os2 fileio.h Log: OS/2: Include apr_config.h so HAVE_* macros are available to file I/O code. Revision ChangesPath 1.5 +1 -0 apache-2.0/src/lib/apr/file_io/os2/fileio.h Index: fileio.h

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

1999-12-19 Thread bjh
bjh 99/12/19 00:33:53 Modified:src/lib/apr/threadproc/os2 proc.c Log: Adapt to change where arg[0] to ap_create_process() now contains the program name. Revision ChangesPath 1.11 +2 -1 apache-2.0/src/lib/apr/threadproc/os2/proc.c Index: proc.c

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

1999-12-19 Thread bjh
bjh 99/12/19 00:16:03 Modified:src/lib/apr/file_io/os2 readwrite.c Log: Fix a warning "implicit declaration of function `malloc'" Revision ChangesPath 1.10 +1 -0 apache-2.0/src/lib/apr/file_io/os2/readwrite.c Ind

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

1999-12-19 Thread bjh
bjh 99/12/19 00:05:07 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Implement ap_open_stderr() Revision ChangesPath 1.12 +19 -0 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c

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

1999-12-19 Thread bjh
bjh 99/12/19 00:03:29 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Fix a couple of uninitialized fields in ap_put_os_file(). Revision ChangesPath 1.11 +2 -0 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c

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

1999-12-19 Thread bjh
bjh 99/12/19 00:00:32 Modified:src/lib/apr/file_io/os2 filedup.c Log: OS/2: Let the user supply two file descriptors to ap_dupfile to make them equivalent. Revision ChangesPath 1.4 +24 -13apache-2.0/src/lib/apr/file_io/os2/filedup.c Index: filedup.c

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

1999-12-11 Thread bjh
bjh 99/12/10 16:36:20 Modified:src/modules/standard mod_include.c Log: Clean up an unused variable warning. Revision ChangesPath 1.120 +1 -1 apache-1.3/src/modules/standard/mod_include.c Index: mod_include.c

cvs commit: apache-2.0/src/lib/apr/misc/os2 misc.h Makefile.in getopt.c start.c

1999-12-08 Thread bjh
bjh 99/12/07 17:00:51 Modified:src/lib/apr/misc/os2 misc.h Removed: src/lib/apr/misc/os2 Makefile.in getopt.c start.c Log: Clean out OS/2 version of APR misc library. Revision ChangesPath 1.4 +1 -15 apache-2.0/src/lib/apr/misc/os2/misc.h Index

cvs commit: apache-2.0 configure

1999-12-07 Thread bjh
bjh 99/12/07 06:20:12 Modified:.configure Log: Give OS/2 back a default layout, disabled by previous patch. Revision ChangesPath 1.7 +1 -0 apache-2.0/configure Index: configure

cvs commit: apache-1.3 configure

1999-12-07 Thread bjh
bjh 99/12/07 06:15:03 Modified:.configure Log: Give OS/2 back a default layout, disabled by previous patch. Revision ChangesPath 1.112 +1 -0 apache-1.3/configure Index: configure

cvs commit: apache-2.0/src/ap ap_hooks.c

1999-11-28 Thread bjh
bjh 99/11/28 05:32:16 Modified:src/ap ap_hooks.c Log: Fix hook sorting. When walking a linked list it's a good idea to start at the head rather than the first element of the array. This makes mod_userdir actually work. Revision ChangesPath 1.8

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

1999-11-27 Thread bjh
bjh 99/11/27 07:06:22 Modified:src/os/os2 os.c Log: Ooops, missed this. Needs string.h to prevent warnings. Revision ChangesPath 1.5 +1 -0 apache-1.3/src/os/os2/os.c Index: os.c

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

1999-11-27 Thread bjh
bjh 99/11/27 06:52:36 Modified:src/os/os2 os.c Log: Add an important piece of information to the error message when a module fails to load, the name of the dll that caused the problem. This can be different from the module dll if it depends on another dll and that other

cvs commit: apache-1.3/src/main util_script.c

1999-11-27 Thread bjh
bjh 99/11/27 06:48:37 Modified:src/main util_script.c Log: OS/2: Add a handful of environment variables that should be passed to CGI scripts by default. Revision ChangesPath 1.147 +16 -1 apache-1.3/src/main/util_script.c Index: util_script.c

cvs commit: apache-1.3/src ApacheCoreOS2.def

1999-11-27 Thread bjh
bjh 99/11/26 18:37:36 Modified:src ApacheCoreOS2.def Log: Add a couple of missing exports. Revision ChangesPath 1.6 +2 -0 apache-1.3/src/ApacheCoreOS2.def Index: ApacheCoreOS2.def

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

1999-11-14 Thread bjh
bjh 99/11/13 22:07:41 Modified:src/modules/standard mod_so.c Log: Make mod_so.c compile. Loading modules crashes for me though, haven't figured out why yet Revision ChangesPath 1.5 +11 -20apache-2.0/src/modules/standard/mod_so.c Index: mod

cvs commit: apache-2.0/src/main http_config.c http_core.c http_log.c

1999-11-08 Thread bjh
bjh 99/11/07 22:05:52 Modified:src/main http_config.c http_core.c http_log.c Log: Get rid of a number of 'incompatible pointer type' warnings using ap_os_{get,put}_file() on platforms who's ap_os_file_t is not an int. Revision ChangesPath

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

1999-11-08 Thread bjh
bjh 99/11/07 21:59:24 Modified:src/lib/apr/file_io/os2 readwrite.c Log: Reomve a missed APR_EOF return from ap_read(). Revision ChangesPath 1.9 +0 -1 apache-2.0/src/lib/apr/file_io/os2/readwrite.c Index: readwrite.c

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

1999-11-07 Thread bjh
bjh 99/11/06 22:58:52 Modified:src/lib/apr/file_io/os2 readwrite.c Log: OS/2: make ap_read/ap_write thread safe when buffered. Revision ChangesPath 1.8 +6 -0 apache-2.0/src/lib/apr/file_io/os2/readwrite.c Index: readwrite.c

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

1999-11-07 Thread bjh
bjh 99/11/06 21:58:24 Modified:src/main buff.c Log: optval is a pointer to the value, I think this was the intended test. BTW, what's with the ZZZ comment? Surely it would have been just as easy to write "fb->flags &= ~B_WR;" as to write the comm

cvs commit: apache-2.0/src/lib/apr/network_io/os2 networkio.h sendrecv.c sockets.c sockopt.c

1999-11-03 Thread bjh
bjh 99/11/03 06:03:27 Modified:src/lib/apr/network_io/os2 networkio.h sendrecv.c sockets.c sockopt.c Log: OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets. Revision ChangesPath 1.6 +2 -1 apache-2.0/src/lib/apr

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

1999-11-03 Thread bjh
bjh 99/11/03 04:47:24 Modified:src/lib/apr/file_io/os2 readwrite.c src/main http_protocol.c Log: OS/2: Don't return APR_EOF from ap_read(). EOF is indicated by a APR_SUCCESS status with nbytes set to 0. Revision ChangesPath 1.6 +1

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

1999-11-03 Thread bjh
bjh 99/11/03 00:06:01 Modified:src/lib/apr/threadproc/os2 proc.c Log: Some fixes for OS/2 process creation: - Allow NULL environment block - Allow .exe extension to be omitted Revision ChangesPath 1.10 +20 -13apache-2.0/src/lib/apr/threadproc/os2/proc.c

cvs commit: apache-2.0/src/modules/standard mod_auth.c mod_imap.c mod_mime.c

1999-11-02 Thread bjh
bjh 99/11/02 07:15:11 Modified:src/include httpd.h src/main http_config.c util.c src/modules/standard mod_auth.c mod_imap.c mod_mime.c Log: De-errno ap_pcfg_openfile(). Revision ChangesPath 1.12 +1 -1 apache-2.0/src/include

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.

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 apache-2.0/src/modules/standard

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 Index

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: maperrorc

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_

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_proto

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 Changes

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

1999-10-31 Thread bjh
bjh 99/10/31 01:26:04 Modified:src/modules/standard mod_asis.c src/include util_script.h src/main util_script.c Log: Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizing ap_scan_script_header_err(). Revision Changes

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

1999-10-31 Thread bjh
bjh 99/10/31 01:16:40 Modified:src/main buff.c Log: Fix chunking, end_chunk() wasn't being called. Revision ChangesPath 1.24 +1 -1 apache-2.0/src/main/buff.c Index: buff.c === RCS

cvs commit: apache-2.0/src/os/os2 iol_socket.c

1999-10-31 Thread bjh
bjh 99/10/30 23:13:18 Modified:src/os/os2 iol_socket.c Log: OS/2: iol_socket cleanup - method functions should be static. - errno is no longer relevant. Revision ChangesPath 1.6 +4 -10 apache-2.0/src/os/os2/iol_socket.c Index: iol_socket.c

cvs commit: apache-2.0/src/os/os2 iol_socket.c

1999-10-29 Thread bjh
bjh 99/10/29 08:06:23 Modified:src/os/os2 iol_socket.c Log: Some cleaning up of OS/2 iol_socket.c. Revision ChangesPath 1.5 +2 -81 apache-2.0/src/os/os2/iol_socket.c Index: iol_socket.c

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

1999-10-29 Thread bjh
bjh 99/10/29 07:37:33 Modified:src/os/os2 iol_socket.h iol_socket.c src/modules/mpm/spmt_os2 spmt_os2.c Log: OS/2: APRize iol_socket Revision ChangesPath 1.2 +3 -1 apache-2.0/src/os/os2/iol_socket.h Index: iol_socket.h

cvs commit: apache-2.0/src/lib/apr/network_io/os2 os2calls.c os2calls.h Makefile.in networkio.h poll.c sendrecv.c sockets.c sockopt.c

1999-10-29 Thread bjh
bjh 99/10/29 07:21:04 Modified:src/lib/apr/file_io/os2 maperrorcode.c src/lib/apr/network_io/os2 Makefile.in networkio.h poll.c sendrecv.c sockets.c sockopt.c Added: src/lib/apr/network_io/os2 os2calls.c os2calls.h Log: OS/2: Bypass

cvs commit: apache-2.0/src/lib/apr/network_io/os2 sendrecv.c

1999-10-29 Thread bjh
bjh 99/10/29 07:00:08 Modified:src/lib/apr/network_io/os2 sendrecv.c Log: OS/2: Return error status when something goes wrong in ap_send()/ap_recv(). This will probably be needed on other platforms as well. Revision ChangesPath 1.4 +12 -0 apache-2.0/src

cvs commit: apache-2.0/src/lib/apr/network_io/os2 sendrecv.c

1999-10-29 Thread bjh
bjh 99/10/29 06:36:29 Modified:src/lib/apr/include apr_network_io.h src/lib/apr/network_io/os2 sendrecv.c Log: Add new APR function ap_sendv(), a writev for APR sockets. Revision ChangesPath 1.15 +4 -0 apache-2.0/src/lib/apr/include

cvs commit: apache-2.0/src Configure

1999-10-29 Thread bjh
bjh 99/10/29 06:20:11 Modified:src Configure Log: Prevent -Zexe switch from being passed to APR configure in LDFLAGS. autoconf's configure has it's own way of dealing with .exe suffixes which is incompatible with this switch. Revision ChangesP

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

1999-10-29 Thread bjh
bjh 99/10/29 00:17:17 Modified:src/lib/apr/locks/os2 locks.c Log: OS/2: Fix unnamed semaphores. Revision ChangesPath 1.5 +6 -1 apache-2.0/src/lib/apr/locks/os2/locks.c Index: locks.c

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

1999-10-26 Thread bjh
bjh 99/10/26 08:16:56 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Put support for detached processes back into ap_create_process(), removed by previous change. Revision ChangesPath 1.9 +4 -1 apache-2.0/src/lib/apr/threadproc/os2/proc.c

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

1999-10-26 Thread bjh
bjh 99/10/26 08:07:36 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Make ap_create_process() work with scripts, allowing mod_cgi to work with all the CGI types it used to (REXX, Perl etc). Revision ChangesPath 1.8 +148 -26 apache-2.0/src/lib/apr

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

1999-10-25 Thread bjh
bjh 99/10/25 05:45:39 Modified:src/modules/standard mod_cgi.c Log: Make args to CGIs work. Revision ChangesPath 1.15 +6 -6 apache-2.0/src/modules/standard/mod_cgi.c Index: mod_cgi.c

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

1999-10-24 Thread bjh
bjh 99/10/24 06:08:31 Modified:src/lib/apr/include apr_network_io.h 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

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

1999-10-24 Thread bjh
bjh 99/10/24 00:43:47 Modified:src/modules/mpm/prefork prefork.c Log: Fix an ap_log_error() call. Revision ChangesPath 1.48 +1 -1 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

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

1999-10-24 Thread bjh
bjh 99/10/23 22:59:23 Modified:src/include http_connection.h src/lib/apr/include apr_network_io.h src/lib/apr/network_io/os2 Makefile.in networkio.h sockets.c src/lib/apr/network_io/unix Makefile.in networkio.h

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

1999-10-24 Thread bjh
bjh 99/10/23 21:30:20 Modified:src/lib/apr/mmap/unix mmap.c Log: Don't try to compile mmap functions if the platform doesn't have mmap. Revision ChangesPath 1.3 +4 -0 apache-2.0/src/lib/apr/mmap/unix/mmap.c Ind

cvs commit: apache-2.0/src Configure

1999-10-24 Thread bjh
bjh 99/10/23 21:26:46 Modified:src Configure Log: Use the single APR library file. Revision ChangesPath 1.14 +3 -4 apache-2.0/src/Configure Index: Configure === RCS file: /home

cvs commit: apache-2.0/src/lib/apr/test Makefile.in

1999-10-24 Thread bjh
bjh 99/10/23 21:22:23 Modified:src/lib/apr .cvsignore Makefile.in src/lib/apr/test Makefile.in Log: Make a single APR library file. Revision ChangesPath 1.3 +1 -1 apache-2.0/src/lib/apr/.cvsignore Index: .cvsignore

cvs commit: apache-2.0/src/os/os2 iol_socket.c

1999-10-21 Thread bjh
bjh 99/10/21 02:03:11 Modified:src/os/os2 iol_socket.c Log: Apply iol_socket errno changes to OS/2 version. Revision ChangesPath 1.3 +51 -32apache-2.0/src/os/os2/iol_socket.c Index: iol_socket.c

cvs commit: apache-2.0/src/os/os2 util_os2.c

1999-10-20 Thread bjh
bjh 99/10/20 08:15:41 Modified:src/modules/mpm/spmt_os2 spmt_os2.c src/modules/standard mod_cgi.c src/os/os2 util_os2.c Log: Apply ap_log_error() errno parameter addition to a few more files. Revision ChangesPath 1.16 +40 -39

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

1999-10-20 Thread bjh
bjh 99/10/20 08:11:21 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: on closing buffered file, write unwritten data in the buffer. Revision ChangesPath 1.10 +1 -0 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c

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

1999-10-20 Thread bjh
bjh 99/10/20 08:09:54 Modified:src/lib/apr acconfig.h Log: Defining _POSIX_THREAD_SAFE_FUNCTIONS for OS/2 is no longer appropriate. Revision ChangesPath 1.10 +0 -5 apache-2.0/src/lib/apr/acconfig.h Index: acconfig.h

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

1999-10-19 Thread bjh
bjh 99/10/19 08:54:52 Modified:src/main http_main.c Log: Use APR's getopt. Revision ChangesPath 1.18 +1 -1 apache-2.0/src/main/http_main.c Index: http_main.c === RCS file: /hom

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

1999-10-19 Thread bjh
bjh 99/10/19 08:52:25 Modified:src/main http_log.c Log: Need APR_CREATE flag when opening error log & pid file. Revision ChangesPath 1.12 +2 -2 apache-2.0/src/main/http_log.c Index: http_l

cvs commit: apache-2.0/src/lib/apr/file_io/os2 fileio.h

1999-10-19 Thread bjh
bjh 99/10/19 08:29:04 Modified:src/lib/apr/file_io/os2 fileio.h Log: OS/2: First take at adding buffered file I/O support. Only reads tested so far. (ooops, forgot the header on previous commit). Revision ChangesPath 1.4 +9 -0 apache-2.0/src/lib/apr

cvs commit: apache-2.0/src/lib/apr/file_io/os2 open.c pipe.c readwrite.c seek.c

1999-10-19 Thread bjh
bjh 99/10/19 08:24:22 Modified:src/lib/apr/file_io/os2 open.c pipe.c readwrite.c seek.c Log: OS/2: First take at adding buffered file I/O support. Only reads tested so far. Revision ChangesPath 1.9 +11 -0 apache-2.0/src/lib/apr/file_io/os2/open.c

cvs commit: apache-2.0/src/os/os2 util_os2.c

1999-10-19 Thread bjh
bjh 99/10/18 19:41:42 Modified:src/os/os2 util_os2.c Log: Prevent collision with APR symbol of same name. Revision ChangesPath 1.4 +1 -1 apache-2.0/src/os/os2/util_os2.c Index: util_os2.c

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

1999-10-19 Thread bjh
bjh 99/10/18 19:02:11 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Add ap_get_os_proc(). Revision ChangesPath 1.7 +11 -0 apache-2.0/src/lib/apr/threadproc/os2/proc.c Index: proc.c

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

1999-10-19 Thread bjh
bjh 99/10/18 18:59:49 Modified:src/lib/apr/file_io/os2 readwrite.c Log: OS/2: ap_fgets() should NULL terminate the string. Revision ChangesPath 1.4 +2 -1 apache-2.0/src/lib/apr/file_io/os2/readwrite.c Index: readwrite.c

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

1999-10-18 Thread bjh
bjh 99/10/18 10:00:44 Modified:src/modules/mpm/spmt_os2 spmt_os2.c Log: Update spmt_os2 MPM with APR changes. Revision ChangesPath 1.15 +64 -52apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c Index: spmt_os2.c

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

1999-10-18 Thread bjh
bjh 99/10/18 07:55:20 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Fix flags to DosOpen() so that mutually exclusive flags aren't used at the same time. Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/file_io/os2/open.c Index: o

cvs commit: apache-2.0/src/lib/apr/network_io/os2 poll.c

1999-10-18 Thread bjh
bjh 99/10/18 07:53:25 Modified:src/lib/apr/network_io/os2 poll.c Log: OS/2: Fix ap_get_revents() so it actually works. Revision ChangesPath 1.6 +11 -11apache-2.0/src/lib/apr/network_io/os2/poll.c Index: poll.c

cvs commit: apache-2.0/src/lib/apr/time/os2 Makefile.in

1999-10-18 Thread bjh
bjh 99/10/18 05:06:55 Modified:src/lib/apr/file_io/os2 Makefile.in src/lib/apr/locks/os2 Makefile.in src/lib/apr/misc/os2 Makefile.in src/lib/apr/network_io/os2 Makefile.in src/lib/apr/threadproc/os2 Makefile.in

cvs commit: apache-2.0/src/lib/apr/network_io/os2 networkio.h poll.c

1999-10-18 Thread bjh
bjh 99/10/18 04:36:04 Modified:src/lib/apr/network_io/os2 networkio.h poll.c Log: OS/2: Rework ap_poll() to use native thread safe select instead of the EMX C library select which isn't thread safe. Revision ChangesPath 1.3 +24 -5 apache-2.0/src/li

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

1999-10-18 Thread bjh
bjh 99/10/18 04:32:14 Modified:src/lib/apr/network_io/os2 sockopt.c Log: OS/2: Use unix version of sockopt.c Revision ChangesPath 1.5 +1 -128apache-2.0/src/lib/apr/network_io/os2/sockopt.c Index: sockopt.c

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

1999-10-18 Thread bjh
bjh 99/10/18 04:14:21 Modified:src/lib/apr/network_io/os2 sockets.c Log: OS/2: Update sockets.c - add ap_getport(), ap_setipaddr(), ap_getipaddr(), ap_get_socketdata(), ap_set_socketdata(), ap_get_os_sock(), ap_put_os_sock() - Change ap_connect() to match unix version

cvs commit: apache-2.0/src/lib/apr/network_io/os2 sendrecv.c

1999-10-18 Thread bjh
bjh 99/10/18 04:06:39 Modified:src/lib/apr/network_io/os2 sendrecv.c Log: OS/2: Change timeout style in ap_send()/ap_receive() and change to use native thread safe select() instead of the EMX library's select(). Revision ChangesPath 1.2 +23 -22apach

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

1999-10-18 Thread bjh
bjh 99/10/18 03:55:46 Modified:src/lib/apr/locks/os2 locks.c Log: OS/2: Add parameter scope parameter to ap_create_lock(), ignored for now. Revision ChangesPath 1.4 +1 -1 apache-2.0/src/lib/apr/locks/os2/locks.c Index: locks.c

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

1999-10-18 Thread bjh
bjh 99/10/18 03:32:16 Modified:src/lib/apr/test testsig.c Log: Improve/fix signal test program. Revision ChangesPath 1.6 +30 -6 apache-2.0/src/lib/apr/test/testsig.c Index: testsig.c

cvs commit: apache-2.0/src/lib/apr/file_io/os2 fileio.h maperrorcode.c open.c readwrite.c

1999-10-18 Thread bjh
bjh 99/10/18 03:23:22 Modified:src/lib/apr/file_io/os2 fileio.h maperrorcode.c open.c readwrite.c Log: OS/2: Assorted file I/O cleanups & fixes. - Implement ap_eof() - Fix flags passed to DosOpen when reading an existing file - Invalidate

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

1999-10-18 Thread bjh
bjh 99/10/18 03:14:46 Modified:src/lib/apr/file_io/os2 fileacc.c Log: OS/2: Add ap_{get,set}_filedata() functions. Revision ChangesPath 1.5 +27 -0 apache-2.0/src/lib/apr/file_io/os2/fileacc.c Index: fileacc.c

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

1999-10-18 Thread bjh
bjh 99/10/18 02:44:08 Modified:src/lib/apr acconfig.h Log: OS/2: Prevent locking around C library functions as they are thread safe. Revision ChangesPath 1.8 +5 -0 apache-2.0/src/lib/apr/acconfig.h Index: acconfig.h

cvs commit: apache-2.0/src/lib/apr/signal/os2 .cvsignore makefile.in signal.c

1999-10-18 Thread bjh
bjh 99/10/18 02:39:58 Added: src/lib/apr/signal/os2 .cvsignore makefile.in signal.c Log: OS/2: Add signal module. Revision ChangesPath 1.1 apache-2.0/src/lib/apr/signal/os2/.cvsignore Index: .cvsignore

cvs commit: apache-2.0/src/lib/apr/signal/os2 - New directory

1999-10-18 Thread bjh
bjh 99/10/18 02:38:04 apache-2.0/src/lib/apr/signal/os2 - New directory

cvs commit: apache-2.0/src/lib/apr/time/os2 default.c Makefile.in access.c atime.h time.c

1999-10-18 Thread bjh
bjh 99/10/17 20:36:28 Modified:src/lib/apr/time/os2 Makefile.in Added: src/lib/apr/time/os2 default.c Removed: src/lib/apr/time/os2 access.c atime.h time.c Log: Simplify time/os2 directory by using a default.c module that #includes common modules from the unix

cvs commit: apache-2.0/src/lib/apr/test Makefile.in

1999-10-14 Thread bjh
bjh 99/10/13 20:00:35 Modified:src/lib/apr configure.in src/lib/apr/test Makefile.in Log: Make use of -lcrypt conditional on actually having libcrypt.a Revision ChangesPath 1.20 +1 -0 apache-2.0/src/lib/apr/configure.in Index

cvs commit: apache-2.0/src/lib/apr/threadproc/os2 thread.c

1999-10-14 Thread bjh
bjh 99/10/13 19:53:16 Modified:src/lib/apr/threadproc/os2 thread.c Log: OS/2: Fix a warning and parameter order to ap_create_threadattr() Revision ChangesPath 1.5 +2 -1 apache-2.0/src/lib/apr/threadproc/os2/thread.c Index: thread.c

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

1999-10-14 Thread bjh
bjh 99/10/13 19:51:48 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Add some 'const's to match prototypes. Revision ChangesPath 1.6 +2 -3 apache-2.0/src/lib/apr/threadproc/os2/proc.c Ind

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/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 apache-2.0/src/lib/apr/misc/os2

cvs commit: apache-2.0/src/lib/apr/time/os2 Makefile.in access.c time.c

1999-10-13 Thread bjh
bjh 99/10/13 02:25:11 Modified:src/lib/apr/time/os2 Makefile.in access.c time.c Log: Ditch the OS/2 specific time code as it's identical to the unix code (except for being out of date wrt parameter reordering). Revision ChangesPath 1.4 +8 -6 apach

  1   2   >