]> git.proxmox.com Git - mirror_corosync.git/shortlog
mirror_corosync.git
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...
2009-04-26 Steven Dakeremove "AIS" from cfg.h header file.
2009-04-26 Steven DakeAllow CPP linkage by adding extern "C" {} to external...
2009-04-26 Steven Dakeremove config.h from public header file.
2009-04-26 Steven DakeRemove useless APIs from coroipcs.c related to handling...
2009-04-25 Christine CaulfieldAdd libnss security support to corosync.
2009-04-24 Fabio M. Di... Bump SONAME to 4.0.0
2009-04-24 Jim Meyeringlogsys.c: avoid an unnecessary strlen call
2009-04-24 Jan FriesseAdd Jan Friesse (me) to the list of Corosync authors
2009-04-23 Steven DakeRemove mempool since it is unused and isn't going to...
2009-04-23 Steven Dakeadd request_shutdown call to coroapi.
2009-04-23 Steven DakeAdd logsys yield counter for the logsys thread.
2009-04-23 Jim Meyeringcorosync.pc.in: Define Cflags
2009-04-23 Jim Meyeringpkgconfig: correct and clean up Makefile.am
2009-04-23 Steven DakeModify property of loc script to be executable.
2009-04-23 Steven Dakeremove rmd.h header file.
2009-04-23 Steven DakeInclude file cleanups.
2009-04-23 Steven DakeCleanup coroipcc.h header file to remove saHandleXXX...
2009-04-23 Steven Dakecoroipcs.h cleanup.
2009-04-23 Christine CaulfieldThis patch removes the (now redundant) call to sync_pri...
2009-04-23 Steven DakeRemove priority inversion in logsys.
2009-04-23 Jim Meyeringexec/Makefile.am: require that copied code stays in...
2009-04-23 Jim Meyeringlogsys.c: indent consistently
2009-04-23 Jan FriesseMake ipc_log_printf function working by adding _logsys_...
2009-04-23 Steven Dakeuse uint64_t for hdb_handle_t type and also specify...
2009-04-22 Steven DakeRemove saHandleXXX and friends and use hdb instead.
2009-04-22 Jan FriesseRewrite of CPG. It solves problems with double delete.
2009-04-22 Fabio M. Di... Stop hardcoding /var
2009-04-22 Jan FriesseRemove MESSAGE_REQ_CPG_GROUPS_GET call and all function...
2009-04-22 Fabio M. Di... Kill all asserts from logsys and handle proper error...
2009-04-22 Steven DakeAdd missing header from last commit.
2009-04-22 Steven DakeReworking of include file dependencies.
2009-04-22 Jim Meyeringremove empty lines at end-of-file
2009-04-22 Jim Meyeringremove all trailing blanks
2009-04-22 Jim Meyeringperf: avoid writing 1MB of zero bytes
2009-04-22 Steven DakeChange shared memory to use mmap() system calls.
2009-04-21 Steven DakeZero copy feature for IPC transmits. Also integrated...
2009-04-21 Steven DakeRemove memory leak from new dispatch circular buffer...
2009-04-21 Jim Meyeringrename function: s/strstr_rs/strchr_rs/ to reflect...
2009-04-21 Jim Meyeringrewrite strstr_rs not to use strdup
2009-04-21 Fabio M. Di... Fix pthread linking
2009-04-21 Fabio M. Di... Fix uid and gid determination
2009-04-21 Fabio M. Di... Move include config.h at the top as it's supposed to be
2009-04-21 Jim Meyeringexce/main.c: handle strdup failure
2009-04-21 Jim Meyeringremove useless if-before-free tests
2009-04-21 Jim Meyeringservices/confdb.c: avoid four warnings
2009-04-21 Fabio M. Di... Guarantee that all logging buffers are flushed before...
2009-04-21 Fabio M. Di... Add logsys_flush logsys API call to signal the logging...
2009-04-21 Fabio M. Di... Add logging configuration backward compatibility layer
2009-04-21 Fabio M. Di... Fix output filtering when debug is enabled
2009-04-20 Jim Meyeringcorosync-cfgtool.c: handle strdup failure gracefully
2009-04-20 Steven DakeUse spinlocks in library handle references.
2009-04-20 Jim Meyeringschedwrk.c: avoid two int-pointer cast conversion warnings
2009-04-20 Fabio M. Di... Fix libconfdb linking
2009-04-20 Fabio M. Di... Improve logsys error handling in logsys_format_set
2009-04-20 Fabio M. Di... Rename corosync.conf to corosync.conf.example take 2
2009-04-20 Fabio M. Di... Rename corosync.conf to corosync.conf.example
2009-04-20 Fabio M. Di... readd early log level check for performance reasons.
2009-04-20 Steven Dakethrow away mode in totempg was operating as a global...
2009-04-20 Fabio M. Di... Add logsys v3
2009-04-18 Steven DakeAdd missing schedwrk files.
2009-04-18 Steven Dakeadd schedwrk_create and schedwrk_destroy coroapi functions.
next