summaryrefslogtreecommitdiff
path: root/network_io/beos/sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-10/+10
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Make apr_socket_recvfrom set the port in the from sockaddr.Garrett Rooney2006-04-271-1/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-5/+5
* axe these deprecated functions:Jeff Trawick2003-09-031-38/+0
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-10/+54
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-9/+9
* Couple of fixes for pre-BONE beos...David Reid2001-07-271-4/+4
* This change fixes the biggest outstanding bug on BeOS R5. This may need toDavid Reid2001-04-041-17/+6
* Try to resolve the send blocking issues on BeOS R5.David Reid2001-04-041-3/+21
* Add the UDP support to BeOS R5.David Reid2001-03-201-0/+76
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* This changes BeOS to use the majority of the Unix socket code.David Reid2000-11-181-0/+3
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-071-3/+3
* Add apr-sendv using the "I don't have writev" workaround.David Reid2000-08-291-0/+10
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-6/+6
* This takes the BeOS defines to include the networking code. Removed some une...David Reid2000-06-131-1/+1
* Put the BeOS network code back into APR. According the David Reid,Ryan Bloom2000-05-301-0/+150
* Remove the beos network I/O code and merge it with the unix code. MostRyan Bloom2000-05-161-150/+0
* First commit to allow Apache to build with the latest BeOS version.David Reid2000-05-121-1/+5
* More code tidy up for BeOS.David Reid2000-04-221-53/+53
* APR_SO_TIMEOUT now takes microseconds instead of seconds. (The newJeff Trawick2000-04-161-12/+12
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-2/+2
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-031-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Update the BeOS files to use a single header.David Reid1999-12-151-7/+0
* Update BeOS network code. This should bring it up to the same levelRyan Bloom1999-10-021-21/+38
* Initial revisionRyan Bloom1999-08-171-0/+139