summaryrefslogtreecommitdiff
path: root/network_io/unix/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* Create the correct type of socket when using BeOS R5dreid2004-12-101-2/+24
* * network_io/unix/sockets.c (apr_socket_accept): Move TPF check forjorton2004-03-101-0/+7
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* apr_socket_connect(): allow app to make subsequent call ontrawick2003-12-161-1/+1
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-301-0/+6
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-241-1/+2
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-2/+2
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+5
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-021-7/+7
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-151-4/+0
* remove these deprecated interfaces:trawick2003-09-031-39/+2
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-3/+27
* Fix some problems with non-blocking socket handling on unixtrawick2003-05-301-1/+2
* Keep screaming about these bogus assumptions until they disappear.wrowe2003-03-191-0/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-5/+38
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+4
* 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-4/+0
* include the proper header file to get prototypestrawick2002-07-111-1/+2
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-2/+2
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())trawick2002-04-161-2/+1
* On platforms where the nonblocking flag on a listener socket isbrianp2002-04-151-0/+5
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()trawick2002-04-011-2/+2
* clean up the unix networking code by creating a new functiontrawick2002-03-281-44/+14
* Update our copyright for this year.fielding2002-03-131-1/+1
* 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 an IPv6 hole in apr_accept(); the bug prevented the propertrawick2002-01-041-2/+4
* 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-261-0/+7
* Pre-BONE BeOS doesn't have SO_ERROR so only call the code if we have SO_ERROR.dreid2001-11-081-9/+14
* 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
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-12/+7
* Fix a compile break in sockets.crbb2001-07-161-1/+1
* Split public from private declaration for INHERIT stuffwrowe2001-07-161-1/+1
* In order to use this IMPLEMENT_SET/UNSET schema, this has got to be awrowe2001-07-161-12/+12
* We need to use the correct flag in apr_accept. Apr_accept doesn't get therbb2001-07-161-1/+1
* Change 'inherit' to a usual flags value, use 2^24 for the first ratherwrowe2001-07-161-9/+14
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-4/+11
* get rid of some unnecessary checking of apr_socket_t in apr_connect()trawick2001-07-101-4/+0
* apr_connect() on Unix:trawick2001-07-101-23/+44
* Add a family field to apr_sockaddr_t so there is a straightforward placetrawick2001-05-021-1/+3
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-051-0/+6