]> git.ipfire.org Git - thirdparty/rsync.git/history - socket.c
Fix const
[thirdparty/rsync.git] / socket.c
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 rsync. It still...
1998-05-07  Andrew Tridgelljust a stub for now