summaryrefslogtreecommitdiff
path: root/network_io/win32
Commit message (Expand)AuthorAgeFilesLines
...
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functionGreg Stein2003-11-171-0/+4
* The use of "netmask" to hold options is a bit beyond bogus. That term hasGreg Stein2003-11-022-18/+19
* Time to turn on the protocol member for APR 1.0.William A. Rowe Jr2003-10-151-4/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'sWilliam A. Rowe Jr2003-10-141-0/+13
* axe these deprecated functions:Jeff Trawick2003-09-033-72/+3
* remove these deprecated interfaces:Jeff Trawick2003-09-031-39/+3
* apr_socket_data_set(): allow the same key to be used forJeff Trawick2003-07-081-4/+28
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>William A. Rowe Jr2003-02-241-1/+1
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-063-6/+6
* Update copyright notices to 2003.Thom May2003-01-013-3/+3
* Win32: Fix Win32 compile break due to last commit (renames)Bill Stoddard2002-11-202-2/+2
* *) Renames done (deprecated functions wrapped):Thom May2002-11-203-34/+123
* add APR_IPV6_V6ONLY socket optionJeff Trawick2002-11-131-0/+14
* Based on Brad's feedback, we don't want really huge things on theWilliam A. Rowe Jr2002-10-301-19/+50
* The last broken tree was a good example that sa_common has outlivedWilliam A. Rowe Jr2002-10-271-88/+0
* Fix a problem retrieving the remote socket address for socketsJeff Trawick2002-10-251-0/+4
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriateJeff Trawick2002-10-221-1/+10
* minor style tweaksJeff Trawick2002-10-221-4/+4
* Win32: Fix apr_shutdown() to honor the setting of apr_shutdown_how_eBill Stoddard2002-10-221-1/+1
* fix compile break in OS/2 and Win32 apr_os_sock_make()Jeff Trawick2002-10-181-2/+2
* apr_os_sock_put() shouldn't assume any particular protocolJeff Trawick2002-10-181-1/+1
* fix compile breakJeff Trawick2002-10-181-1/+1
* Add apr_socket_create_ex() to allow protocol to be specified for theJeff Trawick2002-10-181-9/+29
* disconnected is determined in the while (bytes_to_send) {} logicWilliam A. Rowe Jr2002-10-131-1/+1
* Solve the elusive .pdf failure on Win32.William A. Rowe Jr2002-08-061-14/+17
* axe some checks for out-of-storage which are not helpful;Jeff Trawick2002-07-301-7/+0
* Inherited socket()'s considered harmful on win32.William A. Rowe Jr2002-07-291-0/+37
* As rbb pointed out, two constructors are prone to bugs. Remap our oldWilliam A. Rowe Jr2002-07-151-39/+2
* poll.c is not longer used or needed. Removing from the network_io directory.Bradley Nicholes2002-07-151-268/+0
* This emit will bug me for a year. Quell it, it's deprecated later anyways.William A. Rowe Jr2002-07-151-1/+1
* Missed a semicolWilliam A. Rowe Jr2002-07-151-1/+1
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-4/+18
* The right solution. Follow the herd, use socketdes as our name.William A. Rowe Jr2002-07-154-54/+61
* Use the correct macrosWilliam A. Rowe Jr2002-07-152-5/+6
* The last transpostion of ->timeout into apr_time fixed a bug identifiedWilliam A. Rowe Jr2002-07-151-1/+1
* Implement the win32 apr_socket_timeout_set/get, and accomodate both theWilliam A. Rowe Jr2002-07-152-12/+69
* Changed the return values of the apr_*_inherit_(un)set functions fromBranko Čibej2002-07-051-6/+6
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
* Have inherit_set/unset work correctly. Sockets can't do this, so punt.William A. Rowe Jr2002-07-031-2/+24
* Last for today (compiles clean on Win32, hope the same for the rest ofWilliam A. Rowe Jr2002-06-081-6/+3
* Allows the internal socket netmask of the accepted socket to initialize itselfBradley Nicholes2002-06-071-0/+11
* win32 now passes testsockopt. Merge the Netware codepathBill Stoddard2002-06-061-58/+39
* More of the WinCE port.William A. Rowe Jr2002-06-044-10/+50
* Win32: WTF was I thinking with that last commit? this is right (I hope :-)Bill Stoddard2002-05-221-12/+10
* Win32: Fix bug introduced by the commit that added GetOverlappedResults()Bill Stoddard2002-05-221-12/+17
* Win32: Rearrange code for clarityBill Stoddard2002-05-221-14/+12
* Win32: Rather pointless to call GetOverlappedResults() on a socket weBill Stoddard2002-05-201-2/+4
* Win32: Need to check for WSA_IO_PENDING.Bill Stoddard2002-05-201-1/+2
* Win32: Call GetOverlappedResults to get the results of an asyncBill Stoddard2002-05-201-8/+15