Commit Graph

6723 Commits

Author SHA1 Message Date
Vinnie Falco
c346d4d613 Refactor backends to new interfaces 2013-07-10 14:23:23 -07:00
Vinnie Falco
07d73f471c Remove unused header 2013-07-10 14:23:23 -07:00
Vinnie Falco
8f0d65f099 Rename NodeStore and add backend abstractions 2013-07-10 14:23:22 -07:00
Vinnie Falco
d6fb686426 Rename to NodeObject 2013-07-10 14:23:22 -07:00
Vinnie Falco
4b5daa70c9 Bring in backends from the dead branch 2013-07-10 14:23:22 -07:00
JoelKatz
dd65bd8a72 Be smarter about how we acquire ledgers we need to publish. 2013-07-10 11:17:22 -07:00
JoelKatz
c152f3b002 Offline signing doesn't require a current ledger. 2013-07-10 10:44:08 -07:00
JoelKatz
3017929746 Parsing the cluster status message, updates to tracking code 2013-07-10 10:25:39 -07:00
JoelKatz
f590162d82 Create a new ClusterNodeStatus class and hook it up. 2013-07-10 10:18:39 -07:00
JoelKatz
08af000895 Skeleton for accepting cluster messages. 2013-07-10 10:16:26 -07:00
JoelKatz
cc8af2275d Track cluster load and local load separately. 2013-07-10 10:16:26 -07:00
Vinnie Falco
e4c02aa122 Make PeerDoor implementation private 2013-07-10 09:58:32 -07:00
Vinnie Falco
2db798b38f Add SslContext proxy 2013-07-10 09:51:33 -07:00
Vinnie Falco
33bb2f6887 Use DeadlineTimer in UniqueNodeList 2013-07-10 09:51:32 -07:00
Vinnie Falco
bca90f2110 Improve DeadlineTimer 2013-07-10 09:51:32 -07:00
Vinnie Falco
3ff1c41a67 Replace deprecated GetVersionEx Win32 call 2013-07-10 09:51:32 -07:00
Vinnie Falco
6c9366e9b2 Add timer parameter to DeadlineTimer callback 2013-07-10 09:51:31 -07:00
Vinnie Falco
45bf6820d2 Remove theConfig dependency in PeerDoor 2013-07-10 09:51:31 -07:00
Vinnie Falco
0bfe5fc3a6 Rename to ripple_WSHandler 2013-07-10 09:51:31 -07:00
Vinnie Falco
747131137b Move SNTPClient to ripple_net module 2013-07-10 09:51:30 -07:00
Vinnie Falco
b343b0929a Refactor RPCServer 2013-07-10 09:51:30 -07:00
Vinnie Falco
040c8f4de1 Add utility function for RPCServer 2013-07-10 09:51:30 -07:00
Vinnie Falco
140c0d102b Update TODO 2013-07-10 09:51:29 -07:00
Vinnie Falco
d33be3d804 Document peer load warning behavior 2013-07-10 09:51:29 -07:00
Vinnie Falco
8d4f8b3fa3 Hide RPCServer implementation 2013-07-10 09:51:29 -07:00
Vinnie Falco
2a29d3b0da Move HttpsClient to ripple_net 2013-07-10 09:51:28 -07:00
Vinnie Falco
4094316940 Use DeadlineTimer in NetworkOPs 2013-07-10 09:51:28 -07:00
Vinnie Falco
7ec73089aa Add DeadlineTimer class 2013-07-10 09:51:28 -07:00
Vinnie Falco
a84f7e2eb5 Rename SubMapType 2013-07-10 09:51:27 -07:00
Vinnie Falco
b1943dd6eb Update documentation for member 2013-07-10 09:51:27 -07:00
Vinnie Falco
394328e202 Add module ripple_basio and ripple_net 2013-07-10 09:51:27 -07:00
Vinnie Falco
87f3c1e597 Remove unused members 2013-07-10 09:51:26 -07:00
Vinnie Falco
9746861e46 Replace calls to deprecated siginterrupt() 2013-07-10 09:51:26 -07:00
Vinnie Falco
5855e8d0cf Remove unused constants 2013-07-10 09:51:26 -07:00
Vinnie Falco
36cf2e634e Replace a macro 2013-07-10 09:51:25 -07:00
Vinnie Falco
d723f6194e Fix warnings and errors 2013-07-10 09:51:25 -07:00
Vinnie Falco
b426d62075 Refactor TxFormats and LedgerEntryFormat to use a common template. 2013-07-10 09:51:25 -07:00
Vinnie Falco
1e43c10dee Adjust a comment 2013-07-10 09:51:24 -07:00
Vinnie Falco
3e8a8ccf5d Fix qmake build 2013-07-10 09:51:24 -07:00
Vinnie Falco
b50ad0e151 Fix qmake file for protoc 2013-07-10 09:51:24 -07:00
Vinnie Falco
aad8a91fe9 Add Objective C++ beast_basics compile unit 2013-07-10 09:51:23 -07:00
Vinnie Falco
0b649e4701 Fix compile error for two phase lookup 2013-07-10 09:51:23 -07:00
Vinnie Falco
ec48013800 Add QTCreator .pro based build 2013-07-10 09:51:23 -07:00
JoelKatz
6df8ba5247 Mark where the code goes 2013-07-09 12:16:15 -07:00
JoelKatz
8a25017b81 Don't publish to clients transactions that didn't apply. 2013-07-09 11:34:03 -07:00
JoelKatz
52fda3f559 If we encounter missing metadata, rebuild it. 2013-07-09 09:42:52 -07:00
JoelKatz
c288c4cd25 Fix a bug that can destroy metadata. If we find destroyed
metadata, fix it.
2013-07-09 09:38:50 -07:00
JoelKatz
e0e12febce Mark some FIXMEs 2013-07-08 18:48:58 -07:00
JoelKatz
dcdb15bb11 Merge branch 'develop' of github.com:ripple/rippled into develop 2013-07-08 13:48:14 -07:00
JoelKatz
3c1bbe0755 Don't sign a transaction for non-admin when under load. 2013-07-08 13:46:06 -07:00