summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
2000-01-23added some really ugly code to allow errors to propogate toAndrew Tridgell1-1/+1
1999-11-23don't write more than PIPE_BUF bytes in any one write() in io.cAndrew Tridgell1-0/+4
1999-06-26fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1-1/+1
1999-03-15Changed the protocol version to 20 so that --stats will work without -v inDavid Dykstra1-1/+1
1999-03-15Fix typo in comment in rsync.h, suggested by bje@cygnus.comDavid Dykstra1-1/+1
1999-03-04The change a couple days ago to create files initially without group andDavid Dykstra1-1/+4
1999-03-01Change the mask used when creating temporary files from 777 to 700, to preventDavid Dykstra1-3/+4
1999-02-18Changed exclude/include matching so that normally wildcards will stop atDavid Dykstra1-0/+1
1999-02-09Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1-0/+7
1999-01-08made the "max connections" and "lock file" local rather than globalAndrew Tridgell1-0/+1
1998-12-30no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1-8/+4
1998-11-15log filename(line) in exit_cleanup() to make tracking down problemsAndrew Tridgell1-0/+1
1998-11-15use native strlcat() and strlcpy() if availableAndrew Tridgell1-0/+10
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-0/+2
1998-11-02if no local destination is provided for the transfer then provideAndrew Tridgell1-0/+2
1998-10-30check for a broken inet_ntoa() on IRIXAndrew Tridgell1-0/+4
1998-10-30added "log format" option to allow admins to choose the format forAndrew Tridgell1-0/+10
1998-10-29some minor optimisationsAndrew Tridgell1-0/+1
1998-10-29changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1-1/+4
1998-10-28and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1-0/+1
1998-10-27handle OSes (such as Unicos) which use a different value for S_IFLNKAndrew Tridgell1-8/+12
1998-09-09handle sstem (sco 3) with glob but not glob.hAndrew Tridgell1-1/+1
1998-07-17handle hard links on systems with 16 bit ino_tAndrew Tridgell1-6/+12
1998-07-17moved getopt.h above unistd.h to prevent problems with uwin on NTAndrew Tridgell1-6/+7
1998-06-18fixed a race condition in rsync that opened a security hole. TheAndrew Tridgell1-0/+3
1998-06-18for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1-8/+0
1998-06-18move include of compat.h after other includes.Andrew Tridgell1-19/+20
1998-06-01added --stats option for verbose stats on the file transferAndrew Tridgell1-3/+15
1998-05-27reduce IO_BUFFER_SIZE by 4 bytes so when then length word gets addedAndrew Tridgell1-1/+1
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-2/+0
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-0/+10
1998-05-27fixed a race condition in the --delete handling code. The bug led toAndrew Tridgell1-1/+1
1998-05-26check for munmap as well as mmap. NextStep only has mmap in standardAndrew Tridgell1-1/+2
1998-05-21now that we slide the mmap window we can use a smaller MAX_MAP_SIZEAndrew Tridgell1-1/+1
1998-05-18this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1-1/+2
1998-05-17put a limit (default 1MB) on the read buffer size. This stops itAndrew Tridgell1-0/+1
1998-05-15added write buffering during the file list sending. This makes thingsAndrew Tridgell1-0/+1
1998-05-13added globbing support in the rsync daemon. This will allow you toAndrew Tridgell1-1/+5
1998-05-13define INADDR_NONE if necessaryAndrew Tridgell1-0/+4
1998-05-13need sys/file.h for flock()Andrew Tridgell1-0/+1
1998-05-10use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1-1/+1
1998-05-10cleanup code a bitAndrew Tridgell1-0/+1
1998-05-09first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1-0/+10
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-2/+6
1998-05-06handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1-15/+14
1998-05-06Solaris 2.6 doesn't support "signed char". What a broken system!Andrew Tridgell1-0/+6
1998-05-06added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1-5/+15
1998-05-06fix up the int64 handling a little. It should work on a few moreAndrew Tridgell1-1/+6
1998-04-28added support for sockets and fifosAndrew Tridgell1-1/+18
1998-04-17revamped the -delete code. The last few bugs with it revealed that itAndrew Tridgell1-1/+2