Vinnie Falco
809a2ce7bf
Merge commit 'e8893e96780685b9e39447199d946739e565fef5' as 'src/hyperleveldb'
2013-09-11 09:58:13 -07:00
Vinnie Falco
e8893e9678
Squashed 'src/hyperleveldb/' content from commit ac2ae30
...
git-subtree-dir: src/hyperleveldb
git-subtree-split: ac2ae3029dd9c4ed6401c57eef7e1d84b2007bca
2013-09-11 09:58:13 -07:00
Vinnie Falco
fe18b54d20
Merge commit '86ba8ffca6a6399bb19861e1cd826ec792a33651' as 'src/beast'
2013-09-11 09:57:14 -07:00
Vinnie Falco
86ba8ffca6
Squashed 'src/beast/' content from commit 43e6d34
...
git-subtree-dir: src/beast
git-subtree-split: 43e6d345e4
2013-09-11 09:57:14 -07:00
Vinnie Falco
9812d69aa2
General beast update, fixes, optimizations, features:
...
* Clean ups, optimizations, and new File::commonDocumentsDirectory enum
* Replace sortArray with std::sort for performance
* More error tolerance in XML parser, speedups
* Refactor some byte-order mark detection code
* Add String::appendCharPointer overloads
* More XML parser optimisations and better error detection
* Misc performance tweaks
* Fixes for support of non utf8 strings
* Increased precision when storing strings in XmlElement
* Minor clean-ups
* Minor fix to XmlDocument
* Cleanups to CriticalSection and related synchronization primitives
* Fix DynamicArray unit test
2013-09-10 10:36:46 -07:00
Vinnie Falco
b5e1a600a1
Use SharedFunction in ProtectedCall
2013-09-10 08:04:54 -07:00
Vinnie Falco
8bdfa860ee
Put back BEAST_CATCH_UNHANDLED_EXCEPTIONS macro, but disabled by default
2013-09-10 08:04:46 -07:00
Vinnie Falco
7f84f44a74
Update to SQLite 3.8.0.2
2013-09-10 07:45:34 -07:00
JoelKatz
6234f0040d
0.12.1-alpha.1
2013-09-09 18:36:00 -07:00
JoelKatz
1b18e16d1f
Track consensus versus validated ledgers and log discrepancies.
2013-09-09 18:27:05 -07:00
Vinnie Falco
51332a91b9
Remove RIPPLE_PEER_USES_BEAST_MULTISOCKET configuration setting
2013-09-09 14:12:58 -07:00
Vinnie Falco
c063b940bb
Add RIPPLE_APPLICATION_CLEAN_EXIT option to BeastConfig.h
2013-09-09 13:45:37 -07:00
Vinnie Falco
3c23699a87
Remove BEAST_CATCH_UNHANDLED_EXCEPTIONS
2013-09-09 13:34:18 -07:00
Vinnie Falco
00caefc1c3
Move ripple.pb.cc to VS2012 project so it rebuilds as needed
2013-09-09 12:56:59 -07:00
Vinnie Falco
6be6e68165
Tidy up the root of the repository a bit
2013-09-09 11:09:47 -07:00
Vinnie Falco
8866c2dc1f
Pass .cfg validators entries to Validators logic
2013-09-09 10:50:36 -07:00
Vinnie Falco
adb6c39b92
Make UnsignedInteger HashFunction a unary function object
2013-09-09 10:50:35 -07:00
Vinnie Falco
955a791ab1
Improvements to BuffersType
2013-09-09 10:50:35 -07:00
Vinnie Falco
6c32b174e8
Tune HashMap parameters
2013-09-09 10:28:10 -07:00
Vinnie Falco
bbc9e886dd
Add ValidatorsUtilities common code
2013-09-09 10:28:10 -07:00
Vinnie Falco
e1f80ef6a6
Rename to IsCond<>
2013-09-09 10:28:09 -07:00
JoelKatz
a4e81fb6ad
Fix some performance problems with the new ledger master code.
2013-09-09 02:02:23 -07:00
JoelKatz
d3159aba88
Reject a non-positive destination amount immediately.
2013-09-09 01:30:39 -07:00
JoelKatz
afd22025d7
No need to compare a transaction set to itself.
2013-09-08 14:09:49 -07:00
JoelKatz
fd6e0e788e
Don't include a non-XRP order book if we've already seen the issuer's account in the currency.
2013-09-08 13:41:55 -07:00
JoelKatz
cb8ba44f62
Mark some issues in the RPCServerHandler and add a temporary workaround.
2013-09-08 00:06:35 -07:00
Vinnie Falco
140be155f2
Defer DeadlineTimer callback until the lock is released
2013-09-07 21:20:13 -07:00
JoelKatz
68547c328e
Handle a case of missing ledger nodes sanely.
2013-09-07 18:06:40 -07:00
JoelKatz
3174372081
Remove an erroneous comment.
2013-09-07 18:06:34 -07:00
Vinnie Falco
eaec90c897
Disable gcc warning for KeyvaDB
2013-09-07 11:57:53 -07:00
Vinnie Falco
1d1587c2ac
Add HTTPClientType and HTTPMessage related helpers
2013-09-07 11:53:38 -07:00
Vinnie Falco
4a30b259b2
Tidy up contract checks in InterruptibleThread
2013-09-07 11:53:38 -07:00
Vinnie Falco
e927160ff5
Disable exception catching in unit tests
2013-09-07 11:53:37 -07:00
Vinnie Falco
aac657a2e6
Add ContentBodyBuffer
2013-09-07 11:53:37 -07:00
Vinnie Falco
8c2f9e7388
Fix incorrect whitespace in macro argument list
2013-09-07 11:53:36 -07:00
Vinnie Falco
c8cedfc06e
Add SharedFunction to replace boost::function
2013-09-07 11:53:36 -07:00
Vinnie Falco
6be9c41064
Update programming by contract macros
2013-09-07 11:53:36 -07:00
Vinnie Falco
62ffbc97ba
Add BEAST_MOVE_* macros
2013-09-07 11:53:35 -07:00
Vinnie Falco
0bbad54a36
Add Debug unit test to check bassert behavior
2013-09-07 11:53:35 -07:00
Vinnie Falco
044e3b09db
Add StringPairArray::swapWith
2013-09-07 11:53:34 -07:00
Vinnie Falco
d6a12f791f
Add UniformResourceLocator and ParsedURL
2013-09-07 11:53:34 -07:00
Vinnie Falco
bf2af27452
Rename boost_asio files
2013-09-07 11:53:34 -07:00
Vinnie Falco
98f1169ac3
Add http-parser to boost_asio
2013-09-07 11:53:33 -07:00
Vinnie Falco
816b3a4efb
Remove unused Validator files
2013-09-07 11:53:33 -07:00
Vinnie Falco
941503c564
Use destroy() override instead of ContainerDeletePolicy for SharedObject
2013-09-07 11:53:32 -07:00
JoelKatz
e513380e08
Remove obsolete information.
2013-09-06 23:29:30 -07:00
Vinnie Falco
a050ba6fa4
Fix DeadlineTimer for InterruptibleThread::wait timeout
2013-09-06 21:45:41 -07:00
Vinnie Falco
3594c3b290
Fix DeadlineTimer for InterruptibleThread::wait timeout
2013-09-06 21:44:53 -07:00
Vinnie Falco
8d15b4059d
Make bassert fatal
2013-09-06 21:29:16 -07:00
Vinnie Falco
403e2247a2
Add missing limit for jtUNL jobs
2013-09-06 21:29:15 -07:00