summaryrefslogtreecommitdiff
path: root/token.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Some compression improvements.Wayne Davison2021-12-311-2/+7
* Make gcc die on init overflow of an array.Wayne Davison2020-09-291-1/+1
* Fix see_token zstd case.Wayne Davison2020-07-101-4/+4
* Warning fixes & impossible-failure improvementsWayne Davison2020-07-081-4/+4
* Get rid of some superfluous lz4 code.Wayne Davison2020-07-041-62/+11
* Tweak indentation.Wayne Davison2020-07-041-62/+53
* Some memory allocation improvementsWayne Davison2020-06-251-24/+10
* Simple change to recv_token().Wayne Davison2020-06-191-11/+4
* Some indentation fixes.Wayne Davison2020-06-131-12/+7
* Use ZSTD_CLEVEL_DEFAULT define.Wayne Davison2020-06-071-2/+4
* Use more switch statements.Wayne Davison2020-06-041-16/+48
* Handle --skip-compress right for new compressorsWayne Davison2020-06-021-7/+9
* Switch to using LZ4_compress_default().Wayne Davison2020-05-281-2/+2
* Include lz4 compression support.Wayne Davison2020-05-251-1/+229
* Include zstd compression support.Wayne Davison2020-05-251-0/+241
* Fix handling of a compressor that has no off_level.Wayne Davison2020-05-251-4/+4
* Make compression-level handling generic.Wayne Davison2020-05-251-2/+34
* A few more compression tweaks.Wayne Davison2020-05-241-6/+5
* More compress changesWayne Davison2020-05-241-12/+4
* Two more spelling fixes and some year updates.Wayne Davison2020-04-161-1/+1
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-1/+1
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Add new-style compression that skips matching data.Wayne Davison2014-04-191-16/+22
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Add compatibility with an unmodified zlib.Wayne Davison2011-11-211-9/+15
* Fix --compress data-duplication bug.Wayne Davison2011-11-211-0/+5
* Fix compression-ignoring of upper-case suffixes.Wayne Davison2010-06-191-0/+2
* Don't die if inflate() returns Z_BUF_ERROR in see_deflate_token().Wayne Davison2009-12-211-1/+1
* Make some RERR_* choices better, and another noop_io_until_death() tweak.Wayne Davison2009-11-161-2/+2
* Improve error handling and get rid of a lingering fprintf().Wayne Davison2009-09-051-6/+5
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Make sure that any "dont compress" patterns that have wildcards in aWayne Davison2007-07-141-1/+1
* - Added support for the new --skip-compress option.Wayne Davison2007-07-141-31/+159
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Mention the year 2007 in the copyright declarations.Wayne Davison2007-01-311-1/+1
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-2/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-23/+20
* Optimized set_compression() to remove the per-file strdup(), strlower(),Wayne Davison2005-12-301-24/+34
* Fixed a bug in set_compression() where the default dont-compressWayne Davison2005-12-301-0/+3