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