]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
1998-05-13  Andrew Tridgelldefine INADDR_NONE if necessary
1998-05-13  Andrew Tridgellimproved the authentication and in particular the error...
1998-05-13  Andrew Tridgellfirst working version of challenge response authenticat...
1998-05-13  Andrew Tridgellimproved max connections code. Now use fcntl instead...
1998-05-13  Andrew Tridgellsave another couple of round trip latencies. This set...
1998-05-13  Andrew Tridgellneed sys/file.h for flock()
1998-05-13  Andrew Tridgellsave one round trip (version swapping) for daemon.
1998-05-13  Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-13  Andrew Tridgelladded "syslog facility" option. It is an integer and...
1998-05-13  Andrew Tridgelladded hosts allow and hosts deny support. I ended up...
1998-05-13  Andrew Tridgellcheck argc and show usage if no args
1998-05-13  Andrew Tridgellload the config file on each connect rather than at...
1998-05-11  Andrew Tridgellfixed a bug in the new . filename code
1998-05-10  Andrew Tridgellchanged the name of the temporary filename to include...
1998-05-10  Andrew Tridgellthe statistics reporting was the wrong way around for...
1998-05-10  Andrew Tridgellchanged a couple of places to use strlcpy()
1998-05-10  Andrew Tridgellonly call openlog once
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-10  Andrew Tridgellfixed typo in socket test
1998-05-10  Andrew Tridgelllook for -lsocket by checking for connect()
1998-05-10  Andrew Tridgellsplit the options parsing code into options.c
1998-05-10  Andrew Tridgellbetter negotiation of protocol versions
1998-05-10  Andrew Tridgellcleanup code a bit
1998-05-09  Andrew Tridgellconfiguration parsing and loading code for rsyncd....
1998-05-09  Andrew Tridgellfirst vesrion of working socket based rsync. It still...
1998-05-07  Andrew Tridgelljust a stub for now
1998-05-07  Andrew Tridgellremoved some quoted printable stuff from this so it...
1998-05-07  Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-07  Andrew Tridgellsome code cleanup in preparation for a cleaner client...
1998-05-07  Andrew Tridgellimprove the autoconf warning for broken readdir
1998-05-07  Paul MackerrasAdd pristine zlib-1.1.2 code, ready for hacking.
1998-05-07  Andrew Tridgellnow using autoheader as well as autoconf
1998-05-06  Andrew Tridgellhopefully better support for systems where sizeof(int)==8
1998-05-06  Andrew Tridgelldon't need off64_t code on systems where off_t is alrea...
1998-05-06  Andrew Tridgelldamn solaris doesn't prototype it's functions correctly...
1998-05-06  Andrew Tridgellhandle mmap() failures
1998-05-06  Andrew Tridgellbetter test for solaris broken readdir
1998-05-06  Andrew Tridgellhandle broken readdir() on Solaris 2.6 (it returns...
1998-05-06  Andrew Tridgelladd support for lseek64() under solaris 2.6
1998-05-06  Andrew TridgellSolaris 2.6 doesn't support "signed char". What a broke...
1998-05-06  Andrew Tridgelluse floating point for printout of stats - this wrks...
1998-05-06  Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-05-06  Andrew Tridgellfix up the int64 handling a little. It should work...
1998-05-05  Andrew Tridgella leading / in a pattern now means "use a absolute...
1998-04-28  Andrew Tridgelladded support for sockets and fifos
1998-04-17  Andrew Tridgella much improved test script from Phil.
1998-04-17  rsync-bugspreparing for release of 1.7.4 v1.7.4
1998-04-17  Andrew Tridgellthis is a little test script to test some of rsyncs...
1998-04-17  Andrew Tridgellrevamped the -delete code. The last few bugs with it...
1998-04-13  Andrew Tridgella few code cleanups
1998-04-13  rsync-bugspreparing for release of 1.7.3 v1.7.3
1998-04-13  Andrew Tridgellfixed a bug in the handling of -R with --delete
1998-04-13  Andrew Tridgellnot quite so many decimal places in "speedup" :-)
1998-04-09  Andrew Tridgellfixed a bug in handling the -c option and non-regular...
1998-04-05  rsync-bugspreparing for release of 1.7.2 v1.7.2
1998-04-05  Andrew Tridgellhandle sparse files more efficiently
1998-04-05  Andrew Tridgella couple more system calls wrapped in syscall.c
1998-04-05  Andrew Tridgellin local->local mode don't use exec to start the "remot...
1998-04-05  Andrew Tridgellfixed a bug in the hlink code - it wasn't taking accoun...
1998-04-01  Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-27  Andrew Tridgelldon't need to test for SETPGRP any more as it is no...
1998-03-27  Andrew TridgellSolaris uses EEXIST instead of ENOTEMPTY.
1998-03-26  rsync-bugspreparing for release of 1.7.1 v1.7.1
1998-03-26  Andrew Tridgellfixed a bug I introduced in the last big commit
1998-03-26  Andrew Tridgelladded some debugging code
1998-03-26  rsync-bugspreparing for release of 1.7.0 v1.7.0
1998-03-26  Andrew Tridgellupdated README and man page ready for the new release
1998-03-26  Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-26  Andrew Tridgellif rsync fails to update the group of a file but nothin...
1998-03-26  Andrew Tridgellwhen using -x to stop at filesystem boundaries, include...
1998-03-25  Andrew Tridgelladd the dummy file to .cvsignore
1998-03-25  Andrew Tridgell- fixed a bug in the utimbuf test
1998-03-25  Andrew Tridgell- on systems (such as intel linux) where off_t is 32...
1998-03-25  Andrew Tridgelladded a --force option.
1998-03-25  Andrew Tridgellchanges to make VPATH work correctly, thanks to patl...
1998-03-25  Andrew Tridgelladded this so the lib directory gets created when using...
1998-03-25  Andrew Tridgell- fixed a bug wth the handling of duplicate names with...
1998-03-25  Andrew Tridgelldon't show basedir in printed path (a aesthetic change...
1998-03-25  Andrew Tridgellfixed the problem where you couldn't specify multiple...
1998-03-24  Andrew Tridgellcheck a few HAVE_* macros
1998-03-24  Andrew Tridgelladded chmod() and chown() to syscall.c
1998-03-23  Andrew Tridgelltest for "long long" and %lld in configure.
1998-03-23  Andrew Tridgelladded wrappers around all the system calls that can...
1998-03-23  Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23  Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23  Andrew Tridgelllabel this version 1.7.0alpha
1998-03-23  Andrew Tridgellsave some more memory by only allocating the checksum...
1998-03-23  Andrew Tridgellif the file changes during transfer then don't loop...
1998-03-23  Andrew Tridgelldon't adapt the block size to above half the chunk...
1998-03-23  Andrew Tridgellprototype update
1998-03-23  Andrew Tridgell- keep a list of pids and send them a SIGUSR1 for clean...
1998-03-23  Andrew Tridgellfor systems with a broken select use u_sleep() to ensur...
1998-03-23  Andrew Tridgella large change to make rsync much more memory efficient...
1998-02-24  Andrew Tridgellcompatibility functions now split into their own file
1998-01-27  Andrew Tridgell*** empty log message ***
1998-01-13  Andrew Tridgell*** empty log message *** v1.6.9
1998-01-13  Andrew Tridgell*** empty log message ***
1998-01-13  Andrew Tridgell*** empty log message ***
1998-01-13  Andrew Tridgell*** empty log message ***
next