| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport r1861050, r1805309, r1861045, r1861046, r1861049, r1861053, r1861054... | michaelo | 2021-05-26 | 1 | -1/+22 |
* | Merge 1089031 from trunk: | trawick | 2013-10-27 | 1 | -39/+67 |
* | grab 1091757 from trunk: | trawick | 2011-04-13 | 1 | -0/+6 |
* | Grab r1088352 from trunk: | trawick | 2011-04-04 | 1 | -0/+1 |
* | merge r949209 from trunk | trawick | 2011-03-21 | 1 | -0/+2 |
* | I was experimenting with options on ELSE_WIN_OS_IS_ANSI, | wrowe | 2007-08-24 | 1 | -1/+5 |
* | SetHandleInformation is not supported on WinCE, but the Win 9x code path | wrowe | 2007-05-31 | 1 | -2/+2 |
* | alloc_socket() now defaults to remote_host_unknown == 1 | wrowe | 2007-01-09 | 1 | -3/+1 |
* | Sync Win32/OS2 unknown remote_addr and local_port flags to unix src. | wrowe | 2006-11-28 | 1 | -0/+2 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | Implement pool accessor for sockets | mturk | 2005-06-12 | 1 | -11/+11 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Since this code only applies to sendfile, make sure that it is properly #ifde... | bnicholes | 2004-07-26 | 1 | -0/+2 |
* | Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982 | stoddard | 2004-07-22 | 1 | -0/+4 |
* | Fix stack overflow with IPv6 apr_socket_accept() on Win32. | trawick | 2004-05-21 | 1 | -0/+4 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | Add apr_socket_type_get() for retrieving the type (e.g., stream) | trawick | 2003-11-30 | 1 | -0/+6 |
* | There were no 'cont'-named pool objects, simple copy-n-paste bug. | wrowe | 2003-11-17 | 1 | -1/+1 |
* | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | gstein | 2003-11-17 | 1 | -0/+4 |
* | The use of "netmask" to hold options is a bit beyond bogus. That term has | gstein | 2003-11-02 | 1 | -4/+4 |
* | Time to turn on the protocol member for APR 1.0. | wrowe | 2003-10-15 | 1 | -4/+0 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -10/+1 |
* | remove these deprecated interfaces: | trawick | 2003-09-03 | 1 | -39/+3 |
* | apr_socket_data_set(): allow the same key to be used for | trawick | 2003-07-08 | 1 | -4/+28 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -3/+3 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Win32: Fix Win32 compile break due to last commit (renames) | stoddard | 2002-11-20 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -7/+41 |
* | Fix a problem retrieving the remote socket address for sockets | trawick | 2002-10-25 | 1 | -0/+4 |
* | Win32: Fix apr_shutdown() to honor the setting of apr_shutdown_how_e | stoddard | 2002-10-22 | 1 | -1/+1 |
* | fix compile break in OS/2 and Win32 apr_os_sock_make() | trawick | 2002-10-18 | 1 | -2/+2 |
* | apr_os_sock_put() shouldn't assume any particular protocol | trawick | 2002-10-18 | 1 | -1/+1 |
* | fix compile break | trawick | 2002-10-18 | 1 | -1/+1 |
* | Add apr_socket_create_ex() to allow protocol to be specified for the | trawick | 2002-10-18 | 1 | -9/+29 |
* | axe some checks for out-of-storage which are not helpful; | trawick | 2002-07-30 | 1 | -7/+0 |
* | Inherited socket()'s considered harmful on win32. | wrowe | 2002-07-29 | 1 | -0/+37 |
* | The right solution. Follow the herd, use socketdes as our name. | wrowe | 2002-07-15 | 1 | -21/+21 |
* | Use the correct macros | wrowe | 2002-07-15 | 1 | -2/+3 |
* | Implement the win32 apr_socket_timeout_set/get, and accomodate both the | wrowe | 2002-07-15 | 1 | -2/+2 |
* | Changed the return values of the apr_*_inherit_(un)set functions from | brane | 2002-07-05 | 1 | -6/+6 |
* | Have inherit_set/unset work correctly. Sockets can't do this, so punt. | wrowe | 2002-07-03 | 1 | -2/+24 |
* | Last for today (compiles clean on Win32, hope the same for the rest of | wrowe | 2002-06-08 | 1 | -6/+3 |
* | Allows the internal socket netmask of the accepted socket to initialize itself | bnicholes | 2002-06-07 | 1 | -0/+11 |
* | More of the WinCE port. | wrowe | 2002-06-04 | 1 | -1/+3 |
* | Fix win32 compile break | stoddard | 2002-04-01 | 1 | -1/+1 |
* | simplify sockaddr manipulation code a little bit | trawick | 2002-04-01 | 1 | -32/+14 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | add a little reminder that in this new code, as in existing | trawick | 2002-02-22 | 1 | -1/+3 |
* | Set the port values in apr_os_sock_make | ake | 2002-02-22 | 1 | -0/+2 |