JoelKatz
16c8bebf44
Workaround websocketpp's bad exception logic.
2012-12-10 14:27:43 -08:00
Stefan Thomas
52fc3af69b
Fix segfault on start.
2012-12-10 13:47:42 -08:00
jed
eea2739f53
add seq to offer json
2012-12-10 12:05:50 -08:00
JoelKatz
35ec825d8c
Tie the peer code into the new load management code.
2012-12-10 06:27:52 -08:00
JoelKatz
5cbc8f0018
Put this code in the repository for discussion. The goal is to make a simple
...
way to create a tree of parameters that can have compile-time defaults,
configuration file overrides, command line overrides, and run-time get/set
functionality without having to write any additional code for each
parameter.
2012-12-09 21:41:16 -08:00
JoelKatz
b1dd6c2523
Load types.
2012-12-09 20:37:57 -08:00
JoelKatz
92ffca7f42
Get rid of this, merging with LoadManager.
2012-12-09 20:28:08 -08:00
JoelKatz
4ed1b4f267
Dispatch all websocket commands to our pool. This should fix the deadlocks.
2012-12-08 19:54:32 -08:00
JoelKatz
66021ab284
Don't lose the thread head when a threaded node (like an offer or contract) is deleted.
2012-12-08 19:12:29 -08:00
JoelKatz
62611771ac
Remove redunant check.
2012-12-08 18:59:56 -08:00
JoelKatz
cbeacc5a30
Stray space.
2012-12-08 11:21:07 -08:00
JoelKatz
bdfa1d03f8
Fix a metadata corrupting bug. You can't use std::sort on a boost ptr_vector.
2012-12-08 11:15:37 -08:00
JoelKatz
78f6294832
Don't create a new context for each connection.
2012-12-08 10:42:25 -08:00
JoelKatz
502df2f1dd
Close the file.
2012-12-08 10:39:48 -08:00
Arthur Britto
e03ed39fca
Some pathfinding fixes.
2012-12-07 17:47:29 -08:00
Arthur Britto
bfce6b4ec1
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-07 15:22:34 -08:00
Arthur Britto
2701f25052
Be more strict with payment build_path flag.
2012-12-07 15:22:24 -08:00
JoelKatz
54ee3904e2
Be more flexible in the way we accept certificate chains.
2012-12-07 14:29:39 -08:00
JoelKatz
0ace657d81
Error checking.
2012-12-07 10:45:21 -08:00
Arthur Britto
0f9cdb1c8b
Remove support for RPC style calls over websocket.
2012-12-06 20:22:02 -08:00
Arthur Britto
8ad9d62641
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 20:16:19 -08:00
Arthur Britto
56e85db815
Fixes for ripple_path_find.
2012-12-06 20:16:12 -08:00
JoelKatz
670763d321
Need working ways to specify the key, cert, and chain.
2012-12-06 19:19:53 -08:00
JoelKatz
dbb70e2bf9
Stop whichever endpoint is running.
2012-12-06 19:14:58 -08:00
JoelKatz
2c342d984f
Fixes. Template code must go in header files.
2012-12-06 18:59:45 -08:00
JoelKatz
a17babcfaf
Fix small buglets.
2012-12-06 18:59:34 -08:00
JoelKatz
2e425d60fd
Don't return rpcSUCCESS.
2012-12-06 18:59:10 -08:00
JoelKatz
176efd4a8e
Add support for SSL certificate chain.
2012-12-06 18:58:49 -08:00
jed
4ec4ccf490
broken websocket code
2012-12-06 16:48:04 -08:00
Stefan Thomas
cbb1e50222
Add event allowing client to track server's network connectivity.
2012-12-06 12:33:41 -08:00
JoelKatz
3841bc406a
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 10:56:09 -08:00
JoelKatz
1d2bb868b6
Remove RAND_bytes calls.
2012-12-06 10:55:56 -08:00
JoelKatz
fa5e328561
New 'getRand' function.
2012-12-06 10:55:23 -08:00
Arthur Britto
6a318f496c
Change RPC ledger params to just current and closed.
2012-12-06 10:36:34 -08:00
Arthur Britto
c55eb72d76
Fix for RPC commands.
2012-12-06 08:24:53 -08:00
Arthur Britto
c5ad702117
Be more strict for RPC commands.
2012-12-06 07:45:25 -08:00
Arthur Britto
ce47e99d6d
Comments.
2012-12-06 07:43:39 -08:00
Arthur Britto
c5aabbf676
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 07:38:11 -08:00
Arthur Britto
1238e8f5d8
Fix validity checking for RPC commands.
2012-12-06 07:38:01 -08:00
JoelKatz
58e47d3f51
get it right this time.
2012-12-06 04:17:51 -08:00
JoelKatz
f99e2293db
Don't erroneously report load over targets.
2012-12-06 03:56:59 -08:00
JoelKatz
5376c01edb
Cosmetic fix
2012-12-06 03:44:33 -08:00
JoelKatz
d02ef93f5c
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 03:39:37 -08:00
JoelKatz
6f5f51de8a
Use cref instead of ref.
2012-12-06 03:39:23 -08:00
Arthur Britto
a2377fc204
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 00:02:08 -08:00
Arthur Britto
de9cffe5c5
Emit 256 bits of random on RPC server subscribe.
2012-12-06 00:02:02 -08:00
JoelKatz
e0a9520d9d
Solve proof of works if requested.
2012-12-05 23:48:23 -08:00
JoelKatz
7f313afe80
Track connection direction.
2012-12-05 23:48:10 -08:00
Arthur Britto
6980bcaa46
Cosmetic.
2012-12-05 18:04:27 -08:00
Arthur Britto
d7c5b73875
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-05 18:02:58 -08:00