cvs commit: apache-apr/apr/file_io/unix open.c

1999-02-23 Thread rbb
rbb 99/02/23 07:07:02 Modified:apr/file_io/unix open.c Log: Inserted the apr_close function. Revision ChangesPath 1.5 +13 -0 apache-apr/apr/file_io/unix/open.c Index: open.c === RCS

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

1999-02-23 Thread rbb
rbb 99/02/23 07:28:32 Modified:include apr_errno.h apr_file_io.h Log: Include apr_close prototype, and defines needed for it. Revision ChangesPath 1.4 +3 -0 apache-apr/include/apr_errno.h Index: apr_errno.h

cvs commit: apache-apr/pthreads/src/main fdqueue.c http_core.c http_main.c

1999-02-23 Thread rbb
rbb 99/02/23 11:11:23 Modified:pthreads/src/include fdqueue.h http_conf_globals.h pthreads/src/main fdqueue.c http_core.c http_main.c Log: A hopefully final commit for the fdqueue logic. This removes the bug where our queue head and tail where getting out of

cvs commit: apache-apr/include apr_status.h

1999-02-23 Thread rbb
rbb 99/02/23 11:27:15 Removed: include apr_status.h Log: The consensus on new-httpd seems is to not use APRStatus as it was defined in this file, but to have each function return an error code, as appropriate, and use errno. Because this is no longer needed, and to reduce

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

1999-02-23 Thread rbb
rbb 99/02/23 12:37:27 Modified:pthreads/src/main http_main.c Log: When I get a graceful restart, I have to kick acceptors out of blocking on the full queue. Otherwise, they will sit there, and they won't quit quickly enough. Revision ChangesPath 1.54 +3 -0

cvs commit: apache-apr/pthreads/src Configure

1999-02-23 Thread stoddard
stoddard99/02/23 12:52:17 Modified:pthreads/src/include apr.h pthreads/src Configure Log: Make this stuff compile and link on AIX 4.2. Revision ChangesPath 1.2 +77 -0 apache-apr/pthreads/src/include/apr.h Index: apr.h

cvs commit: apache-apr/apr/file_io/unix open.c

1999-02-23 Thread rbb
rbb 99/02/23 13:07:45 Modified:apr/file_io/unix open.c Log: Change names to conform to naming style proposed on new-httpd. I am also fixing a bug in the code, because I forgot to allocate space for the file when I wrote this code. Oops. Revision ChangesPath 1.6

cvs commit: apache-apr/docs fileio.txt

1999-02-23 Thread rbb
rbb 99/02/23 13:13:55 Modified:docs fileio.txt Log: Change specs to reflect new naming guidelines Revision ChangesPath 1.3 +2 -2 apache-apr/docs/fileio.txt Index: fileio.txt ===