summaryrefslogtreecommitdiff
path: root/netint.h
Commit message (Collapse)AuthorAgeFilesLines
* Update my email addressMartin Pool2014-10-121-1/+1
|
* Keep all stream implementation data in the rs_job_t, not in a specialMartin Pool2001-03-051-6/+6
| | | | | | | | | rs_simpl structure. This means we no longer need to call rs_stream_init(), and many nonblocking IO functions need to be passed the job, not the stream pointer. Also get rid of the stream dogtag, which is no longer adding much protection. s/HS_/RS_/ to finish renaming.
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-8/+8
| | | | Move man pages into parent directory.
* Drop off_t from all headers to fix Solaris compile problem.Martin Pool2001-03-041-4/+1
|
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-2/+2
| | | | | | Alpha RedHat 7.0 at SourceForge. Use long or long long as hs_long_t, depending on which is available. Call this 0.9.1dev2.
* Remove dependency on stdint.h and other files that may not be presentMartin Pool2001-03-041-8/+6
| | | | | | | | | | on other platforms. Change many integer types to work properly with this. Suggestion by Poul-Henning Kamp <phk@freebsd.org>. Add HS_INTERNAL_ERROR code. Rewrite netint code to just simply bang out bytes, rather than using endian macros.
* Start to put back in support for statistics.Martin Pool2001-03-011-8/+10
|
* Add hs_squirt_n16.Martin Pool2001-02-281-0/+1
|
* Fix screwy search-and-replace.Martin Pool2001-02-271-1/+1
|
* Doc.Martin Pool2001-02-261-5/+5
| | | | Consistency cleanups.
* Draw your own conclusionsMartin Pool2001-02-141-2/+2
|
* Change to a generic hs_job_t class so we can share the iterator code.Martin Pool2001-02-071-9/+9
| | | | | | | | | | | Drop HSFILE interface; not very useful at the moment. Therefore we could drop streamfile and other over-complex code as well. Doc. Generate strong checksums as well as weak; update the test case to reflect this. Drop leading underscores on function names; they're not proving very useful. rdiff/rsum are currently broken, but I wanted to commit the new library interface anyhow. Started changing towards libpopt.
* Move netint code to netint.c.Martin Pool2000-12-121-0/+5
|
* Add _hs_suck_netintMartin Pool2000-12-121-0/+1
|
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-3/+6
| | | | | | | deltas kinda slightly works with the new API. Give domain-credit to Linuxcare; change to Linux code style cause every emacs understands it.
* Further fiddling with the streams model.Martin Pool2000-12-071-0/+25