Added batch_gen_fd.
[rsync.git] / batch.c
2004-07-20 Wayne DavisonWe now append the exclude list as a "here" document...
2004-07-19 Wayne DavisonDo a better job of writing out the BATCH.sh file (i...
2004-07-19 Wayne DavisonFixed the argv munging to work properly regardless...
2004-07-15 Wayne DavisonWe no longer refer to a batch "prefix".
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-14 Wayne DavisonImproved the write_batch_argvs_file() routine so that...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-03-06 Wayne DavisonOther files use S_IWUSR instead of S_IWRITE, so use...
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-06 J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-06 J.W. SchultzCorrect sizeof usage and other whitespace.
2004-01-27 Wayne DavisonUse the new names for the transmit-flag defines.
2004-01-20 Wayne DavisonUse new stringjoin() function.
2004-01-19 Wayne DavisonActually, let's avoid snprintf() where possible.
2004-01-18 Wayne DavisonUse snprintf() instead of strlcpy()+strlcat().
2004-01-11 Wayne DavisonMore cleanup, fixing an error in the fatal-message...
2004-01-10 Wayne DavisonA slightly better reset mechanism for send_file_entry...
2004-01-10 Wayne DavisonUse the new LIVE_FLAGS define to fix a potential flag...
2004-01-10 Wayne DavisonMassive rewrite to replace the file-list read/write...
2004-01-10 Wayne DavisonSupport the recent changes in the flist_struct.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2002-12-24 Jos BackusAdd "void" to some function definitions so that all...
2002-04-03 Martin PoolFix completely braindead previous patch. Thanks Jos.
2002-04-03 Martin PoolChange code that writes s_count to a batch file to...
2002-03-25 Martin PoolFix from Jos for batch mode on Solaris.
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-01-24 Martin Poolsize_t fix.
2002-01-24 Martin Poolwrite_batch_csums_file: Opaque IO buffers should be...
2002-01-24 Martin PoolFix cast that was breaking HP/UX.
2002-01-23 Martin PoolAnother signedness fix to quieten Sun cc warning.
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-11 Martin PoolAlways use 64-bit ino_t and dev_t internally, so that...
2001-12-02 Martin PoolNote about crash from Ayamura KIKUCHI
2001-12-02 Martin Poolbatch reindent
2001-08-15 Martin PoolFix another format cast.
2001-08-15 Martin PoolFix casts when some variables are printed out.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...