0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Intermediate commit. Implemented action defragmenting function, see #8, #9. More... over 17 years ago
Added separate receiving message structure definition. More... over 17 years ago
No longer creates the build directory - it is not needed for anything. More... over 17 years ago
Added a context for receiving actions. More... over 17 years ago
Got rid of obsolete build script, renamed new one - to avoid confusion. More... over 17 years ago
Added PROPER properties More... over 17 years ago
Added new headers to files. More... over 17 years ago
Added "Date Revesion Author" properties to files. More... over 17 years ago
Intermediate commit. Some small updates. More... over 17 years ago
Implemented gcs_group_handle_comp_msg(). More... over 17 years ago
Intermediate commit. Moving files around. More... over 17 years ago
Intermediate commit. Added node context files. More... over 17 years ago
Refactor: renamed gcs_generic to gcs_core. "generic" just didn't make any sense. More... over 17 years ago
Updated package and library interface versions. This truly closes #37 More... over 17 years ago
This closes #37 - URL-like backend configuration. More... over 17 years ago
Restored commit_queue: - Certification is done under to_queue protection - Commit is done under commit_queue protection More... over 17 years ago
Backslash to indicate continued line. More... over 17 years ago
Committing missing changes to wsdb/src/Makefile.am. Some cleanups. More... over 17 years ago
Added gu_timeval_diff() and gu_clock_diff() utility functions. Added 'keyword' properties and $Id$ keywords to relevant files. More... over 17 years ago
Cleanups, updates, improvements. Does around 400K seqnos/second on AthlonXP 2700. More... over 17 years ago
Now this really fixes #34, #35 More... over 17 years ago
This fixes #34 More... over 17 years ago
Fixed gcs_to.c unit test. More... over 17 years ago
Fixed too strict checking in gcs_to_self_cancel(): error was returned when this same seqno was canceled previously by preceding thread and TO seqno advanced ahead of this seqno by preceding gcs_to_release(). More... over 17 years ago
Removed too restricting exit state check in gcs_to_grab(): if waiter is cancelled and woken, it could actually wake when its state have already been set to RELEASED by gcs_to_release() of preceding waiter. More... over 17 years ago
Fixed a bug when thread calling gcs_to_self_cancel() in TO (seqno == to->seqno) doesn't wake next waiter, leading to deadlock. More... over 17 years ago
Added unit test for gcs_to.c unit. More... over 17 years ago
Made gcs_to_self_cancel() to conform to convention and return integer error code. It no longer calls abort() in case of outdated seqno. More... over 17 years ago
Cleanups in the script More... over 17 years ago
Fixed some bugs. Now it should really compile whole Galera without doing make install. More... over 17 years ago