summaryrefslogtreecommitdiff
path: root/emit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix broken compatibility tests for MD4 mode.Martin Pool2014-10-121-2/+0
* Update my email addressMartin Pool2014-10-121-1/+1
* #1024881Martin Pool2004-09-101-2/+3
* Drop quote.Martin Pool2004-09-101-6/+0
* #1022764Martin Pool2004-09-101-12/+33
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* Removed an unused variable.Wayne Davison2002-06-191-1/+0
* RLL encoding fix from Shirish Hemant Phatak <shirish@nustorage.com>:Martin Pool2001-08-081-7/+17
* Fix float output formats.Martin Pool2001-03-181-1/+1
* Print large numbers as %f (double), so that we work whatever theMartin Pool2001-03-181-2/+2
* Stats should include number of COPY cmdbytes.Martin Pool2001-03-121-1/+6
* Add rs_emit_copy_cmd, with hardcoded cmdbyte.Martin Pool2001-03-121-0/+18
* Include statistics about space used by command headers, and the totalMartin Pool2001-03-121-4/+5
* DocMartin Pool2001-03-111-0/+9
* Keep all stream implementation data in the rs_job_t, not in a specialMartin Pool2001-03-051-8/+8
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-14/+14
* Drop more unnecessary header dependencies.Martin Pool2001-03-041-4/+0
* Remove dependency on stdint.h and other files that may not be presentMartin Pool2001-03-041-6/+2
* Start to put back in support for statistics.Martin Pool2001-03-011-9/+29
* Make opcode naming consistently count in bytes, not bits.Martin Pool2001-02-281-2/+2
* Delta now sends the END command at the end of the file.Martin Pool2001-02-271-4/+17
* Doc.Martin Pool2001-02-261-2/+2
* Draw your own conclusionsMartin Pool2001-02-141-1/+1
* Change to a generic hs_job_t class so we can share the iterator code.Martin Pool2001-02-071-8/+8
* Move netint code to netint.c.Martin Pool2000-12-121-36/+0
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-220/+23
* Further fiddling with the streams model.Martin Pool2000-12-071-9/+55
* Drop use of libtool.Martin Pool2000-08-061-14/+19
* Changing libhsync to GNU LGPL, so update statements of license/warranty.Martin Pool2000-08-041-4/+4
* * Put genuine search encoding back into the nad algorithm, andMartin Pool2000-07-291-1/+4
* More test cases.Martin Pool2000-06-261-1/+1
* Update towards a clean build on Solaris 64bit with SUNWspro CC. InMartin Pool2000-06-121-2/+2
* Further clear up the difference between trace (optionally on) and logMartin Pool2000-06-071-0/+1
* Add support for multiple log levels.Martin Pool2000-06-071-1/+1
* Further implementation of the nad algorithm -- at the moment itMartin Pool2000-05-221-22/+48
* Rearrange headers into one top-level file, "includes.h"Martin Pool2000-05-091-4/+0
* Split out some source into readsums.c and gdproto.c.Martin Pool2000-05-041-7/+6
* Make lclint happy with emit.cMartin Pool2000-05-041-36/+46
* Make lclint happy with copyq.c.Martin Pool2000-05-041-1/+1
* Clean up leakage in checksum hashtable.Martin Pool2000-04-251-1/+1
* Reindent everything one more time.Martin Pool2000-04-251-1/+1
* Add hsmdfour test driver.Martin Pool2000-04-211-2/+16
* Emit file checksums while encoding.Martin Pool2000-04-191-0/+23
* Fix a bug in emitting short commands for one-byte signature or literalMartin Pool2000-04-161-25/+39
* Trace can be turned off at runtime even if it's compiled in.Martin Pool2000-04-091-4/+10
* Remove obsolete rs_* prefix.Martin Pool2000-04-091-4/+4
* Add new op_kind type, rather than overloading opcodes to say what kindMartin Pool2000-04-091-28/+34
* Cope with encoding COPY with offset less than 256.Martin Pool2000-04-061-1/+6
* Better error messages for IO.Martin Pool2000-04-061-3/+4
* Clean up encoding implementation.Martin Pool2000-03-161-60/+89