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
1 day
ago. based on code collected
1 day
ago.
Sep 22, 2024 — Sep 22, 2025
Showing page 9 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
GAL-506 small cleanups and a fixup: - introduced gu_word_t type to allow internal data alignment to the host word size. - compilation fixes for different 32-bit architectures and compilers - fixed TmpStore alignment in key_set.hpp by making it a union instead of a struct
Alexey Yurchenko
More...
over 8 years ago
GAL-506 integrated use of new aligned RecordSet format with replicator protocol version management. Bumped max replicator protocol to 8.
Alexey Yurchenko
More...
over 8 years ago
GAL-506 ported galera::WriteSet* to utilize gu::RecordSet::VER2
Alexey Yurchenko
More...
over 8 years ago
GAL-506 ported galera::DataSet to utilize gu::RecordSet::VER2
Alexey Yurchenko
More...
over 8 years ago
GAL-506 Ported galera::KeySet to utilize gu::RecordSet::VER2, in which case all key records shall be aligned to GU_MIN_ALIGNMENT
Alexey Yurchenko
More...
over 8 years ago
GAL-506 Implemented gu::RecordSet::VER2 which enforces payload and total size alignment to GU_MIN_ALIGNMENT (which is 8). Unit tests updated accordingly.
Alexey Yurchenko
More...
over 8 years ago
GAL-506 made GCache buffers to be aligned to GU_WORDSIZE_BYTES
Alexey Yurchenko
More...
over 8 years ago
Merge pull request #61 from codership/GAL-505
Teemu Ollakka
More...
over 8 years ago
GAL-505 don't call lseek() if preceding open() failed in FileDescriptor ctor.
Alexey Yurchenko
More...
over 8 years ago
GAL-505 disable coredump when gu_abort() is called. When coredump piping on Linux is enabled, core may be dumped even if setrlimit() instructs otherwise. This commit disables such dumps by calling prctl(PR_SET_DUMPABLE, 0, 0, 0, 0).
Alexey Yurchenko
More...
over 8 years ago
GAL-505 use gcs_fc_hard_limit_fix consistently instead of a literal
Alexey Yurchenko
More...
over 8 years ago
GAL-505 respect user umask value on file creation.
Alexey Yurchenko
More...
over 8 years ago
GAL-506 fixed issues with assignment of non-aligned variables: 1. Byteswap templates were reworked to be more generic and accept any numeric type, not just unsigned integers. 2. Serialization templates were completely reworked to * minimize overhead, including versions that don't do runtime size checks in cases where it is not necessary, so that there is little incentive to use explicit assignments. * use ::memcpy() for copying gu::UUIDs as it gets considerably faster than the default assignment operator. 3. Assignments that caused issues substituted with serialization calls. 4. Compilation fixes for Centos6 GCC-4.4.7 i386
Alexey Yurchenko
More...
over 8 years ago
Merge pull request #58 from codership/GAL-504
Teemu Ollakka
More...
over 8 years ago
Merge pull request #59 from codership/GAL-503
Philip Stoev
More...
over 8 years ago
GAL-504 made sure node state is marked unsafe for the duration of slave TOI execution
Alexey Yurchenko
More...
over 8 years ago
GAL-503 - cleaned up some log messages
Alexey Yurchenko
More...
over 8 years ago
Merge pull request #53 from codership/GAL-495-new
Philip Stoev
More...
over 8 years ago
Merge branch '3.x' into GAL-495-new
Alexey Yurchenko
More...
over 8 years ago
Merge pull request #57 from codership/GAL-501
Philip Stoev
More...
over 8 years ago
GAL-501 Improved URI parsing for IPv6 addresses
Daniele Sciascia
More...
over 8 years ago
Merge pull request #54 from codership/GAL-494
Philip Stoev
More...
over 8 years ago
Merge branch '3.x' into GAL-494
Alexey Yurchenko
More...
over 8 years ago
Merge pull request #56 from codership/GAL-500
Philip Stoev
More...
over 8 years ago
Merge pull request #49 from codership/GAL-491
Philip Stoev
More...
over 8 years ago
Merge pull request #44 from codership/GAL-486
Philip Stoev
More...
over 8 years ago
GAL-500 Avoid looping over the start of ring buffer scan when scan offset is non-zero.
Alexey Yurchenko
More...
over 8 years ago
Merge pull request #55 from codership/GAL-497
Philip Stoev
More...
over 8 years ago
Merge pull request #451 from shinguz/patch-1
Philip Stoev
More...
over 8 years ago
GAL-497 - reduced testing footprint by using 1M sized gcache ring buffers - remove log files after successful build
Alexey Yurchenko
More...
over 8 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
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