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_uds.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
-6
/
+6
*
The proto API is a general purpose API, so don't use 'hast' in structures or
pjd
2011-03-22
1
-14
/
+14
*
In hast.conf we define the other node's address in 'remote' variable.
pjd
2011-03-21
1
-2
/
+9
*
When we decide to unlink socket file, sun_path must be set. If it is set,
pjd
2011-02-09
1
-1
/
+6
*
Explicitly include <sys/types.h> as suggested by getpid(2) and don't rely on
pjd
2011-02-08
1
-0
/
+1
*
Unlink UNIX domain socket file only if:
pjd
2011-02-08
1
-5
/
+16
*
- Rename proto_descriptor_{send,recv}() functions to
pjd
2011-02-02
1
-32
/
+4
*
Add proto_connect_wait() to wait for connection to finish.
pjd
2011-02-02
1
-1
/
+16
*
Allow to specify connection timeout by the caller.
pjd
2011-02-02
1
-1
/
+2
*
Implement two new functions for sending descriptor and receving descriptor
pjd
2011-01-31
1
-0
/
+28
*
- Use pjdlog for assertions and aborts as this will log assert/abort message
pjd
2011-01-31
1
-36
/
+26
*
Assert that various buffers we are large enough.
pjd
2010-08-05
1
-5
/
+6
*
Add an argument to the proto_register() function which allows protocol to
pjd
2010-08-05
1
-1
/
+1
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+330