summaryrefslogtreecommitdiff
path: root/network_io/os2
Commit message (Expand)AuthorAgeFilesLines
* Add support for APR_SO_BROADCASTsf2011-10-151-0/+5
* Hide apr_wait_for_io_or_timeout() from public view and add insteadbjh2010-04-121-0/+18
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenbjh2010-04-024-24/+24
* OS/2: Rework apr_socket_sendto() & apr_socket_recvfrom() to not usebjh2010-03-161-52/+64
* OS/2: In apr_socket_create(), override the supplied protocol if family isbjh2010-03-161-1/+6
* Include unix multicast functions in OS/2 build.bjh2010-03-131-0/+1
* * Add apr_socket_is_connected to detect whether the remote side of a socketrpluem2009-10-041-0/+1
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.wrowe2006-11-281-0/+6
* Fix the typo.jorton2006-08-035-5/+5
* Update license header.jorton2006-08-035-30/+30
* The OS/2 send() function returns EINVAL if the data size is > 64k so limit thebjh2006-01-051-0/+4
* Change INHERIT macros to use the new struct member rename.mturk2005-06-121-2/+2
* Implement pool accessor for socketsmturk2005-06-121-10/+12
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-045-5/+10
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-135-245/+50
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-22/+0
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-301-0/+5
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-8/+0
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+6
* OS/2: get apr_socket_atmark() to build, adding a required size parameter tobjh2003-10-161-2/+3
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-151-4/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+13
* axe these deprecated functions:trawick2003-09-033-54/+0
* remove these deprecated interfaces:trawick2003-09-031-39/+2
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-4/+28
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-065-7/+7
* Update copyright notices to 2003.thommay2003-01-015-5/+5
* Rename apr_recvfrom -> apr_socket_recvfrombjh2002-11-201-3/+14
* *) Renames done (deprecated functions wrapped):thommay2002-11-204-12/+86
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+4
* fix compile break in OS/2 and Win32 apr_os_sock_make()trawick2002-10-181-2/+2
* apr_os_sock_put() shouldn't assume any particular protocoltrawick2002-10-181-1/+1
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-9/+26
* axe some checks for out-of-storage which are not helpful;trawick2002-07-301-7/+0
* OS/2: Prevent duplicate symbol apr_wait_for_io_or_timeout by eliminating abjh2002-07-161-23/+3
* As rbb pointed out, two constructors are prone to bugs. Remap our oldwrowe2002-07-151-2/+2
* Missed a semicolwrowe2002-07-151-1/+1
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setwrowe2002-07-151-4/+22
* Too literal. These aught to compile now.wrowe2002-07-151-1/+1
* Straightforward implementations of apr_socket_timeout_set/get, rightwrowe2002-07-151-1/+15
* An attempt at the OS/2 implementation. I have no OS/2 box, so thisrbb2002-07-112-248/+0
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-102-4/+4
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-2/+2
* OS/2: Fix apr_recv() when timeout == 0.bjh2002-05-081-2/+2
* 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
* OS/2: Fix apr_os_put_sock() to set local address as unknown & timeout to -1.bjh2002-04-141-0/+3
* OS/2: Set up local_addr of accepted socketbjh2002-04-141-2/+9