rsync/rsync.git
1998-06-18 Andrew Tridgellmanpage updates, mostly suggested by Francois
1998-06-03 Andrew Tridgellthe tag table should be of type int* not tag*.
1998-06-03 Andrew Tridgellif the user passes a block size on the command line...
1998-06-02 Andrew Tridgelladded note to docs saying that --stats doesn't work...
1998-06-02 Andrew Tridgelladded some fflush() calls to make sure the statistics...
1998-06-01 rsync-bugspreparing for release of 2.0.16
1998-06-01 Andrew Tridgelladded some notes to test.sh
1998-06-01 Andrew Tridgellreplace calls to strcmp() with a u_strcmp() function...
1998-06-01 Andrew Tridgellupdated the usage info
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-30 rsync-bugspreparing for release of 2.0.15
1998-05-30 Andrew Tridgellreplace BAD with zBAD so it compiles on AIX
1998-05-30 Andrew Tridgellcosmetic fix.
1998-05-30 Andrew Tridgellmake sure that io_flush() doesn't call writefd_unbuffer...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-29 rsync-bugspreparing for release of 2.0.14
1998-05-29 Andrew Tridgellfixed a bug in the flist sending code that caused the...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-28 Andrew Tridgellfix realloc call for systems that don't handle realloc...
1998-05-28 Andrew Tridgelldon't do recursive deletion if the recurse option is...
1998-05-28 Andrew Tridgellcosmetic fix. don't display a EOF error when displaying...
1998-05-27 rsync-bugspreparing for release of 2.0.13
1998-05-27 Andrew Tridgellreduce IO_BUFFER_SIZE by 4 bytes so when then length...
1998-05-27 Andrew Tridgelladded new include/exclude options to man page
1998-05-27 Andrew Tridgell- always flush the IO write buffer when reading
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-27 Andrew Tridgellnew test code from Phil
1998-05-27 Andrew Tridgellfixed a race condition in the --delete handling code...
1998-05-26 rsync-bugspreparing for release of 2.0.12
1998-05-26 Andrew Tridgellfixed a bug in the handling of very long filenames...
1998-05-26 Andrew Tridgellcheck for munmap as well as mmap. NextStep only has...
1998-05-26 Andrew Tridgellformatting changes
1998-05-26 Andrew Tridgellerror formatting changes
1998-05-23 Andrew Tridgell- don't allow chown for the group of a file if running...
1998-05-23 Andrew Tridgelldon't treat intermediate link directories as links...
1998-05-22 Andrew Tridgellneed strchr check in configure.in
1998-05-22 Andrew Tridgelluse a simpler mmap() test in autoconf as we don't need...
1998-05-22 Andrew Tridgellneed a ifdef around some mmap code
1998-05-22 rsync-bugspreparing for release of 2.0.11
1998-05-22 Andrew Tridgelladd a cast to initialisation of mask
1998-05-22 Andrew Tridgellchange WRAP to ZWRAP so it doesn't conflict with IRIX...
1998-05-22 Andrew Tridgelladded a README.rsync to explain what we have changed...
1998-05-22 Andrew Tridgellno longer needed
1998-05-22 Andrew Tridgell- fix redefinition of MAX
1998-05-22 Andrew Tridgellfix shadowed variable
1998-05-22 Andrew Tridgellremoving an unused variable
1998-05-22 Andrew Tridgelldon't need two AC_OUTPUT lines in configure.in
1998-05-22 Paul MackerrasUpdate to use the new zlib-1.1.2 code.
1998-05-22 Andrew Tridgellthis fixes two problems:
1998-05-21 Andrew Tridgellformatting changes. committed separately so they don...
1998-05-21 Andrew Tridgellnow that we slide the mmap window we can use a smaller...
1998-05-21 Andrew Tridgelluse mmap() for files of any size. This should be much...
1998-05-21 Andrew Tridgellsomeone didn't realise that you need rsync at both...
1998-05-20 Andrew Tridgelladded DNS spoofing test to host access control
1998-05-18 rsync-bugspreparing for release of 2.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
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
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
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
1998-05-16 Andrew Tridgellfixed handling of vsprintf on SunOS
1998-05-15 rsync-bugspreparing for release of 2.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
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
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
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
1998-05-15 Andrew Tridgellfixed typo in rsyncd exclude handling
1998-05-15 Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
next