summaryrefslogtreecommitdiff
path: root/token.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-03-23finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1-5/+5
1997-12-15casting cleanups (rsync now compiles cleanly under IRIX 6.4)rsync-bugs1-7/+7
1996-11-06Fixed bug in receiving 32kB compressible filesPaul Mackerras1-3/+17
1996-10-02Fix compression bug where incompressible files weren't transmitted correctly.Paul Mackerras1-1/+1
1996-07-15This should fix the bug where file transfer with compression failed withPaul Mackerras1-3/+6
1996-07-03fix buglet in handling multiple filesPaul Mackerras1-0/+1
1996-07-03*** empty log message ***Andrew Tridgell1-2/+0
1996-07-03Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras1-6/+278
1996-07-02added resend logicAndrew Tridgell1-1/+2
1996-07-01*** empty log message ***Andrew Tridgell1-3/+3
1996-07-01added hooks for compression in token.cAndrew Tridgell1-0/+101