cvs commit: apache-apr/include apr_file_io.h

1999-08-04 Thread rbb
rbb 99/08/04 10:52:22 Modified:apr/file_io/unix fileio.h open.c readwrite.c apr/include apr_config.h.in apr_lib.h apr_win.h apr/lib Makefile.in apr_md5.c apr_snprintf.c apr/test Makefile.in include apr_file_io.h Added:

cvs commit: apache-apr/include apr_file_io.h

1999-06-21 Thread rbb
rbb 99/06/21 11:28:11 Modified:apr/file_io/unix fileacc.c apr/include apr_config.h.in include apr_file_io.h Log: Update APR to make it compile again. That'll teach me to save code for a week before I commit it. Revision ChangesPath 1.

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

1999-05-26 Thread rbb
rbb 99/05/26 06:47:04 Modified:apr/file_io/unix pipe.c readwrite.c apr/test testfile.c testproc.c testsock.c apr/threadproc/unix proc.c include apr_file_io.h apr_thread_proc.h Log: The process test works with these changes. Next up i

cvs commit: apache-apr/include apr_file_io.h apr_lock.h apr_network_io.h apr_thread_proc.h apr_time.h

1999-05-24 Thread rbb
rbb 99/05/23 19:04:25 Modified:apr/file_io/beos dir.c fileacc.c filedup.c filestat.c open.c pipe.c readwrite.c seek.c apr/file_io/unix dir.c fileacc.c filedup.c filestat.c open.c readwrite.c seek.c apr/lock

cvs commit: apache-apr/include apr_file_io.h

1999-05-12 Thread rbb
rbb 99/05/12 05:31:17 Modified:include apr_file_io.h Log: Make the file_io header file more portable. None of these includes are needed here. They are all included someplace else. Revision ChangesPath 1.23 +0 -6 apache-apr/include/apr_file_io.h Ind

cvs commit: apache-apr/include apr_file_io.h apr_network_io.h apr_thread_proc.h

1999-04-30 Thread rbb
rbb 99/04/30 11:38:59 Modified:apr/file_io/unix Makefile fileio.h open.c apr/network_io/unix Makefile poll.c sendrecv.c sockets.c sockopt.c apr/test Makefile client.c server.c testfile.c testsock.c apr/threadproc/un

cvs commit: apache-apr/include apr_file_io.h

1999-04-12 Thread rbb
rbb 99/04/12 10:50:44 Modified:include apr_file_io.h Log: Removed all of the platform dependant definitions from the include file. These are now in the platform's direcotry, along with the code. Hopefully, that will make it easier for other platforms to port this stuff.

cvs commit: apache-apr/include apr_file_io.h

1999-04-09 Thread bjh
bjh 99/04/09 11:13:10 Modified:include apr_file_io.h Log: Some platforms need sys/types.h included before sys/stat.h Rearange #includes to make it so. Revision ChangesPath 1.14 +1 -1 apache-apr/include/apr_file_io.h Index: apr_file_io.h ===

cvs commit: apache-apr/include apr_file_io.h

1999-04-09 Thread rbb
rbb 99/04/09 11:09:27 Modified:apr/file_io/unix open.c apr/test testfile.c docs fileio.txt include apr_file_io.h Log: Removed the NONBLOCKING flag for file I/O. Too many OS's don't support this option, so it's not portable, and

cvs commit: apache-apr/include apr_file_io.h

1999-04-09 Thread rbb
rbb 99/04/09 11:02:59 Modified:apr/file_io/unix readwrite.c apr/test testfile.c docs fileio.txt include apr_file_io.h Log: Added apr_writev call, and requisite defines. I also added the permissions abstraction #defines. Re

cvs commit: apache-apr/include apr_file_io.h

1999-04-09 Thread rbb
rbb 99/04/09 07:37:05 Modified:apr/file_io/unix Makefile readwrite.c apr/test testfile.c docs fileio.txt impl.txt include apr_file_io.h Added: apr/file_io/unix dir.c Log: Added support for directory commands in apr. I als

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 works.

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/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 1

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/include apr_file_io.h

1999-02-25 Thread rbb
rbb 99/02/25 13:34:24 Modified:include apr_file_io.h Log: Added prototypes for copying file descriptors and getting stat information. Revision ChangesPath 1.6 +5 -0 apache-apr/include/apr_file_io.h Index: apr_file_io.h ==

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

1999-02-25 Thread rbb
rbb 99/02/25 11:57:11 Modified:include apr_file_io.h apr_general.h Log: Added typedefs for all the integer types. They most likely aren't correct, but until I get a chance to fix them, they will work. Revision ChangesPath 1.5 +5 -2 apache-apr/include/ap

cvs commit: apache-apr/include apr_file_io.h

1999-02-22 Thread rbb
rbb 99/02/22 08:31:02 Modified:include apr_file_io.h Log: Fix some compile errors. With these changes, the first APR function is implemented. When I implement more, I will begin to write a test suite for the apr funcs. Revision ChangesPath 1.2 +3 -2

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

1999-02-22 Thread coar
coar99/02/22 07:51:49 Modified:apr/file_io/unix open.c include apr_errno.h apr_general.h Added: include apr_file_io.h Removed: include file_io.h Log: Rename file_io.h to apr_file_io.h, add the LICENSE file, and do some stylistic clean