cvs commit: apache-apr/pthreads/src/main buff.c

1999-06-04 Thread manoj
manoj 99/06/03 16:37:45 Modified:pthreads/src/main buff.c Log: Now, {send,recv}withtimeout can handle both non-blocking I/O (timeout = 0), and fully blocking I/O (timeout = -1). This makes these routines look more like the APR functions. Revision ChangesPath 1.10

cvs commit: apache-apr/pthreads/src/modules/standard mod_cgi.c mod_mime_magic.c

1999-06-04 Thread manoj
manoj 99/06/03 16:46:28 Modified:pthreads/src CHANGES pthreads/src/include buff.h http_main.h pthreads/src/main buff.c http_main.c http_protocol.c util_script.c pthreads/src/modules/proxy proxy_cache.c proxy_ftp.c

cvs commit: apache-1.3/src CHANGES

1999-06-04 Thread jim
jim 99/06/03 17:21:39 Modified:src CHANGES Log: Hmmm... forgot to add this Revision ChangesPath 1.1368+6 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

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

1999-06-04 Thread bjh
bjh 99/06/03 21:43:49 Modified:src/main http_main.c Log: Code to force linking of Expat shouldn't be in the shared core loader. Revision ChangesPath 1.443 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-apr/apr/misc/os2 - New directory

1999-06-04 Thread bjh
bjh 99/06/04 05:47:34 apache-apr/apr/misc/os2 - New directory

cvs commit: apache-apr/apr/locks/os2 - New directory

1999-06-04 Thread bjh
bjh 99/06/04 05:49:16 apache-apr/apr/locks/os2 - New directory

cvs commit: apache-apr/apr/network_io/os2 - New directory

1999-06-04 Thread bjh
bjh 99/06/04 05:52:00 apache-apr/apr/network_io/os2 - New directory

cvs commit: apache-apr/apr/threadproc/os2 - New directory

1999-06-04 Thread bjh
bjh 99/06/04 05:55:17 apache-apr/apr/threadproc/os2 - New directory

cvs commit: apache-apr/apr/time/os2 - New directory

1999-06-04 Thread bjh
bjh 99/06/04 06:03:14 apache-apr/apr/time/os2 - New directory

cvs commit: apache-apr/apr/file_io/os2 dir.c fileacc.c pipe.c fileio.h filedup.c filestat.c maperrorcode.c open.c readwrite.c seek.c

1999-06-04 Thread bjh
bjh 99/06/04 06:13:21 Modified:apr/file_io/os2 filedup.c filestat.c maperrorcode.c open.c readwrite.c seek.c Added: apr/file_io/os2 dir.c fileacc.c pipe.c fileio.h Log: Update file_io lib for OS/2 to current spec. Revision ChangesPath

cvs commit: apache-site/contributors index.html

1999-06-04 Thread mjc
mjc 99/06/04 06:34:53 Modified:contributors index.html Log: Minor fixes Revision ChangesPath 1.72 +3 -3 apache-site/contributors/index.html Index: index.html === RCS file:

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

1999-06-04 Thread bjh
bjh 99/06/04 07:57:46 Added: apr/time/os2 Makefile.in access.c atime.h time.c Log: OS/2 version of time library. Right now it's identical to the unix version. Revision ChangesPath 1.1 apache-apr/apr/time/os2/Makefile.in Index: Makefile.in

cvs commit: apache-1.3/src/support log_server_status

1999-06-04 Thread coar
coar99/06/04 08:54:20 Modified:src/support log_server_status Log: {Sigh} %Y isn't universally accepted, so hack around it with %y and some Y2K math. Revision ChangesPath 1.12 +5 -2 apache-1.3/src/support/log_server_status Index:

cvs commit: apache-1.3 STATUS

1999-06-04 Thread coar
coar99/06/04 09:01:51 Modified:.STATUS Log: Update the patch list. Revision ChangesPath 1.696 +9 -1 apache-1.3/STATUS Index: STATUS === RCS file:

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

