summaryrefslogtreecommitdiff
path: root/socket.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-11-28Adding --contimeout=SECONDS option.Wayne Davison1-2/+24
2007-09-30Moved become_daemon() into clientserver.c.Wayne Davison1-29/+0
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-08-16Fixed a null-pointer dereference pointed out by Olivier Thauvin.Wayne Davison1-1/+1
2007-08-11Added support for a %H escape in the value of the RSYNC_CONNECT_PROGWayne Davison1-0/+36
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-1/+1
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-11-09Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison1-1/+1
2006-10-31Need to include netinet/tcp.h to get TCP_NODELAY defined.Wayne Davison1-0/+1
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-28/+22
2006-04-11Moved the include of netinet/ip.h here along with its apparentWayne Davison1-0/+2
2006-04-02Improved the bind()-failure message to mention what family failed.Wayne Davison1-1/+2
2006-03-22If open_socket_in() fails, we now log the reasons why.Wayne Davison1-4/+25
2006-03-07Make extra sure that authbuf can't overflow.Wayne Davison1-1/+1
2006-03-06Call base4_encode() with "1" for its new "pad" arg so that theWayne Davison1-1/+1
2006-02-03Simplified the conditional prior to the SIGACTION code.Wayne Davison1-3/+3
2006-02-02Call SIGACTION() instead of signal().Wayne Davison1-1/+11
2005-11-10Got rid of a superfluous newline.Wayne Davison1-1/+0
2005-04-14Call logfile_close() and logfile_reopen() (tweaked function names).Wayne Davison1-3/+3
2005-04-05Changed the bind_address local variables to be named bind_addrWayne Davison1-14/+14
2005-03-01- Look for last '@' in a user@host spec.Wayne Davison1-1/+1
2005-02-18The daemon loop needs to call log_open() because it called log_close().Wayne Davison1-0/+3
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-6/+4
2005-01-31Tweaked one or more warning messages.Wayne Davison1-3/+3
2005-01-28Got rid of an unreachable free() call.Wayne Davison1-1/+0
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-2/+2
2005-01-28No need to call log_open() in start_accept_loop() becauseWayne Davison1-3/+0
2005-01-27Added a missing newline to an error message.Wayne Davison1-1/+1
2004-09-16Actually, since the close calls shouldn't fail (now that listenerWayne Davison1-3/+1
2004-09-16- Set "listener" to -1 after we close it so that the error-handlerWayne Davison1-3/+7
2004-06-20Restored the code in the IPV6_V6ONLY section that checks theWayne Davison1-2/+6
2004-05-15Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison1-19/+13
2004-05-06Correct a typo.Wayne Davison1-1/+1
2004-05-06- Updated the comments for open_socket_in().Wayne Davison1-35/+34
2004-05-05If we need to set IPV6_V6ONLY but setsockopt() fails, close theWayne Davison1-14/+10
2004-04-14Moved (and expanded) a verbose message from clientserver.c to socket.cWayne Davison1-8/+9
2004-03-29In sigchild_handler(), finish with waitpid() before reinitializingWayne Davison1-1/+1
2004-03-16Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.Wayne Davison1-1/+1
2004-02-27Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN).Wayne Davison1-1/+1
2004-01-20Use new stringjoin() function.Wayne Davison1-2/+2
2004-01-03Fixed a size check in the new code.Wayne Davison1-1/+1
2004-01-03Added support for "Basic" authentication to our proxy, based on aWayne Davison1-67/+109
2004-01-02Applied a slightly-tweaked version of Oliver Braun's patch thatWayne Davison1-28/+68
2004-01-02Call bind() with the right ai_addr/ai_addrlen info.Wayne Davison1-6/+4
2004-01-02Tidied up a few things in preparation for changes.Wayne Davison1-78/+83
2003-08-22Made the UNUSED(parameter) macro calls read a little nicer.Wayne Davison1-1/+2