summaryrefslogtreecommitdiff
path: root/network_io/os2
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-204-27/+27
* Follow up to r1895106: Use less expensive atomics for wakeup.Yann Ylavic2021-11-191-1/+15
* Add support for APR_SO_BROADCASTStefan Fritsch2011-10-151-0/+5
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-0/+18
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-024-24/+24
* OS/2: Rework apr_socket_sendto() & apr_socket_recvfrom() to not useBrian Havard2010-03-161-52/+64
* OS/2: In apr_socket_create(), override the supplied protocol if family isBrian Havard2010-03-161-1/+6
* Include unix multicast functions in OS/2 build.Brian Havard2010-03-131-0/+1
* * Add apr_socket_is_connected to detect whether the remote side of a socketRuediger Pluem2009-10-041-0/+1
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.William A. Rowe Jr2006-11-281-0/+6
* 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