summaryrefslogtreecommitdiff
path: root/batch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix from Jos for batch mode on Solaris.Martin Pool2002-03-251-1/+1
* Make batch mode actually work and add man page documentation. From Jos Backus.David Dykstra2002-02-061-117/+115
* size_t fix.Martin Pool2002-01-241-1/+1
* write_batch_csums_file: Opaque IO buffers should be void*.Martin Pool2002-01-241-6/+5
* Fix cast that was breaking HP/UX.Martin Pool2002-01-241-2/+6
* Another signedness fix to quieten Sun cc warning.Martin Pool2002-01-231-1/+1
* Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batchMartin Pool2002-01-231-15/+24
* Always use 64-bit ino_t and dev_t internally, so that we can detectMartin Pool2002-01-111-4/+4
* Note about crash from Ayamura KIKUCHIMartin Pool2001-12-021-0/+4
* batch reindentMartin Pool2001-12-021-467/+483
* Fix another format cast.Martin Pool2001-08-151-9/+10
* Fix casts when some variables are printed out.Martin Pool2001-08-151-10/+10
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-0/+572