Added RERR_VANISHED.
[rsync/rsync.git] / socket.c
2003-08-22 Wayne DavisonMade the UNUSED(parameter) macro calls read a little...
2003-08-04 Wayne DavisonInstead of ignoring SIG_CHLD, reap zombies in the signa...
2003-01-27 David DykstraPrevent the "Connection reset by peer" messages often...
2002-08-01 Wayne DavisonThe function passed to start_accept_loop() now takes...
2002-04-11 Martin PoolTry to fix ctype issues by always calling these functio...
2002-04-09 Martin PoolDoc.
2002-03-16 Martin PoolMake sure that freeaddrinfo is called on all code paths...
2002-03-16 Martin PoolDoc: Note from Dave Dykstra that getaddrinfo calls...
2002-02-23 Martin PoolWith -vv, client shows a message when opening a daemon...
2002-02-18 Martin PoolDoc.
2002-02-18 Martin PoolFix error handling for failing to fork after accepting...
2002-02-18 Martin PoolIf the daemon is unable to fork a child to accept a...
2002-02-13 David DykstraPatch from Jos Backus <josb@cncdsl.com> to use HAVE_SOC...
2002-01-25 Martin PoolThe name resolution stuff is getting complicated -...
2002-01-24 Martin PoolVerbose messages for spoof check... doesn't work on...
2002-01-24 Martin PoolWhen doing a name->addr translation to check for spoofi...
2002-01-24 Martin PoolFix getpeername call.
2002-01-24 Martin PoolMove both calls to getpeername into a common wrapper...
2002-01-24 Martin PoolAnother size_t warning
2002-01-24 Martin Poolcheck_name: Print out name *before* clobbering it.
2002-01-24 Martin PoolIf name lookup fails, then show the relevant IP address...
2002-01-24 Martin PoolDoc.
2002-01-24 Martin PoolShow helper program with -v when opening connection.
2002-01-24 Martin PoolDoc.
2002-01-24 Martin PoolFix const
2002-01-24 Martin PoolUnbreak the old behavior of using UNKNOWN as a hostname...
2002-01-24 Martin PoolFix inverted sense of error check.
2002-01-24 Martin PoolRefactor client_name() into smaller functions.
2002-01-24 Martin PoolDoc.
2002-01-23 Martin PoolJust for variety we have some socklen_t fixes too.
2002-01-15 Martin PoolRemove unused variable.
2002-01-15 Martin PoolOops, getaddrinfo returns an error code (not -1) for...
2002-01-11 Martin PoolMore comments about IPv6 stuff.
2001-12-18 Martin PoolTypo
2001-12-18 Martin PoolRefactor code for setting local address on outgoing...
2001-12-18 Martin PoolGet rid of global_opts struct as suggested by Dave...
2001-12-14 David Dykstraopen_socket_in was attempting to try all the protocols...
2001-12-05 Martin PoolSome platforms don't have sa_family_t.
2001-12-05 Martin PoolRFC2553 just says that sockaddr_storage has to have...
2001-12-05 Martin PoolSome platforms may have getaddrinfo() but not sockaddr_...
2001-12-05 Martin PoolChange back to using sockaddr_storage rather than socka...
2001-11-27 Martin PoolFix missing parameter in log call.
2001-11-26 Martin PoolRemove kame cruft
2001-11-26 Martin PoolOops, no C++ comments.
2001-11-26 Martin PoolKill a function for jra.
2001-11-26 Martin PoolTry to be better about handling the results of getaddri...
2001-11-26 Martin PoolPut the new address family option into an options struc...
2001-11-26 Martin PoolRemove highly suspicious redefinition of sockaddr struc...
2001-11-24 Martin PoolImproved error messages.
2001-11-23 Martin PoolMerge KAME.net IPv6 patch: you can now (in theory)...
2001-08-31 Martin PoolMerge in the LIBSMB_PROG idea from samba, so that you...
2001-08-15 Martin PoolCheck that gethostbyname does actually return AF_INET...
2001-08-15 Martin PoolUse socklen_t for getpeername, since we hopefully now...
2001-08-15 Martin PoolTypo. Shouldn't depend on assert().
2001-08-15 Martin PoolBetter error messages for DNS.
2001-08-08 Andrew Tridgelldon't need to lookup our own name in open_socket_in()
2001-08-06 Martin PoolTwo more instances of socklen_t.
2001-08-06 Martin PoolUse socklen_t if defined, or otherwise int. This tries...
2001-06-21 Martin PoolIf binding to a low-numbered port fails with EACCES...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-01-08 Martin PoolInclude strerror message when there's a socket error.
2000-11-09 Martin PoolDocument getsockopt POSIX confusion.
2000-10-25 David DykstraMake sure the log file is always opened before root...
2000-10-24 David DykstraWhen running as --daemon in the background and using...
2000-01-10 Andrew Tridgellmake --address work for a client connecting to a server
1999-11-15 Andrew Tridgellremoved old non-blocking fd code (a hangover from a...
1999-10-31 Andrew Tridgelladded --address option for virtual hosting
1999-06-27 Andrew Tridgellcontinue calling waitpid() while still reapingchildren...
1999-04-13 Andrew Tridgelladded RSYNC_PROXY support from Stephen Rothwell. This...
1999-02-09 David DykstraUse MAXHOSTNAMELEN (256) for the array holding the...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-08-27 Andrew Tridgella couple of changes to where the nonblocking settings...
1998-07-20 Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-19 Andrew Tridgell- close stdout and stderr and reopen then as /dev/null...
1998-07-01 Andrew TridgellI've had reports of rsyncd leaving zombies under digita...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-20 Andrew Tridgelladded DNS spoofing test to host access control
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-15 Andrew Tridgelladded a "socket options" option to rsyncd.conf. This...
1998-05-15 Andrew Tridgellfixed SIGCLD -> SIGCHLD
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgelljust a stub for now