summaryrefslogtreecommitdiff
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with unchanged_attrs() for symlinks.Wayne Davison2011-02-211-0/+8
* Integrate time-setting fixes/improvements from the master branch.Wayne Davison2011-02-211-0/+8
* Switch over to Matt's idea of using FLAG_OWNED_BY_US.Wayne Davison2011-01-291-8/+4
* Move FLAG_DEL_NEEDS_UID into the "not stored" section.Wayne Davison2011-01-291-1/+1
* Fix a random flist data bug w/delete, inc-recurse, and no -o.Wayne Davison2011-01-291-1/+10
* If we create an off_t type, define SIZEOF_OFF_T.Wayne Davison2010-09-061-0/+2
* Revert to having the receiver handle timeouts on the receiving side.Wayne Davison2009-12-231-1/+1
* Ensure that the generator gets notified about an I/O error for the dirWayne Davison2009-12-211-0/+1
* Improve --timeout method to take into account all socket I/O that isWayne Davison2009-12-191-2/+2
* Added --disable-iconv-open option for configure to turn off all useWayne Davison2009-02-141-1/+1
* Moved the flist_ndx_{push,pop}() routines from io.c into util.c.Wayne Davison2008-09-261-0/+9
* When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison2008-08-021-0/+2
* Fixed the sending of large files with older rsync versions byWayne Davison2008-06-231-0/+3
* Improved handling of a system that doesn't have a 64-bit offset type.Wayne Davison2008-06-041-0/+2
* Have send_file_list() check is_excluded() (but only on non-dot-dirs)Wayne Davison2008-05-311-1/+0
* Improved the chdir() code:Wayne Davison2008-03-301-0/+3
* Improved the code that protects a '.' dir from exclusion.Wayne Davison2008-03-291-0/+1
* Added XFLG_DIR2WILD3 flag that the daemon uses to transform anyWayne Davison2008-03-221-2/+3
* Changed the arg-globbing routine to use a custom arg-globbing algorithmWayne Davison2008-03-201-4/+0
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-1/+4
* Attempting to silence some more "checker" warnings.Wayne Davison2008-03-171-0/+5
* Fixed hard-linking when some of the files can get skipped. This addsWayne Davison2008-03-161-1/+2
* Fixed some itemized logging failures:Wayne Davison2008-03-101-2/+3
* Preparing for release of 3.0.0v3.0.0Wayne Davison2008-03-011-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* The code expects id_t and mode_t to be unsigned, so the code now definesWayne Davison2008-02-211-2/+2
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-1/+2
* Store the key64 flag from hashtable_create() in the hashtable structureWayne Davison2008-02-041-0/+1
* Updated indexing for accurate progress and improved raw ndx values.Wayne Davison2007-12-081-3/+2
* Add a new daemon security option: "munge symlinks".Wayne Davison2007-11-271-0/+3
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-7/+14
* Improved F_RDEV_P() define to use DEV_EXTRA_CNT count.Wayne Davison2007-11-171-1/+1
* Some changes to allow an unsorted file list even if the iconv optionWayne Davison2007-11-061-1/+1
* Make use of the HAVE_NETDB_H define.Wayne Davison2007-11-021-0/+2
* One more SUBPROTOCOL_VERSION increase for iconv change.Wayne Davison2007-10-311-1/+1
* Increment the SUBPROTOCOL_VERSION.Wayne Davison2007-10-311-1/+1
* - Define the new CFN_* flags for clean_fname().Wayne Davison2007-10-311-1/+5
* Chunk a really large file to avoid sender-side hash-tableWayne Davison2007-10-261-1/+1
* Typedef any missing types.Wayne Davison2007-10-171-0/+16
* Incremented the SUBPROTOCOL_VERSION.Wayne Davison2007-10-161-1/+1
* Incremented the SUBPROTOCOL_VERSION.Wayne Davison2007-10-161-1/+1
* - Added a flag for implied dirs: FLAG_IMPLIED_DIR.Wayne Davison2007-10-081-6/+7
* Make sure ICONV_OPTION is unset if we didn't find iconv_open()Wayne Davison2007-10-051-0/+3
* Added (conditional) include of stdint.h.Wayne Davison2007-09-231-0/+3
* Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison2007-09-231-1/+1
* Added the relnamecache structure and improved some variable names.Wayne Davison2007-09-231-1/+6
* - Incremented the SUBPROTOCOL_VERSION to 9.Wayne Davison2007-09-221-3/+7
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-83/+0
* If iconv_t isn't needed, define it as an "int" so that ourWayne Davison2007-09-181-1/+7
* - Added an xbuf type for use in the --iconv and --files-from code.Wayne Davison2007-09-181-3/+46