Commit Graph

46 Commits

Author SHA1 Message Date
Vinnie Falco
90bc0c1a8c Split thread and range stuff out of utils 2013-05-27 13:16:07 -07:00
Vinnie Falco
a7eb5c7ca6 Move platform specific random number stuff 2013-05-27 13:16:05 -07:00
Vinnie Falco
d762abfc85 Move Log to ripple_basics and split websocket logging to ripple_net 2013-05-27 13:16:00 -07:00
Arthur Britto
68510178c2 Add support for strict to CLI for account_info. 2013-05-23 16:01:15 -07:00
Stefan Thomas
a1a661a024 CLI: Add proof_* to command line help. 2013-05-13 10:17:43 +02:00
JoelKatz
1938a30c67 LevelDB import operation. 2013-05-04 01:22:17 -07:00
Arthur Britto
ec081cd2dc Make RPC account_lines support specify the peer account. 2013-04-14 23:15:58 -07:00
JoelKatz
fd296b4411 Pathfinding performance improvements. 2013-04-09 19:42:57 -07:00
JoelKatz
24bc094cb1 Fix a rare bug on shutdown. 2013-03-29 10:16:01 -07:00
Arthur Britto
09633c5f04 Fixes for account_tx. 2013-03-27 17:26:13 -07:00
Arthur Britto
eb4708528b Get rid of account index from CLI RPC. 2013-03-26 18:58:26 -07:00
Arthur Britto
8fc415d2bd Don't launch sub process if --help. 2013-03-23 18:55:51 -07:00
Arthur Britto
edd79c50a9 Add RPC json. 2013-03-21 13:11:27 -07:00
JoelKatz
92fd82b38e Don't relaunch the unit tests. 2013-03-20 06:46:13 -07:00
JoelKatz
03e7a0ce40 Cosmetic. 2013-03-20 06:37:00 -07:00
JoelKatz
c5429032ed Process monitors itself, restarts if it faults, preserves logs
and cores. Rate-limiting for safety.
2013-03-20 06:33:29 -07:00
JoelKatz
9ceb380cb8 Make debug easier by naming threads. 2013-03-20 05:41:08 -07:00
Arthur Britto
4407415692 Update CallRPC for revised RPC ledger. 2013-03-11 12:04:36 -07:00
JoelKatz
7621feda7b Updates to load monitoring and source load tracking. 2013-03-08 09:48:54 -08:00
JoelKatz
7c3d732a08 Name load source. Hook up load sources through WSConnection->RPCHandler. 2013-03-07 18:07:34 -08:00
Arthur Britto
a172654422 Let RPC ripple_path_find work on any ledger. 2013-03-07 12:44:33 -08:00
JoelKatz
ecb9e7db26 Enforce validation quorum. Default to quorum of 2 if started with --net. 2013-03-05 09:23:11 -08:00
Arthur Britto
768007cee6 Make RPC book_offers usuable.
- Missing: transfer fees
- Adds taker support
- Adds taker_gets_funded and taker_pays_funded
- Adds don't return unfunded offers
- Adds follow offer owner balances.
2013-03-02 23:55:45 -08:00
Arthur Britto
301909fa01 Fix framework for RPC book_offers. 2013-03-01 13:38:37 -08:00
JoelKatz
7a9037d1ca Large speed up of getField* functions on non-free objects such as transactions and ledger nodes. 2013-02-28 23:52:53 -08:00
Arthur Britto
8002f8469e Improve usage. 2013-02-28 16:38:52 -08:00
Arthur Britto
54fa89f832 Comment out unavailable command doc. 2013-02-22 01:25:29 -08:00
Stefan Thomas
d3b7a59b91 CLI: Add help for account_tx. 2013-02-18 15:07:27 +01:00
Arthur Britto
ab6ab491eb Make -q more quiet. 2013-01-21 17:02:15 -08:00
Arthur Britto
a2b890506a Make RPC startup results obey quiet. 2013-01-21 16:46:45 -08:00
Arthur Britto
7688253df9 Work arround crashing on ~Config. 2013-01-18 01:48:55 -08:00
Arthur Britto
4982ffdf74 Add support for calling RPC command at startup from config file. 2013-01-16 15:05:44 -08:00
JoelKatz
f9e402b9c4 Boost includes come after system includes. 2013-01-12 22:20:56 -08:00
JoelKatz
3febe8ae2a Make sure backfilling is disabled in standalone mode. 2013-01-12 05:22:52 -08:00
JoelKatz
376f214a70 Make it easier to insert code between when the server is setup and when it's started. 2013-01-09 23:55:39 -08:00
JoelKatz
cc2588aba2 Make it possible to start from a specific chosen ledger. 2013-01-07 23:47:39 -08:00
Arthur Britto
3781555bda Add --testnet flag. 2013-01-02 22:51:21 -08:00
Arthur Britto
f6010b639a Rename --test to --unittest. 2012-12-29 14:40:20 -08:00
JoelKatz
3aad343b84 Sanitize this. 2012-12-20 12:59:15 -08:00
JoelKatz
0106365098 Improve log level selection from command line. Some extra shutdown logging. 2012-12-20 09:27:50 -08:00
JoelKatz
ca25c6c3fb Fix the crash on startup if instances are created before the instance
tracking is initialized.
2012-12-20 08:46:57 -08:00
Arthur Britto
be243d5d34 Cosmetic. 2012-12-04 23:40:50 -08:00
jed
50953ff6d5 add account_offers and refactor 2012-12-04 12:12:11 -08:00
Arthur Britto
e737dd16c5 Do not output usage if --quiet. 2012-12-02 15:52:54 -08:00
Arthur Britto
c2d6dc0ab7 Add command line option --quiet. 2012-12-01 17:56:27 -08:00
Stefan Thomas
fa3fab5816 Moved cpp code to src/cpp and js code to src/js. 2012-11-07 12:49:50 -08:00