summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
...
* added a --partial option which tells rsync to keep partiallyAndrew Tridgell1998-07-011-36/+58
* fixed chmod bug pointed out by Han Holl <jeholl@euronet.nl>Andrew Tridgell1998-06-181-1/+2
* fixed a race condition in rsync that opened a security hole. TheAndrew Tridgell1998-06-181-2/+10
* if as non-root we failed to update the group of a file then don'tAndrew Tridgell1998-06-181-1/+2
* change the order of chmod and chown calls so that setuid bits don'tAndrew Tridgell1998-06-181-52/+53
* if the user passes a block size on the command line then don't adaptAndrew Tridgell1998-06-031-1/+5
* added --stats option for verbose stats on the file transferAndrew Tridgell1998-06-011-188/+219
* cosmetic fix.Andrew Tridgell1998-05-301-1/+2
* use Realloc instead of reallocAndrew Tridgell1998-05-281-5/+1
* don't do recursive deletion if the recurse option is not selected.Andrew Tridgell1998-05-281-1/+3
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-9/+1
* fixed a race condition in the --delete handling code. The bug led toAndrew Tridgell1998-05-271-2/+4
* - don't allow chown for the group of a file if running as a daemon andAndrew Tridgell1998-05-231-2/+4
* fix shadowed variableAndrew Tridgell1998-05-221-1/+1
* this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1998-05-181-0/+1
* use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1998-05-151-10/+7
* fixed a bug in the new . filename codeAndrew Tridgell1998-05-111-1/+9
* changed the name of the temporary filename to include a leading . soAndrew Tridgell1998-05-101-8/+15
* split the options parsing code into options.cAndrew Tridgell1998-05-101-3/+2
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-78/+78
* handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1998-05-061-4/+5
* added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1998-05-061-17/+17
* revamped the -delete code. The last few bugs with it revealed that itAndrew Tridgell1998-04-171-71/+65
* fixed a bug in the handling of -R with --deleteAndrew Tridgell1998-04-131-0/+6
* handle sparse files more efficientlyAndrew Tridgell1998-04-051-2/+2
* a couple more system calls wrapped in syscall.cAndrew Tridgell1998-04-051-5/+5
* Solaris uses EEXIST instead of ENOTEMPTY.Andrew Tridgell1998-03-271-2/+2
* - added an internal io_error flag. Whenever an io error occurs (suchAndrew Tridgell1998-03-261-33/+48
* if rsync fails to update the group of a file but nothing else thenAndrew Tridgell1998-03-261-12/+15
* - on systems (such as intel linux) where off_t is 32 bits but "long long"Andrew Tridgell1998-03-251-9/+4
* added a --force option.Andrew Tridgell1998-03-251-11/+72
* don't show basedir in printed path (a aesthetic change only)Andrew Tridgell1998-03-251-1/+3
* added chmod() and chown() to syscall.cAndrew Tridgell1998-03-241-2/+2
* added wrappers around all the system calls that can change what is onAndrew Tridgell1998-03-231-14/+13
* finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1998-03-231-2/+2
* started to add some 64 bit file offset support - not complete yetAndrew Tridgell1998-03-231-0/+2
* if the file changes during transfer then don't loop forever trying toAndrew Tridgell1998-03-231-100/+102
* don't adapt the block size to above half the chunk sizeAndrew Tridgell1998-03-231-0/+1
* - keep a list of pids and send them a SIGUSR1 for cleanup rather thanAndrew Tridgell1998-03-231-6/+11
* a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1998-03-231-38/+40
* *** empty log message ***v1.6.9Andrew Tridgell1998-01-131-1/+1
* *** empty log message ***Andrew Tridgell1998-01-131-2/+6
* *** empty log message ***Andrew Tridgell1998-01-131-6/+26
* *** empty log message ***Andrew Tridgell1998-01-061-9/+63
* simplified the logic of whether to skip a file or not. The -cAndrew Tridgell1997-12-311-9/+25
* buffer overflow patches from mhpower@mit.edu (Matt Power)Andrew Tridgell1997-12-301-0/+5
* - added a debug messageAndrew Tridgell1997-12-281-0/+1
* *** empty log message ***Andrew Tridgell1997-12-171-6/+20
* handle things more grecefully when one machine supports hard links andAndrew Tridgell1997-12-161-2/+2
* fixed a bug in the handling of the new --relative option. The file wasAndrew Tridgell1997-12-161-1/+3