summaryrefslogtreecommitdiff
path: root/token.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-11-21Add compatibility with an unmodified zlib.Wayne Davison1-9/+15
2011-11-21Fix --compress data-duplication bug.Wayne Davison1-0/+5
2010-06-19Fix compression-ignoring of upper-case suffixes.Wayne Davison1-0/+2
2009-12-21Don't die if inflate() returns Z_BUF_ERROR in see_deflate_token().Wayne Davison1-1/+1
2009-11-16Make some RERR_* choices better, and another noop_io_until_death() tweak.Wayne Davison1-2/+2
2009-09-05Improve error handling and get rid of a lingering fprintf().Wayne Davison1-6/+5
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-07-14Make sure that any "dont compress" patterns that have wildcards in aWayne Davison1-1/+1
2007-07-14- Added support for the new --skip-compress option.Wayne Davison1-31/+159
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-1/+1
2006-11-09Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison1-2/+2
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-23/+20
2005-12-30Optimized set_compression() to remove the per-file strdup(), strlower(),Wayne Davison1-24/+34
2005-12-30Fixed a bug in set_compression() where the default dont-compressWayne Davison1-0/+3
2005-10-26Obey new def_compress_level setting.Wayne Davison1-2/+3
2005-02-14Fixed a mismatch in the compressed-data handling between how theWayne Davison1-10/+16
2005-02-14Changed various token variables from "int"s to "int32"s.Wayne Davison1-13/+14
2005-01-02Backed out changes to send_deflated_token() that surrounded theWayne Davison1-16/+10
2005-01-02In send_deflated_token(), the section that handles "token != -2"Wayne Davison1-4/+7
2005-01-01- Use an int32 for the each block-size variable.Wayne Davison1-39/+40
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-34/+0
2004-06-18Moved the externs to the top and made a few trivial format tweaks.Wayne Davison1-15/+20
2004-01-06Fixed a byte-order problem for batch-file processing on big-endianWayne Davison1-4/+5
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-4/+4
2003-10-13Fixed an operator-precedence problem in the batch-mode code.Wayne Davison1-1/+1
2003-09-11Got rid of some "/* dw */" comments and fixed some line's indentation.Wayne Davison1-24/+24
2003-08-20Use the AVAIL_OUT_SIZE() macro in a few more places to ensureWayne Davison1-6/+6
2003-07-30Call wildmatch(), not fnmatch().Wayne Davison1-1/+1
2003-07-04Improved upon my last patch to make it clearer and cleaner.Wayne Davison1-8/+16
2003-07-03Fixed a problem where we might not have enough room to compressWayne Davison1-2/+8
2002-04-08DocMartin Pool1-2/+2
2001-08-14Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool1-0/+33
1998-11-25Back out change that treated "refuse options = compress" the same asDavid Dykstra1-2/+7
1998-11-24When "refuse options = compress" is set in rsyncd.conf, silently send filesDavid Dykstra1-1/+2
1998-11-20added "dont compress" option with the default setting ofAndrew Tridgell1-1/+32
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-8/+8
1998-09-09added finddead target, removed dead code and made some functionsAndrew Tridgell1-2/+1
1998-05-22Update to use the new zlib-1.1.2 code.Paul Mackerras1-229/+286
1998-05-22this fixes two problems:Andrew Tridgell1-4/+7
1998-05-21formatting changes. committed separately so they don't mask the comingAndrew Tridgell1-28/+27
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-7/+7