summaryrefslogtreecommitdiff
path: root/network_io/os2
Commit message (Expand)AuthorAgeFilesLines
* Update our copyright for this year.fielding2002-03-136-6/+6
* add a little reminder that in this new code, as in existingtrawick2002-02-221-0/+2
* Set the port values in apr_os_sock_makeake2002-02-221-0/+2
* Fix a bug in OS2 related to AF_UNSPEC, and drop a NETWARE section thatwrowe2001-12-071-4/+4
* Tweak apr_gethostname() so that it detects truncation of thetrawick2001-11-201-3/+8
* OS/2: Partial workaround for a bug/oddity of select(). When interrupted bybjh2001-08-201-1/+1
* OS/2: Simplify & standardize apr_poll(), we usually want it to return ifbjh2001-08-181-18/+16
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-105-45/+40
* OS/2: Add support for datagram sockets.bjh2001-07-243-8/+103
* Need to include inherit.h here for the APR_IMPLEMENT_[UN]SET_INHERITbjh2001-07-241-0/+1
* All that should be needed on OS2 for inheritance.wrowe2001-07-181-0/+3
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-4/+2
* Placeholders are usefulwrowe2001-07-161-2/+4
* Add a family field to apr_sockaddr_t so there is a straightforward placetrawick2001-05-021-1/+3
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-193-0/+100
* Ooops, that wasn't quite right. Stop counting bytes at nvec.bjh2001-03-051-1/+1
* OS/2: Limit data passed to writev() to 64k as that's all it can handle.bjh2001-03-051-3/+9
* Update copyright to 2001fielding2001-02-165-5/+5
* renaming various functions for consistency sakedougm2001-02-082-24/+24
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-284-148/+0
* Libtool-ize APR.gstein2001-01-092-37/+16
* OS/2: Copy pool pointer into a socket's apr_sockaddr_t'sbjh2001-01-031-1/+4
* OS/2: Fix field name for local address.bjh2001-01-031-1/+1
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.trawick2000-12-181-27/+0
* Add unix inet_pton.c to OS/2 build.bjh2000-12-081-0/+1
* Add apr_parse_addr_port() for parsing the hostname:port portion oftrawick2000-12-071-0/+1
* Add apr_make_os_sock() for constructing a fully-capable APRtrawick2000-12-041-0/+26
* OS/2: Add unix inet_ntop() to OS/2 build.bjh2000-11-252-0/+2
* Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macrorbb2000-11-211-7/+7
* apr_create_tcp_socket() has been removed. Use apr_create_socket()trawick2000-11-211-5/+0
* Change apr_bind() to take apr_sockaddr_t.trawick2000-11-191-4/+6
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.trawick2000-11-171-22/+4
* OS/2: fix some minor breakage after latest changes to addresses.bjh2000-11-171-1/+2
* Get OS/2 closer to building with updated network_io API.trawick2000-11-161-2/+24
* port initial set of David Reid's IPv6 support to OS/2trawick2000-11-162-33/+63
* OS/2 changes to the way dependencies are built in APR makefilestrawick2000-11-151-75/+2
* OS/2: Convert apr_get_remote_hostname() to apr_get_hostname(), supporting bothbjh2000-11-141-5/+11
* OS/2: soclose() segfaults if passed -1 so prevent this from happening ifbjh2000-11-141-0/+5
* OS/2: return APR_EOF from apr_read() when there's no more data. This matchesbjh2000-11-141-1/+1
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-40/+64
* Now lives in arch/os2/bjh2000-11-141-97/+0
* Fix arg type to match prototype.bjh2000-11-131-1/+1
* Rework apr_poll to use APR time types, fixing bug where an indefinitebjh2000-11-131-10/+3
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-2/+2
* Make 2nd parm of apr_connect() const char * instead of char *.trawick2000-11-021-1/+1
* Sort out OS/2 APR error handling with new canonical test macro.bjh2000-10-092-48/+52
* APRize disabling nagle (setting TCP_NODELAY).bjh2000-08-221-0/+5
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-2/+2
* prefix libapr functions and types with apr_dougm2000-08-025-56/+56