summaryrefslogtreecommitdiff
path: root/network_io/os2/sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-3/+3
* Ooops, that wasn't quite right. Stop counting bytes at nvec.bjh2001-03-051-1/+1
* OS/2: Limit data passed to writev() to 64k as that's all it can handle.bjh2001-03-051-3/+9
* Update copyright to 2001fielding2001-02-161-1/+1
* OS/2: return APR_EOF from apr_read() when there's no more data. This matchesbjh2000-11-141-1/+1
* Fix arg type to match prototype.bjh2000-11-131-1/+1
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-2/+2
* prefix libapr functions and types with apr_dougm2000-08-021-4/+4
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newtrawick2000-04-161-3/+3
* First stage of migrating OS/2 code to new error code mappings, define & usebjh2000-04-081-6/+6
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-2/+2
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-2/+2
* Update to Apache Software License version 1.1fielding2000-03-311-34/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* OS/2: ap_send/ap_recv/ap_sendv should set len to 0, not -1, when an errorbjh2000-02-141-6/+6
* OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets.bjh1999-11-031-78/+68
* OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IPbjh1999-10-291-18/+18
* OS/2: Return error status when something goes wrong in ap_send()/ap_recv().bjh1999-10-291-0/+12
* Add new APR function ap_sendv(), a writev for APR sockets.bjh1999-10-291-0/+44
* OS/2: Change timeout style in ap_send()/ap_receive() and change to use nativebjh1999-10-181-22/+23
* Initial revisionrbb1999-08-171-0/+135