summaryrefslogtreecommitdiff
path: root/network_io/os2
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.Joe Orton2006-08-035-5/+5
* Update license header.Joe Orton2006-08-035-30/+30
* The OS/2 send() function returns EINVAL if the data size is > 64k so limit theBrian Havard2006-01-051-0/+4
* Change INHERIT macros to use the new struct member rename.Mladen Turk2005-06-121-2/+2
* Implement pool accessor for socketsMladen Turk2005-06-121-10/+12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-045-5/+10
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-135-245/+50
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-22/+0
* Add apr_socket_type_get() for retrieving the type (e.g., stream)Jeff Trawick2003-11-301-0/+5
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replaceWilliam A. Rowe Jr2003-11-201-8/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-0/+6
* OS/2: get apr_socket_atmark() to build, adding a required size parameter toBrian Havard2003-10-161-2/+3
* Time to turn on the protocol member for APR 1.0.William A. Rowe Jr2003-10-151-4/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'sWilliam A. Rowe Jr2003-10-141-0/+13
* axe these deprecated functions:Jeff Trawick2003-09-033-54/+0
* remove these deprecated interfaces:Jeff Trawick2003-09-031-39/+2
* apr_socket_data_set(): allow the same key to be used forJeff Trawick2003-07-081-4/+28
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>William A. Rowe Jr2003-02-241-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-065-7/+7
* Update copyright notices to 2003.Thom May2003-01-015-5/+5
* Rename apr_recvfrom -> apr_socket_recvfromBrian Havard2002-11-201-3/+14
* *) Renames done (deprecated functions wrapped):Thom May2002-11-204-12/+86
* Fix a problem retrieving the remote socket address for socketsJeff Trawick2002-10-251-0/+4
* fix compile break in OS/2 and Win32 apr_os_sock_make()Jeff Trawick2002-10-181-2/+2
* apr_os_sock_put() shouldn't assume any particular protocolJeff Trawick2002-10-181-1/+1
* Add apr_socket_create_ex() to allow protocol to be specified for theJeff Trawick2002-10-181-9/+26
* axe some checks for out-of-storage which are not helpful;Jeff Trawick2002-07-301-7/+0
* OS/2: Prevent duplicate symbol apr_wait_for_io_or_timeout by eliminating aBrian Havard2002-07-161-23/+3
* As rbb pointed out, two constructors are prone to bugs. Remap our oldWilliam A. Rowe Jr2002-07-151-2/+2
* Missed a semicolWilliam A. Rowe Jr2002-07-151-1/+1
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-4/+22
* Too literal. These aught to compile now.William A. Rowe Jr2002-07-151-1/+1
* Straightforward implementations of apr_socket_timeout_set/get, rightWilliam A. Rowe Jr2002-07-151-1/+15
* An attempt at the OS/2 implementation. I have no OS/2 box, so thisRyan Bloom2002-07-112-248/+0
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-102-4/+4
* Last for today (compiles clean on Win32, hope the same for the rest ofWilliam A. Rowe Jr2002-06-081-2/+2
* OS/2: Fix apr_recv() when timeout == 0.Brian Havard2002-05-081-2/+2
* 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
* OS/2: Fix apr_os_put_sock() to set local address as unknown & timeout to -1.Brian Havard2002-04-141-0/+3
* OS/2: Set up local_addr of accepted socketBrian Havard2002-04-141-2/+9
* simplify sockaddr manipulation code a little bitJeff Trawick2002-04-011-29/+4
* Update our copyright for this year.Roy T. Fielding2002-03-136-6/+6
* add a little reminder that in this new code, as in existingJeff Trawick2002-02-221-0/+2
* Set the port values in apr_os_sock_makeAllan K. Edwards2002-02-221-0/+2
* Fix a bug in OS2 related to AF_UNSPEC, and drop a NETWARE section thatWilliam A. Rowe Jr2001-12-071-4/+4
* Tweak apr_gethostname() so that it detects truncation of theJeff Trawick2001-11-201-3/+8
* OS/2: Partial workaround for a bug/oddity of select(). When interrupted byBrian Havard2001-08-201-1/+1
* OS/2: Simplify & standardize apr_poll(), we usually want it to return ifBrian Havard2001-08-181-18/+16