index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
network_io
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix comparison of sin6_addr
sf
2015-08-16
1
-1
/
+1
*
* network_io/unix/sockaddr.c (apr_parse_addr_port): Simplify to use
jorton
2015-06-04
1
-11
/
+3
*
Follow up to r1666341: fix missing apr_socket_create() and apr_socket_accept(...
ylavic
2015-03-20
1
-4
/
+10
*
*) On z/OS, apr_sockaddr_info_get() with family == APR_UNSPEC was not
covener
2014-10-27
1
-0
/
+10
*
Add apr_sockaddr_info_copy(), for making a deep copy of an
trawick
2014-04-13
1
-0
/
+36
*
Fix the inheritance of the non-blocking option across apr_socket_accept()
trawick
2013-12-17
1
-1
/
+14
*
Follow up to r1543033:
trawick
2013-11-18
1
-5
/
+1
*
OSX (Darwin) returns APR_POLLHUP|APR_POLLIN, so the
jim
2013-11-18
1
-0
/
+5
*
add apr_sockaddr_is_wildcard() API
trawick
2013-11-12
1
-0
/
+29
*
follow up to r1523384: if we disable non-blocking when a timeout is set, forg...
trawick
2013-09-16
1
-0
/
+1
*
On Windows, a socket timeout isn't implemented with
trawick
2013-09-15
1
-1
/
+1
*
* network_io/unix/multicast.c (do_mcast_opt): Fix regression in
jorton
2013-05-30
1
-2
/
+10
*
Make sure apr_sockaddr_info_get() returns an error if
sf
2013-05-03
1
-1
/
+15
*
fix warning: parameter 'flags' set but not used
sf
2013-03-23
1
-3
/
+0
*
Only fill in apr_sockaddr_vars_set if we have valid data
sf
2013-01-26
1
-1
/
+8
*
apr_socket_accept_filter: Return success when trying to again set the filter
trawick
2012-11-07
1
-2
/
+19
*
* network_io/unix/sockaddr.c (apr_ipsubnet_test): Fix false positive
jorton
2012-11-05
1
-2
/
+2
*
apr_socket_accept_filter(): The 2nd and 3rd arguments are now
trawick
2012-11-03
1
-2
/
+2
*
Guard against EAI_ADDRFAMILY not being defined, it seems to be glibc
sf
2012-05-28
1
-1
/
+4
*
Improve handling of AI_ADDRCONFIG with getaddrinfo()
sf
2012-05-28
1
-2
/
+17
*
If we retry getaddrinfo() without AI_ADDRCONFIG, we should really only remove
sf
2012-05-21
1
-2
/
+2
*
Hurd's sendfile works like Linux's
sf
2012-05-19
1
-1
/
+1
*
Simplify internal do_mcast_opt option path. No need for double checks and dou...
mturk
2012-04-04
1
-7
/
+3
*
Make sure the IPv4 setsockopt also uses 4 byte optval type.
mturk
2012-04-04
1
-5
/
+3
*
Fix apr_mcast_hops returning EINVAL for IPv6 sockets. The soket option value ...
mturk
2012-04-04
1
-1
/
+2
*
Add support for APR_SO_BROADCAST
sf
2011-10-15
3
-0
/
+26
*
IPV6_V6ONLY on Windows:
trawick
2011-04-13
2
-1
/
+26
*
restructure Windows apr_socket_connect() to more closely match
trawick
2011-04-05
1
-39
/
+67
*
Windows: Save a call to getpeername() when trying to retrieve the
trawick
2011-04-03
1
-0
/
+2
*
comment spelling
trawick
2011-04-03
1
-1
/
+1
*
apr_socket_wait() for Windows
trawick
2011-04-02
1
-1
/
+34
*
fix extra "the" in comments and license text
trawick
2011-03-23
1
-1
/
+1
*
fix typo in comment
trawick
2011-03-23
1
-1
/
+1
*
fix indentation-over-syntax blunder in r1082963 which broke sockets
trawick
2011-03-21
1
-2
/
+4
*
use apr_get_netos_error() to retrieve the getaddrinfo() error
trawick
2011-03-21
1
-2
/
+4
*
clean up some low hanging gcc warnings on Win
trawick
2011-03-19
1
-1
/
+1
*
apr_socket_create/accept: clean up socket descriptor on
trawick
2011-03-18
1
-2
/
+12
*
return apr_get_netos_error() when setsockopt() fails
trawick
2011-03-14
1
-1
/
+1
*
apr_sockaddr_info_get() on AIX: Fix a problem which could set
trawick
2011-03-13
1
-6
/
+16
*
* network_io/unix/sockets.c (apr_socket_accept): Ensure the correct
jorton
2011-01-15
1
-1
/
+7
*
Make functions static.
fuankg
2010-09-01
1
-2
/
+2
*
* network_io/unix/sockets.c (apr_socket_connect): Copy the remote
jorton
2010-08-09
1
-3
/
+6
*
Some more NetWare build fixes.
fuankg
2010-08-03
1
-0
/
+5
*
axe unused variables
trawick
2010-05-28
2
-1
/
+2
*
explicitly check for ifaddrs.h before using it.
gregames
2010-04-29
1
-1
/
+3
*
Hide apr_wait_for_io_or_timeout() from public view and add instead
bjh
2010-04-12
2
-0
/
+23
*
OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has been
bjh
2010-04-02
4
-24
/
+24
*
OS/2: Rework apr_socket_sendto() & apr_socket_recvfrom() to not use
bjh
2010-03-16
1
-52
/
+64
*
OS/2: In apr_socket_create(), override the supplied protocol if family is
bjh
2010-03-16
1
-1
/
+6
*
Include unix multicast functions in OS/2 build.
bjh
2010-03-13
1
-0
/
+1
[next]