Commit Graph

2018 Commits

Author SHA1 Message Date
Vinnie Falco
b9aa8e0a84 Add ripple_basics unity build module 2013-05-27 13:14:08 -07:00
Vinnie Falco
0159acbf5a Add multiple inclusion prevention macro 2013-05-27 13:14:08 -07:00
Vinnie Falco
89eb0bc6f0 Add ripple_client module unity build and move RPCServer into it 2013-05-27 13:14:07 -07:00
Vinnie Falco
4c485ac5ce Update RPCParser for new log routines 2013-05-27 13:14:07 -07:00
Vinnie Falco
cda1431e5b Add two more files to module ripple_ledger 2013-05-27 13:14:07 -07:00
Vinnie Falco
5615bd230d Strip includes from module sources and move them into unity .cpp file 2013-05-27 13:14:06 -07:00
Vinnie Falco
36ec6cfd30 Add missing multiple-inclusion suppression macros 2013-05-27 13:14:06 -07:00
Vinnie Falco
cf6f4f47f2 Remove unused log instance variable 2013-05-27 13:14:05 -07:00
Vinnie Falco
d8d52d975c Finish Log changes for module ripple_ledger 2013-05-27 13:14:05 -07:00
Vinnie Falco
a5ab694e48 Switch over more files to use the new Log functions 2013-05-27 13:14:04 -07:00
Vinnie Falco
8c880d9275 Update Ledger to use WriteLog 2013-05-27 13:14:04 -07:00
Vinnie Falco
a21836c22a New implementation to replace logging macros 2013-05-27 13:14:03 -07:00
Vinnie Falco
61e5addd62 Remove boost::filesystem include from header 2013-05-27 13:14:03 -07:00
Vinnie Falco
d6936f7526 First pass collation of sources into module groups 2013-05-27 13:14:02 -07:00
Vinnie Falco
e9564b517e Add json unity build source file 2013-05-27 13:14:01 -07:00
Vinnie Falco
08395fcf3d Reorganize VS2012 project and add unity build for websocket 2013-05-27 13:14:00 -07:00
JoelKatz
59adf3ecc3 Typo. 2013-05-27 12:19:18 -07:00
JoelKatz
5914195c42 WebSocket ping frequency must be tunable to work around ELB issue. 2013-05-27 12:16:41 -07:00
JoelKatz
e42fd3eee8 Verify the correct prior transaction, if required. 2013-05-26 16:50:45 -07:00
JoelKatz
49c97f53b4 ChangeTransactor rejects transactions with hash dependencies. 2013-05-26 16:50:28 -07:00
JoelKatz
344adf445a New tef for incorrect prior transaction. 2013-05-26 16:50:16 -07:00
JoelKatz
79134e835e Make PreviousTxnID optional in all transctions for secure chaining. 2013-05-26 16:37:41 -07:00
JoelKatz
e0d89413cb Restore change. 2013-05-26 16:35:46 -07:00
JoelKatz
5b741ac87c Revert "Merge branch 'master' of github.com:jedmccaleb/NewCoin"
This reverts commit 72e5078de7, reversing
changes made to cfc8f8c052.
2013-05-26 15:50:21 -07:00
JoelKatz
72e5078de7 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-05-26 14:58:08 -07:00
JoelKatz
cfc8f8c052 Adjust cache sizes based on performance data. 2013-05-26 14:57:17 -07:00
Arthur Britto
aa52eac390 Make RPC proof_create admin only. 2013-05-25 15:41:25 -07:00
JoelKatz
4af76c64ea The deadlock detector was armed too early. 2013-05-24 13:29:03 -07:00
JoelKatz
204944969e The deadlock detector was armed too early. 2013-05-24 13:28:18 -07:00
JoelKatz
dd5e8d976b Merge branch 'develop' into faster_acquire 2013-05-24 10:06:29 -07:00
JoelKatz
e958a04abe Bump up the size of the ALCache. 2013-05-23 20:19:05 -07:00
JoelKatz
3d4d6068ab Reduce debug. 2013-05-23 20:15:13 -07:00
JoelKatz
25e62d46b8 Merge branch 'develop' into syncing 2013-05-23 18:57:14 -07:00
JoelKatz
7f5a81fee5 Fix some operating mode state transition rules. 2013-05-23 18:56:16 -07:00
JoelKatz
576ee472bf Add "syncing" state. 2013-05-23 18:46:39 -07:00
Arthur Britto
4be234518f Merge branch 'feature-strict-account_info' into develop
Conflicts:
	src/cpp/ripple/LedgerMaster.cpp
2013-05-23 16:02:49 -07:00
Arthur Britto
68510178c2 Add support for strict to CLI for account_info. 2013-05-23 16:01:15 -07:00
JoelKatz
68c8162a87 Release the master lock sooner. 2013-05-23 11:32:14 -07:00
JoelKatz
c3d1951c56 Ledgers fetched by SQL are immutable. 2013-05-23 11:08:17 -07:00
JoelKatz
7f593328c2 Assert on incorrect closed/immutable states. 2013-05-23 11:06:44 -07:00
JoelKatz
e958972c10 Cleanup. 2013-05-23 04:28:47 -07:00
JoelKatz
c6594bfd28 Mark closed ledgers immutable. 2013-05-23 04:12:40 -07:00
JoelKatz
7dc3335147 Deadlock fix. 2013-05-23 02:03:43 -07:00
JoelKatz
62751f8eef Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-05-22 14:37:11 -07:00
JoelKatz
aaf93be9ed Remove unneeded code that was implicated in a deadlock path. 2013-05-22 14:36:21 -07:00
Vinnie Falco
03725e463b Fix misspelled multiple inclusion supression macro 2013-05-22 10:00:19 -07:00
Vinnie Falco
365c113b43 Fix double to float conversion warning 2013-05-22 07:51:12 -07:00
JoelKatz
72f6d51015 wrong return type. 2013-05-22 00:10:02 -07:00
JoelKatz
6b2a6ea03e Report cache hit rates. 2013-05-21 16:10:51 -07:00
JoelKatz
51ec5787d5 Track TaggedCache hit rates. 2013-05-21 16:10:23 -07:00