aboutsummaryrefslogtreecommitdiffstats
path: root/token.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a byte-order problem for batch-file processing on big-endianWayne Davison2004-01-061-4/+5
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-4/+4
* Fixed an operator-precedence problem in the batch-mode code.Wayne Davison2003-10-131-1/+1
* Got rid of some "/* dw */" comments and fixed some line's indentation.Wayne Davison2003-09-111-24/+24
* Use the AVAIL_OUT_SIZE() macro in a few more places to ensureWayne Davison2003-08-201-6/+6
* Call wildmatch(), not fnmatch().Wayne Davison2003-07-301-1/+1
* Improved upon my last patch to make it clearer and cleaner.Wayne Davison2003-07-041-8/+16
* Fixed a problem where we might not have enough room to compressWayne Davison2003-07-031-2/+8
* DocMartin Pool2002-04-081-2/+2
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-0/+33
* Back out change that treated "refuse options = compress" the same asDavid Dykstra1998-11-251-2/+7
* When "refuse options = compress" is set in rsyncd.conf, silently send filesDavid Dykstra1998-11-241-1/+2
* added "dont compress" option with the default setting ofAndrew Tridgell1998-11-201-1/+32
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-8/+8
* added finddead target, removed dead code and made some functionsAndrew Tridgell1998-09-091-2/+1
* Update to use the new zlib-1.1.2 code.Paul Mackerras1998-05-221-229/+286
* this fixes two problems:Andrew Tridgell1998-05-221-4/+7
* formatting changes. committed separately so they don't mask the comingAndrew Tridgell1998-05-211-28/+27
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-7/+7
* finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1998-03-231-5/+5
* casting cleanups (rsync now compiles cleanly under IRIX 6.4)rsync-bugs1997-12-151-7/+7
* Fixed bug in receiving 32kB compressible filesPaul Mackerras1996-11-061-3/+17
* Fix compression bug where incompressible files weren't transmitted correctly.Paul Mackerras1996-10-021-1/+1
* This should fix the bug where file transfer with compression failed withPaul Mackerras1996-07-151-3/+6
* fix buglet in handling multiple filesPaul Mackerras1996-07-031-0/+1
* *** empty log message ***Andrew Tridgell1996-07-031-2/+0
* Added in-stream deflate compression for file reconstruction instructions.Paul Mackerras1996-07-031-6/+278
* added resend logicAndrew Tridgell1996-07-021-1/+2
* *** empty log message ***Andrew Tridgell1996-07-011-3/+3
* added hooks for compression in token.cAndrew Tridgell1996-07-011-0/+101