summaryrefslogtreecommitdiff
path: root/network_io/win32
Commit message (Expand)AuthorAgeFilesLines
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-133-147/+30
* Introduce apr_socket_atmark() with a more friendly failure case when thewrowe2003-10-161-0/+13
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-4/+28
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-1/+1
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-063-6/+6
* Update copyright notices to 2003.thommay2003-01-013-3/+3
* Win32: Fix Win32 compile break due to last commit (renames)stoddard2002-11-202-2/+2
* *) Renames done (deprecated functions wrapped):thommay2002-11-203-34/+123
* add APR_IPV6_V6ONLY socket optiontrawick2002-11-131-0/+14
* Based on Brad's feedback, we don't want really huge things on thewrowe2002-10-301-19/+50
* The last broken tree was a good example that sa_common has outlivedwrowe2002-10-271-88/+0
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+4
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriatetrawick2002-10-221-1/+10
* minor style tweakstrawick2002-10-221-4/+4
* Win32: Fix apr_shutdown() to honor the setting of apr_shutdown_how_estoddard2002-10-221-1/+1
* fix compile break in OS/2 and Win32 apr_os_sock_make()trawick2002-10-181-2/+2
* apr_os_sock_put() shouldn't assume any particular protocoltrawick2002-10-181-1/+1
* fix compile breaktrawick2002-10-181-1/+1
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-9/+29
* disconnected is determined in the while (bytes_to_send) {} logicwrowe2002-10-131-1/+1
* Solve the elusive .pdf failure on Win32.wrowe2002-08-061-14/+17
* axe some checks for out-of-storage which are not helpful;trawick2002-07-301-7/+0
* Inherited socket()'s considered harmful on win32.wrowe2002-07-291-0/+37
* As rbb pointed out, two constructors are prone to bugs. Remap our oldwrowe2002-07-151-39/+2
* poll.c is not longer used or needed. Removing from the network_io directory.bnicholes2002-07-151-268/+0
* This emit will bug me for a year. Quell it, it's deprecated later anyways.wrowe2002-07-151-1/+1
* Missed a semicolwrowe2002-07-151-1/+1
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setwrowe2002-07-151-4/+18
* The right solution. Follow the herd, use socketdes as our name.wrowe2002-07-154-54/+61
* Use the correct macroswrowe2002-07-152-5/+6
* The last transpostion of ->timeout into apr_time fixed a bug identifiedwrowe2002-07-151-1/+1
* Implement the win32 apr_socket_timeout_set/get, and accomodate both thewrowe2002-07-152-12/+69
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-6/+6
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-2/+2
* Have inherit_set/unset work correctly. Sockets can't do this, so punt.wrowe2002-07-031-2/+24
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-6/+3
* Allows the internal socket netmask of the accepted socket to initialize itselfbnicholes2002-06-071-0/+11
* win32 now passes testsockopt. Merge the Netware codepathstoddard2002-06-061-58/+39
* More of the WinCE port.wrowe2002-06-044-10/+50
* Win32: WTF was I thinking with that last commit? this is right (I hope :-)stoddard2002-05-221-12/+10
* Win32: Fix bug introduced by the commit that added GetOverlappedResults()stoddard2002-05-221-12/+17
* Win32: Rearrange code for claritystoddard2002-05-221-14/+12
* Win32: Rather pointless to call GetOverlappedResults() on a socket westoddard2002-05-201-2/+4
* Win32: Need to check for WSA_IO_PENDING.stoddard2002-05-201-1/+2
* Win32: Call GetOverlappedResults to get the results of an asyncstoddard2002-05-201-8/+15
* A read with 0 bytes is an APR_EOF. Found this running ab.stoddard2002-04-271-2/+1
* make sure apr_sockaddr_t->port gets filled in after the kerneltrawick2002-04-051-0/+2
* Fix win32 compile breakstoddard2002-04-011-1/+1
* simplify sockaddr manipulation code a little bittrawick2002-04-011-32/+14