summaryrefslogtreecommitdiff
path: root/litbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Drop obsolete files; moving to zlib-style interface.Martin Pool2000-12-081-81/+0
* Fix header file.Martin Pool2000-08-101-1/+1
* Drop use of libtool.Martin Pool2000-08-061-2/+3
* 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-4/+7
* 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
* Don't check for zlib because we're not using it.Martin Pool2000-06-021-18/+25
* Clean up test scripts.Martin Pool2000-06-011-46/+43
* Further implementation of the nad algorithm -- at the moment itMartin Pool2000-05-221-15/+2
* Rearrange headers into one top-level file, "includes.h"Martin Pool2000-05-091-5/+2
* Split out some source into readsums.c and gdproto.c.Martin Pool2000-05-041-3/+1
* Clean up leakage in checksum hashtable.Martin Pool2000-04-251-2/+3
* Reindent everything one more time.Martin Pool2000-04-251-1/+1
* Don't use _hs_copy_ofs to flush the literal buffer.Martin Pool2000-04-241-35/+32
* Add hsmdfour test driver.Martin Pool2000-04-211-1/+3
* Add the map_ptr interface from rsync.Martin Pool2000-04-181-1/+1
* Fix a bug in emitting short commands for one-byte signature or literalMartin Pool2000-04-161-5/+10
* Results of more code reviews:Martin Pool2000-04-111-1/+1
* Remove obsolete rs_* prefix.Martin Pool2000-04-091-1/+1
* Add new op_kind type, rather than overloading opcodes to say what kindMartin Pool2000-04-091-8/+10
* Clean up log messages.Martin Pool2000-04-071-5/+4
* Clean up encoding implementation.Martin Pool2000-03-161-41/+38
* New library, based on libsync but mostly rewritten:Martin Pool2000-02-291-0/+88