0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 22, 2024 — Sep 22, 2025
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 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. More... over 8 years ago
GAL-506 ported galera::WriteSet* to utilize gu::RecordSet::VER2 More... over 8 years ago
GAL-506 ported galera::DataSet to utilize gu::RecordSet::VER2 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 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. More... over 8 years ago
GAL-506 made GCache buffers to be aligned to GU_WORDSIZE_BYTES More... over 8 years ago
Merge pull request #61 from codership/GAL-505 More... over 8 years ago
GAL-505 don't call lseek() if preceding open() failed in FileDescriptor ctor. 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). More... over 8 years ago
GAL-505 use gcs_fc_hard_limit_fix consistently instead of a literal More... over 8 years ago
GAL-505 respect user umask value on file creation. 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 More... over 8 years ago
Merge pull request #58 from codership/GAL-504 More... over 8 years ago
Merge pull request #59 from codership/GAL-503 More... over 8 years ago
GAL-504 made sure node state is marked unsafe for the duration of slave TOI execution More... over 8 years ago
GAL-503 - cleaned up some log messages More... over 8 years ago
Merge pull request #53 from codership/GAL-495-new More... over 8 years ago
Merge branch '3.x' into GAL-495-new More... over 8 years ago
Merge pull request #57 from codership/GAL-501 More... over 8 years ago
GAL-501 Improved URI parsing for IPv6 addresses More... over 8 years ago
Merge pull request #54 from codership/GAL-494 More... over 8 years ago
Merge branch '3.x' into GAL-494 More... over 8 years ago
Merge pull request #56 from codership/GAL-500 More... over 8 years ago
Merge pull request #49 from codership/GAL-491 More... over 8 years ago
Merge pull request #44 from codership/GAL-486 More... over 8 years ago
GAL-500 Avoid looping over the start of ring buffer scan when scan offset is non-zero. More... over 8 years ago
Merge pull request #55 from codership/GAL-497 More... over 8 years ago
Merge pull request #451 from shinguz/patch-1 More... over 8 years ago
GAL-497 - reduced testing footprint by using 1M sized gcache ring buffers - remove log files after successful build More... over 8 years ago