cvs commit: apache-site index.html

1999-10-18 Thread lars
lars99/10/18 16:14:00 Modified:.index.html Log: Link to systems99 page. To be removed 22-oct-99. Revision ChangesPath 1.5 +5 -0 apache-site/index.html Index: index.html === R

cvs commit: apache-site/systems99 index.html

1999-10-18 Thread lars
lars99/10/18 16:03:55 Modified:systems99 index.html Log: *gnar* Revision ChangesPath 1.3 +1 -1 apache-site/systems99/index.html Index: index.html === RCS file: /export/home/cvs/apache-

cvs commit: apache-site/systems99 index.html

1999-10-18 Thread lars
lars99/10/18 15:47:30 Modified:systems99 index.html Log: fix typo Revision ChangesPath 1.2 +1 -1 apache-site/systems99/index.html Index: index.html === RCS file: /export/home/cvs/apach

cvs commit: apache-site/systems99 systems-hall-a3.gif systems-logo.jpg systems99.gif index.html

1999-10-18 Thread lars
lars99/10/18 15:45:34 Added: systems99 systems-hall-a3.gif systems-logo.jpg systems99.gif index.html Log: temporary directory with Systems 99 information. Revision ChangesPath 1.1 apache-site/systems99/systems-hall-a3.gif

cvs commit: apache-site/systems99 - New directory

1999-10-18 Thread lars
lars99/10/18 15:43:39 apache-site/systems99 - New directory

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

1999-10-18 Thread manoj
manoj 99/10/18 15:41:06 Modified:src/modules/mpm/dexter scoreboard.c Log: Delete some old unused code that was breaking compiles. Revision ChangesPath 1.7 +0 -3 apache-2.0/src/modules/mpm/dexter/scoreboard.c Index: scoreboard.c

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

1999-10-18 Thread stoddard
stoddard99/10/18 14:59:30 Modified:src/lib/apr/file_io/win32 open.c Log: Fix bug in ap_get_os_file Revision ChangesPath 1.7 +1 -1 apache-2.0/src/lib/apr/file_io/win32/open.c Index: open.c ==

cvs commit: apache-2.0/src/lib/apr APRDesign

1999-10-18 Thread rbb
rbb 99/10/18 11:34:26 Modified:src/lib/apr APRDesign Log: Update the design doc with specs for FEATURE macros inside APR. Revision ChangesPath 1.2 +26 -0 apache-2.0/src/lib/apr/APRDesign Index: APRDesign ===

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: open.c ==

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/regex regex2.h

1999-10-18 Thread stoddard
stoddard99/10/18 07:48:26 Modified:src/include hsregex.h src/regex regex2.h Log: Remove the WIN32 specific API_EXPORT definition. We now use .def files to declare exports in Win32. Revision ChangesPath 1.4 +0 -4 apache-2.0/src/include/hsregex.h

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

1999-10-18 Thread rbb
rbb 99/10/18 05:44:00 Modified:src/lib/apr/include apr_win.h src/lib/apr/lib apr_getpass.c Log: Remove a warning from apr_getpass.c Revision ChangesPath 1.4 +5 -0 apache-2.0/src/lib/apr/include/apr_win.h Index: apr_win.h ==

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/lib/apr/ne

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 -22apache-2.0/s

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 file status

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-site/mirrors index.html mirrors.list

1999-10-18 Thread pier
pier99/10/17 22:22:18 Modified:mirrors index.html mirrors.list Log: Modified entry for "hotdog.org" as requested by Alex Rodriguez <[EMAIL PROTECTED]> Revision ChangesPath 1.72 +1 -1 apache-site/mirrors/index.html Index: index.html

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 dir