summaryrefslogtreecommitdiff
path: root/network_io/beos
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-14/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-5/+5
* axe these deprecated functions:trawick2003-09-031-38/+0
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-10/+54
* Remove the old BeOS poll implementation. BeOS's poll implementation looksrbb2002-07-112-328/+1
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-3/+3
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-2/+2
* Small fix for beos networking.dreid2002-05-011-1/+1
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Update our copyright for this year.fielding2002-03-132-2/+2
* This patch basically allows BeOS R5's apr_poll to work like it should do!dreid2002-01-141-4/+91
* No point in using apr_pcalloc when we then go on to use FD_ZERO is there?dreid2002-01-131-6/+9
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-102-23/+23
* Couple of fixes for pre-BONE beos...dreid2001-07-271-4/+4
* This change fixes the biggest outstanding bug on BeOS R5. This may need todreid2001-04-041-17/+6
* Try to resolve the send blocking issues on BeOS R5.dreid2001-04-041-3/+21
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-221-12/+22
* Add the UDP support to BeOS R5.dreid2001-03-201-0/+76
* nobody uses inet_aton() anymore; it isn't even in a Makefile.intrawick2001-03-051-178/+0
* Update copyright to 2001fielding2001-02-162-2/+2
* renaming various functions for consistency sakedougm2001-02-081-10/+10
* Add a missing function to the beos poll... Thought I'd done this adreid2001-01-121-0/+16
* Libtool-ize APR.gstein2001-01-092-32/+8
* Remove some old files that we no longer use. Should have been done a whiledreid2001-01-023-490/+0
* This file is no longer needed. I thought I'd already removed this butdreid2000-12-031-119/+0
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andtrawick2000-12-011-19/+0
* Some of the forewarned APR network_io interface changes:trawick2000-11-211-27/+0
* This changes BeOS to use the majority of the Unix socket code.dreid2000-11-184-38/+44
* BeOS changes to the way dependencies are built in APR makefilestrawick2000-11-151-59/+2
* This is the next step in the conversion of socket address functions todreid2000-11-091-71/+22
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portdreid2000-11-081-26/+16
* This adds the apr_port_t type to APR and should change all references in thedreid2000-11-081-6/+6
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-3/+3
* I'm not sure I really like this as it smacks of code duplication withdreid2000-11-031-0/+19
* Add error checking for apr_connect.dreid2000-11-021-4/+9
* Make 2nd parm of apr_connect() const char * instead of char *.trawick2000-11-021-1/+1
* Add some .cvsignore goodness...dreid2000-09-161-0/+1
* Add apr-sendv using the "I don't have writev" workaround.dreid2000-08-291-0/+10
* Adjust the TCP_NODELAY code for the older BeOS stack...dreid2000-08-261-3/+11
* APRize disabling nagle (setting TCP_NODELAY).bjh2000-08-221-1/+6
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-063-5/+5
* prefix libapr functions and types with apr_dougm2000-08-026-78/+78
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-082-33/+6
* const-ify the userdata interfacesgstein2000-07-082-4/+4