summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-05-27preparing for release of 2.0.13v2.0.13rsync-bugs2-3/+3
1998-05-27reduce IO_BUFFER_SIZE by 4 bytes so when then length word gets addedAndrew Tridgell1-1/+1
1998-05-27added new include/exclude options to man pageAndrew Tridgell1-6/+70
1998-05-27- always flush the IO write buffer when readingAndrew Tridgell2-3/+5
1998-05-27heaps of cleanup in the io code.Andrew Tridgell10-418/+341
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell8-135/+244
1998-05-27new test code from PhilAndrew Tridgell1-3/+9
1998-05-27fixed a race condition in the --delete handling code. The bug led toAndrew Tridgell3-4/+6
1998-05-26preparing for release of 2.0.12v2.0.12rsync-bugs2-3/+3
1998-05-26fixed a bug in the handling of very long filenames (longer than 255Andrew Tridgell1-1/+1
1998-05-26check for munmap as well as mmap. NextStep only has mmap in standardAndrew Tridgell4-6/+7
1998-05-26formatting changesAndrew Tridgell1-34/+35
1998-05-26error formatting changesAndrew Tridgell1-1/+1
1998-05-23- don't allow chown for the group of a file if running as a daemon andAndrew Tridgell2-2/+7
1998-05-23don't treat intermediate link directories as links in the relativeAndrew Tridgell1-0/+3
1998-05-22need strchr check in configure.inAndrew Tridgell1-1/+1
1998-05-22use a simpler mmap() test in autoconf as we don't need all theAndrew Tridgell1-3/+2
1998-05-22need a ifdef around some mmap codeAndrew Tridgell1-0/+2
1998-05-22preparing for release of 2.0.11v2.0.11rsync-bugs2-3/+3
1998-05-22add a cast to initialisation of maskAndrew Tridgell1-1/+1
1998-05-22change WRAP to ZWRAP so it doesn't conflict with IRIX includesAndrew Tridgell1-2/+2
1998-05-22added a README.rsync to explain what we have changed in zlib and toAndrew Tridgell1-0/+19
1998-05-22no longer neededAndrew Tridgell2-5233/+0
1998-05-22- fix redefinition of MAXAndrew Tridgell1-6/+8
1998-05-22fix shadowed variableAndrew Tridgell1-1/+1
1998-05-22removing an unused variableAndrew Tridgell1-1/+0
1998-05-22don't need two AC_OUTPUT lines in configure.inAndrew Tridgell1-2/+1
1998-05-22Update to use the new zlib-1.1.2 code.Paul Mackerras7-251/+330
1998-05-22this fixes two problems:Andrew Tridgell2-6/+26
1998-05-21formatting changes. committed separately so they don't mask the comingAndrew Tridgell1-28/+27
1998-05-21now that we slide the mmap window we can use a smaller MAX_MAP_SIZEAndrew Tridgell1-1/+1
1998-05-21use mmap() for files of any size. This should be much more bufferAndrew Tridgell2-25/+75
1998-05-21someone didn't realise that you need rsync at both ends!Andrew Tridgell1-0/+3
1998-05-20added DNS spoofing test to host access controlAndrew Tridgell1-1/+21
1998-05-18preparing for release of 2.0.10v2.0.10rsync-bugs2-3/+3
1998-05-18strip any leading / off absolute paths when using relative path namesAndrew Tridgell1-0/+6
1998-05-18fixed a bug in the glob expansion code (pointed out byAndrew Tridgell2-12/+15
1998-05-18preparing for release of 2.0.9v2.0.9rsync-bugs2-3/+3
1998-05-18fixed a multiplexing bugAndrew Tridgell1-5/+12
1998-05-18handle rsh clients that don't like half-open connectionsAndrew Tridgell1-15/+13
1998-05-18this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell9-155/+338
1998-05-17if f_in == f_out then don't close one of themAndrew Tridgell1-2/+2
1998-05-17preparing for release of 2.0.8rsync-bugs1-1/+1
1998-05-17rpm is fussy about changelog formatsAndrew Tridgell1-1/+1
1998-05-17preparing for release of 2.0.8v2.0.8rsync-bugs2-7/+7
1998-05-17updated so I can auto-build rsync packagesAndrew Tridgell1-5/+5
1998-05-17close some unnecessary file descriptors in do_recv()Andrew Tridgell2-2/+4
1998-05-17put a limit (default 1MB) on the read buffer size. This stops itAndrew Tridgell2-56/+62
1998-05-17moved usage mesage after am_daemon test (I'd broken daemon mode)Andrew Tridgell1-5/+5
1998-05-17close the other half of the pipe in do_recv(). This fixes the problemAndrew Tridgell1-0/+2