summaryrefslogtreecommitdiff
path: root/network_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Some systems have poll.h in include/sys, not include. I found thisrbb2000-09-291-0/+3
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-223-3/+3
* Don't fail to compile unix/sockopt.c if TCP_NODELAY isn't defined.trawick2000-08-221-0/+4
* APRize disabling nagle (setting TCP_NODELAY).bjh2000-08-221-0/+5
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-063-5/+5
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile tostoddard2000-08-041-8/+8
* prefix libapr functions and types with apr_dougm2000-08-026-153/+153
* Update dependenciessascha2000-07-231-2/+4
* Move all APR functions related to strings to their own directory, andrbb2000-07-212-0/+2
* ap_sendfile() fix: If the caller passes NULL for the ap_hdtr_t *,trawick2000-07-181-0/+22
* Update the Tru64 flavor of ap_sendfile() with latesttrawick2000-07-181-110/+83
* If TCP_NODELAY is set, ap_sendfile fails on Linux w/EINVAL.trawick2000-07-181-18/+75
* Add ap_sendfile for Tru64 Unix. This needs to be tested better, but itrbb2000-07-151-1/+143
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-081-14/+2
* const-ify the userdata interfacesgstein2000-07-082-4/+4
* Update dependancies in APRrbb2000-07-071-26/+29
* ap_sendfile() fixes:trawick2000-07-071-1/+25
* ap_sendfile() fixes:trawick2000-07-071-12/+29
* WinNT: Implement acceptex socket reuse. Make sure that the ap_sendfile flagsstoddard2000-07-061-0/+11
* APR network_io for Unix:trawick2000-06-283-10/+74
* ap_sendfile() fixes for OS/390 and FreeBSD...trawick2000-06-271-6/+23
* Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCKtrawick2000-06-271-2/+2
* Can't add anything to a void*. Make it a char* for these manipulations.gstein2000-06-261-2/+2
* Remove const from ap_socket_t parameters on APR functions so thattrawick2000-06-262-5/+5
* More AIX ap_sendfile() clean-up. Use ap_alloc rather than malloc to allocatestoddard2000-06-231-6/+17
* I accidentally renamed APR_HAS_SENDFILE to APR_HAVE_SENFILE yesterday. Thisrbb2000-06-221-4/+4
* Implement retrieval of socket timeouts for Unix so that saferead() cantrawick2000-06-221-0/+12
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-223-9/+10
* Remove warnings on some 64 bit machines because we were return 32 bitrbb2000-06-211-2/+2
* Implement ap_sendfile on AIXstoddard2000-06-191-7/+107
* Continuing the cleanup of beos code.dreid2000-06-171-2/+2
* Get rid of some unnecessary parameter checking (let it segfault).trawick2000-06-151-20/+2
* This takes the BeOS defines to include the networking code. Removed some une...dreid2000-06-131-8/+0
* Tidy up the unix network code in light of the latest networkdreid2000-06-124-61/+29
* Update dependencies.ben2000-06-111-7/+11
* - don't call fcntl more than once for the socketdgaudet2000-06-102-2/+9
* Add a new APR function. This function basically lets a file masquerade asrbb2000-05-241-0/+14
* BEOS: ap_shutdown should return APR_SUCCESS or errno.fielding2000-05-231-10/+4
* First function removed from Unix MPM's and moved to a common file. Thisrbb2000-05-181-0/+1
* Add a #else to keep us from getting "Unreachable code" warnings.rbb2000-05-161-1/+2
* Remove the beos network I/O code and merge it with the unix code. Mostrbb2000-05-166-31/+277
* The latest BeOS version uses the unix network code, so make the changes todreid2000-05-121-0/+6
* Add support to APR configuration to recognize several non-standardtrawick2000-05-041-0/+11
* fix typo in Ryan's recent change (ap_pcalloc, not ap_cpalloc)trawick2000-05-011-1/+1
* Use ap_pcalloc instead of ap_palloc where it makes sense.rbb2000-04-302-15/+15
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* extremely minor cleanup:trawick2000-04-281-1/+1
* Change the ap_remove_poll_socket functions to work with the newdreid2000-04-271-11/+4
* Repair ap_poll() on UNIX systems where APR's poll flagstrawick2000-04-271-13/+13