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/main buff.c

1999-06-01 Thread manoj
manoj 99/06/01 14:36:03 Modified:pthreads/src/main buff.c Log: Clean out the WIN32, etc. code in the buff routines. This lets us get rid of a few layers of function calls too, and the Windows, etc. functionality will be put back with the portable runtime work. Revision

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

1999-05-07 Thread manoj
manoj 99/05/06 23:57:50 Modified:pthreads/src/main buff.c Log: typo Revision ChangesPath 1.8 +1 -1 apache-apr/pthreads/src/main/buff.c Index: buff.c === RCS file:

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

1999-03-15 Thread rbb
rbb 99/03/15 10:22:33 Modified:pthreads/src/main buff.c Log: Fix recv and send withtimeout. I used recv and send instead or read and write. Revision ChangesPath 1.5 +7 -6 apache-apr/pthreads/src/main/buff.c Index: buff.c

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

1999-02-24 Thread rbb
rbb 99/02/24 12:30:20 Modified:pthreads/src/include http_main.h httpd.h pthreads/src/main buff.c http_core.c http_main.c http_protocol.c Log: Implemented timeouts in the hybrid server. We are using non_blocking I/O and and poll to