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
*
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
*
Actually, since the close calls shouldn't fail (now that listener
Wayne Davison
2004-09-16
1
-3
/
+1
*
- Set "listener" to -1 after we close it so that the error-handler
Wayne Davison
2004-09-16
1
-3
/
+7
*
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
[next]