rsync.git
1998-07-20 Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-19 Andrew Tridgellalways use a timeout to select, even if --timeout is not
1998-07-19 Andrew Tridgell- defer the error message from the options parsing...
1998-07-19 Andrew Tridgell- close stdout and stderr and reopen then as /dev/null...
1998-07-17 rsync-bugspreparing for release of 2.0.19 v2.0.19
1998-07-17 Andrew Tridgellhandle hard links on systems with 16 bit ino_t
1998-07-17 Andrew Tridgelladded a bit in the man page about the clean shell error
1998-07-17 Andrew Tridgellcheck whether there is a / before a : in the rsync...
1998-07-17 Andrew Tridgellmake rsync behave more like GNU cp with regard to file...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-17 Andrew Tridgellsome code reformatting
1998-07-17 Andrew Tridgellremoved old "make dist" target
1998-07-17 Andrew Tridgellchanged wording of an error message
1998-07-17 Andrew Tridgellmoved getopt.h above unistd.h to prevent problems with...
1998-07-17 Andrew Tridgellfixed a problem with rsync buffering the debug output...
1998-07-17 Andrew Tridgellmake a function static
1998-07-17 Andrew Tridgellremove a useless debug message
1998-07-17 Andrew Tridgellcode style change
1998-07-17 Andrew Tridgelluse error to detect lockfile open failures vs. max...
1998-07-02 Andrew Tridgell- use explicit flushes instead of setlinebuf. I've...
1998-07-02 Andrew Tridgellremove a redundent continue statement
1998-07-02 Andrew Tridgellprioritise reading over writing in the select loop...
1998-07-02 Andrew Tridgellfix the problem of --timeout waiting for twice the...
1998-07-02 Andrew Tridgell- don't show "created directory" message unless verbose...
1998-07-02 Andrew Tridgelloutput progress % every 1k instead of every 1%, this...
1998-07-02 Andrew Tridgellthe recv_generator can be static
1998-07-02 Andrew Tridgellenable output buffering in the recv generator. This...
1998-07-02 Andrew Tridgelldon't need to send --progress option to server as the...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-07-01 Andrew Tridgell- only keep a partial file if some literal data has...
1998-07-01 Andrew TridgellI've had reports of rsyncd leaving zombies under digita...
1998-07-01 Andrew Tridgelladded a --partial option which tells rsync to keep...
1998-06-19 Andrew Tridgellif we get EWOULDBLOCK on a write then reduce the amount...
1998-06-18 Andrew Tridgelluse LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)
1998-06-18 Andrew Tridgellfixed chmod bug pointed out by Han Holl <jeholl@euronet.nl>
1998-06-18 rsync-bugspreparing for release of 2.0.18 v2.0.18
1998-06-18 Andrew Tridgellfixed a race condition in rsync that opened a security...
1998-06-18 rsync-bugspreparing for release of 2.0.17 v2.0.17
1998-06-18 Andrew Tridgellif as non-root we failed to update the group of a file...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-06-18 Andrew Tridgellmove include of compat.h after other includes.
1998-06-18 Andrew Tridgellchange the order of chmod and chown calls so that setui...
1998-06-18 Andrew Tridgellset network file descriptors non-blocking before starti...
1998-06-18 Andrew Tridgellhandle non-blocking file descriptors for both read...
1998-06-18 Andrew Tridgellput set_nonblocking() code back in.
1998-06-18 Andrew Tridgell--help changes suggested by Francois
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 v2.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 v2.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 v2.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 v2.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 v2.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 v2.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...
next