Vinnie Falco
49340de0cd
Remove using-namespace-directives at global scope
2013-06-27 14:46:00 -07:00
Vinnie Falco
d9f222fa83
Strip includes
2013-06-19 16:23:04 -07:00
Vinnie Falco
00a7cbf610
Update copyright notice and 80 column separators
2013-06-15 18:20:59 -07:00
Vinnie Falco
8a6ce5de68
Rename Wallet to LocalCredentials
2013-06-15 18:20:59 -07:00
Vinnie Falco
521e812fc4
Reformatting using AStyle
2013-06-14 08:45:13 -07:00
Vinnie Falco
a6fdabc68a
Reformat annotations in preparation for automated extraction
2013-06-07 14:46:09 -07:00
Vinnie Falco
8b6c2c0c7a
Split Job and JobQueue and move functions to the .cpp
2013-06-06 21:43:07 -07:00
Vinnie Falco
2c525b03c6
Enormous cleanup of RippleAddress et. al. into ripple_data
...
Start cleanup into ripple_data, split out some hash_value() instances
Tidy up CBigNum into ripple_data, moving definitions to .cpp
Split and clean up base58 stuff
Remove unused files from VS2012 project
Clean up some bignum stuff and remove unused files
Partial cleanup of RFC1751
Enormous cleanup with RippleAddress and related, into ripple_data
Remove unused VS project files
Move ECIES stuff into CKey
2013-05-30 10:16:22 -07:00
Vinnie Falco
224456c59e
Rename MAX_SIZE and move it to rpc.cpp
2013-05-28 16:14:59 -07:00
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