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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When someone gives NULL as data, assume this is because he want to declare
pjd
2010-08-30
1
-0
/
+8
*
Use pjdlog_exit() before fork().
pjd
2010-08-30
1
-2
/
+2
*
Constify arguments we can constify.
pjd
2010-08-30
4
-23
/
+25
*
Execute hook when connection between the nodes is established or lost.
pjd
2010-08-30
3
-10
/
+41
*
Execute hook when split-brain is detected.
pjd
2010-08-30
3
-0
/
+10
*
Use sigtimedwait(2) for signals handling in primary process.
pjd
2010-08-30
1
-81
/
+40
*
- Move functionality responsible for checking one connection to separate
pjd
2010-08-29
1
-52
/
+75
*
Disconnect after logging errors.
pjd
2010-08-29
1
-1
/
+1
*
- Call hook on role change.
pjd
2010-08-29
2
-1
/
+26
*
Allow to run hooks from the main hastd process.
pjd
2010-08-29
3
-3
/
+22
*
- Add hook_fini() which should be called after fork() from the main hastd
pjd
2010-08-29
2
-22
/
+62
*
Implement mtx_destroy() and rw_destroy().
pjd
2010-08-29
1
-0
/
+16
*
When SIGTERM or SIGINT is received, terminate worker processes.
pjd
2010-08-27
1
-0
/
+30
*
When logging to stdout/stderr, flush after each log.
pjd
2010-08-27
1
-0
/
+1
*
Correct when we log interrupted synchronization.
pjd
2010-08-27
1
-6
/
+4
*
Check if no signals were delivered just before going to sleep.
pjd
2010-08-27
1
-1
/
+3
*
Add hooks execution.
pjd
2010-08-27
1
-0
/
+6
*
Document new 'exec' parameter.
pjd
2010-08-27
1
-1
/
+39
*
Allow to execute specified program on various HAST events.
pjd
2010-08-27
6
-4
/
+68
*
- Run hooks in background - don't block waiting for them to finish.
pjd
2010-08-27
2
-20
/
+228
*
When logging to stdout/stderr don't close those descriptors after fork().
pjd
2010-08-27
1
-2
/
+15
*
Reduce indent where possible.
pjd
2010-08-27
1
-30
/
+30
*
Implement keepalive mechanism inside HAST protocol so we can detect secondary
pjd
2010-08-27
3
-16
/
+66
*
- Remove redundant and incorrect 'old' word from debug message.
pjd
2010-08-27
1
-2
/
+4
*
Don't increase number synchronized bytes in case of an error.
pjd
2010-08-27
1
-3
/
+2
*
Log that synchronization was interrupted in a proper place.
pjd
2010-08-27
1
-5
/
+8
*
We have sync_start() function to start synchronization, introduce sync_stop()
pjd
2010-08-27
1
-7
/
+12
*
Add QUEUE_INSERT() and QUEUE_TAKE() macros that simplify the code a bit.
pjd
2010-08-27
1
-54
/
+35
*
Add mtx_owned() implementation.
pjd
2010-08-27
1
-0
/
+8
*
Make comment more readable.
pjd
2010-08-27
1
-2
/
+2
*
For some setups sending data in 128kB chunks makes communication very slow. No
pjd
2010-08-18
1
-2
/
+1
*
The 'size' variable is there to limit how many bytes we want to copy from
pjd
2010-08-16
1
-2
/
+1
*
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
joel
2010-08-16
1
-1
/
+1
*
Document 'none' value for remote.
pjd
2010-08-05
1
-1
/
+6
*
Implement configuration reload on SIGHUP. This includes:
pjd
2010-08-05
3
-12
/
+322
*
Prepare configuration parsing code to be called multiple times:
pjd
2010-08-05
3
-58
/
+111
*
Make control_set_role() more public. We will need it soon.
pjd
2010-08-05
2
-10
/
+20
*
Allow to use 'none' keywork as remote address in case second cluster node
pjd
2010-08-05
1
-2
/
+12
*
Reset signal handlers after fork().
pjd
2010-08-05
2
-0
/
+6
*
- Use pjdlog_exitx() to log errors and exit instead of errx().
pjd
2010-08-05
2
-5
/
+7
*
Assert that various buffers we are large enough.
pjd
2010-08-05
2
-10
/
+13
*
Problem with assertion is that it logs on stderr. Add two macros:
pjd
2010-08-05
2
-0
/
+33
*
Keep $FreeBSD$ in __FBSDID() only for C files.
pjd
2010-08-05
1
-2
/
+0
*
Mark two more places that we won't reach.
pjd
2010-08-05
1
-0
/
+2
*
Now that TCP will be checked last we don't need any knowledge about other
pjd
2010-08-05
1
-5
/
+6
*
Add an argument to the proto_register() function which allows protocol to
pjd
2010-08-05
5
-10
/
+17
*
Spelling fixes.
joel
2010-07-31
1
-1
/
+1
*
Actually, only the fullsync mode is implemented, not memsync mode.
pjd
2010-07-22
1
-3
/
+5
*
Correct various log messages.
pjd
2010-06-14
2
-3
/
+3
*
Fix typos.
pjd
2010-06-14
1
-7
/
+7
[next]