summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* It's really evil to keep accumulating 256 byte chunks out of the pollfd :(wrowe2001-07-191-2/+3
* apr_socket_[un]set_inherit is a noop on Win32, but must be exported.wrowe2001-07-181-0/+8
* 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-183-21/+10
* 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
* Placeholders are usefulwrowe2001-07-161-2/+4
* Change 'inherit' to a usual flags value, use 2^24 for the first ratherwrowe2001-07-162-10/+19
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-4/+11
* we are definately ok with these values, so cast off the converison err.wrowe2001-07-121-2/+2
* Return LARGE_FILE support for win32 sendfile (quiets compiler)wrowe2001-07-121-4/+6
* Handle the return from select correctly.stoddard2001-07-121-4/+21
* Fix a typostoddard2001-07-121-1/+1
* Win32: Get apr_connect to correctly handle timeouts.stoddard2001-07-111-15/+31
* get rid of some unnecessary checking of apr_socket_t in apr_connect()trawick2001-07-101-4/+0
* apr_connect() on Unix:trawick2001-07-102-33/+54
* We are setting a simple bitmask. Calling a function to do that is farrbb2001-07-071-13/+0
* Back out this portion of Bill Rowe's large file support patch. We should notstoddard2001-07-011-18/+14
* After some careful review, this compiler warning can be done away withwrowe2001-06-101-1/+5
* Ooopsie. Some unintended things slipped in.orlikowski2001-06-071-39/+1
* Generate httpd.exp on the fly.orlikowski2001-06-071-1/+39
* *) Complete the implementation of LARGEFILE support on Win32, althoughwrowe2001-06-061-14/+18
* All printf's of the world return int - this warning has driven me crazywrowe2001-06-061-1/+1
* A touch of fixes for win32. Lots more wrong apr_size_t vs apr_off_twrowe2001-05-161-1/+1
* fix a problem with the FreeBSD flavor of apr_sendfile(); we couldtrawick2001-05-031-6/+12
* APRize WAIT_TIMEOUT before return from apr_sendfile()stoddard2001-05-021-3/+10
* Fix a problem on unixware where clearing h_errno wouldn't work.trawick2001-05-021-1/+9
* Add a family field to apr_sockaddr_t so there is a straightforward placetrawick2001-05-024-3/+13
* Missing a default error case.wrowe2001-04-121-0/+2
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-052-29/+35
* This change fixes the biggest outstanding bug on BeOS R5. This may need todreid2001-04-041-17/+6
* Try to resolve the send blocking issues on BeOS R5.dreid2001-04-041-3/+21
* The actual code for accept_filters on FreeBSD for APR. This is NOTdreid2001-04-031-0/+16
* fix apr_recvfrom() on Win32 so that it returns APR_EOF only for atrawick2001-04-022-14/+9
* Catch Jeff :-)wrowe2001-04-022-3/+5
* When allocating local and remote sockaddrs with a new socket,trawick2001-03-311-0/+2
* apr_recvfrom() should only return APR_EOF if recvfrom() returnedtrawick2001-03-312-13/+9
* fix a warning/run-time error regarding the unnecessarytrawick2001-03-311-5/+0
* Fix a compile warning and maybe a run-time error (see OtherBill'strawick2001-03-311-1/+1
* Hmmm... can't stand unimplemented features - needs review by thewrowe2001-03-311-0/+61
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-222-25/+45
* Add the UDP support to BeOS R5.dreid2001-03-201-0/+76
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-193-0/+100
* build inet_pton.c on Win32trawick2001-03-161-0/+4
* Get rid of a warning about using maxbits uninitialized (the compilertrawick2001-03-151-5/+2
* fix some "issues" with IPv4-mapped IPv6 addresses in apr_ipsubnet_*()trawick2001-03-151-7/+9
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-151-0/+231
* Use the APR_TCP_NOPUSH socket option support in the Linuxtrawick2001-03-141-80/+10