- 63c5ac3 Report all socket connection errors if we fail. Fixes bug 6588. by Wayne Davison · 16 years ago
- 1cdb5e1 Fix a couple socketpair_tcp() issues (see bug 7514). by Wayne Davison · 16 years ago
- 1fb6163 Handle simultaneous arrival of multiple connections. by Matt McCutchen · 17 years ago
- 445640e Update the copyright year. by Wayne Davison · 18 years ago
- 3082dff Fixed a bunch of "warn_unused_result" compiler warnings. by Wayne Davison · 18 years ago
- 1c3e6e8 Moved the setting of the socket options before the connect(). by Wayne Davison · 18 years ago
- d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
- ba22c9e Adding --contimeout=SECONDS option. by Wayne Davison · 19 years ago
- 5621e51 Moved become_daemon() into clientserver.c. by Wayne Davison · 19 years ago
- 1b42f62 Moved inline functions from rsync.h into ifuncs.h. by Wayne Davison · 19 years ago
- 4eff305 Fixed a null-pointer dereference pointed out by Olivier Thauvin. by Wayne Davison · 19 years ago
- e5f1a96 Added support for a %H escape in the value of the RSYNC_CONNECT_PROG by Wayne Davison · 19 years ago
- 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
- 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
- 332cf6d The --iconv option has now made it to the trunk. by Wayne Davison · 19 years ago
- ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
- 2dc7b8b Got rid of type-casting into isFOO() and toFOO() functions by by Wayne Davison · 20 years ago
- 0f5c1c1 Need to include netinet/tcp.h to get TCP_NODELAY defined. by Wayne Davison · 20 years ago
- e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
- 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
- 5899b8c Moved the include of netinet/ip.h here along with its apparent by Wayne Davison · 20 years ago
- e2d774c Improved the bind()-failure message to mention what family failed. by Wayne Davison · 20 years ago
- 5c6d463 If open_socket_in() fails, we now log the reasons why. by Wayne Davison · 20 years ago
- 8030b28 Make extra sure that authbuf can't overflow. by Wayne Davison · 20 years ago
- 6854bf6 Call base4_encode() with "1" for its new "pad" arg so that the by Wayne Davison · 20 years ago
- 44e604f Simplified the conditional prior to the SIGACTION code. by Wayne Davison · 20 years ago
- 2b28968 Call SIGACTION() instead of signal(). by Wayne Davison · 20 years ago
- 86fc7e6 Got rid of a superfluous newline. by Wayne Davison · 21 years ago
- 8ee6ade Call logfile_close() and logfile_reopen() (tweaked function names). by Wayne Davison · 21 years ago
- 4313d6f Changed the bind_address local variables to be named bind_addr by Wayne Davison · 21 years ago
- b31c92e - Look for last '@' in a user@host spec. by Wayne Davison · 21 years ago
- 1da0536 The daemon loop needs to call log_open() because it called log_close(). by Wayne Davison · 21 years ago
- 4f5b075 John E. Malmberg convinced me to standardize on #ifs for defined by Wayne Davison · 21 years ago
- 4ccfd96 Tweaked one or more warning messages. by Wayne Davison · 21 years ago
- 92e1aee Got rid of an unreachable free() call. by Wayne Davison · 21 years ago
- 25ff044 Use "#if" (not "#ifdef") for configure-defined macros. by Wayne Davison · 21 years ago
- 4c8f6b6 No need to call log_open() in start_accept_loop() because by Wayne Davison · 21 years ago
- 880570f Added a missing newline to an error message. by Wayne Davison · 21 years ago
- eb8ffa9 Actually, since the close calls shouldn't fail (now that listener by Wayne Davison · 22 years ago
- ab217f7 - Set "listener" to -1 after we close it so that the error-handler by Wayne Davison · 22 years ago
- dcd08dc Restored the code in the IPV6_V6ONLY section that checks the by Wayne Davison · 22 years ago
- d62bcc1 Changed rprintf() calls that included strerror() to use rsyserr(). by Wayne Davison · 22 years ago
- c5bf99a Correct a typo. by Wayne Davison · 22 years ago
- 2c7d63c - Updated the comments for open_socket_in(). by Wayne Davison · 22 years ago
- d8d36af If we need to set IPV6_V6ONLY but setsockopt() fails, close the by Wayne Davison · 22 years ago
- df5cd10 Moved (and expanded) a verbose message from clientserver.c to socket.c by Wayne Davison · 22 years ago
- cb984e6 In sigchild_handler(), finish with waitpid() before reinitializing by Wayne Davison · 22 years ago
- 16f72ad Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN. by Wayne Davison · 22 years ago
- ac7aa92 Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN). by Wayne Davison · 22 years ago
- 893c4cc Use new stringjoin() function. by Wayne Davison · 22 years ago
- 173f5bf Fixed a size check in the new code. by Wayne Davison · 23 years ago
- a3a8410 Added support for "Basic" authentication to our proxy, based on a by Wayne Davison · 23 years ago
- b0fd253 Applied a slightly-tweaked version of Oliver Braun's patch that by Wayne Davison · 23 years ago
- e028b9f Call bind() with the right ai_addr/ai_addrlen info. by Wayne Davison · 23 years ago
- 9c07d25 Tidied up a few things in preparation for changes. by Wayne Davison · 23 years ago
- 067669d Made the UNUSED(parameter) macro calls read a little nicer. by Wayne Davison · 23 years ago
- ca20c7f Instead of ignoring SIG_CHLD, reap zombies in the signal handler. by Wayne Davison · 23 years ago
- 9f63921 Prevent the "Connection reset by peer" messages often seen from Cygwin. by David Dykstra · 23 years ago
- 39993af The function passed to start_accept_loop() now takes 2 fd ints (for by Wayne Davison · 24 years ago
- 32f7617 Try to fix ctype issues by always calling these functions as by Martin Pool · 24 years ago
- a7dc44d Doc. by Martin Pool · 24 years ago
- 6b2d24d Make sure that freeaddrinfo is called on all code paths leading away by Martin Pool · 24 years ago
- e23d790 Doc: Note from Dave Dykstra that getaddrinfo calls must be paired with by Martin Pool · 24 years ago
- 7bea78c With -vv, client shows a message when opening a daemon connection via by Martin Pool · 24 years ago
- 79845f2 Doc. by Martin Pool · 24 years ago
- bd37c66 Fix error handling for failing to fork after accepting a connection -- by Martin Pool · 24 years ago
- c4a5c57 If the daemon is unable to fork a child to accept a connection, print by Martin Pool · 24 years ago
- 1457949 Patch from Jos Backus <josb@cncdsl.com> to use HAVE_SOCKADDR_LEN rather by David Dykstra · 24 years ago
- 0cd2f40 The name resolution stuff is getting complicated -- split it out into by Martin Pool · 24 years ago
- 0d95824 Verbose messages for spoof check... doesn't work on old linux libc? by Martin Pool · 24 years ago
- bbc09ff When doing a name->addr translation to check for spoofing, give the by Martin Pool · 24 years ago
- 5fdcc39 Fix getpeername call. by Martin Pool · 24 years ago
- 07d70ff Move both calls to getpeername into a common wrapper function that by Martin Pool · 24 years ago
- 00d943d Another size_t warning by Martin Pool · 24 years ago
- 71c780d check_name: Print out name *before* clobbering it. by Martin Pool · 24 years ago
- 2974e20 If name lookup fails, then show the relevant IP address in the error message. by Martin Pool · 24 years ago
- 255810c Doc. by Martin Pool · 24 years ago
- 5d26403 Show helper program with -v when opening connection. by Martin Pool · 24 years ago
- d02984b Doc. by Martin Pool · 24 years ago
- 0f95552 Fix const by Martin Pool · 24 years ago
- 885448d Unbreak the old behavior of using UNKNOWN as a hostname if any of the by Martin Pool · 24 years ago
- b14545b Fix inverted sense of error check. by Martin Pool · 24 years ago
- 9a5a867 Refactor client_name() into smaller functions. by Martin Pool · 24 years ago
- d1d1505 Doc. by Martin Pool · 24 years ago
- d54765c Just for variety we have some socklen_t fixes too. by Martin Pool · 24 years ago
- a9b3140 Remove unused variable. by Martin Pool · 24 years ago
- 98355b8 Oops, getaddrinfo returns an error code (not -1) for error. -Wall is good. by Martin Pool · 24 years ago
- 362099a More comments about IPv6 stuff. by Martin Pool · 24 years ago
- 9ec7528 Typo by Martin Pool · 25 years ago
- f8be7d4 Refactor code for setting local address on outgoing connections. If a by Martin Pool · 25 years ago
- 13e2999 Get rid of global_opts struct as suggested by Dave -- too many by Martin Pool · 25 years ago
- cb1bcc7 open_socket_in was attempting to try all the protocols returned from by David Dykstra · 25 years ago
- 51f289d Some platforms don't have sa_family_t. by Martin Pool · 25 years ago
- d91c8c5 RFC2553 just says that sockaddr_storage has to have initial fields by Martin Pool · 25 years ago
- e20a4f8 Some platforms may have getaddrinfo() but not sockaddr_storage. by Martin Pool · 25 years ago
- 2d6dbe2 Change back to using sockaddr_storage rather than sockaddr_in. If by Martin Pool · 25 years ago
- c11b880 Fix missing parameter in log call. by Martin Pool · 25 years ago
- 2be5d2d Remove kame cruft by Martin Pool · 25 years ago
- a57568d Oops, no C++ comments. by Martin Pool · 25 years ago
- 61f543c Kill a function for jra. by Martin Pool · 25 years ago