0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add .whitesource configuration file More... about 5 years ago
Hardware CRC32C implementation on ARM64 Refs codership/galera-bugs#511 More... about 5 years ago
Fix gcs_defrag_test memleaks. More... about 5 years ago
Disable gcs_group_configuration unit test. More... about 5 years ago
Made ASAN build pass with default unit tests enabled. More... about 5 years ago
Split platform-specific code into a separate unit for future extendability Improve CRC32C hardware support configuration and control More... about 5 years ago
- write own slicing-by-8 implementation - write own x86 hardware accelerated implementation - gu_crc32c unit now is completely free of 3rd party code. - make internal and 3rd party implementaitons coexist - add internal implementations to unit tests - add benchmark program for CRC32C implementations More... about 5 years ago
Refs codership/galera-bugs#499 Extended the fix toc over all GCC 5 variants and below More... about 5 years ago
Additional signed char fxies that were omitted from the previous commit. More... about 5 years ago
Use `signed char` instead of `char` where it is used as an integer type. Fixes gu::DeqMap unit tests issues on PPC and AARCH platforms. More... about 5 years ago
Fix deqmap unit test compilation on funny compilers/platforms Increase test timeouts for some unit tests More... over 5 years ago
Workaround for Xenial GCC compilation bug Refs codership/galera-bugs#499 More... over 5 years ago
Convert 'Trying to continue unpaused monitor' to debug level message Refs codership/galera-bugs#498 More... over 5 years ago
Rename 'random' deqmap unit test to fix compilation on FreeBSD Refs codership/galera-bugs#494 More... over 5 years ago
Respect seqno_locked when attempting to discard buffers plus cleanup and refactoring of the related code. More... over 5 years ago
codership/galera#572 Use 50msec resolution in EVS unit tests. More... over 5 years ago
Bump version number for 25.3.30. More... over 5 years ago
codership/galera#564 Fix getting tcp_info on FreeBSD. More... over 5 years ago
codership/galera-bugs#468 Fix segmentation fault with multicast. More... over 5 years ago
1. Implement index map for continuous integer sequences based on std::deque to use approx. 8 times less memory than std::map. (including unit tests and a benchmark program) 2. Port GCache to use such map for indexing ordered buffers instead of std::map. More... over 5 years ago
Fix issues when the join process is interleaved with configuration changes. More... over 5 years ago
Maintenance: fix build and test scripts to work with new versons of software. More... over 5 years ago
Don't call `gcs_sm_continue()` on configuration change unconditionally. `stop_count` value is a proper indicator of the need to unblock send monitor. More... over 5 years ago
CentOS/RHEL 8 support in galera-obs.spec. More... over 5 years ago
It is possible under bad network conditions that "incomplete" (joinig) members may deliver more messages than actual message originators - which is an unrecoverable inconsistency condition an d the incomplete node must abort (and if needed, recover via SST). However if such nodes represent majority of the group, the quorum would be lost if they all abort simultaneously. To avoid such situation and force the use of SST on restart: 1. Attempt to gracefully close connection to group 2. Pass inconsistency event up to replicator to mark state as corrupt. More... over 5 years ago
Out of all node states only S_CONNECTED node can't be more advanced than the group. In particular, receiving and processing outdated primary CC in S_CLOSING state is quite possible if timing is "right". Fixed condition to throw exception only in S_CONNECTED state. More... over 5 years ago
Support for binary tarball build target. More... over 5 years ago
GCache: RB size_used_ and size_free_ are not properly updated on recovery More... over 5 years ago
Absolute mmap() addresses can change between calls in GCache ring buffer unit test, use address offset instead. More... over 5 years ago
codership/galera-bugs#417 Resize evs send/recv statistics vectors. More... over 5 years ago