index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restored the code in the IPV6_V6ONLY section that checks the
Wayne Davison
2004-06-20
1
-2
/
+6
*
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
2004-05-15
1
-19
/
+13
*
Correct a typo.
Wayne Davison
2004-05-06
1
-1
/
+1
*
- Updated the comments for open_socket_in().
Wayne Davison
2004-05-06
1
-35
/
+34
*
If we need to set IPV6_V6ONLY but setsockopt() fails, close the
Wayne Davison
2004-05-05
1
-14
/
+10
*
Moved (and expanded) a verbose message from clientserver.c to socket.c
Wayne Davison
2004-04-14
1
-8
/
+9
*
In sigchild_handler(), finish with waitpid() before reinitializing
Wayne Davison
2004-03-29
1
-1
/
+1
*
Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
Wayne Davison
2004-03-16
1
-1
/
+1
*
Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).
Wayne Davison
2004-02-27
1
-1
/
+1
*
Use new stringjoin() function.
Wayne Davison
2004-01-20
1
-2
/
+2
*
Fixed a size check in the new code.
Wayne Davison
2004-01-03
1
-1
/
+1
*
Added support for "Basic" authentication to our proxy, based on a
Wayne Davison
2004-01-03
1
-67
/
+109
*
Applied a slightly-tweaked version of Oliver Braun's patch that
Wayne Davison
2004-01-02
1
-28
/
+68
*
Call bind() with the right ai_addr/ai_addrlen info.
Wayne Davison
2004-01-02
1
-6
/
+4
*
Tidied up a few things in preparation for changes.
Wayne Davison
2004-01-02
1
-78
/
+83
*
Made the UNUSED(parameter) macro calls read a little nicer.
Wayne Davison
2003-08-22
1
-1
/
+2
*
Instead of ignoring SIG_CHLD, reap zombies in the signal handler.
Wayne Davison
2003-08-04
1
-8
/
+9
*
Prevent the "Connection reset by peer" messages often seen from Cygwin.
David Dykstra
2003-01-27
1
-1
/
+4
*
The function passed to start_accept_loop() now takes 2 fd ints (for
Wayne Davison
2002-08-01
1
-2
/
+2
*
Try to fix ctype issues by always calling these functions as
Martin Pool
2002-04-11
1
-1
/
+1
*
Doc.
Martin Pool
2002-04-09
1
-17
/
+20
*
Make sure that freeaddrinfo is called on all code paths leading away
Martin Pool
2002-03-16
1
-3
/
+3
*
Doc: Note from Dave Dykstra that getaddrinfo calls must be paired with
Martin Pool
2002-03-16
1
-1
/
+4
*
With -vv, client shows a message when opening a daemon connection via
Martin Pool
2002-02-23
1
-0
/
+4
*
Doc.
Martin Pool
2002-02-18
1
-0
/
+1
*
Fix error handling for failing to fork after accepting a connection --
Martin Pool
2002-02-18
1
-2
/
+2
*
If the daemon is unable to fork a child to accept a connection, print
Martin Pool
2002-02-18
1
-1
/
+12
*
Patch from Jos Backus <josb@cncdsl.com> to use HAVE_SOCKADDR_LEN rather
David Dykstra
2002-02-13
1
-1
/
+1
*
The name resolution stuff is getting complicated -- split it out into
Martin Pool
2002-01-25
1
-216
/
+0
*
Verbose messages for spoof check... doesn't work on old linux libc?
Martin Pool
2002-01-24
1
-4
/
+30
*
When doing a name->addr translation to check for spoofing, give the
Martin Pool
2002-01-24
1
-1
/
+1
*
Fix getpeername call.
Martin Pool
2002-01-24
1
-1
/
+1
*
Move both calls to getpeername into a common wrapper function that
Martin Pool
2002-01-24
1
-22
/
+34
*
Another size_t warning
Martin Pool
2002-01-24
1
-1
/
+1
*
check_name: Print out name *before* clobbering it.
Martin Pool
2002-01-24
1
-5
/
+5
*
If name lookup fails, then show the relevant IP address in the error message.
Martin Pool
2002-01-24
1
-22
/
+17
*
Doc.
Martin Pool
2002-01-24
1
-8
/
+2
*
Show helper program with -v when opening connection.
Martin Pool
2002-01-24
1
-1
/
+10
*
Doc.
Martin Pool
2002-01-24
1
-7
/
+10
*
Fix const
Martin Pool
2002-01-24
1
-2
/
+2
*
Unbreak the old behavior of using UNKNOWN as a hostname if any of the
Martin Pool
2002-01-24
1
-4
/
+10
*
Fix inverted sense of error check.
Martin Pool
2002-01-24
1
-5
/
+6
*
Refactor client_name() into smaller functions.
Martin Pool
2002-01-24
1
-31
/
+75
*
Doc.
Martin Pool
2002-01-24
1
-1
/
+4
*
Just for variety we have some socklen_t fixes too.
Martin Pool
2002-01-23
1
-3
/
+5
*
Remove unused variable.
Martin Pool
2002-01-15
1
-1
/
+0
*
Oops, getaddrinfo returns an error code (not -1) for error. -Wall is
Martin Pool
2002-01-15
1
-1
/
+1
*
More comments about IPv6 stuff.
Martin Pool
2002-01-11
1
-5
/
+17
*
Typo
Martin Pool
2001-12-18
1
-1
/
+1
*
Refactor code for setting local address on outgoing connections. If a
Martin Pool
2001-12-18
1
-23
/
+38
[next]