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
*
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
*
Get rid of global_opts struct as suggested by Dave -- too many
Martin Pool
2001-12-18
1
-40
/
+29
*
open_socket_in was attempting to try all the protocols returned from
David Dykstra
2001-12-14
1
-0
/
+1
*
Some platforms don't have sa_family_t.
Martin Pool
2001-12-05
1
-1
/
+1
*
RFC2553 just says that sockaddr_storage has to have initial fields
Martin Pool
2001-12-05
1
-2
/
+8
*
Some platforms may have getaddrinfo() but not sockaddr_storage.
Martin Pool
2001-12-05
1
-4
/
+0
*
Change back to using sockaddr_storage rather than sockaddr_in. If
Martin Pool
2001-12-05
1
-11
/
+19
*
Fix missing parameter in log call.
Martin Pool
2001-11-27
1
-1
/
+1
*
Remove kame cruft
Martin Pool
2001-11-26
1
-1
/
+1
*
Oops, no C++ comments.
Martin Pool
2001-11-26
1
-2
/
+0
*
Kill a function for jra.
Martin Pool
2001-11-26
1
-64
/
+1
*
Try to be better about handling the results of getaddrinfo(): when
Martin Pool
2001-11-26
1
-17
/
+44
*
Put the new address family option into an options struct. We have too
Martin Pool
2001-11-26
1
-19
/
+43
*
Remove highly suspicious redefinition of sockaddr structure -- there
Martin Pool
2001-11-26
1
-18
/
+20
*
Improved error messages.
Martin Pool
2001-11-24
1
-8
/
+18
*
Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnames
Martin Pool
2001-11-23
1
-112
/
+178
[next]