Commit Graph

8 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
ee49051e1c Downgrade access specification from protected to private in most places
Conflicts:
	src/cpp/ripple/FeatureTable.h
	src/cpp/ripple/HashedObject.h
	src/cpp/ripple/NetworkOPs.h
2013-06-06 20:44:58 -07:00
JoelKatz
46c1488484 Buglets found by static code inspection, including a whopper in divRound. 2013-04-27 00:35:16 -07:00
JoelKatz
b9456c8fd7 Except when interacting with boost, use std::function and std::bind
when C++11 is available. See: http://stackoverflow.com/questions/14617835
2013-03-16 03:27:43 -07:00
JoelKatz
cc7b1434c7 Begin tying in the new transaction queue code. 2012-12-19 11:31:33 -08:00
JoelKatz
edcd8286d2 Add callback support. 2012-12-19 09:37:05 -08:00
JoelKatz
07e4da4f41 Rewrite. Simpler, fixes some additional inter-account races, and performs better. 2012-12-19 09:06:49 -08:00
JoelKatz
4d63e98d92 Transaction Queue class to allow for multi-threaded signature checking while still
retiring transactions in order by account.
2012-12-19 07:07:46 -08:00