summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-10Fixed some itemized logging failures:Wayne Davison1-2/+3
2008-03-01Preparing for release of 3.0.0v3.0.0Wayne Davison1-1/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-21The code expects id_t and mode_t to be unsigned, so the code now definesWayne Davison1-2/+2
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-1/+2
2008-02-04Store the key64 flag from hashtable_create() in the hashtable structureWayne Davison1-0/+1
2007-12-08Updated indexing for accurate progress and improved raw ndx values.Wayne Davison1-3/+2
2007-11-27Add a new daemon security option: "munge symlinks".Wayne Davison1-0/+3
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-7/+14
2007-11-17Improved F_RDEV_P() define to use DEV_EXTRA_CNT count.Wayne Davison1-1/+1
2007-11-06Some changes to allow an unsorted file list even if the iconv optionWayne Davison1-1/+1
2007-11-02Make use of the HAVE_NETDB_H define.Wayne Davison1-0/+2
2007-10-31One more SUBPROTOCOL_VERSION increase for iconv change.Wayne Davison1-1/+1
2007-10-31Increment the SUBPROTOCOL_VERSION.Wayne Davison1-1/+1
2007-10-31- Define the new CFN_* flags for clean_fname().Wayne Davison1-1/+5
2007-10-26Chunk a really large file to avoid sender-side hash-tableWayne Davison1-1/+1
2007-10-17Typedef any missing types.Wayne Davison1-0/+16
2007-10-16Incremented the SUBPROTOCOL_VERSION.Wayne Davison1-1/+1
2007-10-16Incremented the SUBPROTOCOL_VERSION.Wayne Davison1-1/+1
2007-10-08- Added a flag for implied dirs: FLAG_IMPLIED_DIR.Wayne Davison1-6/+7
2007-10-05Make sure ICONV_OPTION is unset if we didn't find iconv_open()Wayne Davison1-0/+3
2007-09-23Added (conditional) include of stdint.h.Wayne Davison1-0/+3
2007-09-23Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison1-1/+1
2007-09-23Added the relnamecache structure and improved some variable names.Wayne Davison1-1/+6
2007-09-22- Incremented the SUBPROTOCOL_VERSION to 9.Wayne Davison1-3/+7
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-83/+0
2007-09-18If iconv_t isn't needed, define it as an "int" so that ourWayne Davison1-1/+7
2007-09-18- Added an xbuf type for use in the --iconv and --files-from code.Wayne Davison1-3/+46
2007-09-15Changed FLAG_DIR_CHANGED to FLAG_DIR_CREATED.Wayne Davison1-1/+1
2007-09-04Changed HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE.Wayne Davison1-1/+1
2007-09-03- Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison1-10/+11
2007-09-03Updated hashtable structures.Wayne Davison1-2/+17
2007-09-03Added new0() and new_array0() to allocate and zero the memory.Wayne Davison1-29/+5
2007-09-02Bump up the SUBPROTOCOL_VERSION number.Wayne Davison1-1/+1
2007-08-04- Added XMIT_NON_XFER_DIR flag.Wayne Davison1-3/+4
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-08- Define DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT.Wayne Davison1-8/+13
2007-07-08- Increased the SUBPROTOCOL_VERSION to 4 due to the new dir-ndx logic.Wayne Davison1-1/+2
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-3/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02Make option variables a little clearer by using separate FOO_ndxWayne Davison1-8/+8
2007-05-29- Changed FILE_EXTENT to NORMAL_EXTENT and HLINK_EXTENT to SMALL_EXTENT.Wayne Davison1-2/+3
2007-05-21Changed SUBPROTOCOL_VERSION from 2 to 3 because of the ACL protocol changes.Wayne Davison1-1/+1
2007-05-20Moved GID_NONE define from rsync.h to uidlist.c.Wayne Davison1-2/+0
2007-05-20- Added FLAG_SKIP_GROUP define.Wayne Davison1-3/+1
2007-04-26Added FLAG_DUPLICATE for the sender to mark a duplicate flist entryWayne Davison1-0/+1
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-1/+11
2007-04-26Changed F_ROOTDIR() to F_PATHNAME().Wayne Davison1-1/+1
2007-04-24Adding the --fake-super option.Wayne Davison1-0/+26
2007-04-23Improved the SUBPROTOCOL_VERSION code a little, and bumped the valueWayne Davison1-1/+1