Vinnie Falco
5c7aad161a
Set version to v0.11.0-rc2
2013-08-07 14:51:21 -07:00
David Schwartz
2ac774498c
Don't return from getFullLedger too early.
2013-08-06 16:20:48 -07:00
David Schwartz
c07b28c899
Offer fix rollup:
...
Fix a case where an offer is not detected becoming unfunded.
Make sure we skip unfunded offers in calcNodeDeliverFwd.
Issuer of TakerGets can always trade (since funds are unlimited).
Enable multi-quality until some funds move.
Don't let a placed offer take an expired crossing offer.
2013-08-06 09:41:48 -07:00
Alex Dupre
87a27f5239
Comment out a quite useless test case if platform is not Windows, since getcwd()
...
return the canonical path (resolving symlinks), while HOME may contains symlinks.
2013-08-05 09:39:41 -07:00
Alex Dupre
3e5b0836a9
Fix retrieval of CPU info (number of CPUs, speed, flags, vendor) on FreeBSD,
...
using 'dmesg' and 'sysctl' instead of /proc/cpuinfo that is Linux-specific.
2013-08-05 09:39:34 -07:00
Vinnie Falco
c1198b0f2b
Fix uninitialized return value
2013-08-01 16:59:39 -07:00
Vinnie Falco
2b9c9bdc18
Fix clang compile
2013-08-01 15:54:24 -07:00
Vinnie Falco
96a0a7bb2f
Disable some gcc warnings
2013-08-01 15:34:04 -07:00
Vinnie Falco
a0ede62c42
Run BuildInfo tests on startup
2013-08-01 15:27:18 -07:00
Vinnie Falco
a2a65c881f
Move startup into RippleMain
2013-08-01 15:27:18 -07:00
Vinnie Falco
77e0ee9006
Run startup unit tests from Main
2013-08-01 15:27:18 -07:00
Vinnie Falco
290627d741
Add runStartup category to UnitTest
2013-08-01 15:27:18 -07:00
Vinnie Falco
1a37c99b87
Use SemanticVersion for BuildInfo
2013-08-01 15:27:18 -07:00
Vinnie Falco
786d9ec56e
Add SemanticVersion
2013-08-01 15:27:18 -07:00
Vinnie Falco
c3d846a925
Add overloaded translate() that takes CharPointer_UTF8
2013-08-01 11:36:13 -07:00
JoelKatz
4ae12bfc41
Merge branch 'develop' of github.com:ripple/rippled into develop
2013-07-31 20:32:52 -07:00
JoelKatz
16206dbaca
Track client command cost by command.
2013-07-31 20:32:32 -07:00
Vinnie Falco
432e5c66cb
Fix mutex scope and storage duration
2013-07-31 18:41:59 -07:00
Nicholas Dudfield
9ef14b322f
Statically link to openssl and protocol buffers
2013-07-31 16:58:16 -07:00
Vinnie Falco
f37edb0873
Add ProxyHandshake
2013-07-31 16:43:25 -07:00
Vinnie Falco
ea4c0aa8a2
Add return value to some InputStream methods
2013-07-31 16:40:28 -07:00
Vinnie Falco
f0cc73df9e
Default parameter to false
2013-07-31 16:40:28 -07:00
Vinnie Falco
daf08bbde0
Add tests for SSE3 capability
2013-07-31 16:35:52 -07:00
Vinnie Falco
1a8e161c19
Fix Protocol::toString
2013-07-31 16:35:44 -07:00
Vinnie Falco
4c403643b5
Fix Android warnings
2013-07-31 16:29:34 -07:00
Vinnie Falco
052aee8f97
Add 'hostid' to server_info
...
* Add json::Value conversion from beast::String
* Update rippled-example.cfg
2013-07-31 08:56:21 -07:00
Vinnie Falco
f80c19577f
Remove unused file
2013-07-30 22:59:03 -07:00
Vinnie Falco
bf68c2134c
Validators unit test runs manually
2013-07-30 22:30:48 -07:00
Vinnie Falco
19d5015c3e
Validators work
2013-07-30 21:05:12 -07:00
Vinnie Falco
3729745fc6
Add ripple::FatalErrorReporter
2013-07-30 21:05:12 -07:00
Vinnie Falco
6d83d171c3
Add FatalError
2013-07-30 21:05:11 -07:00
Vinnie Falco
db08a5946f
Tidy up BuildInfo documentation
2013-07-30 18:08:49 -07:00
Vinnie Falco
5959c4e312
Rewrite build version and protocol version interface
2013-07-30 17:46:26 -07:00
JoelKatz
f5488a2219
Merge branch 'develop' of github.com:ripple/rippled into develop
2013-07-30 14:49:36 -07:00
JoelKatz
6b2b3f78d1
0.9-e for the develop
2013-07-30 14:49:13 -07:00
Vinnie Falco
65d84ed360
Fix SqliteDatabase to start the thread
2013-07-30 13:27:06 -07:00
Vinnie Falco
017d7f2fc3
Update rippled-example.cfg
2013-07-30 11:14:41 -07:00
Vinnie Falco
4c57fb5d88
Fix clang compile
2013-07-29 16:33:09 -07:00
Vinnie Falco
9d66b69376
Add ProtectedCallTests
2013-07-29 15:35:27 -07:00
Vinnie Falco
4924707a48
Report summary for unit tests
2013-07-29 14:56:34 -07:00
Vinnie Falco
4cc28214fc
Fix summary stats for unit test results
2013-07-29 14:54:54 -07:00
Vinnie Falco
85284fe10d
Fix UnitTest doc
2013-07-29 14:38:58 -07:00
Vinnie Falco
09fa282597
Remove boost/thread.hpp include
2013-07-29 14:36:31 -07:00
Vinnie Falco
2ed8f7938c
Use JobQueue for RPCSub instead of boost::thread
2013-07-29 14:33:12 -07:00
Vinnie Falco
103dc6facf
Fix ProofOfWork::checkProof() for lexicalCast changes
2013-07-29 14:28:03 -07:00
JoelKatz
a6be11bc24
Merge branch 'develop' of github.com:ripple/rippled into develop
2013-07-29 14:18:17 -07:00
JoelKatz
51c1aa4d09
Some cleanups of the STAmount::applyOffer logic.
2013-07-29 14:17:11 -07:00
Vinnie Falco
cd452aa870
Clean up JobQueue for new Workers
2013-07-29 14:08:37 -07:00
Vinnie Falco
ced191c195
Clarify behavior of pauseAllThreadsAndWait
2013-07-29 14:00:45 -07:00
Vinnie Falco
c8a137d43e
Fix KeyvaDB unit test package name
2013-07-29 13:43:39 -07:00