JoelKatz
|
b5c73c9b04
|
Merge branch 'rangeset' into develop
|
2013-06-11 21:13:16 -07:00 |
|
JoelKatz
|
514b4b494f
|
Replace the boost range set code with our own
|
2013-06-11 21:12:19 -07:00 |
|
Vinnie Falco
|
a70ede6cae
|
Remove unused functions and clean up some comments
|
2013-06-11 13:21:37 -07:00 |
|
Vinnie Falco
|
e3d844de8f
|
Add IApplication interface and hide the implementation
|
2013-06-11 09:45:12 -07:00 |
|
Vinnie Falco
|
124c28b0eb
|
Enable SEH exception handling in the VS2012 project
|
2013-06-11 09:45:12 -07:00 |
|
Vinnie Falco
|
c23b088755
|
Rename to PathRequest, begin include dependency analysis in ripple_client
|
2013-06-11 09:45:11 -07:00 |
|
Vinnie Falco
|
cf3593b01b
|
Tidy up and annotate
|
2013-06-09 19:25:24 -07:00 |
|
Vinnie Falco
|
0b7e0b132a
|
Clean up STObject::set() for clarity
|
2013-06-09 14:34:47 -07:00 |
|
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
|
a6fdabc68a
|
Reformat annotations in preparation for automated extraction
|
2013-06-07 14:46:09 -07:00 |
|
Vinnie Falco
|
6d8ee90a8d
|
Split up ripple_SerializedObject.h
|
2013-06-07 14:39:35 -07:00 |
|
Vinnie Falco
|
ef232f4359
|
Split up and refactor HashedObject
|
2013-06-07 13:44:15 -07:00 |
|
Vinnie Falco
|
db9f62646d
|
DRY up and document magic constant used for hash maps
|
2013-06-07 11:35:56 -07:00 |
|
Vinnie Falco
|
3cf2fb884d
|
Annonate another instance of the same anonymous constant
|
2013-06-07 10:24:33 -07:00 |
|
JoelKatz
|
6b4b239e72
|
Fix dir describer when an offer is added to a directory.
Check all amounts for orders, fees, and payments to make sure they're network legal.
|
2013-06-06 23:07:33 -07:00 |
|
Vinnie Falco
|
91359b1f5d
|
Remove unused #include
|
2013-06-06 21:52: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 |
|
Vinnie Falco
|
d8c97c2149
|
Refactor Peer
|
2013-06-06 21:43:55 -07:00 |
|
Vinnie Falco
|
38edcc8f0d
|
Split and refactor ProofOfWork
|
2013-06-06 21:43:50 -07:00 |
|
Vinnie Falco
|
4d1bf35236
|
Move PackedMessage to ripple_data
|
2013-06-06 21:43:44 -07:00 |
|
Vinnie Falco
|
b523b6c8d4
|
Replace all Application nonces with nonce singleton and refactor hash_value functions
|
2013-06-06 21:43:33 -07:00 |
|
Vinnie Falco
|
0523d6a054
|
Refactor free functions into RandomNumbers
|
2013-06-06 21:43:29 -07:00 |
|
Vinnie Falco
|
16ecae5972
|
Move and rename STAmount into ripple_data
|
2013-06-06 21:43:15 -07:00 |
|
Vinnie Falco
|
8b6c2c0c7a
|
Split Job and JobQueue and move functions to the .cpp
|
2013-06-06 21:43:07 -07:00 |
|
Vinnie Falco
|
3fafde063f
|
Move serialization and error code stuff into ripple_data
|
2013-06-06 21:42:58 -07:00 |
|
Vinnie Falco
|
045c3cc01f
|
Reorganize all includes in ripple_main.cpp
|
2013-06-06 21:42:46 -07:00 |
|
Vinnie Falco
|
aa33fbed92
|
Merge ripple_db into ripple_main because of circular dependencies
|
2013-06-06 21:42:31 -07:00 |
|
Vinnie Falco
|
3f3c76ab7e
|
Split LoadEvent to a new file
|
2013-06-06 21:42:21 -07:00 |
|
Vinnie Falco
|
32a3024ce4
|
Refactor FeatureTable into IFeatures
Conflicts:
src/cpp/ripple/FeatureTable.h
src/cpp/ripple/ripple_Features.cpp
|
2013-06-06 21:38:01 -07:00 |
|
Vinnie Falco
|
594c47f16b
|
Refactor SuppressionTable into IHashRouter
Conflicts:
src/cpp/ripple/Application.h
|
2013-06-06 20:43:33 -07:00 |
|
Vinnie Falco
|
fb487bdb41
|
Refactor UniqueNodeList into IUniqueNodeList
|
2013-06-06 20:43:08 -07:00 |
|
Vinnie Falco
|
739cde3f2a
|
Use beast::ScopedPointer to hold IFeeVote in Application
Conflicts:
RippleD.props
newcoin.vcxproj.filters
src/cpp/ripple/Application.cpp
src/cpp/ripple/Application.h
|
2013-06-06 20:41:37 -07:00 |
|
Vinnie Falco
|
70df832967
|
Suppress and document websocket warning C4309
|
2013-06-06 20:41:04 -07:00 |
|
Vinnie Falco
|
cd3195d901
|
Temporarily merge un-refactored modules into ripple_main
|
2013-06-06 20:40:56 -07:00 |
|
Vinnie Falco
|
456b6e5460
|
Refactor ValidationCollection into IValidations
|
2013-06-06 20:40:50 -07:00 |
|
Vinnie Falco
|
ec732ed113
|
Refactor LoadFeeTrack into ILoadFeeTrack, split DatabaseCon out from Application.h
Conflicts:
src/cpp/ripple/Application.cpp
|
2013-06-06 20:40:44 -07:00 |
|
JoelKatz
|
76d9a039d8
|
Cleanups
|
2013-06-04 10:24:33 -07:00 |
|
Vinnie Falco
|
f42a285bbe
|
Clean up code that replaces secrets with asterisks
|
2013-06-03 19:28:59 -07:00 |
|
JoelKatz
|
f3b8768408
|
Filter out secrets from logging.
|
2013-06-03 02:06:02 -07:00 |
|
JoelKatz
|
70ffcb7a50
|
Code blows up without this. Vinnie, please double check.
|
2013-06-01 22:23:19 -07:00 |
|
JoelKatz
|
183d09906a
|
Merge branch 'fix-alphabet' of github.com:vinniefalco/NewCoin into develop
|
2013-06-01 20:49:17 -07:00 |
|
JoelKatz
|
16933a049f
|
Whitespace changes.
|
2013-06-01 20:48:08 -07:00 |
|
Vinnie Falco
|
fd6172273c
|
Refactor FeeVote into IFeeVote abstract interface
|
2013-05-31 07:13:21 -07:00 |
|
Vinnie Falco
|
a38795b3c5
|
Update Doxyfile and add some documentation for keyCache
|
2013-05-31 06:58:49 -07:00 |
|
JoelKatz
|
23f401b647
|
"Features" was supposed to be a Vector256.
|
2013-05-30 15:26:42 -07:00 |
|
Vinnie Falco
|
3983c76adb
|
Fix default alphabet parameter to not pass null
|
2013-05-30 12:12:11 -07:00 |
|
JoelKatz
|
468588e3a0
|
Set default alphabet if not specified.
|
2013-05-30 11:25:34 -07:00 |
|
Vinnie Falco
|
606b2a2942
|
Move Ripple protobuf declarations to ripple_data
|
2013-05-30 10:16:23 -07:00 |
|
Vinnie Falco
|
47e00f20fb
|
Move InstanceCounter to ripple_basics
|
2013-05-30 10:16:23 -07:00 |
|