summaryrefslogtreecommitdiff
path: root/token.c
AgeCommit message (Expand)AuthorFilesLines
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