1. bc5df0f Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN). by Wayne Davison · 19 years ago
  2. 4b163f0 - Incremented the SUBPROTOCOL_VERSION to 9. by Wayne Davison · 19 years ago
  3. f079927 Added ifuncs.h. by Wayne Davison · 19 years ago
  4. c605c2c Tweaked opening comments. by Wayne Davison · 19 years ago
  5. 1b42f62 Moved inline functions from rsync.h into ifuncs.h. by Wayne Davison · 19 years ago
  6. 5dafe36 Moving inline functions into its own .h file. by Wayne Davison · 19 years ago
  7. 6619d5f Added some stub functions for compilers not smart enough to get rid by Wayne Davison · 19 years ago
  8. b960483 Avoid affecting the proto.h file. by Wayne Davison · 19 years ago
  9. dd4a039 Added some stub functions for compilers not smart enough to get rid by Wayne Davison · 19 years ago
  10. 2295540 Added missing "#ifdef ICONV_OPTION" conditionals. by Wayne Davison · 19 years ago
  11. 4a1edb6 If iconv_t isn't needed, define it as an "int" so that our by Wayne Davison · 19 years ago
  12. 3170b20 Mention that a negative max-connections value disables the module. by Wayne Davison · 19 years ago
  13. d34cd63 If max-connections is < 0, disable the module. by Wayne Davison · 19 years ago
  14. 236df01 One final tweak. by Wayne Davison · 19 years ago
  15. 21cafc5 Some minor improvements in claim_connection(). by Wayne Davison · 19 years ago
  16. de80679 Switching to --no-i-r from --no-ir. by Wayne Davison · 19 years ago
  17. 27999ab Document the changed name of --no-i-r. by Wayne Davison · 19 years ago
  18. 82f3748 Mention the --protect-args (-s) option and how it interacts with by Wayne Davison · 19 years ago
  19. 7820fa9 Relocated the setting of ic_ndx. by Wayne Davison · 19 years ago
  20. 2ac9793 - Added new iconvbufs() conversion function that is now used for by Wayne Davison · 19 years ago
  21. a445360 - Improved -s support. by Wayne Davison · 19 years ago
  22. 71605b0 - Make use of new iconvbufs() function. by Wayne Davison · 19 years ago
  23. ba525f7 - Make use of new iconvbufs() function. by Wayne Davison · 19 years ago
  24. 2509753 Make use of new iconvbufs() function. by Wayne Davison · 19 years ago
  25. 5688c74 - Setup the ic_ndx value here with the other FOO_ndx values. by Wayne Davison · 19 years ago
  26. 2ac081f - Added an xbuf type for use in the --iconv and --files-from code. by Wayne Davison · 19 years ago
  27. 5d3e5f6 Improved -s and support cvs's -e30.8 version idiom. by Wayne Davison · 19 years ago
  28. a0f29ed Make sure that the hashed hard-link numbers from different file by Wayne Davison · 19 years ago
  29. 0b51598 Changed print_child_argv() to take its prefix message as an arg. by Wayne Davison · 19 years ago
  30. 2e8259b Disable -s by default. by Wayne Davison · 19 years ago
  31. d274524 Adding knowledge of some new options. by Wayne Davison · 19 years ago
  32. 71845bd That should have been -s. by Wayne Davison · 19 years ago
  33. bdd5355 Force knowledge the -p option, since it gets passed specially. by Wayne Davison · 19 years ago
  34. d6ca255 - Fixed a bug in the passing of the --max-delete option. by Wayne Davison · 19 years ago
  35. 2dc7b91 Handle inheritance of SGID bit on dirs marked with FLAG_DIR_CREATED. by Wayne Davison · 19 years ago
  36. 288b12e We set FLAG_DIR_CREATED on a dot dir that got created by by Wayne Davison · 19 years ago
  37. f7d6dce - Fixed an inc_recurse problem with implied dirs not getting created by Wayne Davison · 19 years ago
  38. 48a481c Changed FLAG_DIR_CHANGED to FLAG_DIR_CREATED. by Wayne Davison · 19 years ago
  39. 8db8eac - If two duplicate directories have identical outside-the-transfer by Wayne Davison · 19 years ago
  40. e8e9e12 Reverting last change for a re-think. by Wayne Davison · 19 years ago
  41. 6e6daf5 Fixed a problem with duplicate dirs being unduplicated in the list: by Wayne Davison · 19 years ago
  42. e73eed8 Added more local-network IPs to the "hosts allow" rsyncd config by Wayne Davison · 19 years ago
  43. da13191 - Parse hard-link info as soon as we get it in inc_recurse mode. by Wayne Davison · 19 years ago
  44. f2179fd The server should not wait around for an extra end-of-run message. by Wayne Davison · 19 years ago
  45. 969cdff Prevent a server from outputting an end-of-run message about its by Wayne Davison · 19 years ago
  46. 3b7bcaa Got rid of duplicate error when push_pathname() fails. by Wayne Davison · 19 years ago
  47. 4abe379 Added an "ndx" arg to all the finish_hard_link() calls. by Wayne Davison · 19 years ago
  48. c980db5 - Simplified the flist-spanning gnum logic in match_gnums(). by Wayne Davison · 19 years ago
  49. c35d6e3 Added --no-protect-args and --no-s. by Wayne Davison · 19 years ago
  50. 044dc29 - Made glob_expand_one() public. by Wayne Davison · 19 years ago
  51. 7a4adda Added the --protect-args (-s) option, and made parse_arguments() by Wayne Davison · 19 years ago
  52. f7e5068 - If the user specifies a source arg with a hostspec in it in a local- by Wayne Davison · 19 years ago
  53. 67b8f3d - Renamed read_line() to be read_line_old(). by Wayne Davison · 19 years ago
  54. 95a4406 Call the renamed read_line() function (was read_filesfrom_line()). by Wayne Davison · 19 years ago
  55. 7909e65 - Made start_socket_client() and start_inband_exchange() take a variable by Wayne Davison · 19 years ago
  56. f74a3d8 Call the renamed read_line_old() function (was read_line()). by Wayne Davison · 19 years ago
  57. ac59386 Used a couple "#if SUBPROTOCOL_VERSION != 0" conditionals. by Wayne Davison · 19 years ago
  58. 73a649b Tweaked the pretend-ssh script. by Wayne Davison · 19 years ago
  59. 9b49704 Added a remote-shell substitute for use in testing and for certain by Wayne Davison · 19 years ago
  60. ffbffc6 Improved the argv/argc variable names that are really pointers. by Wayne Davison · 19 years ago
  61. 968061b Clarified something in the new --hard-links text. by Wayne Davison · 19 years ago
  62. c47e3ee Fixed two flist->files[first_hlink_ndx] references. by Wayne Davison · 19 years ago
  63. 549a3ef Improved a sentence. by Wayne Davison · 19 years ago
  64. accf8d1 Added a test combining -H with -c and a hard-linked file that has only by Wayne Davison · 19 years ago
  65. 0eeb9f5 If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that any by Wayne Davison · 19 years ago
  66. 7b46e30 Changed HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE. by Wayne Davison · 19 years ago
  67. 35c8fd7 Disabled the debug messages relating to the e_fds vars. by Wayne Davison · 19 years ago
  68. ba2d43d - Got rid of caveat about -H not working with incremental recursion. by Wayne Davison · 19 years ago
  69. 2934902 Improved the handling of the file-status events received by the generator. by Wayne Davison · 19 years ago
  70. d108e04 We don't disable inc_recurse due to -H anymore. by Wayne Davison · 19 years ago
  71. d4d6646 Changes to allow hard-linking to work in inc_recurse mode. by Wayne Davison · 19 years ago
  72. cf2d266 - Changes to allow hard-linking to work in inc_recurse mode. by Wayne Davison · 19 years ago
  73. 7918f24 Changed some instances of \" in checkit calls to '. by Wayne Davison · 19 years ago
  74. 9544261 Added weeding of "sending incremental file list" line to filter_outfile(). by Wayne Davison · 19 years ago
  75. 354c9da Added hashtable.o. by Wayne Davison · 19 years ago
  76. 6260657 Removed the old version of the hashtable functions and updated by Wayne Davison · 19 years ago
  77. 9863bdb - Use the new hashtable structures and functions. by Wayne Davison · 19 years ago
  78. 83135e8 Updated hashtable structures. by Wayne Davison · 19 years ago
  79. 3692339 The hashtable routines from hlink.c modified to have more generic names, by Wayne Davison · 19 years ago
  80. 7e4b6b7 Use new0() function instead of new() followed by memset(). by Wayne Davison · 19 years ago
  81. a2dc4d6 Tweaked _new_array() to handle new use_calloc parameter. by Wayne Davison · 19 years ago
  82. a443156 Added new0() and new_array0() to allocate and zero the memory. by Wayne Davison · 19 years ago
  83. fbd91ca One more tweak to latest omit-dir-times code. by Wayne Davison · 19 years ago
  84. eb7a6e0 Added --no-omit-dir-times and --no-O. by Wayne Davison · 19 years ago
  85. 9889a34 Don't include the checksum_seed in the full-file MD5 checksum. by Wayne Davison · 19 years ago
  86. 8e1e60e Bump up the SUBPROTOCOL_VERSION number. by Wayne Davison · 19 years ago
  87. f999804 Made omit_dir_times a static variable in options.c by encoding by Wayne Davison · 19 years ago
  88. 07bbf87 Document the new --append and --append-verify options. by Wayne Davison · 19 years ago
  89. 77502cb Downgrade the new --append option to --append-verify for protocols < 30. by Wayne Davison · 19 years ago
  90. 936fa86 Handle the new --append and --append-verify options. by Wayne Davison · 19 years ago
  91. 2f188c8 Tweaked a comment. by Wayne Davison · 19 years ago
  92. 83f5394 Make the verbose message about the file-list expansion clearer in by Wayne Davison · 19 years ago
  93. 24d677f Don't omit the -4/-6 options if no IPv6 support was compiled into by Wayne Davison · 19 years ago
  94. 65a22a5 In pool_free_old(), one code path was not clearing a "next" pointer, by Wayne Davison · 19 years ago
  95. a0f7023 Fix pool_create() to honor the POOL_INTERN flag. (Thanks to Brion Vibber.) by Wayne Davison · 19 years ago
  96. 4eff305 Fixed a null-pointer dereference pointed out by Olivier Thauvin. by Wayne Davison · 19 years ago
  97. e208631 Improved the arg-checking of a daemon command. by Wayne Davison · 19 years ago
  98. b553a3d Document the RSYNC_CONNECT_PROG environment variable. by Wayne Davison · 19 years ago
  99. e5f1a96 Added support for a %H escape in the value of the RSYNC_CONNECT_PROG by Wayne Davison · 19 years ago
  100. eb7e7b2 Get rid of the comment that --xattrs implies --perms and the by Wayne Davison · 19 years ago