summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* simplify sockaddr manipulation code a little bittrawick2002-04-012-61/+18
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()trawick2002-04-012-7/+7
* clean up the unix networking code by creating a new functiontrawick2002-03-282-75/+31
* Rename the "cntxt" members of the fileio structures to "pool".striker2002-03-201-2/+2
* slight apr_sockaddr_info_get() simplification/speed-up:trawick2002-03-141-10/+1
* Update our copyright for this year.fielding2002-03-1319-19/+19
* There is no apparent need to expose the guts of apr_ipsubnet_t,trawick2002-03-121-0/+11
* add a little reminder that in this new code, as in existingtrawick2002-02-223-1/+7
* Set the port values in apr_os_sock_makeake2002-02-223-0/+6
* Two very safe have-header tests for the WinCE port,wrowe2002-02-122-0/+4
* In the Linux apr_sendfile(), fix the types of some parameterstrawick2002-02-041-2/+2
* Be a bit more conservative regarding all those broken implementations outmartin2002-01-311-17/+15
* De facto implementations of getnameinfo() return the error code in theirmartin2002-01-291-0/+11
* This patch basically allows BeOS R5's apr_poll to work like it should do!dreid2002-01-141-4/+91
* Again, no need to use apr_pcalloc as we then do FD_ZERO, so change to use thedreid2002-01-131-6/+6
* No point in using apr_pcalloc when we then go on to use FD_ZERO is there?dreid2002-01-131-6/+9
* Sorry, too many years of C++bnicholes2002-01-041-2/+2
* fix an IPv6 hole in apr_accept(); the bug prevented the propertrawick2002-01-041-2/+4
* Deferred the memory allocation for the new apr_socket_t until after the accept()bnicholes2002-01-041-7/+13
* Substantial optimization of the os_level semantic. Since this is entirelywrowe2001-12-281-2/+1
* Add apr_sockaddr_equal() for comparing APR sockaddrs.trawick2001-12-261-0/+26
* AIX 5L getaddrinfo() returns an error when "0" is passed for thetrawick2001-12-251-2/+9
* Win32: apr_sendfile() should return APR_ENOTIMPL if oslevel < WINNTstoddard2001-12-201-0/+5
* Fix a bug in OS2 related to AF_UNSPEC, and drop a NETWARE section thatwrowe2001-12-072-12/+7
* APR DOES NOT simply support TCP STREAM sockets.wrowe2001-12-071-4/+5
* Fix minor typo in last patch: the pool has a different name.aaron2001-11-261-1/+1
* Fixed a memory leak in apr_accept. Prevents memory from continuallybnicholes2001-11-262-0/+14
* Tweak apr_gethostname() so that it detects truncation of thetrawick2001-11-203-9/+27
* Fix the Unix HAVE_POLL flavor of apr_poll_socket_mask() so thattrawick2001-11-131-2/+2
* Pre-BONE BeOS doesn't have SO_ERROR so only call the code if we have SO_ERROR.dreid2001-11-081-9/+14
* Fix a segfault in apr_poll_clear on Unix. Also fix the logicrbb2001-10-021-2/+2
* Don't search for IPv6 names in apr_sockaddr_info_get() if thetrawick2001-09-121-1/+9
* Error codes from getaddrinfo() need their own range within thetrawick2001-08-291-7/+8
* fix some indentationtrawick2001-08-221-3/+3
* OS/2: Partial workaround for a bug/oddity of select(). When interrupted bybjh2001-08-201-1/+1
* Put the WSABUFs on the stack in apr_sendv to save a malloc/free call.stoddard2001-08-191-16/+16
* 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-107-68/+63
* Added a call to socket() in apr_socket_create() that is not hard coded to TCPbnicholes2001-08-091-0/+4
* Implemented apr_getsocketopt() for NetWarebnicholes2001-08-091-0/+36
* Fix a segfault on Win32 when hostname resolution fails. We were lookingjwoolley2001-08-081-1/+1
* Clean up two warnings:jwoolley2001-08-081-2/+2
* get sockets.c to compile and fix a bug in the error pathtrawick2001-08-081-2/+3
* Finish the fix for the non-blocking connect. Basically, we need torbb2001-08-071-0/+8
* Non-blocking connects shouldn't be calling connect a secondrbb2001-08-071-10/+3
* Changed the type of a local variable used in the call to getsockopt() frombnicholes2001-08-061-1/+1
* Added an ifdef for NetWare to call the delay() function and also fixed thebnicholes2001-08-061-2/+6
* Fixed the data types of the local variables used in the calls to ioctlsocket(...bnicholes2001-08-061-2/+2
* free the whole list of addrinfo structures returned bytrawick2001-08-011-3/+4
* Remove the dependency on IPv6 for getnameinfo(). A system can havejerenkrantz2001-07-311-1/+1