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
*
Update the copyright year.
Wayne Davison
2015-08-08
1
-1
/
+1
*
Brant Gurganus's autoconf updates.
Wayne Davison
2015-07-07
1
-2
/
+2
*
Bump the year to 2014.
Wayne Davison
2014-01-26
1
-1
/
+1
*
Update copyright year.
Wayne Davison
2013-01-19
1
-1
/
+1
*
Fix misplaced parens on getnameinfo() call.
Wayne Davison
2011-08-06
1
-2
/
+2
*
Fix Minix build errors. Fixes bug 8313.
Wayne Davison
2011-07-22
1
-0
/
+6
*
Replace another inet_ntop() call with getnameinfo().
Wayne Davison
2011-07-16
1
-5
/
+4
*
Add more connect debug info, as Carlos suggested.
Wayne Davison
2011-07-12
1
-2
/
+10
*
Move freeaddrinfo() call after failure-reporting loop.
Wayne Davison
2011-07-11
1
-1
/
+1
*
Added "listen backlog" daemon config paramater.
Wayne Davison
2011-01-03
1
-1
/
+1
*
Report all socket connection errors if we fail.
Wayne Davison
2011-01-01
1
-5
/
+23
*
Fix a couple socketpair_tcp() issues (see bug 7514).
Wayne Davison
2010-06-19
1
-70
/
+40
*
Handle simultaneous arrival of multiple connections.
Matt McCutchen
2009-01-13
1
-1
/
+1
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Fixed a bunch of "warn_unused_result" compiler warnings.
Wayne Davison
2008-11-09
1
-5
/
+15
*
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
2008-09-01
1
-1
/
+1
*
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
2008-07-13
1
-4
/
+4
*
Moved the setting of the socket options before the connect().
Wayne Davison
2008-04-15
1
-0
/
+6
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Adding --contimeout=SECONDS option.
Wayne Davison
2007-11-28
1
-2
/
+24
*
Moved become_daemon() into clientserver.c.
Wayne Davison
2007-09-30
1
-29
/
+0
*
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
2007-09-22
1
-0
/
+1
*
Fixed a null-pointer dereference pointed out by Olivier Thauvin.
Wayne Davison
2007-08-16
1
-1
/
+1
*
Added support for a %H escape in the value of the RSYNC_CONNECT_PROG
Wayne Davison
2007-08-11
1
-0
/
+36
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
The --iconv option has now made it to the trunk.
Wayne Davison
2007-04-26
1
-1
/
+1
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Got rid of type-casting into isFOO() and toFOO() functions by
Wayne Davison
2006-11-09
1
-1
/
+1
*
Need to include netinet/tcp.h to get TCP_NODELAY defined.
Wayne Davison
2006-10-31
1
-0
/
+1
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-28
/
+22
*
Moved the include of netinet/ip.h here along with its apparent
Wayne Davison
2006-04-11
1
-0
/
+2
*
Improved the bind()-failure message to mention what family failed.
Wayne Davison
2006-04-02
1
-1
/
+2
*
If open_socket_in() fails, we now log the reasons why.
Wayne Davison
2006-03-22
1
-4
/
+25
*
Make extra sure that authbuf can't overflow.
Wayne Davison
2006-03-07
1
-1
/
+1
*
Call base4_encode() with "1" for its new "pad" arg so that the
Wayne Davison
2006-03-06
1
-1
/
+1
*
Simplified the conditional prior to the SIGACTION code.
Wayne Davison
2006-02-03
1
-3
/
+3
*
Call SIGACTION() instead of signal().
Wayne Davison
2006-02-02
1
-1
/
+11
*
Got rid of a superfluous newline.
Wayne Davison
2005-11-10
1
-1
/
+0
*
Call logfile_close() and logfile_reopen() (tweaked function names).
Wayne Davison
2005-04-14
1
-3
/
+3
*
Changed the bind_address local variables to be named bind_addr
Wayne Davison
2005-04-05
1
-14
/
+14
*
- Look for last '@' in a user@host spec.
Wayne Davison
2005-03-01
1
-1
/
+1
*
The daemon loop needs to call log_open() because it called log_close().
Wayne Davison
2005-02-18
1
-0
/
+3
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-6
/
+4
*
Tweaked one or more warning messages.
Wayne Davison
2005-01-31
1
-3
/
+3
*
Got rid of an unreachable free() call.
Wayne Davison
2005-01-28
1
-1
/
+0
*
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
2005-01-28
1
-2
/
+2
*
No need to call log_open() in start_accept_loop() because
Wayne Davison
2005-01-28
1
-3
/
+0
*
Added a missing newline to an error message.
Wayne Davison
2005-01-27
1
-1
/
+1
[next]