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
/
primary.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to specify connection timeout by the caller.
pjd
2011-02-02
1
-2
/
+2
*
- Use pjdlog for assertions and aborts as this will log assert/abort message
pjd
2011-01-31
1
-37
/
+36
*
Drop privileges in worker processes.
pjd
2011-01-28
1
-0
/
+5
*
Use newly added descriptors_assert() function to ensure only expected
pjd
2011-01-28
1
-0
/
+2
*
Close all unneeded descriptors after fork(2).
pjd
2011-01-28
1
-6
/
+11
*
Add comments to places where we treat errors as ciritical, but it is possible
pjd
2011-01-28
1
-0
/
+3
*
Don't open configuration file from worker process. Handle SIGHUP in the
pjd
2011-01-24
1
-50
/
+27
*
The 'ret' variable is of type ssize_t and we use proper format for it (%zd), so
pjd
2010-12-16
1
-3
/
+2
*
Improve problems logging.
pjd
2010-12-16
1
-7
/
+34
*
Don't ignore errors from remote requests.
pjd
2010-12-16
1
-1
/
+1
*
Move timeout.tv_sec initialization outside the loop - sigtimedwait(2) won't
pjd
2010-11-15
1
-1
/
+1
*
1. Exit when we cannot create incoming connection.
pjd
2010-11-15
1
-2
/
+4
*
Send packets to remote node only via the send thread to avoid possible
pjd
2010-11-02
1
-40
/
+57
*
Before this change on first connect between primary and secondary we
pjd
2010-10-24
1
-3
/
+40
*
Plug memory leaks.
pjd
2010-10-24
1
-0
/
+1
*
We can't zero out ggio request, as we have some fields in there we initialize
pjd
2010-10-08
1
-1
/
+0
*
Clear ggate structures before using them. We don't initialize all the field
pjd
2010-10-07
1
-1
/
+4
*
Log error message when we fail to destroy ggate provider.
pjd
2010-10-07
1
-1
/
+2
*
Start the guard thread first, so we can handle signals from the very begining.
pjd
2010-10-07
1
-3
/
+7
*
Don't close local component on exit as we can hang waiting on g_waitidle.
pjd
2010-10-07
1
-6
/
+0
*
Switch to sigprocmask(2) API also in the main process and secondary process.
pjd
2010-09-22
1
-13
/
+0
*
Fix possible deadlock where worker process sends an event to the main process
pjd
2010-09-22
1
-4
/
+12
*
Add __dead2 to functions that we know they are going to exit.
pjd
2010-09-20
1
-2
/
+2
*
Mask only those signals that we want to handle.
pjd
2010-08-31
1
-1
/
+4
*
Because it is very hard to make fork(2) from threaded process safe (we are
pjd
2010-08-30
1
-19
/
+20
*
Use pjdlog_exit() before fork().
pjd
2010-08-30
1
-2
/
+2
*
Execute hook when connection between the nodes is established or lost.
pjd
2010-08-30
1
-2
/
+5
*
Execute hook when split-brain is detected.
pjd
2010-08-30
1
-0
/
+3
*
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
*
Allow to run hooks from the main hastd process.
pjd
2010-08-29
1
-0
/
+2
*
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
*
Allow to execute specified program on various HAST events.
pjd
2010-08-27
1
-1
/
+17
*
Implement keepalive mechanism inside HAST protocol so we can detect secondary
pjd
2010-08-27
1
-14
/
+46
*
- 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
*
Implement configuration reload on SIGHUP. This includes:
pjd
2010-08-05
1
-3
/
+120
*
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
1
-0
/
+3
*
Initialize gctl_seq for synchronization requests.
pjd
2010-06-14
1
-1
/
+4
*
Plug memory leak.
pjd
2010-06-14
1
-0
/
+1
*
Fix a problem where hastd will stuck in recv(2) after sending request to
pjd
2010-04-29
1
-0
/
+6
*
Mark temporary issues as such.
pjd
2010-04-28
1
-2
/
+2
*
Increase ggate queue size to maximum value.
pjd
2010-04-15
1
-1
/
+1
*
Don't hold connection lock when doing reconnects as it makes I/Os wait for
pjd
2010-03-27
1
-26
/
+50
[next]