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
0.17.0
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
Nicholas Dudfield
8d5378a2ca
Ensure no offers cancel each other out
2013-11-05 23:20:45 -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
Vinnie Falco
2a9171c623
Improve hasher for IPAddress
2013-11-05 03:15:09 -08:00
Vinnie Falco
8573679fbb
Fix compile error
2013-11-05 03:09:39 -08:00
Vinnie Falco
811f244fc2
Set boolalpha for Journal::ScopedStream
2013-11-05 03:09:39 -08:00
Vinnie Falco
a31b2556a3
Add ostream support for PropertyStream items
2013-11-05 03:09:39 -08:00
Vinnie Falco
a0ad5cdbfe
Add to_string for asio endpoints
2013-11-05 03:09:39 -08:00
Nicholas Dudfield
59cf668348
Fix IPAddress::V4::Proxy
2013-11-05 03:02:20 -08:00
Stefan Thomas
09acc26c50
Fix marker being set for last result.
2013-11-03 22:39:55 -08:00
JoelKatz
0ae7bcff52
Fix the path filtering loop exit condition.
2013-11-03 17:20:10 -08:00
JoelKatz
2210dbac94
Don't abort the path filtering loop too early.
2013-11-03 16:37:35 -08:00
JoelKatz
6b2f654a30
Improve path filtering:
...
1) Ignore paths with very low liquidity
2) Allow an extra filling path to be added if needed
2013-11-03 02:20:18 -08:00
Vinnie Falco
3296ac5628
Turn off test URL in SiteFiles
2013-11-01 16:10:25 -07:00
Vinnie Falco
6d06cb29df
Block until thread exits in manager dtors
2013-11-01 15:48:37 -07:00
Vinnie Falco
b08c7d15cd
Stoppable, make stop() require call to start()
2013-11-01 13:31:38 -07:00
Vinnie Falco
940d620a96
Fix SiteFiles thread name
2013-11-01 10:34:35 -07:00
Vinnie Falco
a39fa8ae5f
New SiteFiles for fetching and managing ripple.txt files
2013-10-31 08:10:06 -07:00
Vinnie Falco
f859bf160a
Improve URL string conversions and ostream support
2013-10-31 08:10:06 -07:00