cvs commit: apache-1.3/src/os/os2 Makefile.tmpl

1999-04-07 Thread bjh
bjh 99/04/07 03:33:59 Modified:src/os/os2 Makefile.tmpl Log: Some more os/os2/Makefile.tmpl tweaks. Revision ChangesPath 1.11 +7 -7 apache-1.3/src/os/os2/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/modules/proxy proxy_ftp.c

1999-04-07 Thread martin
martin 99/04/07 07:31:22 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: proxy ftp: instead of using the hardwired string text/plain as a fallback type for files served by the ftp proxy, use the ap_default_type() function to determine the configured

cvs commit: apache-site index.html

1999-04-07 Thread bhyde
bhyde 99/04/07 08:24:55 Modified:.index.html Log: Add a search field and reorder TOC based to usage patterns. Revision ChangesPath 1.76 +13 -4 apache-site/index.html Index: index.html

cvs commit: apache-apr/include apr_file_io.h apr_general.h

1999-04-07 Thread rbb
rbb 99/04/07 12:43:49 Modified:include apr_file_io.h apr_general.h Log: added apr_size_t type, and modified apr_read and apr_write to use it. Revision ChangesPath 1.7 +2 -2 apache-apr/include/apr_file_io.h Index: apr_file_io.h

cvs commit: apache-apr/docs fileio.txt

1999-04-07 Thread rbb
rbb 99/04/07 12:48:32 Modified:docs fileio.txt Log: Updated the docs to reflect the changes for apr_read and apr_write. Revision ChangesPath 1.6 +2 -2 apache-apr/docs/fileio.txt Index: fileio.txt

cvs commit: apache-apr/include apr_file_io.h apr_general.h

1999-04-07 Thread rbb
rbb 99/04/07 13:42:11 Modified:apr/file_io/unix Makefile apr/test testfile.c docs fileio.txt include apr_file_io.h apr_general.h Log: added apr_seek function, and all needed typedefs and defines. Revision ChangesPath

cvs commit: apache-1.3/src/modules/proxy proxy_ftp.c

1999-04-07 Thread stoddard
stoddard99/04/07 14:23:06 Modified:src/modules/proxy proxy_ftp.c Log: Fix Win32 compile break. Revision ChangesPath 1.73 +1 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c ===

cvs commit: apache-apr/pthreads/src/main http_accept.c Makefile.tmpl fdqueue.c http_main.c

1999-04-07 Thread stoddard
stoddard99/04/07 15:52:19 Modified:pthreads/src/include fdqueue.h pthreads/src/main Makefile.tmpl fdqueue.c http_main.c Added: pthreads/src/include http_accept.h pthreads/src/main http_accept.c Log: Add accept loop abstraction. 4 new functions