]> git.ipfire.org Git - thirdparty/rsync.git/history - token.c
Some memory allocation improvements
[thirdparty/rsync.git] / token.c
2020-06-26  Wayne DavisonSome memory allocation improvements
2020-06-19  Wayne DavisonSimple change to recv_token().
2020-06-14  Wayne DavisonSome indentation fixes.
2020-06-08  Wayne DavisonUse ZSTD_CLEVEL_DEFAULT define.
2020-06-04  Wayne DavisonUse more switch statements.
2020-06-03  Wayne DavisonHandle --skip-compress right for new compressors
2020-05-28  Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28  Wayne DavisonSwitch to using LZ4_compress_default().
2020-05-25  Wayne DavisonInclude lz4 compression support.
2020-05-25  Wayne DavisonInclude zstd compression support.
2020-05-25  Wayne DavisonFix handling of a compressor that has no off_level.
2020-05-25  Wayne DavisonMake compression-level handling generic.
2020-05-25  Wayne DavisonA few more compression tweaks.
2020-05-25  Wayne DavisonMore compress changes
2020-04-16  Wayne DavisonTwo more spelling fixes and some year updates.
2020-04-16  Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2019-03-16  Wayne DavisonTweak the copyright year.
2018-01-15  Wayne DavisonTweak copyright date.
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-04-19  Wayne DavisonAdd new-style compression that skips matching data.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-01-19  Wayne DavisonUpdate copyright year.
2011-11-21  Wayne DavisonAdd compatibility with an unmodified zlib.
2011-11-21  Wayne DavisonFix --compress data-duplication bug.
2010-06-19  Wayne DavisonFix compression-ignoring of upper-case suffixes.
2009-12-21  Wayne DavisonDon't die if inflate() returns Z_BUF_ERROR in see_defla...
2009-11-16  Wayne DavisonMake some RERR_* choices better, and another noop_io_un...
2009-09-05  Wayne DavisonImprove error handling and get rid of a lingering fprin...
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-09-02  Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2007-09-22  Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-07-14  Wayne DavisonMake sure that any "dont compress" patterns that have...
2007-07-14  Wayne Davison- Added support for the new --skip-compress option.
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31  Wayne DavisonMention the year 2007 in the copyright declarations.
2006-11-09  Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
2006-04-25  Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25  Wayne Davison- Updated the address for the FSF in the opening comment.
2005-12-30  Wayne DavisonOptimized set_compression() to remove the per-file...
2005-12-30  Wayne DavisonFixed a bug in set_compression() where the default...
2005-10-26  Wayne DavisonObey new def_compress_level setting.
2005-02-14  Wayne DavisonFixed a mismatch in the compressed-data handling betwee...
2005-02-14  Wayne DavisonChanged various token variables from "int"s to "int32"s.
2005-01-02  Wayne DavisonBacked out changes to send_deflated_token() that surrou...
2005-01-02  Wayne DavisonIn send_deflated_token(), the section that handles...
2005-01-01  Wayne Davison- Use an int32 for the each block-size variable.
2004-07-15  Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-06-18  Wayne DavisonMoved the externs to the top and made a few trivial...
2004-01-06  Wayne DavisonFixed a byte-order problem for batch-file processing...
2003-12-06  Wayne DavisonMerged in the security fixes from 2.5.7.
2003-10-13  Wayne DavisonFixed an operator-precedence problem in the batch-mode...
2003-09-11  Wayne DavisonGot rid of some "/* dw */" comments and fixed some...
2003-08-20  Wayne DavisonUse the AVAIL_OUT_SIZE() macro in a few more places...
2003-07-30  Wayne DavisonCall wildmatch(), not fnmatch().
2003-07-04  Wayne DavisonImproved upon my last patch to make it clearer and...
2003-07-03  Wayne DavisonFixed a problem where we might not have enough room...
2002-04-08  Martin PoolDoc
2001-08-14  Martin PoolMerge across rsync+ patch; add a little documentation...
1998-11-25  David DykstraBack out change that treated "refuse options = compress...
1998-11-24  David DykstraWhen "refuse options = compress" is set in rsyncd.conf...
1998-11-20  Andrew Tridgelladded "dont compress" option with the default setting of
1998-11-03  Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-09-09  Andrew Tridgelladded finddead target, removed dead code and made some...
1998-05-22  Paul MackerrasUpdate to use the new zlib-1.1.2 code.
1998-05-22  Andrew Tridgellthis fixes two problems:
1998-05-21  Andrew Tridgellformatting changes. committed separately so they don...
1998-05-07  Andrew Tridgellsome large systematic changes to make socket conversion...
1998-03-23  Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1997-12-15  rsync-bugscasting cleanups (rsync now compiles cleanly under...
1996-11-06  Paul MackerrasFixed bug in receiving 32kB compressible files
1996-10-02  Paul MackerrasFix compression bug where incompressible files weren...
1996-07-15  Paul MackerrasThis should fix the bug where file transfer with compre...
1996-07-03  Paul Mackerrasfix buglet in handling multiple files
1996-07-03  Andrew Tridgell*** empty log message ***
1996-07-03  Paul MackerrasAdded in-stream deflate compression for file reconstruc...
1996-07-02  Andrew Tridgelladded resend logic
1996-07-01  Andrew Tridgell*** empty log message ***
1996-07-01  Andrew Tridgelladded hooks for compression in token.c