Commit Graph

45 Commits

Author SHA1 Message Date
Vinnie Falco
0841a3b103 Rename to Application 2013-07-15 09:38:05 -07:00
Vinnie Falco
2c9dbe6e52 Notify old configuration entries for node db 2013-07-10 14:23:26 -07:00
JoelKatz
3c53253f2d Pass the config parameters to the node DB constructor 2013-07-10 14:23:25 -07:00
JoelKatz
884fec075f Remove dead code, fix import. 2013-07-10 14:23:25 -07:00
Vinnie Falco
77288cc897 Fix NodeStore import 2013-07-10 14:23:25 -07:00
Vinnie Falco
72769c5c40 Plug backends into NodeStore 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
4b5daa70c9 Bring in backends from the dead branch 2013-07-10 14:23:22 -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
33bb2f6887 Use DeadlineTimer in UniqueNodeList 2013-07-10 09:51:32 -07:00
Vinnie Falco
45bf6820d2 Remove theConfig dependency in PeerDoor 2013-07-10 09:51:31 -07:00
Vinnie Falco
b343b0929a Refactor RPCServer 2013-07-10 09:51:30 -07:00
Vinnie Falco
4094316940 Use DeadlineTimer in NetworkOPs 2013-07-10 09:51:28 -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
JoelKatz
6864f9f383 Merge branch 'feature-cleanup' of github.com:vinniefalco/rippled into develop
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj.filters
2013-07-07 15:29:16 -07:00
JoelKatz
37fe9a6098 Merge branch 'master' into develop
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj
	modules/ripple_app/ripple_app.cpp
	modules/ripple_websocket/ripple_websocket.cpp
	src/cpp/ripple/NetworkOPs.cpp
	src/cpp/ripple/ripple_Application.cpp
	src/cpp/ripple/ripple_Peer.cpp
2013-07-07 15:28:18 -07:00
Vinnie Falco
437f10b247 Add rpc_ip and rpc_port command line overrides 2013-07-05 07:09:56 -07:00
JoelKatz
d303e7dba8 Shed load if the ledger publication engine is falling behind. 2013-07-03 13:20:27 -07:00
Vinnie Falco
47ceb0440d Streamline ILoadManager interface 2013-07-03 10:05:38 -07:00
JoelKatz
c091e80e11 Some work towards clean shudown 2013-07-02 21:28:15 -07:00
Vinnie Falco
259c81499b Simplify Application shared singleton 2013-07-01 09:32:09 -07:00
Vinnie Falco
c35c52ff08 Fix platform and debug macros 2013-07-01 09:32:08 -07:00
Vinnie Falco
0deaeb1000 Cleanly destroy Application on exit 2013-07-01 09:32:06 -07:00
Vinnie Falco
1beae55f86 Wrap IApplication in a ScopedPointer 2013-07-01 09:32:04 -07:00
Vinnie Falco
b0c401bc3f Replace boost::bind with BIND_TYPE where appropriate 2013-06-28 17:01:03 -07:00
Vinnie Falco
832f67b35c Roll back 7 commits 2013-06-28 11:48:43 -07:00
Vinnie Falco
f1a4ea3c3f Replace boost::bind with BIND_TYPE where appropriate 2013-06-28 09:18:17 -07:00
JoelKatz
e7da485373 Don't crash on startup due to races on the hash node database. Setup checkpointing on it. 2013-06-26 15:09:18 -07:00
Vinnie Falco
36ecca14d7 Full Refactor of LoadManager 2013-06-24 15:52:01 -07:00
Vinnie Falco
3b20bd1b0c Move refactored files into ripple_core 2013-06-23 11:12:39 -07:00
Vinnie Falco
996ac526bf Move websocket subtree and create ripple_websocket module 2013-06-20 17:53:32 -07:00
Vinnie Falco
3a8299e03a Add provisional Visual Studio 2010 project 2013-06-19 16:27:26 -07:00
Vinnie Falco
2abec05b5b Replace InstanceCounter with CountedObject 2013-06-19 16:23:03 -07:00
Vinnie Falco
e4dcbb7cb0 Fix crash on exit from uninitialized mEphemeralLDB 2013-06-18 00:39:54 +00:00
Vinnie Falco
61c904a355 Remove unused Application class members 2013-06-16 20:55:17 -07:00
Vinnie Falco
7eff38c1bb Rename LedgerAcquire to InboundLedger 2013-06-16 16:57:52 -07:00
JoelKatz
1407aedbf3 Don't arm the deadlock detector in standalone mode. 2013-06-16 15:30:16 -07:00
Vinnie Falco
00a7cbf610 Update copyright notice and 80 column separators 2013-06-15 18:20:59 -07:00
Vinnie Falco
8a6ce5de68 Rename Wallet to LocalCredentials 2013-06-15 18:20:59 -07:00
Vinnie Falco
8aab3645cb Tidy up TxFormat and create TxFormats, TxFlags 2013-06-15 18:20:58 -07:00
Vinnie Falco
521e812fc4 Reformatting using AStyle 2013-06-14 08:45:13 -07:00
JoelKatz
d604903804 Transaction and ledger cache sizes were swapped. 2013-06-11 14:36:26 -07:00
Vinnie Falco
e3d844de8f Add IApplication interface and hide the implementation 2013-06-11 09:45:12 -07:00