summaryrefslogtreecommitdiff
path: root/network_io/unix/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1666341, r1667914 and r1667916 from trunk.Yann Ylavic2015-03-201-8/+26
* Merge r745763 from trunk:Jim Jagielski2014-04-281-5/+56
* merge r1551659 from trunk:Jeff Trawick2013-12-171-1/+14
* from jorton's trunk r1059351:Jeff Trawick2011-03-231-1/+7
* Merge r983618 from trunk:Ruediger Pluem2010-08-201-3/+6
* Merge r793193 from trunk:Ruediger Pluem2010-08-201-3/+5
* Backport r831641 from the trunk.Bojan Smojver2009-11-011-2/+10
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958Bojan Smojver2009-06-121-6/+40
* * network_io/unix/sockets.c (apr_socket_accept): Fix remote_addrJoe Orton2006-09-191-4/+6
* Make sure the temporary remote addr is initializedMladen Turk2006-09-141-0/+1
* Do not allocate new socket if accept fails.Mladen Turk2006-09-111-12/+17
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * network_io/unix/sockets.c: Remove stray semi-colon afterJoe Orton2005-12-081-1/+1
* Fix apr_socket_addr_get(APR_REMOTE) after a non-blocking connect():Joe Orton2005-09-091-1/+13
* Bring back INHERIT macros with new struct member rename.Mladen Turk2005-06-121-0/+4
* Implement pool accessor for socketsMladen Turk2005-06-121-13/+11
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Create the correct type of socket when using BeOS R5David Reid2004-12-101-2/+24
* * network_io/unix/sockets.c (apr_socket_accept): Move TPF check forJoe Orton2004-03-101-0/+7
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* apr_socket_connect(): allow app to make subsequent call onJeff Trawick2003-12-161-1/+1
* Add apr_socket_type_get() for retrieving the type (e.g., stream)Jeff Trawick2003-11-301-0/+6
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)Jeff Trawick2003-11-241-1/+2
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replaceWilliam A. Rowe Jr2003-11-201-2/+2
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-0/+5
* The use of "netmask" to hold options is a bit beyond bogus. That term hasGreg Stein2003-11-021-7/+7
* Time to turn on the protocol member for APR 1.0.William A. Rowe Jr2003-10-151-4/+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-3/+27
* Fix some problems with non-blocking socket handling on unixJeff Trawick2003-05-301-1/+2
* Keep screaming about these bogus assumptions until they disappear.William A. Rowe Jr2003-03-191-0/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-5/+38
* Fix a problem retrieving the remote socket address for socketsJeff Trawick2002-10-251-0/+4
* 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-4/+0
* include the proper header file to get prototypesJeff Trawick2002-07-111-1/+2
* Last for today (compiles clean on Win32, hope the same for the rest ofWilliam A. Rowe Jr2002-06-081-2/+2
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())Jeff Trawick2002-04-161-2/+1
* On platforms where the nonblocking flag on a listener socket isBrian Pane2002-04-151-0/+5
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()Jeff Trawick2002-04-011-2/+2
* clean up the unix networking code by creating a new functionJeff Trawick2002-03-281-44/+14
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* 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 an IPv6 hole in apr_accept(); the bug prevented the properJeff Trawick2002-01-041-2/+4
* Fix minor typo in last patch: the pool has a different name.Aaron Bannert2001-11-261-1/+1