The "ndx" variable now holds the unique, over-the-wire value, not
[rsync/rsync.git] / pipe.c
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-05-29 Wayne DavisonTurn off the --log-file option on the server side for...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-24 Wayne DavisonThe orig_umask value is now a mode_t.
2006-01-21 Wayne DavisonFor a local rsync, turn off the --chmod option on the...
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-10-20 Wayne DavisonFixed a typo in a comment.
2005-04-09 Wayne DavisonWe no longer force write_batch to 0 for the server.
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2004-08-12 Wayne DavisonGot rid of a comment that became inapplicable.
2004-07-21 Wayne DavisonGot rid of read_batch special case.
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-14 Wayne DavisonTweaked some single-line ifs.
2004-06-18 Wayne DavisonGot rid of some trailing whitespace.
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-01-27 Wayne DavisonRelocated the externs.
2003-12-15 Wayne DavisonMake sure we only use blocking-I/O if blocking_io is...
2003-03-30 Wayne DavisonSupport the new --files-from option.
2002-04-08 Martin PoolFix prototype.
2002-04-08 Martin PoolFix copyright.
2002-04-08 Martin PoolSplit code out into separate files and remove some...