-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consus commit squashed for preliminary release
The code is a work in progress and not yet ready for production use.
- Loading branch information
0 parents
commit 6d72586
Showing
200 changed files
with
20,447 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# wildcards | ||
.deps | ||
.dirstamp | ||
.libs | ||
*.la | ||
*.lo | ||
*.o | ||
# specific files | ||
/aclocal.m4 | ||
/autom4te.cache | ||
/bindings/c/testcompile | ||
/bindings/python/consus.c | ||
/compile | ||
/config.guess | ||
/config.h | ||
/config.h.in | ||
/config.h.in~ | ||
/config.log | ||
/config.status | ||
/config.sub | ||
/configure | ||
/consus | ||
/consus-availability-check | ||
/consus-coordinator | ||
/consus-create-data-center | ||
/consus-debug | ||
/consus-debug-client-configuration | ||
/consus-debug-kvs-configuration | ||
/consus-debug-txman-configuration | ||
/consus-key-value-store | ||
/consus-set-default-data-center | ||
/consus-transaction-manager | ||
/depcomp | ||
/install-sh | ||
/libtool | ||
/ltmain.sh | ||
/m4 | ||
/Makefile | ||
/Makefile.in | ||
/man/consus.1 | ||
/man/consus.1.h2m | ||
/man/consus-availability-check.1 | ||
/man/consus-availability-check.1.h2m | ||
/man/consus-coordinator.1 | ||
/man/consus-coordinator.1.h2m | ||
/man/consus-create-data-center.1 | ||
/man/consus-create-data-center.1.h2m | ||
/man/consus-debug.1 | ||
/man/consus-debug.1.h2m | ||
/man/consus-debug-client-configuration.1 | ||
/man/consus-debug-client-configuration.1.h2m | ||
/man/consus-debug-kvs-configuration.1 | ||
/man/consus-debug-kvs-configuration.1.h2m | ||
/man/consus-debug-txman-configuration.1 | ||
/man/consus-debug-txman-configuration.1.h2m | ||
/man/consus-key-value-store.1 | ||
/man/consus-key-value-store.1.h2m | ||
/man/consus-set-default-data-center.1 | ||
/man/consus-set-default-data-center.1.h2m | ||
/man/consus-transaction-manager.1 | ||
/man/consus-transaction-manager.1.h2m | ||
/missing | ||
/stamp-h1 | ||
/test/paxos/generalized | ||
/test/paxos/generalized-brute-force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.gitignore | ||
m4/ax_check_link_flag.m4 | ||
m4/ax_check_preproc_flag.m4 | ||
.tarballignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
<insert_a_suppression_name_here> | ||
Memcheck:Leak | ||
match-leak-kinds: definite | ||
fun:_Znwm | ||
fun:_ZN9replicant6daemon21enqueue_paxos_commandENS_9server_idEmNS_9slot_typeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE | ||
fun:_ZN9replicant6daemon12process_pokeENS_9server_idESt8auto_ptrIN1e6bufferEENS3_8unpackerE | ||
fun:_ZN9replicant6daemon3runEbNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_S6_bbN3po63net8locationEbRKNS_9bootstrapEPKcSE_SE_SE_ | ||
fun:main | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Copyright (c) 2015, Robert Escriva | ||
All rights reserved. | ||
|
||
Upon public release, this license text will be replaced with an open source | ||
3-clause BSD license. |
Oops, something went wrong.