Commit Graph

13 Commits

Author SHA1 Message Date
Vinnie Falco
d762abfc85 Move Log to ripple_basics and split websocket logging to ripple_net 2013-05-27 13:16:00 -07:00
Vinnie Falco
ce66f950cf Put json in its own module with header 2013-05-27 13:15:58 -07:00
Vinnie Falco
794b84c473 Fix missing file names for new Log partition code 2013-05-27 13:15:57 -07:00
Vinnie Falco
89eb0bc6f0 Add ripple_client module unity build and move RPCServer into it 2013-05-27 13:14:07 -07:00
Arthur Britto
c25f480cb8 Fixes for https client over AutoSocket. 2013-02-01 19:02:08 -08:00
Arthur Britto
fb1cd25f28 More work toward http/https client unification. 2013-01-31 13:07:37 -08:00
JoelKatz
ae51e9d203 Finish support for RPC user/pass auth. 2013-01-18 05:35:10 -08:00
JoelKatz
fd76033e55 On second thought, this is what we want. 2013-01-18 03:06:12 -08:00
JoelKatz
015d09993d Fix HTTPAuthorized. It's currently not used. 2013-01-18 03:01:54 -08:00
Arthur Britto
937f9718f8 Support paths for subscribe via json-rpc. 2012-12-30 17:16:53 -08:00
Arthur Britto
86d7781255 Fix user agent for JSON-RPC to use SYSTEM_NAME. 2012-12-29 14:41:07 -08:00
JoelKatz
2a06686b7c Round one of fixes to avoid ridiculous numbers of spurious copy constructor and destructor calls.
Most of these fixes involve calls to BOOST_FOREACH to iterate over a map or unordered_map where the
iterator type didn't perfectly match the internal type, so a reference into the map couldn't be created
and a new value/content pair had to be created for each iteration.
2012-12-17 20:20:24 -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