summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/hast_proto.c
Commit message (Expand)AuthorAgeFilesLines
* - Add support for 'memsync' mode. This is the fastest replication mode that'spjd2013-02-171-2/+2
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-101-7/+7
* Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().pjd2011-09-271-4/+3
* Add missing ifdef. This fixes build with NO_OPENSSL.trociny2011-04-261-0/+2
* Remove hast_proto_recv(). It was used only in one place, wheretrociny2011-04-171-18/+0
* In hast_proto_recv() remove unnecessary check. The size is checkedtrociny2011-04-101-6/+1
* In hast_proto_recv_data() check that the size of the data to betrociny2011-04-101-2/+5
* Allow to compress on-the-wire data using two algorithms:pjd2011-03-061-0/+2
* Allow to checksum on-the-wire data using either CRC32 or SHA256.pjd2011-03-061-178/+8
* Constify arguments we can constify.pjd2010-08-301-14/+16
* Eliminate dead code.pjd2010-06-141-3/+1
* Fix compilation with WITHOUT_CRYPT or WITHOUT_OPENSSL options.pjd2010-04-221-0/+8
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+401
OpenPOWER on IntegriCloud