aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use F_ROOTDIR() in place of dir.root.Wayne Davison2006-12-172-6/+6
* Use F_DEPTH() in place of dir.depth.Wayne Davison2006-12-171-11/+11
* Got rid of the hlink_pool in favor of using the new hashtable codeWayne Davison2006-12-171-50/+56
* - Got rid of "struct idev".Wayne Davison2006-12-171-18/+12
* Moved the flist_extra_cnt stuff from options.c to compat.c so thatWayne Davison2006-12-172-6/+10
* - Ensure that mkrouding gets rebuilt when rsync.h changes.Wayne Davison2006-12-171-1/+4
* Make the error messages a little clearer.Wayne Davison2006-12-161-3/+3
* Output some info about the size of our structures.Wayne Davison2006-12-161-2/+4
* Changed the static file_struct var to match the changes in rsync.h.Wayne Davison2006-12-161-2/+1
* Use the new rounding.h file to optionally round up the count ofWayne Davison2006-12-161-7/+23
* Build & run mkrounding to make the rounding.h file used by flist.c.Wayne Davison2006-12-161-4/+15
* Moved the file_extra union out of the file_struct.Wayne Davison2006-12-161-10/+11
* New file to figure out if a system has any rounding needs whenWayne Davison2006-12-161-0/+45
* Added mkrounding and rounding.h.Wayne Davison2006-12-161-0/+2
* Mention hard-link memory savings and byte-transfer savings.Wayne Davison2006-12-161-0/+10
* Added a basename var to file_struct at the end, making it clearerWayne Davison2006-12-163-20/+19
* Changed the test for the 2.6.8 bug to preserve owner and group.Wayne Davison2006-12-161-1/+1
* Moved the calls to init_hard_links() into flist.c.Wayne Davison2006-12-151-10/+0
* Added a simple hashtable routine for hashing st_dev and st_ino infoWayne Davison2006-12-151-25/+240
* For protocol 30, the sender uses the new idev_node() hashfileWayne Davison2006-12-151-36/+103
* - The XMIT_SAME_DEV define is now pre-protocol-30 specific.Wayne Davison2006-12-151-2/+9
* Renamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.Wayne Davison2006-12-142-7/+7
* Renamed the F_*HLINK* macros to make their purpose clearer.Wayne Davison2006-12-132-7/+7
* Tweaked the option-passing code's delete logic to make it cleaner.Wayne Davison2006-12-131-5/+5
* Cast FILE_STRUCT_LEN & EXTRA_LEN to int for rprintf().Wayne Davison2006-12-121-1/+1
* Use new BITS_EQUAL() define.Wayne Davison2006-12-122-5/+4
* Added BITS_EQUAL() define.Wayne Davison2006-12-121-0/+2
* Removed last reference to "struct hlist".Wayne Davison2006-12-121-1/+0
* Neaten some function formatting.Wayne Davison2006-12-121-4/+2
* Provide alternate F_LENGTH() define for systems with no 64-bit type.Wayne Davison2006-12-121-2/+6
* Mention fix for -vv --stats.Wayne Davison2006-12-101-0/+4
* Added MSG_CLIENT to the acceptable messages the generator canWayne Davison2006-12-101-1/+3
* Added MSG_CLIENT to the msgcode enum.Wayne Davison2006-12-101-1/+1
* A minor format tweak.Wayne Davison2006-12-091-4/+2
* Handle the new output from the hard-link code, including a fixWayne Davison2006-12-091-6/+4
* - Added FLAG_HLINK_DONE.Wayne Davison2006-12-091-16/+9
* Got rid of the pool-destroy call since this is not around anymore.Wayne Davison2006-12-091-5/+0
* Call the new hard-link init functions.Wayne Davison2006-12-091-1/+11
* - Use the revamped hard-link functions.Wayne Davison2006-12-091-47/+45
* - Revamped the hard-link algorithm to save memory.Wayne Davison2006-12-091-189/+193
* Changed the hlink_pool variable to be a global since only the mainWayne Davison2006-12-091-14/+8
* Explicitly cast the length values down to an uint32 so that someWayne Davison2006-12-081-2/+2
* Get rid of some signed/unsigned-comparison compiler warnings.Wayne Davison2006-12-081-5/+5
* Use --delete-delay instead of --delete-after.Wayne Davison2006-12-081-1/+1
* - The --delete-delay code now does its own output buffering. ThisWayne Davison2006-12-081-41/+116
* Fixed --delete-delay by making the fprintf() output an unsigned shortWayne Davison2006-12-081-1/+1
* Added missing initialization of new solo_file variable.Wayne Davison2006-12-071-0/+1
* Some minor format tweaks.Wayne Davison2006-12-071-8/+3
* - Use renamed hard-link defines: F_HL_IDEV() and F_HL_LIST().Wayne Davison2006-12-071-11/+11
* - Set "solo_file" bool and use that for improved clarity.Wayne Davison2006-12-071-6/+10