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

1999-04-08 Thread fielding
fielding99/04/07 19:36:28 Modified:include apr_file_io.h apr_general.h Log: ssize_t is the correct return value for read/write. Default to the ANSI C values instead of a funky fixed bit size. Revision ChangesPath 1.9 +2 -2 apache-apr/include/apr_file_io.h

cvs commit: apache-apr STATUS

1999-04-08 Thread manoj
manoj 99/04/08 01:53:47 Modified:.STATUS Log: Nasty hot weather is here. It's late this year. Revision ChangesPath 1.18 +13 -1 apache-apr/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src CHANGES

1999-04-08 Thread bjh
bjh 99/04/08 04:36:39 Modified:src/include ap_config.h src/main alloc.c util_script.c src/modules/standard mod_cgi.c mod_include.c src CHANGES Log: OS/2: Rework CGI handling to use spawn*() instead of fork/exec, achieving a

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

1999-04-08 Thread rse
rse 99/04/08 04:58:15 Modified:mirrors index.html mirrors.list Log: Update mirror list according to following request from John Leveron [EMAIL PROTECTED]: | We're now fully up at both | | http://apache.missouri.edu/ | and |

cvs commit: apache-apr/pthreads/src CHANGES

1999-04-08 Thread rbb
rbb 99/04/08 07:37:18 Modified:pthreads/src CHANGES Log: Updateing the CHANGES for changes in apache-apr. Revision ChangesPath 1.4 +19 -0 apache-apr/pthreads/src/CHANGES Index: CHANGES

cvs commit: apache-apr/include apr_file_io.h

1999-04-08 Thread rbb
rbb 99/04/08 10:09:36 Modified:apr/file_io/unix open.c apr/test testfile.c docs fileio.txt include apr_file_io.h Log: Added a function to remove files. apr_remove_file. Also all the needed test functions to make sure it

cvs commit: apache-1.3/src/os/win32 registry.c registry.h service.c service.h

1999-04-08 Thread stoddard
stoddard99/04/08 13:26:28 Modified:src/main http_main.c src/os/win32 registry.c registry.h service.c service.h Log: Win32 multiple services patch. Documentation to follow. Submitted by: Keith Wannamaker Reviewed by: Bill Stoddard, Ken Parzygnat Revision

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

1999-04-08 Thread dirkx
dirkx 99/04/08 13:27:46 Modified:src/modules/proxy proxy_cache.c Log: Modified cache garbage control to first check if it actually should run, based on the time of last run, and to try to get a lock; prior to actually forking and doing the real cleanup. This effectively

cvs commit: apache-1.3/src/support htpasswd.c

1999-04-08 Thread coar
coar99/04/08 13:56:44 Modified:src CHANGES src/ap ap_md5c.c src/include ap_md5.h src/main http_core.c util_md5.c src/support htpasswd.c Log: Passwords, as user input, may not be 7-bit ASCII -- so we need

cvs commit: apache-1.3/src/os/win32 registry.c registry.h service.c service.h

1999-04-08 Thread stoddard
stoddard99/04/08 14:04:55 Modified:src CHANGES src/main http_main.c src/os/win32 registry.c registry.h service.c service.h Log: Update CHANGES and get rid of the ^Z. Revision ChangesPath 1.1301+31 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src/ap ap_md5c.c

1999-04-08 Thread coar
coar99/04/08 14:34:01 Modified:src/ap ap_md5c.c Log: D'oh! Sometimes signedness is good.. Revision ChangesPath 1.26 +3 -2 apache-1.3/src/ap/ap_md5c.c Index: ap_md5c.c === RCS

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

1999-04-08 Thread stoddard
stoddard99/04/08 14:56:43 Modified:htdocs/manual windows.html Log: Some documentation on the multiple services patch Submitted by: Keith Wannamaker Revision ChangesPath 1.28 +95 -30apache-1.3/htdocs/manual/windows.html Index: windows.html

cvs commit: apache-1.3/src/support htpasswd.1 htpasswd.c

1999-04-08 Thread coar
coar99/04/08 15:17:56 Modified:src CHANGES src/support htpasswd.1 htpasswd.c Log: Allow (though discouraged) htpasswd to get the password from the command line. People who wanted this in the past probably just modified htpasswd.c to do

cvs commit: apache-apr/pthreads/src/os/unix os.h

1999-04-08 Thread fielding
fielding99/04/08 15:42:21 Modified:pthreads/src/os/unix os.h Log: Add prototypes for ap_spawnvp(). Revision ChangesPath 1.4 +2 -0 apache-apr/pthreads/src/os/unix/os.h Index: os.h === RCS