]> git.proxmox.com Git - mirror_corosync.git/shortlog
mirror_corosync.git
2009-06-18 Fabio M. Di... flight recorder: don't hardcode max arguments everywhere
2009-06-18 Fabio M. Di... logsys: port to new packed rec_ident version
2009-06-18 Fabio M. Di... logsys: add macros to pack/unpack rec_ident
2009-06-18 Fabio M. Di... logsys: allow to use header files for #define's
2009-06-18 Fabio M. Di... logsys: update man page to reflect new changes
2009-06-18 Fabio M. Di... logsys: merge tags into rec_ident
2009-06-18 Fabio M. Di... logsys: drop LOGSYS_LEVEL_SECURITY
2009-06-17 Jim Meyeringbuild: silence automake portability warnings
2009-06-17 Jim Meyeringautogen.sh: simply to a one-liner: autoreconf -i
2009-06-16 Fabio M. Di... Add missing prototype and fix white spaces
2009-06-15 Steven DakeFix build error from recent solaris porting.
2009-06-14 Steven DakeUse PF_UNIX on Solaris platforms instead of PF_LOCAL.
2009-06-14 Steven DakeUse rsync -a instead of cp -a to install on Solaris.
2009-06-14 Steven DakePort of coroipc system to Solaris.
2009-06-14 Steven DakePatch from Jerome Flesch to correctly reference count...
2009-06-14 Steven DakeAdd iface checking for Solaris platform.
2009-06-12 Jan FriesseMake /etc/corosync/corosync.conf default configuration...
2009-06-12 Jan FriesseHandle LCR problem with unloading "unneeded" components
2009-06-11 Fabio M. Di... Fix library linking fallout.. again
2009-06-10 Steven DakeModify totemnet to work properly on Solaris by setting...
2009-06-10 Fabio M. Di... Shared libs should not call exit but return error
2009-06-10 Steven DakeRemove unused variable on platforms other then Solaris.
2009-06-10 Steven DakeFix compile on BSD platforms.
2009-06-10 Steven DakeFix semun definitions for various platforms.
2009-06-10 Christine CaulfieldFix corosync-cfgtool -a so that it actaully produces...
2009-06-09 Steven DakeUse PF_LOCAL to match BSD semantics of api calls.
2009-06-09 Steven DakeResolve bug where config changes are delivered in the...
2009-06-09 Andrew BeekhofDecouple the decouples shutdown/startup order of lcrso...
2009-06-07 Steven DakeRemove quorum.c from lcrso build list since its linked...
2009-06-07 Steven DakeAdd support for buildling on Solaris platforms.
2009-06-07 Steven DakeCall initializer directly for broken platforms which...
2009-06-07 Steven DakeInclude limits.h in coroparse.c to properly define...
2009-06-07 Steven DakeChange NAME_MAX to FILENAME_MAX to compile properly...
2009-06-07 Steven DakeDefine MSG_NOSIGNAL if it is undefined by the base...
2009-06-07 Steven DakeConditionally compile on Solaris platforms msg_* flags...
2009-06-07 Steven DakeInclude string.h in sq.h for memset() calls.
2009-06-07 Steven DakeMake readdir operation portable by removing BSDism...
2009-06-07 Steven DakeAdd strsep_cs to replace strsep.
2009-06-07 Steven DakeFirst run at adding support for corosync totemip determ...
2009-06-07 Steven DakeMake coroipcs compile on Solaris.
2009-06-07 Steven DakeRename queue datastructure to cs_queue data structure...
2009-06-07 Steven DakePort of totemip to Solaris.
2009-06-07 Steven DakePort of logsys to Solaris.
2009-06-07 Steven Dakecoroipcc port to Solaris.
2009-06-04 Christine CaulfieldDon't let corosync-keygen fail if /etc/ais already...
2009-06-03 Andrew BeekhofFix compilation on OSX/Darwin
2009-06-03 Andrew BeekhofForward port the clear_node_high_bit from whitetank
2009-06-02 Jim Meyeringtotempg.c: don't truncate group list
2009-06-01 Jan FriesseFix coroipcc linking
2009-06-01 Christine CaulfieldAdd broadcast option to corosync
2009-05-31 Steven DakeFix race condition in cpg service.
2009-05-30 Fabio M. Di... Public headers should not include private config.h
2009-05-22 Christine CaulfieldThis patch adds the definition VOTEQUORUM_NODEID_US...
2009-05-20 Jan FriesseSupport for uidgid feature
2009-05-20 Jan Friesse*Dispatch returns CS_ERR_BAD_HANDLE only on first hdb_get
2009-05-20 Christine CaulfieldAdapt the deliver_fn in the YKD quorum plugin to the...
2009-05-20 Christine CaulfieldPrint a list of quorum members when it changes.
2009-05-18 Jim Meyeringavoid spurious failure of 'make syntax-check's sc_makef...
2009-05-18 Jim Meyeringdon't include <signal.h> when it's not used
2009-05-18 Jim Meyeringdon't include <assert.h> when it's not used
2009-05-18 Jim Meyeringalways include <config.h> before any other file
2009-05-18 Jim Meyeringexec/schedwrk.c: include <config.h>
2009-05-18 Jim Meyeringcfg.c: avoid useless if-before-free
2009-05-18 Jim Meyeringremove trailing blanks
2009-05-18 Christine CaulfieldWhen doing a controlled shutdown of corosync, we now
2009-05-18 Jan Friessecoroparse: Handle different EOLs and pass error_string
2009-05-18 Jan FriesseRemove duplicity in logsys code
2009-05-13 Fabio M. Di... Fix output to syslog
2009-05-13 Christine CaulfieldConvert votequorum to use the proper message delivery API
2009-05-13 Fabio M. Di... Logsys header clean (comments and whitespaces)
2009-05-13 Fabio M. Di... Fix totem logging after logsys changes
2009-05-13 Fabio M. Di... Fix logsys TAG handling
2009-05-12 Christine CaulfieldFix spelling of "Received" in sync.c
2009-05-12 Jim Meyeringlogsys.c: avoid possibility of buffer overrun
2009-05-12 Jim Meyeringlogsys.c: avoid redundant strlen in else-block
2009-05-12 Jim Meyeringlogsys.c: factor out some duplication
2009-05-12 Fabio M. Di... Add debugging code to logsys.
2009-05-11 Jim Meyeringtotemnet.c: Make totemnet_initialize definition match...
2009-05-11 Fabio M. Di... Fix logging date format and add missing daemon name
2009-05-09 Steven DakeRemove most iovector-ized functionality from totem...
2009-05-06 Jim Meyeringfix missing-dependency bug, so as not to install bogus...
2009-05-04 Jim Meyeringvotequorum.c: avoid a new warning and add a comment...
2009-05-04 Jim Meyeringavoid 'incompatible pointer type' compiler warning
2009-05-04 Angus Salkeldadd NTF_SERVICE to the service list
2009-04-30 Steven DakeDo checking of handle code after we verify that handle...
2009-04-29 Steven DakeImplement thread saftey in corosync trunk.
2009-04-29 Steven DakeFix leak caused by invalid put in hdb_handle_destroy.
2009-04-28 Andrew BeekhofCall all configured exec_dump_fn's when SIGUSR2 is...
2009-04-28 Steven DakeAdd cpgverify program to test directory.
2009-04-27 Andrew BeekhofMinor fixes to the build process on OSX
2009-04-27 Fabio M. Di... Fix debug: on option for logging purposes
2009-04-27 Fabio M. Di... add max limit error checks in logsys
2009-04-27 Steven DakeAdd mechanism to use logsysrec from inside totem stack.
2009-04-27 Steven DakeImprove security of NSS implementation in totem.
2009-04-26 Steven DakeFix evsverify failure.
2009-04-26 Fabio M. Di... Fix --enable-nss default in configure.ac
2009-04-26 Steven DakeMake libnss detection work properly.
2009-04-26 Fabio M. Di... Fix pkgconfig file inclusion into release and pass...
2009-04-26 Steven Dakeadd Chrissie as author of totem NSS implementation.
2009-04-26 Steven DakeRemove const from delivery callback to allow inplace...
next