]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
1998-05-18  rsync-bugspreparing for release of 2.0.10 v2.0.10
1998-05-18  Andrew Tridgellstrip any leading / off absolute paths when using relat...
1998-05-18  Andrew Tridgellfixed a bug in the glob expansion code (pointed out by
1998-05-18  rsync-bugspreparing for release of 2.0.9 v2.0.9
1998-05-18  Andrew Tridgellfixed a multiplexing bug
1998-05-18  Andrew Tridgellhandle rsh clients that don't like half-open connections
1998-05-18  Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-17  Andrew Tridgellif f_in == f_out then don't close one of them
1998-05-17  rsync-bugspreparing for release of 2.0.8
1998-05-17  Andrew Tridgellrpm is fussy about changelog formats
1998-05-17  rsync-bugspreparing for release of 2.0.8 v2.0.8
1998-05-17  Andrew Tridgellupdated so I can auto-build rsync packages
1998-05-17  Andrew Tridgellclose some unnecessary file descriptors in do_recv()
1998-05-17  Andrew Tridgellput a limit (default 1MB) on the read buffer size....
1998-05-17  Andrew Tridgellmoved usage mesage after am_daemon test (I'd broken...
1998-05-17  Andrew Tridgellclose the other half of the pipe in do_recv(). This...
1998-05-16  Andrew Tridgellcheck for right number of arguments _after_ the option...
1998-05-16  Andrew Tridgellfor authenticated access record the authenticated usern...
1998-05-16  rsync-bugspreparing for release of 2.0.7 v2.0.7
1998-05-16  rsync-bugsput only the ftp directory in the template file
1998-05-16  rsync-bugsadded a template file for the rsync spec file to enable...
1998-05-16  Andrew Tridgell- print the stats at the right place when uploading...
1998-05-16  John H TerpstraSpec file for building Red Hat RPM packages.
1998-05-16  Andrew Tridgell- distinguish downloads and uploads in the syslog messages
1998-05-16  rsync-bugspreparing for release of 2.0.6 v2.0.6
1998-05-16  Andrew Tridgellfixed handling of vsprintf on SunOS
1998-05-15  rsync-bugspreparing for release of 2.0.5 v2.0.5
1998-05-15  Andrew Tridgellremoved some debug code
1998-05-15  Andrew Tridgellgot rid of "EOF in map_ptr" problem. If a file shrinks...
1998-05-15  Andrew Tridgelladded a "socket options" option to rsyncd.conf. This...
1998-05-15  rsync-bugspreparing for release of 2.0.4 v2.0.4
1998-05-15  Andrew Tridgellload just the globals section of the config file when...
1998-05-15  Andrew Tridgell- changed the log messages to show the requested path
1998-05-15  Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15  Andrew Tridgellallow the specification of multiple filenames (with...
1998-05-15  rsync-bugspreparing for release of 2.0.3 v2.0.3
1998-05-15  Andrew Tridgelluse a separate "make man" target so people don't need...
1998-05-15  rsync-bugspreparing for release of 2.0.2 v2.0.2
1998-05-15  Andrew Tridgelladded write buffering during the file list sending...
1998-05-15  Andrew Tridgellfixed a select bug which caused rsync to use far more...
1998-05-15  Andrew Tridgellupdated the README a bit
1998-05-15  Andrew Tridgell- added some notes about encryption and authentication...
1998-05-15  rsync-bugspreparing for release of 2.0.1 v2.0.1
1998-05-15  Andrew Tridgellfixed typo in rsyncd exclude handling
1998-05-15  Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-15  Andrew Tridgellfixed SIGCLD -> SIGCHLD
1998-05-14  rsync-bugspreparing for release of 2.0.0 v2.0.0
1998-05-14  Andrew Tridgellfixed spelling mistakes
1998-05-14  Andrew Tridgelldocumentation!
1998-05-14  Andrew Tridgellsyslog some stats
1998-05-14  Andrew Tridgellnow support integers or strings for syslog facility
1998-05-14  Andrew Tridgellchanged "syslog facility" to an enumerated type so...
1998-05-14  Andrew Tridgellmake host access controls case insensitive
1998-05-13  Andrew Tridgellremoved a debug line
1998-05-13  Andrew Tridgelladded globbing support in the rsync daemon. This will...
1998-05-13  Andrew Tridgellvsprintf returns char* on sunos4
1998-05-13  Andrew Tridgelladded replacement memmove
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...
next