summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Move *.c *.h project files into src dirAdam Schubert2015-05-111-70/+0
* Include config.h properlyAdam Schubert2015-05-091-1/+1
* Update my email addressMartin Pool2014-10-121-1/+1
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-8/+8
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-0/+1
* Drop hs_readintarg, which is obsolete by popt.Martin Pool2001-02-271-18/+3
* Doc.Martin Pool2001-02-261-1/+1
* More API docs.Martin Pool2001-02-251-0/+1
* 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
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-3/+2
* Further fiddling with the streams model.Martin Pool2000-12-071-2/+21
* Start of a huge redesign towards 0.6.0. This version will natively doMartin Pool2000-11-301-3/+24
* Moving towards 0.5.6pre2.Martin Pool2000-08-091-6/+6
* Drop use of libtool.Martin Pool2000-08-061-1/+1
* Changing libhsync to GNU LGPL, so update statements of license/warranty.Martin Pool2000-08-041-5/+5
* Add sockcli to test across the network.Martin Pool2000-06-051-12/+21
* Clean up test scripts.Martin Pool2000-06-011-25/+17
* Further implementation of the nad algorithm -- at the moment itMartin Pool2000-05-221-19/+33
* Rearrange headers into one top-level file, "includes.h"Martin Pool2000-05-091-4/+0
* Fix return type.Martin Pool2000-05-051-1/+1
* bzero is not standard, so add a quick implementationMartin Pool2000-05-051-0/+33