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
Arthur Britto
6e6cbe19af
JS: Fix for divide.
2012-12-09 00:15:31 -08:00
Arthur Britto
50aa2df4aa
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-09 00:11:22 -08:00
Arthur Britto
ea42fbce26
JS: Amount add multiply and divide.
2012-12-09 00:10:21 -08:00
Arthur Britto
afabfc8eac
JS: Reorder Amount functions alphabetically.
2012-12-08 23:27:46 -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
c9fb25e869
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-08 19:00:10 -08:00
JoelKatz
62611771ac
Remove redunant check.
2012-12-08 18:59:56 -08:00
Arthur Britto
e955bc5bb9
JS: Fixes for add and subtract.
2012-12-08 18:15:37 -08:00
Arthur Britto
f8587c36c3
JS: Add is_zero and compareTo to Amount.
2012-12-08 17:55:37 -08:00
Arthur Britto
4126d149cc
JS: Add abs, add, and subtract to Amount.
2012-12-08 17:38:08 -08:00
Arthur Britto
8801a95409
JS: Rework NaN testing for Amount.
2012-12-08 17:08:15 -08:00
Stefan Thomas
a67f9b9a21
Add link to ripple.txt wiki page.
2012-12-08 16:08:36 -08:00
Stefan Thomas
08602614e8
Added CORS requirement for ripple.txt.
2012-12-08 16:08:36 -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
dda0769c5e
JS: Add is_native() to Currency.
2012-12-07 22:24:50 -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
ef6ff76656
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-07 14:31:53 -08:00
JoelKatz
aefe0445a0
Explain the relaxed restriction.
2012-12-07 14:31:18 -08:00
JoelKatz
54ee3904e2
Be more flexible in the way we accept certificate chains.
2012-12-07 14:29:39 -08:00
Arthur Britto
6b39593a13
Cosmetic.
2012-12-07 12:25:55 -08:00
JoelKatz
0f907c5677
Document the configuration.
2012-12-07 10:48:03 -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
aecf0aade4
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 16:48:22 -08:00
jed
4ec4ccf490
broken websocket code
2012-12-06 16:48:04 -08:00
Stefan Thomas
10e53b7562
Add WebSocket Secure (SSL) support to client library.
2012-12-06 14:33:28 -08:00
Stefan Thomas
73db82ac56
Only consider a server connection with server_status == 'ok' as being 'online'.
2012-12-06 12:33:47 -08:00
Stefan Thomas
cbb1e50222
Add event allowing client to track server's network connectivity.
2012-12-06 12:33:41 -08:00
Stefan Thomas
d3acc2cf75
Fix fractional part in to_human().
2012-12-06 11:25:51 -08:00
JoelKatz
3841bc406a
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 10:56:09 -08:00