cvs commit: apache-2.0/src/main buff.c

2000-02-18 Thread stoddard
stoddard00/02/18 10:05:19 Modified:src/include ap_iol.h src/lib/apr aprlib.def src/lib/apr/file_io/win32 readwrite.c src/lib/apr/include apr_file_io.h src/main buff.c Log: Pass ap_iovec_t on writev calls. Revision

cvs commit: apache-2.0/src/main buff.c http_protocol.c

1999-10-31 Thread manoj
manoj 99/10/31 01:13:23 Modified:src CHANGES src/include buff.h src/main buff.c http_protocol.c Log: Finish removing references to errno from buff, by introducing ap_berror() to return the status from calls that don't return an ap_status_t.

cvs commit: apache-2.0/src/main buff.c

1999-10-26 Thread manoj
manoj 99/10/25 22:24:52 Modified:src/main buff.c Log: Fix a Manojly stupid bclose bug. Revision ChangesPath 1.14 +1 -1 apache-2.0/src/main/buff.c Index: buff.c === RCS file:

cvs commit: apache-2.0/src/main buff.c

1999-10-26 Thread manoj
manoj 99/10/25 23:15:59 Modified:src/main buff.c Log: More elimination of errno in buff. Now, everything under ap_bwrite is errno-free. ap_bwrite doesn't use errno, excpet for exporting its old interface. Revision ChangesPath 1.15 +49 -41

cvs commit: apache-2.0/src/main buff.c

1999-10-26 Thread manoj
manoj 99/10/26 13:43:52 Modified:src/main buff.c Log: Fix some (probably) inconsequential mistakes in ap_bsetopt. Revision ChangesPath 1.16 +2 -2 apache-2.0/src/main/buff.c Index: buff.c

cvs commit: apache-2.0/src/main buff.c http_connection.c http_protocol.c

1999-10-26 Thread manoj
manoj 99/10/26 15:25:03 Modified:src CHANGES src/main buff.c http_connection.c http_protocol.c Log: ap_bflush and ap_bclose now return ap_status_t error codes instead of returning -1 and setting errno. Revision ChangesPath 1.13 +3 -0

cvs commit: apache-2.0/src/main buff.c

1999-10-26 Thread manoj
manoj 99/10/26 15:42:51 Modified:src CHANGES src/include buff.h src/main buff.c Log: Error functions recorded with ap_bonerror now take a status code as an argument, so errno isn't needed. Revision ChangesPath 1.14 +3 -1

cvs commit: apache-2.0/src/main buff.c

1999-10-25 Thread manoj
manoj 99/10/25 14:12:42 Modified:src/main buff.c Log: The first layer of buff changes to abandon errno. Now .*_with_errors and doerror are errno independant, but export the old errno-using interface. Revision ChangesPath 1.12 +54 -49

cvs commit: apache-2.0/src/main buff.c

1999-10-25 Thread manoj
manoj 99/10/25 15:04:08 Modified:src/main buff.c Log: large_write now doesn't use errno internally, but exports an errnoish interface. Revision ChangesPath 1.13 +34 -24apache-2.0/src/main/buff.c Index: buff.c

cvs commit: apache-2.0/src/main buff.c

1999-10-22 Thread manoj
manoj 99/10/22 15:08:18 Modified:src/include buff.h src/main buff.c Log: Change ap_bgetopt and ap_bsetopt to use APR-style return codes instead of errno. There's no effect on other Apache code since nothing actually checks return values on these functions.

cvs commit: apache-2.0/src/main buff.c

1999-10-21 Thread manoj
manoj 99/10/21 12:00:20 Modified:src/main buff.c Log: Fix an swap in the ?: operator's arguments in writev_it_all. Revision ChangesPath 1.9 +1 -1 apache-2.0/src/main/buff.c Index: buff.c