Vinnie Falco
|
a1596dd3d1
|
Merge branch 'feature-sophia' into develop
Conflicts:
Builds/VisualStudio2012/RippleD.vcxproj
Builds/VisualStudio2012/RippleD.vcxproj.filters
|
2013-09-19 18:32:48 -07:00 |
|
Vinnie Falco
|
89b1859929
|
Refactor Application shutdown using new Service, AsyncService interfaces
|
2013-09-19 17:18:43 -07:00 |
|
Vinnie Falco
|
c8187e92af
|
Consolidate beast unity sources into 2 ripple sources
|
2013-09-19 14:42:50 -07:00 |
|
Vinnie Falco
|
a602eb3b5d
|
Add ripple_sophia module
|
2013-09-17 11:35:17 -07:00 |
|
Vinnie Falco
|
846b8e339c
|
Tidy and rename all Ripple source files
|
2013-09-13 16:58:24 -07:00 |
|
Vinnie Falco
|
c631cc5f92
|
Persistence for Validators
|
2013-09-13 12:43:54 -07:00 |
|
Vinnie Falco
|
0d2344c9a6
|
Validators work
|
2013-09-12 16:30:45 -07:00 |
|
Vinnie Falco
|
b839ae0552
|
Refactor Log code, add LogJournal adapter
|
2013-09-12 15:06:28 -07:00 |
|
Vinnie Falco
|
681f98ad07
|
General refactoring of beast framework classes
|
2013-09-12 10:55:24 -07:00 |
|
Vinnie Falco
|
a48bcfeddb
|
Migrate validators and testoverlay to the new style of source organization
|
2013-09-11 20:05:56 -07:00 |
|
Vinnie Falco
|
43d386fa6e
|
Add HTTPMessage::toString and family
|
2013-09-11 20:04:23 -07:00 |
|
Vinnie Falco
|
03b8ae742e
|
Small refactor to Config paths
|
2013-09-11 19:58:10 -07:00 |
|
Vinnie Falco
|
27f0cae812
|
Add PeerFinder peer discovery logic and unit test
|
2013-09-11 11:47:58 -07:00 |
|
Vinnie Falco
|
45eccf2ccf
|
Move ./modules to ./src
|
2013-09-11 11:20:53 -07:00 |
|
Vinnie Falco
|
6d828ae476
|
Update README
|
2013-09-11 10:44:10 -07:00 |
|
Vinnie Falco
|
ae1daafd44
|
Remove old protobuf subtree in preparation for git subtree add
|
2013-09-11 10:40:37 -07:00 |
|
Vinnie Falco
|
0c6c9774a9
|
Update project files for new directory layout
|
2013-09-11 10:22:46 -07:00 |
|
Vinnie Falco
|
03174a0d6a
|
Tidy up root of the repository
|
2013-09-11 10:04:32 -07:00 |
|
Vinnie Falco
|
00caefc1c3
|
Move ripple.pb.cc to VS2012 project so it rebuilds as needed
|
2013-09-09 12:56:59 -07:00 |
|
Vinnie Falco
|
8866c2dc1f
|
Pass .cfg validators entries to Validators logic
|
2013-09-09 10:50:36 -07:00 |
|
Vinnie Falco
|
bbc9e886dd
|
Add ValidatorsUtilities common code
|
2013-09-09 10:28:10 -07:00 |
|
Vinnie Falco
|
816b3a4efb
|
Remove unused Validator files
|
2013-09-07 11:53:33 -07:00 |
|
Vinnie Falco
|
e26a3a1d84
|
New TestOverlay generic peer to peer network tests
|
2013-09-05 04:38:17 -07:00 |
|
Vinnie Falco
|
91e0cc84ef
|
Validators framework and unit test
|
2013-09-03 08:31:17 -07:00 |
|
Vinnie Falco
|
b1d029e5b7
|
Fix VS2012 project file
|
2013-09-01 12:34:04 -07:00 |
|
Vinnie Falco
|
649b20a5f2
|
Move NodeStore and backends to ripple_core
|
2013-09-01 12:22:08 -07:00 |
|
Vinnie Falco
|
37216bed4d
|
Refactor TxQueue, move some boost includes down to .cpp
|
2013-09-01 12:22:08 -07:00 |
|
Vinnie Falco
|
4ef0f5d6a9
|
Refactor ProofOfWork
|
2013-09-01 12:22:07 -07:00 |
|
Vinnie Falco
|
369bd0f36c
|
Disable warnings 4018 and 4244 for VS2012 builds
|
2013-09-01 12:22:07 -07:00 |
|
Vinnie Falco
|
3077892c3b
|
Remove deprecated basio::IoService
|
2013-09-01 12:22:05 -07:00 |
|
Vinnie Falco
|
027fba44ed
|
Refactor ripple_websocket.h out of the main header material
|
2013-09-01 12:22:05 -07:00 |
|
Vinnie Falco
|
65df4b9daf
|
Merge ripple_client into ripple_net
|
2013-09-01 12:22:04 -07:00 |
|
Vinnie Falco
|
0d5bd937b1
|
Move RPCServerHandler to ripple_app/rpc
|
2013-09-01 12:22:03 -07:00 |
|
Vinnie Falco
|
98b630d8db
|
Consolidate ripple_app includes
|
2013-09-01 12:22:02 -07:00 |
|
Vinnie Falco
|
3526cabd7b
|
Move Application to ripple_app.cpp
|
2013-09-01 12:22:02 -07:00 |
|
Vinnie Falco
|
a709167801
|
Split ripple_app.cpp contents into each part file.
|
2013-09-01 12:22:02 -07:00 |
|
Vinnie Falco
|
7de2d49345
|
Move RPCDoor to ripple_net
|
2013-09-01 12:22:00 -07:00 |
|
Vinnie Falco
|
0bcaf70e4a
|
Reorganize some RPC related files
|
2013-09-01 12:22:00 -07:00 |
|
Vinnie Falco
|
af0471fb7d
|
Tidy up ripple_net module
|
2013-09-01 12:21:59 -07:00 |
|
Vinnie Falco
|
e7d043e4df
|
Merge ripple_asio into ripple_net
|
2013-09-01 12:21:59 -07:00 |
|
Vinnie Falco
|
a9f6d67bba
|
Hide RPCDoor implementation and use RippleSSLContext
|
2013-09-01 12:21:59 -07:00 |
|
Vinnie Falco
|
e256716da8
|
Merge ripple_json to ripple_basics
|
2013-09-01 12:21:58 -07:00 |
|
Vinnie Falco
|
1391a11e46
|
Move BuildInfo to ripple_data
|
2013-09-01 12:21:56 -07:00 |
|
Vinnie Falco
|
e22c1c3495
|
Refactor LoadManager
|
2013-09-01 12:21:55 -07:00 |
|
Vinnie Falco
|
f37cf6277d
|
Tidy up beast project files
|
2013-08-30 17:24:32 -07:00 |
|
Vinnie Falco
|
4170bcd294
|
Add PROXY peer listener and consolidate SSL contexts.
|
2013-08-25 01:57:51 -07:00 |
|
Vinnie Falco
|
364206b4e4
|
Remove unused sqlite subtree
|
2013-08-24 18:49:48 -07:00 |
|
Vinnie Falco
|
2bea9a8739
|
Merge beast_basics to beast_core
|
2013-08-24 10:18:24 -07:00 |
|
Vinnie Falco
|
f14333012b
|
Use RippleMutex instead of boost::mutex
|
2013-08-23 15:00:04 -07:00 |
|
Vinnie Falco
|
4ececd0204
|
Add function call timing for all Application::sweep operations
|
2013-08-23 15:00:04 -07:00 |
|