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
/
parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve compatibility with old flex and fix build with GCC.
jkim
2013-05-22
1
-0
/
+2
*
- Add support for 'memsync' mode. This is the fastest replication mode that's
pjd
2013-02-17
1
-9
/
+32
*
Fix socket calls on error post-r243965.
kevlo
2012-12-21
1
-1
/
+1
*
Fix world after byacc import:
bapt
2012-05-22
1
-290
/
+296
*
Fix typo in comment.
pjd
2012-02-04
1
-1
/
+1
*
Fix minor memory leak.
pjd
2012-01-21
1
-0
/
+1
*
Remove another unused token.
pjd
2012-01-20
1
-1
/
+1
*
Remove unused token 'port'.
pjd
2012-01-20
1
-1
/
+1
*
Implement 'async' mode for HAST.
pjd
2011-10-27
1
-4
/
+2
*
Allow to specify pidfile in HAST configuration file.
pjd
2011-10-17
1
-1
/
+41
*
If the underlying provider doesn't support BIO_FLUSH, log it only once
pjd
2011-09-28
1
-0
/
+1
*
After every activemap change flush disk's write cache, so that write
pjd
2011-09-28
1
-2
/
+56
*
- Convert some impossible conditions into assertions.
pjd
2011-09-27
1
-11
/
+10
*
Prefer PJDLOG_ASSERT() and PJDLOG_ABORT() over assert() and abort().
pjd
2011-09-27
1
-21
/
+20
*
If no listen address is specified, bind by default to:
pjd
2011-05-20
1
-2
/
+0
*
Rename ipv4/ipv6 to tcp4/tcp6.
pjd
2011-05-20
1
-8
/
+8
*
In preparation for IPv6 support allow to specify multiple addresses to
pjd
2011-05-19
1
-21
/
+99
*
Allow to specify remote as 'none' again which was broken by r219351, where
pjd
2011-05-08
1
-1
/
+8
*
Fix isitme(), which is used to check if node-specific configuration
trociny
2011-05-08
1
-1
/
+3
*
Timeout must be positive.
pjd
2011-04-20
1
-0
/
+4
*
The replication mode that is currently support is fullsync, not memsync.
pjd
2011-04-12
1
-1
/
+8
*
In hast.conf we define the other node's address in 'remote' variable.
pjd
2011-03-21
1
-1
/
+21
*
Allow to compress on-the-wire data using two algorithms:
pjd
2011-03-06
1
-2
/
+41
*
Allow to checksum on-the-wire data using either CRC32 or SHA256.
pjd
2011-03-06
1
-2
/
+43
*
Detect when resource is configured more than once.
pjd
2010-12-26
1
-0
/
+10
*
When node-specific configuration is missing in resource section, provide
pjd
2010-12-26
1
-2
/
+55
*
Plug memory leaks.
pjd
2010-10-24
1
-0
/
+24
*
Allow to execute specified program on various HAST events.
pjd
2010-08-27
1
-1
/
+42
*
Reduce indent where possible.
pjd
2010-08-27
1
-30
/
+30
*
Prepare configuration parsing code to be called multiple times:
pjd
2010-08-05
1
-56
/
+109
*
Fix a problem where hastd will stuck in recv(2) after sending request to
pjd
2010-04-29
1
-1
/
+31
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+507