Vinnie Falco
c6b5ccdd22
Merge commit '627114b1acdc785cce9caab8bac9b6ad90917be5' as 'src/leveldb'
2013-09-11 09:58:34 -07:00
Vinnie Falco
627114b1ac
Squashed 'src/leveldb/' content from commit f851425
...
git-subtree-dir: src/leveldb
git-subtree-split: f851425b14fc9bcf47d0ca938986bcd0457ad5db
2013-09-11 09:58:34 -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
809a2ce7bf
Merge commit 'e8893e96780685b9e39447199d946739e565fef5' as 'src/hyperleveldb'
2013-09-11 09:58:13 -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
fe18b54d20
Merge commit '86ba8ffca6a6399bb19861e1cd826ec792a33651' as 'src/beast'
2013-09-11 09:57:14 -07:00
Vinnie Falco
43e6d345e4
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
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
27307fca0c
Use SharedFunction in ProtectedCall
2013-09-10 08:04:54 -07:00
Vinnie Falco
b5e1a600a1
Use SharedFunction in ProtectedCall
2013-09-10 08:04:54 -07:00
Vinnie Falco
8b1b6050e7
Put back BEAST_CATCH_UNHANDLED_EXCEPTIONS macro, but disabled by default
2013-09-10 08:04:46 -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
da925ee5cc
Update to SQLite 3.8.0.2
2013-09-10 07:45:34 -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
4676db126a
Remove BEAST_CATCH_UNHANDLED_EXCEPTIONS
2013-09-09 13:34:18 -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
d8ea4f9b06
Make UnsignedInteger HashFunction a unary function object
2013-09-09 10:50:35 -07:00
Vinnie Falco
adb6c39b92
Make UnsignedInteger HashFunction a unary function object
2013-09-09 10:50:35 -07:00
Vinnie Falco
d2d946204c
Improvements to BuffersType
2013-09-09 10:50:35 -07:00
Vinnie Falco
955a791ab1
Improvements to BuffersType
2013-09-09 10:50:35 -07:00
Vinnie Falco
2b132ae892
Tune HashMap parameters
2013-09-09 10:28:10 -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
34b7599df6
Rename to IsCond<>
2013-09-09 10:28:09 -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
270ceb7ceb
Defer DeadlineTimer callback until the lock is released
2013-09-07 21:20:13 -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
200c935228
Disable gcc warning for KeyvaDB
2013-09-07 11:57:53 -07:00
Vinnie Falco
eaec90c897
Disable gcc warning for KeyvaDB
2013-09-07 11:57:53 -07:00
Vinnie Falco
f0c57cf95c
Add HTTPClientType and HTTPMessage related helpers
2013-09-07 11:53:38 -07:00
Vinnie Falco
1d1587c2ac
Add HTTPClientType and HTTPMessage related helpers
2013-09-07 11:53:38 -07:00
Vinnie Falco
19d05b8024
Tidy up contract checks in InterruptibleThread
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
2a362a99da
Disable exception catching in unit tests
2013-09-07 11:53:37 -07:00
Vinnie Falco
e927160ff5
Disable exception catching in unit tests
2013-09-07 11:53:37 -07:00
Vinnie Falco
497c8aeabf
Add ContentBodyBuffer
2013-09-07 11:53:37 -07:00