summaryrefslogtreecommitdiff
path: root/network_io/win32/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Backport r1861050, r1805309, r1861045, r1861046, r1861049, r1861053, r1861054...michaelo2021-05-261-1/+22
* Merge 1089031 from trunk:trawick2013-10-271-39/+67
* grab 1091757 from trunk:trawick2011-04-131-0/+6
* Grab r1088352 from trunk:trawick2011-04-041-0/+1
* merge r949209 from trunktrawick2011-03-211-0/+2
* I was experimenting with options on ELSE_WIN_OS_IS_ANSI,wrowe2007-08-241-1/+5
* SetHandleInformation is not supported on WinCE, but the Win 9x code path wrowe2007-05-311-2/+2
* alloc_socket() now defaults to remote_host_unknown == 1wrowe2007-01-091-3/+1
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.wrowe2006-11-281-0/+2
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Implement pool accessor for socketsmturk2005-06-121-11/+11
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Since this code only applies to sendfile, make sure that it is properly #ifde...bnicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-221-0/+4
* Fix stack overflow with IPv6 apr_socket_accept() on Win32.trawick2004-05-211-0/+4
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-301-0/+6
* There were no 'cont'-named pool objects, simple copy-n-paste bug.wrowe2003-11-171-1/+1
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+4
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-021-4/+4
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-151-4/+0
* axe these deprecated functions:trawick2003-09-031-10/+1
* remove these deprecated interfaces:trawick2003-09-031-39/+3
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-4/+28
* Namespace protection for include/arch/ header filesthommay2003-01-061-3/+3
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Win32: Fix Win32 compile break due to last commit (renames)stoddard2002-11-201-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-7/+41
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+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
* 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
* The right solution. Follow the herd, use socketdes as our name.wrowe2002-07-151-21/+21
* Use the correct macroswrowe2002-07-151-2/+3
* Implement the win32 apr_socket_timeout_set/get, and accomodate both thewrowe2002-07-151-2/+2
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-6/+6
* 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
* More of the WinCE port.wrowe2002-06-041-1/+3
* Fix win32 compile breakstoddard2002-04-011-1/+1
* simplify sockaddr manipulation code a little bittrawick2002-04-011-32/+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-1/+3
* Set the port values in apr_os_sock_makeake2002-02-221-0/+2