Skip to content

Commit

Permalink
Consus commit squashed for preliminary release
Browse files Browse the repository at this point in the history
The code is a work in progress and not yet ready for production use.
  • Loading branch information
rescrv committed May 5, 2016
0 parents commit 6d72586
Show file tree
Hide file tree
Showing 200 changed files with 20,447 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .gitignore
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
4 changes: 4 additions & 0 deletions .tarballignore
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
10 changes: 10 additions & 0 deletions BUGS
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
}
5 changes: 5 additions & 0 deletions LICENSE
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.
Loading

0 comments on commit 6d72586

Please sign in to comment.