summaryrefslogtreecommitdiff
path: root/netio.c
Commit message (Expand)AuthorAgeFilesLines
* Split out some source into readsums.c and gdproto.c.Martin Pool2000-05-041-3/+3
* Clean up leakage in checksum hashtable.Martin Pool2000-04-251-1/+1
* Reindent everything one more time.Martin Pool2000-04-251-1/+1
* Make _hs_must_read a bit clearer in behaviour with EOF.Martin Pool2000-04-241-76/+84
* Allow EOF while reading integers.Martin Pool2000-04-221-13/+37
* More IO error messages.Martin Pool2000-04-221-10/+32
* Move decode-specific copy code into dec.c.Martin Pool2000-04-221-45/+0
* Add hsmdfour test driver.Martin Pool2000-04-211-2/+6
* Don't use stdio for filebuf object, but go straight to read/write.Martin Pool2000-04-181-14/+13
* Remove obsolete rs_* prefix.Martin Pool2000-04-091-11/+11
* Better error messages for IO.Martin Pool2000-04-061-6/+13
* Clean up encoding implementation.Martin Pool2000-03-161-107/+111
* New library, based on libsync but mostly rewritten:Martin Pool2000-02-291-0/+197