JoelKatz
e683c380e5
Fix a defect in RangeSet.
2013-11-20 11:31:14 -08:00
Vinnie Falco
b660d82516
Make TxFormats a Meyers singleton
2013-11-20 10:16:46 -08:00
Nicholas Dudfield
c0dda06499
Parse STArray correctly in STObject::parseJson
2013-11-20 08:54:59 -08:00
Vinnie Falco
65abd6307d
Update hyperleveldb module
2013-11-19 11:33:09 -08:00
Vinnie Falco
6e713dc3b8
Merge commit '596a35accad6e838e05180e79c1ea626eaf93a34' into develop
2013-11-19 11:32:55 -08:00
Vinnie Falco
4ad84a339f
Make LedgerMaster abstract
2013-11-18 15:04:17 -08:00
JoelKatz
833435f8c2
The 'ledger' RPC command should be considered high burden if 'full' is set.
2013-11-17 20:11:40 -08:00
JoelKatz
4e4942e357
Fix break logic in STObject::parseJson for arrays.
2013-11-16 18:57:08 -08:00
JoelKatz
1fc8f0a33b
Missing break in STObject::parseJson for arrays.
2013-11-16 18:56:01 -08:00
Vinnie Falco
1f433dea97
Add ripple_app TODO
2013-11-15 18:39:07 -08:00
Vinnie Falco
d8707cad2c
Refactor logging
2013-11-15 13:25:56 -08:00
Vinnie Falco
a399b571ac
Journal API improvements
2013-11-15 12:30:01 -08:00
Vinnie Falco
d0e71225c4
Fix severity check on ~ScopedStream
2013-11-15 11:29:45 -08:00
Vinnie Falco
19d4bf0ea5
Add README and tidy up comments
2013-11-15 11:29:45 -08:00
Vinnie Falco
9e519af887
Add missing README and TODO for all new modules
2013-11-15 11:27:26 -08:00
JoelKatz
29aa462bfd
Add more comments to the consensus code.
2013-11-14 22:41:34 -08:00
JoelKatz
7a91872ee5
Fix broken indentation around BOOST_FOREACH
2013-11-14 22:35:09 -08:00
JoelKatz
68307d1012
Functions like remote_endpoint().address() can throw
2013-11-14 11:20:35 -08:00
JoelKatz
48cb707bb6
Handle a missing ledger node discovered during pathfinding.
2013-11-14 11:20:16 -08:00
JoelKatz
9322233b37
Allow the SHAMap visitLeaves functions to sanely handle a missing map node.
2013-11-13 11:04:17 -08:00
JoelKatz
1daf1b9932
Use MultiSocket for websocket
2013-11-12 21:09:01 -08:00
JoelKatz
a3024352ba
Pathfinding improvements.
2013-11-12 21:08:52 -08:00
David Schwartz
58f07a573f
New ResourceManager for managing server load.
...
* Track abusive endpoints
* Gossip across cluster.
* Use resource manager's gossip support to share load reporting across a cluster
* Swtich from legacy fees to new Resource::Charge fees.
* Connect RPC to the new resource manager.
* Set load levels where needed in RPC/websocket commands.
* Disconnect abusive peer endpoints.
* Don't start conversations with abusive peer endpoints.
* Move Resource::Consumer to InfoSub and remove LoadSource
* Remove port from inbound Consumer keys
* Add details in getJson
* Fix doAccountCurrencies for the new resource manager.
2013-11-12 21:08:52 -08:00
Vinnie Falco
a05f33f6a7
Add annotation and clean up whitespace
2013-11-12 19:30:07 -08:00
Vinnie Falco
968624971f
Add TestOverlay README
2013-11-12 09:18:11 -08:00
JoelKatz
57e77a5bd2
Use Ledger::visitStateItems to implement OrderBookDB::update
2013-11-11 21:31:18 -08:00
JoelKatz
74c65cfdc5
Cleanup path request logging.
2013-11-11 19:29:56 -08:00
JoelKatz
399760fda9
Assign each path finding request an ID and track its lifecycle.
2013-11-11 18:32:45 -08:00
Vinnie Falco
67b8f95b1e
Add PeerFinder README doc
2013-11-10 15:51:29 -08:00
Vinnie Falco
d4d6acdf68
Add MSVC Output window Journal config setting
...
Conflicts:
src/ripple/peerfinder/impl/Manager.cpp
src/ripple/validators/impl/Manager.cpp
2013-11-10 15:06:05 -08:00
Vinnie Falco
472baa8bac
Update README
2013-11-10 10:42:07 -08:00
Vinnie Falco
dd74c19858
Tidy up LoadMonitor stats API
2013-11-09 12:08:23 -08:00
Vinnie Falco
b5f8d447a0
Tidy up Resource::Manager APIs
2013-11-09 12:00:37 -08:00
JoelKatz
5f4a1917a6
Change how cluster load is computed from average-ish to median-ish.
2013-11-08 11:05:43 -08:00
JoelKatz
cf71680aee
Don't return too many paths.
2013-11-08 11:05:05 -08:00
JoelKatz
f04b9131cc
terNO_LINE should never be the final result of a payment transaction that can claim a fee.
2013-11-08 10:32:15 -08:00
JoelKatz
46861fac48
Don't allow a payment to take anything from an expired offer.
2013-11-08 10:17:12 -08:00
JoelKatz
4620b667e7
Fix a race condition if PathRequest::doCreate races with the path being processed.
2013-11-07 22:30:11 -08:00
Vinnie Falco
49f43ccc0a
Set version to 0.17.0-rc5
2013-11-07 10:30:50 -08:00
Vinnie Falco
63aa7284c4
Disable peerfinder hooks
2013-11-07 09:59:28 -08:00
Patrick Dehne
286ade2d17
Beast improvements and vflib compatibility module work
...
* Add CallQueue vflib compatibility class
* Use run instead of run_one
* Merge BindableServiceQueue into CallQueue
* Take BEAST_VARIADIC_MAX into account
* Fix license headers as suggested by Vinnie
* Remove obsolete comment
* Add ManualServiceQueue
* Add ManualServiceQueue to beast_vflib include
* Move static unit test variables of header only classes to module cpp
* Remove no longer used mutex member
* _VARIADIC_MAX maxes out at 10
* Correctly apply BEAST_VARIADIC_MAX
* Merge BindableServiceQueue into CallQueue
* New GuiServiceQueue and its JUCE dependency
* Fix leftover merge errors
* Fix CallQueue unit test
* Don't use bassert for better CI support
2013-11-07 09:42:37 -08:00
Vinnie Falco
066d92ecfa
Improve MultiSocket::ssl_handle
2013-11-07 09:35:04 -08:00
Vinnie Falco
c5ccabec38
Fix to use IPS from config
2013-11-06 06:19:06 -08:00
Vinnie Falco
548fedb859
Fix missing cstdlib
2013-11-06 06:19:02 -08:00
David Schwartz
bf1843be9e
Add "account_currencies" command.
2013-11-05 16:07:17 -08:00
David Schwartz
d50439cc4d
doAccountLines cleanup.
2013-11-05 15:41:15 -08:00
Vinnie Falco
6a8f313394
Set version to 0.17.0-rc4
2013-11-05 14:41:49 -08:00
David Schwartz
c211094d3e
Allow two trust lines to be created without reserve check.
2013-11-05 13:29:07 -08:00
Vinnie Falco
072b4f3b73
Set version to 0.17.0-rc3
2013-11-05 11:22:20 -08:00
Vinnie Falco
08cbcba4ee
Fix warning
2013-11-05 03:23:15 -08:00