summaryrefslogtreecommitdiff
path: root/network_io/beos
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-10/+10
* * Add apr_socket_is_connected to detect whether the remote side of a socketRuediger Pluem2009-10-041-0/+1
* 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
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-14/+0
* 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
* Remove the old BeOS poll implementation. BeOS's poll implementation looksRyan Bloom2002-07-112-328/+1
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-3/+3
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
* Small fix for beos networking.David Reid2002-05-011-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-132-2/+2
* This patch basically allows BeOS R5's apr_poll to work like it should do!David Reid2002-01-141-4/+91
* No point in using apr_pcalloc when we then go on to use FD_ZERO is there?David Reid2002-01-131-6/+9
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-102-23/+23
* 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
* Change the way select based poll works so it works as we'd expect it to, i.e.David Reid2001-03-221-12/+22
* Add the UDP support to BeOS R5.David Reid2001-03-201-0/+76
* nobody uses inet_aton() anymore; it isn't even in a Makefile.inJeff Trawick2001-03-051-178/+0
* Update copyright to 2001Roy T. Fielding2001-02-162-2/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-10/+10
* Add a missing function to the beos poll... Thought I'd done this aDavid Reid2001-01-121-0/+16
* Libtool-ize APR.Greg Stein2001-01-092-32/+8
* Remove some old files that we no longer use. Should have been done a whileDavid Reid2001-01-023-490/+0
* This file is no longer needed. I thought I'd already removed this butDavid Reid2000-12-031-119/+0
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2000-12-011-19/+0
* Some of the forewarned APR network_io interface changes:Jeff Trawick2000-11-211-27/+0
* This changes BeOS to use the majority of the Unix socket code.David Reid2000-11-184-38/+44
* BeOS changes to the way dependencies are built in APR makefilesJeff Trawick2000-11-151-59/+2
* This is the next step in the conversion of socket address functions toDavid Reid2000-11-091-71/+22
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portDavid Reid2000-11-081-26/+16
* This adds the apr_port_t type to APR and should change all references in theDavid Reid2000-11-081-6/+6
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnRyan Bloom2000-11-071-3/+3
* I'm not sure I really like this as it smacks of code duplication withDavid Reid2000-11-031-0/+19
* Add error checking for apr_connect.David Reid2000-11-021-4/+9
* Make 2nd parm of apr_connect() const char * instead of char *.Jeff Trawick2000-11-021-1/+1
* Add some .cvsignore goodness...David Reid2000-09-161-0/+1
* Add apr-sendv using the "I don't have writev" workaround.David Reid2000-08-291-0/+10
* Adjust the TCP_NODELAY code for the older BeOS stack...David Reid2000-08-261-3/+11