index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
hastd
/
hast_proto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add support for 'memsync' mode. This is the fastest replication mode that's
pjd
2013-02-17
1
-2
/
+2
*
For functions that return -1 on failure check exactly for -1 and not for
pjd
2012-01-10
1
-7
/
+7
*
Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().
pjd
2011-09-27
1
-4
/
+3
*
Add missing ifdef. This fixes build with NO_OPENSSL.
trociny
2011-04-26
1
-0
/
+2
*
Remove hast_proto_recv(). It was used only in one place, where
trociny
2011-04-17
1
-18
/
+0
*
In hast_proto_recv() remove unnecessary check. The size is checked
trociny
2011-04-10
1
-6
/
+1
*
In hast_proto_recv_data() check that the size of the data to be
trociny
2011-04-10
1
-2
/
+5
*
Allow to compress on-the-wire data using two algorithms:
pjd
2011-03-06
1
-0
/
+2
*
Allow to checksum on-the-wire data using either CRC32 or SHA256.
pjd
2011-03-06
1
-178
/
+8
*
Constify arguments we can constify.
pjd
2010-08-30
1
-14
/
+16
*
Eliminate dead code.
pjd
2010-06-14
1
-3
/
+1
*
Fix compilation with WITHOUT_CRYPT or WITHOUT_OPENSSL options.
pjd
2010-04-22
1
-0
/
+8
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+401