Commit Graph

6203 Commits

Author SHA1 Message Date
Vinnie Falco
f6da5ba9d3 Add beast_basics module 2013-06-17 07:09:33 -07:00
Vinnie Falco
e3228b77c8 Tidy up double not expression 2013-06-17 07:09:24 -07:00
Vinnie Falco
61c904a355 Remove unused Application class members 2013-06-16 20:55:17 -07:00
Vinnie Falco
5371379c3c Add Beast fork from JUCE commit 265fb0e8ebc26e1469d6edcc68d2ca9acefeb508 2013-06-16 16:57:52 -07:00
Vinnie Falco
7eff38c1bb Rename LedgerAcquire to InboundLedger 2013-06-16 16:57:52 -07:00
Vinnie Falco
326ff5a205 Tidy up LedgerEntrySet 2013-06-16 16:57:51 -07:00
JoelKatz
1407aedbf3 Don't arm the deadlock detector in standalone mode. 2013-06-16 15:30:16 -07:00
JoelKatz
7347ad1693 This code is now ready for prime time. 2013-06-15 20:06:39 -07:00
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
4af9d8b5da Merge branch 'master' into develop to prepare for reverse merge. 2013-06-15 16:17:34 -07:00
JoelKatz
17695e79cb Typo. 2013-06-15 04:14:53 -07:00
JoelKatz
baf9279909 Typo. 2013-06-15 04:13:57 -07:00
JoelKatz
b2ef016f1a Don't crash on missing root node. 2013-06-15 04:12:35 -07:00
JoelKatz
4473b85eb7 Fix crash bug on missing root. 2013-06-15 04:07:42 -07:00
JoelKatz
2d8ddaedb4 Allow larger mmaps. 2013-06-15 02:08:59 -07:00
JoelKatz
91e1b17e61 Allow larger mmaps. 2013-06-15 02:08:09 -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
91a6f964af In AutoSocket::async_shutdown, pass the error code to the handler, don't throw it. 2013-06-15 01:41:18 -07:00
JoelKatz
bf60efcef2 We have to dispatch RPCServer operations onto a strand, otherwise
an error while both a read and write are pending can crash.

Conflicts:
	src/cpp/ripple/RPCServer.cpp
	src/cpp/ripple/RPCServer.h
2013-06-15 01:32: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
JoelKatz
80520cbce7 LevelDB issue 178 fix: cannot resize a level 0 compaction set 2013-06-14 10:58:47 -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
0c46180bd1 Report the write load for SQLite too. 2013-06-13 21:08:02 -07:00
JoelKatz
5b0d456aa4 Add lsfSell flag to indicate an offer was placed as a sell. 2013-06-13 15:23:58 -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
39a6950c49 Add ripple_main parts to VS2012 proejct 2013-06-12 18:20:29 -07:00
Vinnie Falco
68a4e4329c Tidy up OrderBook 2013-06-12 18:20:28 -07:00
Vinnie Falco
e871b03986 Split ripple_main into 4 pieces for SCons builds 2013-06-12 18:06:53 -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
JoelKatz
353b0a30b5 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-06-12 12:51:16 -07:00
Vinnie Falco
4eb63fdb7c Use HTTPS for gravatar generated URLs 2013-06-12 11:03:40 -07:00
Vinnie Falco
b53fa1e556 Fix VS2012 compilation errors 2013-06-12 07:25:12 -07:00
JoelKatz
42b1081b8f Add "flags" to account_offers output. 2013-06-11 23:52:46 -07:00
JoelKatz
2e7528e33a Add "flags" to account_offers output. 2013-06-11 23:52:27 -07:00