1. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  2. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  3. ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
  4. 658a636 Got rid of the "tweaked" versions of the uid and gid vars. by Wayne Davison · 19 years ago
  5. f0fbf1d Changed flist_extra_ndx into flist_extra_cnt. by Wayne Davison · 19 years ago
  6. 82ad07c - Typical tranfers now save 12-20 bytes per file because several vars by Wayne Davison · 19 years ago
  7. e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
  8. 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
  9. c738605 Got rid of some debug code. by Wayne Davison · 20 years ago
  10. 45c49b5 Got rid of calls to (the soon to vanish) safe_fname() function. by Wayne Davison · 20 years ago
  11. 3cc185a Handle new def_compress_level setting. by Wayne Davison · 20 years ago
  12. d630f53 Also change --only-write-batch to --read-batch (in addition to by Wayne Davison · 21 years ago
  13. e7f7064 - Fixed a bug in the saving of the --dirs option's state. by Wayne Davison · 21 years ago
  14. 0a39837 Got rid of "fudged_recurse". by Wayne Davison · 21 years ago
  15. 4d3abf1 Changes needed to use check_for_hostspec() in place of find_colon(). by Wayne Davison · 21 years ago
  16. 9b40e44 No need to handle itemize_changes anymore. by Wayne Davison · 21 years ago
  17. 41961db Ensure that -i is set consistent with the batch's data. by Wayne Davison · 21 years ago
  18. 4875d6b Adding more calls to safe_fname(). by Wayne Davison · 21 years ago
  19. dd667c2 Call get_rule_prefix() with its new arg. by Wayne Davison · 21 years ago
  20. 6bf8226 - Fixed a problem with the setting of the --recurse option from the by Wayne Davison · 21 years ago
  21. 2b13666 Refer to the old basedir variable as dir.root. by Wayne Davison · 21 years ago
  22. 8261047 - Use the "--filter=._-" option instead of --exclude-from=- if the by Wayne Davison · 21 years ago
  23. 7842418 Renamed several exclude-related functions/variables using new by Wayne Davison · 21 years ago
  24. acd0299 Got rid of unused externs. by Wayne Davison · 22 years ago
  25. 6a48e79 Made the new option-twiddling message only output when verbose. by Wayne Davison · 22 years ago
  26. d3e182a Added write_stream_flags() to write the state of certain flags into by Wayne Davison · 22 years ago
  27. 73f0ce6 We now append the exclude list as a "here" document to the end of by Wayne Davison · 22 years ago
  28. e7a6900 Do a better job of writing out the BATCH.sh file (i.e. quote special by Wayne Davison · 22 years ago
  29. b462781 Fixed the argv munging to work properly regardless of whether the by Wayne Davison · 22 years ago
  30. 9b3318b We no longer refer to a batch "prefix". by Wayne Davison · 22 years ago
  31. b9f592f My modified version of Chris Shoemaker's improved batch-file handling. by Wayne Davison · 22 years ago
  32. 01966df Improved the write_batch_argvs_file() routine so that it doesn't by Wayne Davison · 22 years ago
  33. d62bcc1 Changed rprintf() calls that included strerror() to use rsyserr(). by Wayne Davison · 22 years ago
  34. 7e5cb90 Other files use S_IWUSR instead of S_IWRITE, so use S_IWUSR and S_IRUSR. by Wayne Davison · 22 years ago
  35. 9935066 Make idev, hlink and file_struct + strings use allocation pools. by J.W. Schultz · 22 years ago
  36. a85906c Start flist with a more reasonable size, grow it linearly by J.W. Schultz · 22 years ago
  37. 71020fc Correct sizeof usage and other whitespace. by J.W. Schultz · 22 years ago
  38. a534264 Use the new names for the transmit-flag defines. by Wayne Davison · 22 years ago
  39. 893c4cc Use new stringjoin() function. by Wayne Davison · 22 years ago
  40. 981555b Actually, let's avoid snprintf() where possible. by Wayne Davison · 22 years ago
  41. 9c75270 Use snprintf() instead of strlcpy()+strlcat(). by Wayne Davison · 22 years ago
  42. 0397935 More cleanup, fixing an error in the fatal-message strings that tried by Wayne Davison · 22 years ago
  43. 5911fee A slightly better reset mechanism for send_file_entry() and by Wayne Davison · 22 years ago
  44. a09f6f5 Use the new LIVE_FLAGS define to fix a potential flag problem. by Wayne Davison · 22 years ago
  45. e8d3168 Massive rewrite to replace the file-list read/write code with calls to by Wayne Davison · 22 years ago
  46. 5364927 Support the recent changes in the flist_struct. by Wayne Davison · 22 years ago
  47. 58cadc8 Merged in the security fixes from 2.5.7. by Wayne Davison · 22 years ago
  48. 1e34e4b Add "void" to some function definitions so that all declarations in proto.h by Jos Backus · 23 years ago
  49. 1bc209b Fix completely braindead previous patch. Thanks Jos. by Martin Pool · 24 years ago
  50. f8f4c86 Change code that writes s_count to a batch file to squish it into an by Martin Pool · 24 years ago
  51. 64e7463 Fix from Jos for batch mode on Solaris. by Martin Pool · 24 years ago
  52. 088aac8 Make batch mode actually work and add man page documentation. From Jos Backus. by David Dykstra · 24 years ago
  53. 5664871 size_t fix. by Martin Pool · 24 years ago
  54. 55d9e0f write_batch_csums_file: Opaque IO buffers should be void*. by Martin Pool · 24 years ago
  55. 929e301 Fix cast that was breaking HP/UX. by Martin Pool · 24 years ago
  56. 935b920 Another signedness fix to quieten Sun cc warning. by Martin Pool · 24 years ago
  57. 76f79ba Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch mode. by Martin Pool · 24 years ago
  58. 6abd193 Always use 64-bit ino_t and dev_t internally, so that we can detect by Martin Pool · 24 years ago
  59. 384958e Note about crash from Ayamura KIKUCHI by Martin Pool · 24 years ago
  60. 1cd5bee batch reindent by Martin Pool · 24 years ago
  61. 2db5265 Fix another format cast. by Martin Pool · 25 years ago
  62. 08a740f Fix casts when some variables are printed out. by Martin Pool · 25 years ago
  63. 6902ed1 Merge across rsync+ patch; add a little documentation to the manpage. More documentation would be better. by Martin Pool · 25 years ago