summaryrefslogtreecommitdiff
path: root/batch.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use new stringjoin() function.Wayne Davison2004-01-201-14/+14
* Actually, let's avoid snprintf() where possible.Wayne Davison2004-01-191-14/+14
* Use snprintf() instead of strlcpy()+strlcat().Wayne Davison2004-01-181-9/+6
* More cleanup, fixing an error in the fatal-message strings that triedWayne Davison2004-01-111-38/+34
* A slightly better reset mechanism for send_file_entry() andWayne Davison2004-01-101-2/+1
* Use the new LIVE_FLAGS define to fix a potential flag problem.Wayne Davison2004-01-101-1/+1
* Massive rewrite to replace the file-list read/write code with calls toWayne Davison2004-01-101-317/+95
* Support the recent changes in the flist_struct.Wayne Davison2004-01-101-9/+9
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-13/+8
* Add "void" to some function definitions so that all declarations in proto.hJos Backus2002-12-241-1/+1
* Fix completely braindead previous patch. Thanks Jos.Martin Pool2002-04-031-3/+3
* Change code that writes s_count to a batch file to squish it into anMartin Pool2002-04-031-5/+12
* 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