Commit Graph

14 Commits

Author SHA1 Message Date
Vinnie Falco
3273625f61 Split up InfoSub and tidy up various files 2013-06-09 11:26:18 -07:00
Vinnie Falco
b51edb58fc Replace std::vector<unsigned char> with Blob 2013-06-07 15:24:39 -07:00
Vinnie Falco
eb57573f9a Refactor ConnectionPool into IPeers and hide the implementation
Conflicts:
	src/cpp/ripple/Application.h
2013-06-06 21:50:49 -07:00
JoelKatz
880d2f9264 Fix a cause of deadlocks. Cannot acquire the master lock while
holding a PeerSet lock.
2013-06-01 22:17:26 -07:00
Vinnie Falco
794b84c473 Fix missing file names for new Log partition code 2013-05-27 13:15:57 -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
d8d52d975c Finish Log changes for module ripple_ledger 2013-05-27 13:14:05 -07:00
JoelKatz
407a43aea9 Change shared_polymorphic_downcast to dynamic_pointer_cast. 2013-05-01 22:22:51 -07:00
JoelKatz
8a368204c1 Last part of the fetch pack code. 2013-04-22 06:56:11 -07:00
JoelKatz
7131564eb1 Emergency patch to fix ledger not closing.
Do not timeout on acquiring a transaction set if a trusted peer
still proposes it. Instead, fetch more aggressively.
2013-04-05 09:41:43 -07:00
JoelKatz
89fb28ff1d Missing timeout limit.
#	../../../RippleLedger265050/
2013-03-29 16:15:56 -07:00
JoelKatz
371d52cc9e Move LCT code to the right file.
Be smarter in the consensus set filter code.
2013-03-20 09:22:30 -07:00
JoelKatz
d8a384467a Break out some ConsensusTransSetSF functions so I can work on them. 2013-03-20 08:58:19 -07:00
JoelKatz
6e9a1f09b5 Break TransacionAcquire into its own implementation file. 2013-03-20 08:54:17 -07:00