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
/
proto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
For functions that return -1 on failure check exactly for -1 and not for
pjd
2012-01-10
1
-3
/
+3
*
Spelling fixes for sbin/
uqs
2012-01-07
1
-2
/
+2
*
The proto API is a general purpose API, so don't use 'hast' in structures or
pjd
2011-03-22
1
-47
/
+47
*
In hast.conf we define the other node's address in 'remote' variable.
pjd
2011-03-21
1
-7
/
+9
*
- Rename proto_descriptor_{send,recv}() functions to
pjd
2011-02-02
1
-11
/
+56
*
Add proto_connect_wait() to wait for connection to finish.
pjd
2011-02-02
1
-1
/
+22
*
Allow to specify connection timeout by the caller.
pjd
2011-02-02
1
-2
/
+3
*
Move protocol allocation and deallocation to separate functions.
pjd
2011-02-02
1
-17
/
+48
*
Be prepared that hp_client or hp_server might be NULL now.
pjd
2011-02-02
1
-4
/
+11
*
Implement two new functions for sending descriptor and receving descriptor
pjd
2011-01-31
1
-0
/
+36
*
- Use pjdlog for assertions and aborts as this will log assert/abort message
pjd
2011-01-31
1
-35
/
+44
*
Constify arguments we can constify.
pjd
2010-08-30
1
-2
/
+2
*
Add an argument to the proto_register() function which allows protocol to
pjd
2010-08-05
1
-5
/
+12
*
Fix a problem where hastd will stuck in recv(2) after sending request to
pjd
2010-04-29
1
-0
/
+26
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+261