1. c3b553a Preparing for release of 3.2.4pre2 by Wayne Davison · 4 years, 3 months ago
  2. 3e44bbd Preparing for release of 3.2.4pre1 by Wayne Davison · 4 years, 3 months ago
  3. c11467a Some compression improvements. by Wayne Davison · 4 years, 3 months ago
  4. 8f15111 Make gcc die on init overflow of an array. by Wayne Davison · 6 years ago
  5. bb1365d Fix see_token zstd case. by Wayne Davison · 6 years ago
  6. ab110fc Warning fixes & impossible-failure improvements by Wayne Davison · 6 years ago
  7. 2bee307 Get rid of some superfluous lz4 code. by Wayne Davison · 6 years ago
  8. 85e62c3 Tweak indentation. by Wayne Davison · 6 years ago
  9. 11eb67e Some memory allocation improvements by Wayne Davison · 6 years ago
  10. 73053f2 Simple change to recv_token(). by Wayne Davison · 6 years ago
  11. e63ff70 Some indentation fixes. by Wayne Davison · 6 years ago
  12. 7dbbde8 Use ZSTD_CLEVEL_DEFAULT define. by Wayne Davison · 6 years ago
  13. 778f0df Use more switch statements. by Wayne Davison · 6 years ago
  14. 4c9fdb9 Handle --skip-compress right for new compressors by Wayne Davison · 6 years ago
  15. c7f10de Switch to using LZ4_compress_default(). by Wayne Davison · 6 years ago
  16. c394e86 Include lz4 compression support. by Wayne Davison · 6 years ago
  17. 4aaadc2 Include zstd compression support. by Wayne Davison · 6 years ago
  18. abef92c Fix handling of a compressor that has no off_level. by Wayne Davison · 6 years ago
  19. d999efe Make compression-level handling generic. by Wayne Davison · 6 years ago
  20. 4496e0e A few more compression tweaks. by Wayne Davison · 6 years ago
  21. 64d5ea3 More compress changes by Wayne Davison · 6 years ago
  22. 3ba4db7 Two more spelling fixes and some year updates. by Wayne Davison · 6 years ago
  23. d297021 Spelling fixes from a Fossies run done by Jens. by Wayne Davison · 6 years ago
  24. 3e2e4b5 Tweak the copyright year. by Wayne Davison · 7 years ago
  25. 473108a Tweak copyright date. by Wayne Davison · 8 years ago
  26. 453914e Update the copyright year. by Wayne Davison · 11 years ago
  27. 22a3ac0 Add new-style compression that skips matching data. by Wayne Davison · 12 years ago
  28. dfa5b49 Bump the year to 2014. by Wayne Davison · 12 years ago
  29. 7e1a9c4 Update copyright year. by Wayne Davison · 13 years ago
  30. 7da1714 Add compatibility with an unmodified zlib. by Wayne Davison · 14 years ago
  31. cbdff74 Fix --compress data-duplication bug. by Wayne Davison · 14 years ago
  32. 3be1d9b Fix compression-ignoring of upper-case suffixes. Fixes bug 7512. by Wayne Davison · 16 years ago
  33. 4286ea6 Don't die if inflate() returns Z_BUF_ERROR in see_deflate_token(). by Wayne Davison · 16 years ago
  34. e4c598c Make some RERR_* choices better, and another noop_io_until_death() tweak. by Wayne Davison · 16 years ago
  35. 2f1fb73 Improve error handling and get rid of a lingering fprintf(). by Wayne Davison · 17 years ago
  36. b3bf9b9 Update the copyright year. by Wayne Davison · 17 years ago
  37. 5dd14f0 Split up the ifuncs.h file into 3 .h files. by Wayne Davison · 18 years ago
  38. d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
  39. 1b42f62 Moved inline functions from rsync.h into ifuncs.h. by Wayne Davison · 19 years ago
  40. 0d58518 Make sure that any "dont compress" patterns that have wildcards in a by Wayne Davison · 19 years ago
  41. 6e058b4 - Added support for the new --skip-compress option. by Wayne Davison · 19 years ago
  42. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  43. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  44. ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
  45. 100018b Mention the year 2007 in the copyright declarations. by Wayne Davison · 19 years ago
  46. 2dc7b8b Got rid of type-casting into isFOO() and toFOO() functions by by Wayne Davison · 19 years ago
  47. e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
  48. 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
  49. ec497df Optimized set_compression() to remove the per-file strdup(), strlower(), by Wayne Davison · 20 years ago
  50. 0fe987e Fixed a bug in set_compression() where the default dont-compress by Wayne Davison · 20 years ago
  51. e8a8167 Obey new def_compress_level setting. by Wayne Davison · 20 years ago
  52. 01f439e Fixed a mismatch in the compressed-data handling between how the by Wayne Davison · 21 years ago
  53. acc461c Changed various token variables from "int"s to "int32"s. by Wayne Davison · 21 years ago
  54. 80a25bb Backed out changes to send_deflated_token() that surrounded the by Wayne Davison · 21 years ago
  55. 5b7bcac In send_deflated_token(), the section that handles "token != -2" by Wayne Davison · 21 years ago
  56. 7fcbf9e - Use an int32 for the each block-size variable. by Wayne Davison · 21 years ago
  57. b9f592f My modified version of Chris Shoemaker's improved batch-file handling. by Wayne Davison · 22 years ago
  58. d67c8bd Moved the externs to the top and made a few trivial format tweaks. by Wayne Davison · 22 years ago
  59. 4a1991d Fixed a byte-order problem for batch-file processing on big-endian by Wayne Davison · 22 years ago
  60. 58cadc8 Merged in the security fixes from 2.5.7. by Wayne Davison · 22 years ago
  61. 2a88a8c Fixed an operator-precedence problem in the batch-mode code. by Wayne Davison · 22 years ago
  62. 857e38b Got rid of some "/* dw */" comments and fixed some line's indentation. by Wayne Davison · 23 years ago
  63. 1dbb94c Use the AVAIL_OUT_SIZE() macro in a few more places to ensure by Wayne Davison · 23 years ago
  64. fe33203 Call wildmatch(), not fnmatch(). by Wayne Davison · 23 years ago
  65. 2473391 Improved upon my last patch to make it clearer and cleaner. by Wayne Davison · 23 years ago
  66. 92b8abf Fixed a problem where we might not have enough room to compress by Wayne Davison · 23 years ago
  67. 79f671c Doc by Martin Pool · 24 years ago
  68. 6902ed1 Merge across rsync+ patch; add a little documentation to the manpage. More documentation would be better. by Martin Pool · 25 years ago
  69. 63f0774 Back out change that treated "refuse options = compress" the same as by David Dykstra · 27 years ago
  70. d47741c When "refuse options = compress" is set in rsyncd.conf, silently send files by David Dykstra · 27 years ago
  71. 83fff1a added "dont compress" option with the default setting of by Andrew Tridgell · 27 years ago
  72. 6541757 patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add by Andrew Tridgell · 27 years ago
  73. 6e4fb64 added finddead target, removed dead code and made some functions static by Andrew Tridgell · 28 years ago
  74. 5914bf1 Update to use the new zlib-1.1.2 code. by Paul Mackerras · 28 years ago
  75. 45f133b this fixes two problems: by Andrew Tridgell · 28 years ago
  76. c5eb365 formatting changes. committed separately so they don't mask the coming by Andrew Tridgell · 28 years ago
  77. 9486289 by Andrew Tridgell · 28 years ago
  78. 3a6a366 finished 64 bit file offset support. Hopefully rsync can now transfer by Andrew Tridgell · 28 years ago
  79. 1634f4c casting cleanups (rsync now compiles cleanly under IRIX 6.4) by rsync-bugs · 28 years ago
  80. b8d4524 Fixed bug in receiving 32kB compressible files by Paul Mackerras · 29 years ago
  81. f806210 Fix compression bug where incompressible files weren't transmitted correctly. by Paul Mackerras · 30 years ago
  82. 280cbb8 This should fix the bug where file transfer with compression failed with by Paul Mackerras · 30 years ago
  83. 5be59dc fix buglet in handling multiple files by Paul Mackerras · 30 years ago
  84. ef21f8d *** empty log message *** by Andrew Tridgell · 30 years ago
  85. 861c20b Added in-stream deflate compression for file reconstruction instructions. by Paul Mackerras · 30 years ago
  86. 9e31c48 added resend logic added checksum on all files by Andrew Tridgell · 30 years ago
  87. c6e7fcb *** empty log message *** by Andrew Tridgell · 30 years ago
  88. 70d794d added hooks for compression in token.c by Andrew Tridgell · 30 years ago