Nik Bougalis
f424ae6942
Use standard C++ types instead of type aliases:
...
* Remove ripple::RippleMutex and ripple::RippleRecursiveMutex
and use std::mutex and std::recursive_mutex respectively.
* Use std::lock_guard instead of std::unique_lock when the
additional features of std::unique_lock are not needed.
2015-10-06 13:08:46 -07:00
Vinnie Falco
84c0ae1c6d
OpenSSL: Visual Studio 2015 support
2015-10-06 13:08:45 -07:00
Vinnie Falco
65fdf1dc5e
Add order book stuffing tests:
...
* PlumpBook makes sure large order books remain sane
* OversizeMeta checks for tecOVERSIZE handling
* FindOversizeBook probes metadata offer limits
2015-09-18 11:51:49 -04:00
seelabs
b5600e940a
Minor VS2015 doc update
2015-09-13 14:28:37 -07:00
Nik Bougalis
b0e6be93ff
Add Rate class to support scaling of IOU and XRP amounts
2015-09-13 14:28:37 -07:00
Nik Bougalis
a50d67257c
Limit the total number of offers processed while crossing
2015-09-11 12:46:03 -07:00
Vinnie Falco
8e33ae78f8
Create zero balance trust lines with auth flag (RIPD-1003):
...
This allows a TrustSet transaction to create a trust line
if the only thing being changed is setting the tfSetfAuth
flag.
2015-09-08 19:18:08 -07:00
Edward Hennis
14db51e3e4
Visual Studio 2015 support
2015-09-07 14:04:53 -07:00