summaryrefslogtreecommitdiff
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed FLAG_DIR_CHANGED to FLAG_DIR_CREATED.Wayne Davison2007-09-151-1/+1
* Changed HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE.Wayne Davison2007-09-041-1/+1
* - Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison2007-09-031-10/+11
* Updated hashtable structures.Wayne Davison2007-09-031-2/+17
* Added new0() and new_array0() to allocate and zero the memory.Wayne Davison2007-09-031-29/+5
* Bump up the SUBPROTOCOL_VERSION number.Wayne Davison2007-09-021-1/+1
* - Added XMIT_NON_XFER_DIR flag.Wayne Davison2007-08-041-3/+4
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* - Define DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT.Wayne Davison2007-07-081-8/+13
* - Increased the SUBPROTOCOL_VERSION to 4 due to the new dir-ndx logic.Wayne Davison2007-07-081-1/+2
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-3/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Make option variables a little clearer by using separate FOO_ndxWayne Davison2007-07-021-8/+8
* - Changed FILE_EXTENT to NORMAL_EXTENT and HLINK_EXTENT to SMALL_EXTENT.Wayne Davison2007-05-291-2/+3
* Changed SUBPROTOCOL_VERSION from 2 to 3 because of the ACL protocol changes.Wayne Davison2007-05-211-1/+1