| .. |
|
.gitignore
|
6cab465b7a
Add .gitignore files.
|
15 lat temu |
|
Makefile.am
|
8705810ff3
Add support for per OS CP flags
|
14 lat temu |
|
apidef.c
|
10c074ef48
Correct missing poll funtions from service handler struct needed for confdb APIs
|
14 lat temu |
|
apidef.h
|
d86737ac9c
remove empty lines at end-of-file
|
17 lat temu |
|
coroipcs.c
|
1be4f7b899
config: Fix 'then' for 'than' typos in messages and some comments.
|
11 lat temu |
|
coroparse.c
|
1be4f7b899
config: Fix 'then' for 'than' typos in messages and some comments.
|
11 lat temu |
|
coropoll.c
|
9b9490beb8
Fix usage of strerror_r()/perror()
|
14 lat temu |
|
crypto.c
|
c904143aa8
crypto: rng_make_prng prevent buf overflow
|
14 lat temu |
|
crypto.h
|
904a10ed38
remove all trailing blanks
|
17 lat temu |
|
evil.c
|
e7536bdaf8
Handle sync and service unload correctly
|
13 lat temu |
|
evil.h
|
1cdd0f5fab
Follow synchronization model of event service so corosync without openais
|
16 lat temu |
|
logsys.c
|
095a114ab8
logsys: Handle full /dev/shm correctly
|
12 lat temu |
|
main.c
|
660e2b0854
corosync_ring_id_store: Use safer permissions
|
8 lat temu |
|
main.h
|
15d2c48963
Export poll handle via coroapi.h.
|
16 lat temu |
|
mainconfig.c
|
c3422128a4
Improve handling of getpwnam_r() and getgrnam_r()
|
13 lat temu |
|
mainconfig.h
|
f540be9060
Add compatability option in config file. Defaults to whitetank.
|
16 lat temu |
|
objdb.c
|
42c09a78d9
objdb: Fix incorrect using lock
|
11 lat temu |
|
quorum.c
|
1f40a10983
don't include <signal.h> when it's not used
|
16 lat temu |
|
quorum.h
|
db4838bc35
quorum.h (quorum_set_quorate_fn_t): make first param const
|
17 lat temu |
|
schedwrk.c
|
7f00dcb548
schedwrk: Set values before create callback
|
13 lat temu |
|
schedwrk.h
|
a37cbb6719
Merge trunk revision 2649:
|
16 lat temu |
|
service.c
|
6b719961b3
Handle config file with service without name
|
13 lat temu |
|
service.h
|
5971ef8863
Merge trunk revision 2657:
|
16 lat temu |
|
sync.c
|
ee292e7968
Ignore sync barrier msgs if sync doesn't started
|
13 lat temu |
|
sync.h
|
493d24082e
r2653 | asalkeld | 2010-02-03 17:18:51 -0700 (Wed, 03 Feb 2010) | 2 lines
|
16 lat temu |
|
syncv2.c
|
1cea171c4d
Make service_build contain correct number of msgs
|
13 lat temu |
|
syncv2.h
|
493d24082e
r2653 | asalkeld | 2010-02-03 17:18:51 -0700 (Wed, 03 Feb 2010) | 2 lines
|
16 lat temu |
|
timer.c
|
fa61ac0071
Don't unlock mutex in different threads
|
14 lat temu |
|
timer.h
|
9873f1ac9e
Merge trunk revision 2373:
|
16 lat temu |
|
tlist.h
|
745b36b73a
Merge trunk revision 2376:
|
16 lat temu |
|
totemconfig.c
|
1a594c63d2
totemconfig: Properly check transport key
|
10 lat temu |
|
totemconfig.h
|
904a10ed38
remove all trailing blanks
|
17 lat temu |
|
totemiba.c
|
2bcd96e762
totemiba: Use size of struct mcast in MTU check
|
11 lat temu |
|
totemiba.h
|
b343668bbf
Return back "Totem is unable to form..." message
|
13 lat temu |
|
totemip.c
|
8e90c68fc0
totemip: Be more selective when matching bindnetaddr to IP addresses
|
10 lat temu |
|
totemmrp.c
|
7de25c3b64
Add waiting_trans_ack also to fragmentation layer
|
13 lat temu |
|
totemmrp.h
|
7de25c3b64
Add waiting_trans_ack also to fragmentation layer
|
13 lat temu |
|
totemnet.c
|
bd02ac319a
totemudpu: Implement member_set_active
|
11 lat temu |
|
totemnet.h
|
3dafc4c508
totemnet: Add totemnet_member_set_active
|
11 lat temu |
|
totempg.c
|
349613b2dc
totempg: Fix memory leak
|
10 lat temu |
|
totemrrp.c
|
8ba08027e8
totemrrp: Fix situation when all rings are faulty
|
8 lat temu |
|
totemrrp.h
|
f35ffb168f
totem: Inform RRP about membership changes
|
11 lat temu |
|
totemsrp.c
|
49236f3a16
totem: Ignore duplicated commit tokens in recovery
|
11 lat temu |
|
totemsrp.h
|
7de25c3b64
Add waiting_trans_ack also to fragmentation layer
|
13 lat temu |
|
totemudp.c
|
d3c51cd6e4
totem: Log a message if JOIN or LEAVE message is ignored
|
10 lat temu |
|
totemudp.h
|
b343668bbf
Return back "Totem is unable to form..." message
|
13 lat temu |
|
totemudpu.c
|
0bd2902541
totemudpu: Send msgs to all members occasionally
|
11 lat temu |
|
totemudpu.h
|
bd02ac319a
totemudpu: Implement member_set_active
|
11 lat temu |
|
util.c
|
6276e55e39
Move ringid store and load from totem library
|
11 lat temu |
|
util.h
|
6276e55e39
Move ringid store and load from totem library
|
11 lat temu |
|
vsf.h
|
904a10ed38
remove all trailing blanks
|
17 lat temu |
|
vsf_quorum.c
|
06e086c940
Free object allocated at quorum_register_callback
|
12 lat temu |
|
vsf_ykd.c
|
0ec3b3baa2
Merge trunk revision 2767:
|
16 lat temu |
|
wthread.c
|
ff8283f0b1
Rename queue datastructure to cs_queue data structure because some fail
|
16 lat temu |
|
wthread.h
|
904a10ed38
remove all trailing blanks
|
17 lat temu |