openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
Codership - Galera
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Sep 20, 2024 — Sep 20, 2025
Showing page 4 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add .whitesource configuration file
whitesource-bolt-for-github[bot]
More...
about 5 years ago
Hardware CRC32C implementation on ARM64 Refs codership/galera-bugs#511
Alexey Yurchenko
More...
about 5 years ago
Fix gcs_defrag_test memleaks.
Teemu Ollakka
More...
about 5 years ago
Disable gcs_group_configuration unit test.
Teemu Ollakka
More...
about 5 years ago
Made ASAN build pass with default unit tests enabled.
Teemu Ollakka
More...
about 5 years ago
Split platform-specific code into a separate unit for future extendability Improve CRC32C hardware support configuration and control
Alexey Yurchenko
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
Alexey Yurchenko
More...
about 5 years ago
Refs codership/galera-bugs#499 Extended the fix toc over all GCC 5 variants and below
Alexey Yurchenko
More...
about 5 years ago
Additional signed char fxies that were omitted from the previous commit.
Alexey Yurchenko
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.
Alexey Yurchenko
More...
about 5 years ago
Fix deqmap unit test compilation on funny compilers/platforms Increase test timeouts for some unit tests
Alexey Yurchenko
More...
over 5 years ago
Workaround for Xenial GCC compilation bug Refs codership/galera-bugs#499
Alexey Yurchenko
More...
over 5 years ago
Convert 'Trying to continue unpaused monitor' to debug level message Refs codership/galera-bugs#498
Alexey Yurchenko
More...
over 5 years ago
Rename 'random' deqmap unit test to fix compilation on FreeBSD Refs codership/galera-bugs#494
Alexey Yurchenko
More...
over 5 years ago
Respect seqno_locked when attempting to discard buffers plus cleanup and refactoring of the related code.
Alexey Yurchenko
More...
over 5 years ago
codership/galera#572 Use 50msec resolution in EVS unit tests.
Teemu Ollakka
More...
over 5 years ago
Bump version number for 25.3.30.
Teemu Ollakka
More...
over 5 years ago
codership/galera#564 Fix getting tcp_info on FreeBSD.
Teemu Ollakka
More...
over 5 years ago
codership/galera-bugs#468 Fix segmentation fault with multicast.
Teemu Ollakka
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.
Alexey Yurchenko
More...
over 5 years ago
Fix issues when the join process is interleaved with configuration changes.
Alexey Yurchenko
More...
over 5 years ago
Maintenance: fix build and test scripts to work with new versons of software.
Alexey Yurchenko
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.
Alexey Yurchenko
More...
over 5 years ago
CentOS/RHEL 8 support in galera-obs.spec.
Teemu Ollakka
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.
Alexey Yurchenko
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.
Alexey Yurchenko
More...
over 5 years ago
Support for binary tarball build target.
Teemu Ollakka
More...
over 5 years ago
GCache: RB size_used_ and size_free_ are not properly updated on recovery
Alexey Yurchenko
More...
over 5 years ago
Absolute mmap() addresses can change between calls in GCache ring buffer unit test, use address offset instead.
Alexey Yurchenko
More...
over 5 years ago
codership/galera-bugs#417 Resize evs send/recv statistics vectors.
Teemu Ollakka
More...
over 5 years ago
←
1
2
3
4
5
6
7
8
9
…
131
132
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree