Output numbers in 3-digit groups by default (e.g. 1,234,567).
[rsync/rsync.git] / token.c
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