Steven Dake ac597689df Remove warnings about objdb that casts a const char * to a char *. %!s(int64=17) %!d(string=hai) anos
..
Makefile.am c5fc824d7f Abstracted Shared Memory IPC library %!s(int64=17) %!d(string=hai) anos
apidef.c f70605bec2 Remove warnings about typedefs in apidef.c. %!s(int64=17) %!d(string=hai) anos
apidef.h e1f531380a Revert patch 1633 which breaks build. %!s(int64=17) %!d(string=hai) anos
coroipcs.c 0969721db3 Rework how dispatch functions so service engines work properly. %!s(int64=17) %!d(string=hai) anos
coroipcs.h e002172704 coroapi.h: change lib_handler_fn's *msg to be const %!s(int64=17) %!d(string=hai) anos
coroparse.c 870046d065 Patch to use snprintf where appropriate to avoid buffer overrun. %!s(int64=17) %!d(string=hai) anos
coropoll.c 88ee2815da don't shadow the global type name, "timer_handle" %!s(int64=17) %!d(string=hai) anos
crypto.c 031c02f589 - Every .c file should include "config.h" to get the right defines... %!s(int64=17) %!d(string=hai) anos
crypto.h bb87034524 Remove const warnings in crypto.c. %!s(int64=17) %!d(string=hai) anos
logsys.c a549daedca logsys.h (logsys_format_set): Change return type, adjust param type. %!s(int64=17) %!d(string=hai) anos
main.c d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
main.h e26aedf84f coroapi.h: Make totem_mcast's *iovec param const. %!s(int64=17) %!d(string=hai) anos
mainconfig.c 62e71c31d6 coroapi.h, confdb.h, objdb.h: big s/int/size_t/ change %!s(int64=17) %!d(string=hai) anos
mainconfig.h 6895160788 Remove const warnings from main.c. %!s(int64=17) %!d(string=hai) anos
mempool.c 031c02f589 - Every .c file should include "config.h" to get the right defines... %!s(int64=17) %!d(string=hai) anos
mempool.h e1f531380a Revert patch 1633 which breaks build. %!s(int64=17) %!d(string=hai) anos
objdb.c ac597689df Remove warnings about objdb that casts a const char * to a char *. %!s(int64=17) %!d(string=hai) anos
quorum.c 12754324f9 Forward port of sync v1 engine from whitetank and rework of quorum %!s(int64=17) %!d(string=hai) anos
quorum.h db4838bc35 quorum.h (quorum_set_quorate_fn_t): make first param const %!s(int64=17) %!d(string=hai) anos
service.c 8bc74e52db service.c: avoid 5 warnings %!s(int64=17) %!d(string=hai) anos
service.h 7c2ddcbe40 service.[ch]: remove 7 const-related warnings %!s(int64=17) %!d(string=hai) anos
sync.c d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
sync.h 2eba2a6cb8 continue pulling previous thread: mostly constification %!s(int64=17) %!d(string=hai) anos
timer.c 88ee2815da don't shadow the global type name, "timer_handle" %!s(int64=17) %!d(string=hai) anos
timer.h 59718fb62a timer.c: connect with its published prototypes %!s(int64=17) %!d(string=hai) anos
tlist.h 88ee2815da don't shadow the global type name, "timer_handle" %!s(int64=17) %!d(string=hai) anos
totemconfig.c 62e71c31d6 coroapi.h, confdb.h, objdb.h: big s/int/size_t/ change %!s(int64=17) %!d(string=hai) anos
totemconfig.h 6895160788 Remove const warnings from main.c. %!s(int64=17) %!d(string=hai) anos
totemip.c eb5919f0cc totemip.h: const'ify %!s(int64=17) %!d(string=hai) anos
totemmrp.c d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
totemmrp.h d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
totemnet.c 15b59a1603 totemnet.c: don't shadow crypto.h type, "hmac_state" %!s(int64=17) %!d(string=hai) anos
totemnet.h d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
totempg.c d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
totemrrp.c d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
totemrrp.h d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
totemsrp.c 229cc5707b totemsrp.c: more "const" propagation %!s(int64=17) %!d(string=hai) anos
totemsrp.h d45965ecae totemrrp.h, totemsrp.h, totemnet.h: const+size_t %!s(int64=17) %!d(string=hai) anos
util.c 031c02f589 - Every .c file should include "config.h" to get the right defines... %!s(int64=17) %!d(string=hai) anos
util.h 8defaf0c3f mar_gen.h: make params const %!s(int64=17) %!d(string=hai) anos
version.h 617dbdf2f0 Split openais and corosync tree into two seperate repositories. %!s(int64=17) %!d(string=hai) anos
vsf.h cfc7da3573 quorum is now an optional loadable module (though I've put it into the %!s(int64=17) %!d(string=hai) anos
vsf_quorum.c e002172704 coroapi.h: change lib_handler_fn's *msg to be const %!s(int64=17) %!d(string=hai) anos
vsf_ykd.c afd8b7154c vsf_ykd.c: Rename param to avoid shadowing global "ydk_state" %!s(int64=17) %!d(string=hai) anos
wthread.c abff1fc785 wthread.c: Rename file-scoped type to avoid shadows. %!s(int64=17) %!d(string=hai) anos
wthread.h abff1fc785 wthread.c: Rename file-scoped type to avoid shadows. %!s(int64=17) %!d(string=hai) anos