Arthur Britto
f3bbe07572
Refactor RPC account_info.
2012-12-02 16:49:21 -08:00
Arthur Britto
fed1250218
Regularize RPC handling.
2012-12-02 16:05:45 -08:00
Arthur Britto
17b2506cd7
Work toward RPC refactor and do not print to cout.
2012-12-01 17:59:35 -08:00
Arthur Britto
6d8afeca47
Work on path finder integration.
2012-11-30 17:14:25 -08:00
Arthur Britto
460776115c
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-11-29 15:46:56 -08:00
jed
92cee7d089
Merge branch 'master' of github.com:jedmccaleb/NewCoin into notdone
2012-11-29 09:23:08 -08:00
jed
32c231ab57
add meta to account_tx
2012-11-29 09:22:44 -08:00
Arthur Britto
6a72d6eb8a
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-11-28 19:19:57 -08:00
Arthur Britto
2268989609
Work toward ripple_path_find.
2012-11-28 19:19:39 -08:00
jed
e90a1a404d
still working
2012-11-28 16:29:15 -08:00
JoelKatz
72777b6b83
Remove some shared pointers on load monitors.
2012-11-28 15:53:07 -08:00
JoelKatz
6aca65ff76
Get the shared pointers out of the scoped lock stuff. We don't need it.
2012-11-28 15:27:20 -08:00
jed
89f02efc16
option to return date of transaction in the JSON
2012-11-23 17:58:48 -08:00
Arthur Britto
64ec8a7b6f
Make ripple_path_find more robust and clean up.
2012-11-22 19:10:43 -08:00
Arthur Britto
5c1605ab35
Rough cut at ripple_path_find.
2012-11-22 14:03:32 -08:00
Arthur Britto
4e713c58ad
Work toward ripple_path_find.
2012-11-22 11:51:40 -08:00
Arthur Britto
2aa6eb8784
Add framework for RPC ripple_path_find.
2012-11-21 16:25:53 -08:00
Arthur Britto
9755563e18
Cosmetic changes for path finding.
2012-11-20 18:52:42 -08:00
Arthur Britto
50cdc0c49f
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-11-20 14:49:12 -08:00
Arthur Britto
3cb3b41cef
Rename unl_default to validators_file.
2012-11-20 13:13:52 -08:00
JoelKatz
7d4d18bf8d
Add RPC to load tracking.
2012-11-20 13:04:17 -08:00
jed
d4ef06fd67
rpchandler
2012-11-16 09:06:18 -08:00
jed
25552ece7c
freeBSD
2012-11-15 16:47:23 -08:00
jed
2c2a8b5660
Merge branch 'master' of github.com:jedmccaleb/NewCoin into api2
2012-11-14 13:23:41 -08:00
Arthur Britto
f2dcc4cdd0
Add support for getting ledger_header.
2012-11-13 14:06:59 -08:00
jed
c1611f3b07
meta
2012-11-12 17:00:11 -08:00
jed
c7d88f5078
in progress
2012-11-12 07:48:04 -08:00
Stefan Thomas
f5a6fdbab9
Instantiate an RPCHandler per request.
...
RPCHandlers are pretty light objects and this allows us to pass in
parameters like the InfoSub object without locking or adding more
parameters to the RPC methods.
2012-11-10 15:51:45 -08:00
Stefan Thomas
b6bbef84cf
Move lock from RPCHandler to InfoSub.
2012-11-10 15:17:28 -08:00
Stefan Thomas
00bb9d99a7
Refactored WSConnection and RPCHandler to have one layer of commands.
...
Evented RPC commands are now on the same level as all other RPC
commands and are handled by the RPCHandler class.
2012-11-10 15:17:28 -08:00
JoelKatz
40527cca2b
Start adding support for concurrent I/O.
2012-11-09 14:14:47 -08:00
JoelKatz
3b2275a83b
Fully asynch transaction handler. Now we need to use it.
2012-11-09 07:26:26 -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