1999-06-04 Thread bjh
bjh 99/06/04 09:15:59 Added: apr/network_io/os2 Makefile.in networkio.h poll.c sendrecv.c sockets.c sockopt.c Log: OS/2 network_io library. Same as unix except for ap_poll. As OS/2 doesn't have a poll function it's implemented using select().

cvs commit: apache-apr/apr/file_io/os2 Makefile

1999-06-04 Thread bjh
bjh 99/06/04 09:28:32 Removed: apr/file_io/os2 Makefile Log: Get rid of manually created Makefile

cvs commit: apache-apr/apr/file_io/os2 Makefile.in

1999-06-04 Thread bjh
bjh 99/06/04 09:37:48 Added: apr/file_io/os2 Makefile.in Log: Add Makefile template for OS/2 file_io Revision ChangesPath 1.1 apache-apr/apr/file_io/os2/Makefile.in Index: Makefile.in

cvs commit: apache-1.3 STATUS

1999-06-04 Thread rse
rse 99/06/04 09:38:04 Modified:.STATUS Log: The old stand-alone MM patch is obsolete. The MM glue code is now part of EAPI. And whether we include the MM source tree into src/lib/mm/ is a question which has to be voted on seperately... Revision ChangesPath

cvs commit: apache-apr/apr/locks/os2 Makefile.in locks.c locks.h

1999-06-04 Thread bjh
bjh 99/06/04 09:40:23 Added: apr/locks/os2 Makefile.in locks.c locks.h Log: OS/2 locks library. Revision ChangesPath 1.1 apache-apr/apr/locks/os2/Makefile.in Index: Makefile.in

cvs commit: apache-apr/apr/misc/os2 Makefile.in misc.h start.c

1999-06-04 Thread bjh
bjh 99/06/04 09:43:06 Added: apr/misc/os2 Makefile.in misc.h start.c Log: Initial OS/2 misc library, same as unix version. Revision ChangesPath 1.1 apache-apr/apr/misc/os2/Makefile.in Index: Makefile.in

cvs commit: apache-1.3 STATUS

1999-06-04 Thread dgaudet
dgaudet 99/06/04 09:49:14 Modified:.STATUS Log: a sunny day here Revision ChangesPath 1.698 +5 -15 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3 STATUS

1999-06-04 Thread dgaudet
dgaudet 99/06/04 10:00:27 Modified:.STATUS Log: still sunny Revision ChangesPath 1.699 +6 -2 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-apr/apr Makefile.in

1999-06-04 Thread bjh
bjh 99/06/04 10:04:11 Modified:apr Makefile.in Log: Fix top level rule for 'clean'. It currently complains it doesn't know how to make 'rm'. Revision ChangesPath 1.8 +1 -1 apache-apr/apr/Makefile.in Index: Makefile.in

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

1999-06-04 Thread dgaudet
dgaudet 99/06/04 10:15:53 Modified:htdocs/manual content-negotiation.html src CHANGES src/modules/standard mod_negotiation.c Log: This patch removes the processing of `mxb' parameters in Accept headers in mod_negotiation. A second patch updates

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

1999-06-04 Thread coar
coar99/06/04 11:30:37 Modified:.STATUS src CHANGES src/include ap_mmn.h httpd.h src/main util.c src/modules/standard mod_autoindex.c Log: mod_autoindex was only checking for exact matches of text/html

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

1999-06-04 Thread coar
coar99/06/04 11:40:01 Modified:src CHANGES htdocs/manual/mod mod_setenvif.html src/modules/standard mod_setenvif.c Log: A minor enhancement to SetEnvIf*: allow it to test envariables as well as request attributes. Revision

cvs commit: apache-site/mirrors mirrors.list index.html

1999-06-04 Thread brian
brian 99/06/04 13:05:12 Modified:mirrors mirrors.list index.html Log: New adds, some changes. Revision ChangesPath 1.78 +4 -2 apache-site/mirrors/mirrors.list Index: mirrors.list ===