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