Vinnie Falco
|
00a7cbf610
|
Update copyright notice and 80 column separators
|
2013-06-15 18:20:59 -07:00 |
|
Vinnie Falco
|
8a6ce5de68
|
Rename Wallet to LocalCredentials
|
2013-06-15 18:20:59 -07:00 |
|
Vinnie Falco
|
8aab3645cb
|
Tidy up TxFormat and create TxFormats, TxFlags
|
2013-06-15 18:20:58 -07:00 |
|
JoelKatz
|
17e370918b
|
Don't accumulate untrusted validations/proposals when we're loaded.
|
2013-06-15 16:31:40 -07:00 |
|
JoelKatz
|
17695e79cb
|
Typo.
|
2013-06-15 04:14:53 -07:00 |
|
JoelKatz
|
b2ef016f1a
|
Don't crash on missing root node.
|
2013-06-15 04:12:35 -07:00 |
|
JoelKatz
|
2d8ddaedb4
|
Allow larger mmaps.
|
2013-06-15 02:08:59 -07:00 |
|
JoelKatz
|
538da9494f
|
In AutoSocket::async_shutdown, pass the error code to the handler, don't throw it.
|
2013-06-15 01:44:15 -07:00 |
|
JoelKatz
|
3c44019e01
|
We have to dispatch RPCServer operations onto a strand, otherwise
an error while both a read and write are pending can crash.
|
2013-06-15 01:28:18 -07:00 |
|
JoelKatz
|
5e3cac1808
|
LevelDB issue 178 fix: cannot resize a level 0 compaction set
|
2013-06-14 10:59:21 -07:00 |
|
Vinnie Falco
|
521e812fc4
|
Reformatting using AStyle
|
2013-06-14 08:45:13 -07:00 |
|
Vinnie Falco
|
36bd8f7173
|
Rename members for clarity
|
2013-06-14 08:06:44 -07:00 |
|
JoelKatz
|
968768cdb8
|
Avoid an extraneous dispatch to the same context we're already in.
Get rid of stored proposals in a more sane way.
|
2013-06-13 23:38:21 -07:00 |
|
JoelKatz
|
a349b9bcd0
|
Report the write load for SQLite too.
|
2013-06-13 21:08:20 -07:00 |
|
JoelKatz
|
111951cc52
|
Add lsfSell flag to indicate an offer was placed as a sell.
|
2013-06-13 15:23:38 -07:00 |
|
Vinnie Falco
|
b664f906c0
|
Tidy up
|
2013-06-12 18:21:57 -07:00 |
|
Vinnie Falco
|
0787a74c87
|
Tidy up LedgerConsensus
|
2013-06-12 18:21:57 -07:00 |
|
Vinnie Falco
|
c31e2396f2
|
Split TransactionAcquire and DisputedTx
|
2013-06-12 18:21:57 -07:00 |
|
Vinnie Falco
|
35ec01d558
|
Tidy up AccountState
|
2013-06-12 18:21:56 -07:00 |
|
Vinnie Falco
|
d90a1276a8
|
Fix log setup inline function warning
|
2013-06-12 18:20:53 -07:00 |
|
Vinnie Falco
|
f6a2920692
|
Split AccountItems and tidy up
|
2013-06-12 18:20:53 -07:00 |
|
Vinnie Falco
|
68a4e4329c
|
Tidy up OrderBook
|
2013-06-12 18:20:28 -07:00 |
|
Vinnie Falco
|
12d1117623
|
Clean up JSONCache
|
2013-06-12 16:14:34 -07:00 |
|
JoelKatz
|
41f69a9992
|
The cache itself.
|
2013-06-12 15:26:21 -07:00 |
|
JoelKatz
|
987dc25a48
|
JSON cache for account offers and account lines.
|
2013-06-12 15:25:51 -07:00 |
|
JoelKatz
|
4de1dcae5e
|
Support secure RPC.
|
2013-06-12 12:51:57 -07:00 |
|
Vinnie Falco
|
4eb63fdb7c
|
Use HTTPS for gravatar generated URLs
|
2013-06-12 11:03:40 -07:00 |
|
JoelKatz
|
2e7528e33a
|
Add "flags" to account_offers output.
|
2013-06-11 23:52:27 -07:00 |
|
JoelKatz
|
f2d06fce27
|
Don't assert on a bad format transaction.
|
2013-06-11 23:12:44 -07:00 |
|
JoelKatz
|
fe96c47b43
|
FreeBSD9 fix
|
2013-06-11 18:33:23 -07:00 |
|
JoelKatz
|
dee5c70cd5
|
Reduce (ab)use of exceptions.
|
2013-06-11 16:55:23 -07:00 |
|
JoelKatz
|
d604903804
|
Transaction and ledger cache sizes were swapped.
|
2013-06-11 14:36:26 -07:00 |
|
Vinnie Falco
|
a70ede6cae
|
Remove unused functions and clean up some comments
|
2013-06-11 13:21:37 -07:00 |
|
Vinnie Falco
|
e3d844de8f
|
Add IApplication interface and hide the implementation
|
2013-06-11 09:45:12 -07:00 |
|
Vinnie Falco
|
124c28b0eb
|
Enable SEH exception handling in the VS2012 project
|
2013-06-11 09:45:12 -07:00 |
|
Vinnie Falco
|
c23b088755
|
Rename to PathRequest, begin include dependency analysis in ripple_client
|
2013-06-11 09:45:11 -07:00 |
|
JoelKatz
|
e2c92ee8a4
|
Memory map on 64-bit platforms.
|
2013-06-11 03:08:11 -07:00 |
|
JoelKatz
|
b8bb6f7eaa
|
Bump SQLite3 to version 3.7.17
|
2013-06-11 02:55:28 -07:00 |
|
JoelKatz
|
a31e291ecc
|
Some fetch pack optimizations.
|
2013-06-11 00:01:43 -07:00 |
|
JoelKatz
|
b757d9fd72
|
Spread fetch pack requests correctly.
|
2013-06-10 22:28:36 -07:00 |
|
JoelKatz
|
1bfaf652fc
|
Fullbelow cache improvements.
|
2013-06-10 21:53:50 -07:00 |
|
JoelKatz
|
5e0a1b23b5
|
Correctly handle emptying an inner node.
|
2013-06-10 21:40:49 -07:00 |
|
JoelKatz
|
c27065ab58
|
This index was never used.
|
2013-06-10 21:14:37 -07:00 |
|
JoelKatz
|
af167031c9
|
Clean this up a bit more.
Conflicts:
src/cpp/ripple/ripple_Peer.cpp
|
2013-06-10 19:30:37 -07:00 |
|
JoelKatz
|
f0cf90ab24
|
Cleanup bit tests.
|
2013-06-10 19:24:16 -07:00 |
|
JoelKatz
|
cf848be444
|
Reduce logging.
|
2013-06-10 10:54:31 -07:00 |
|
JoelKatz
|
519ccdfb42
|
Cleanup.
|
2013-06-10 10:52:49 -07:00 |
|
JoelKatz
|
94a38a30dd
|
Query the LES, not the Ledger. This should fix the bug where
OfferCreate doesn't take all crossing offers.
|
2013-06-10 10:26:58 -07:00 |
|
Vinnie Falco
|
cf3593b01b
|
Tidy up and annotate
|
2013-06-09 19:25:24 -07:00 |
|
Vinnie Falco
|
3273625f61
|
Split up InfoSub and tidy up various files
|
2013-06-09 11:26:18 -07:00 |
|