Commit Graph

5986 Commits

Author SHA1 Message Date
Vinnie Falco
827b5c4b10 Move ScopedLock to ripple_basics 2013-05-30 10:16:23 -07:00
Vinnie Falco
e5492c0ab7 Demote CKey.h include from .h to .cpp 2013-05-30 10:16:22 -07:00
Vinnie Falco
4fc2d3b274 Rename and move DeterministicKeys into ripple_data 2013-05-30 10:16:22 -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
7ad8f47835 Add initial Doxygen support 2013-05-30 10:15:25 -07:00
JoelKatz
749965ac09 Fix missing dependencies. 2013-05-30 10:09:49 -07:00
JoelKatz
dc11ecedd8 Don't report available if shutting down. 2013-05-29 17:16:54 -07:00
JoelKatz
a0b6584c9a ELB support. Client servers can remove themselves from an ELB pool if loaded
or otherwise broken. Clients won't join an ELB pool until they're stable.
2013-05-29 15:20:26 -07:00
JoelKatz
130459dcca Merge branch 'develop' into elb 2013-05-29 15:04:03 -07:00
Vinnie Falco
3a8fc150d0 Fix static initialization of log partitions 2013-05-29 11:35:40 -07:00
Vinnie Falco
224456c59e Rename MAX_SIZE and move it to rpc.cpp 2013-05-28 16:14:59 -07:00
JoelKatz
de9424c302 Merge branch 'develop' 2013-05-28 11:04:31 -07:00
JoelKatz
045a5f0af1 Merge branch 'master' into develop 2013-05-28 11:02:31 -07:00
Arthur Britto
06e2dcbab6 Make wallet_propose and wallet_seed admin only. 2013-05-28 01:47:11 -07:00
Arthur Britto
d998b9bb77 Merge branch 'feature-wallet-admin' into develop 2013-05-28 01:36:46 -07:00
Arthur Britto
4483e7c928 Make wallet_propose and wallet_seed admin only. 2013-05-28 01:36:16 -07:00
Vinnie Falco
9bc89e8896 Include ripple.pb.cc for VS unity builds 2013-05-27 13:44:07 -07:00
JoelKatz
bbaa2b6670 Put proto stuff in SConstruct 2013-05-27 13:29:45 -07:00
Vinnie Falco
4f12f1a8ee Remove ripple.pb.cc from unity because of SConstruct 2013-05-27 13:27:28 -07:00
Vinnie Falco
0f177a8038 Move uint256 to ripple_basics 2013-05-27 13:16:08 -07:00
Vinnie Falco
92bdcba096 Split DH from utils, remove utils from project 2013-05-27 13:16:08 -07:00
Vinnie Falco
e842548a29 Add includes for linux Sustain 2013-05-27 13:16:08 -07:00
Vinnie Falco
c09a4d7148 Move Sustain to ripple_basics and clean up includes 2013-05-27 13:16:07 -07:00
Vinnie Falco
0548f161d3 Streamline subdirectories for ripple_basics 2013-05-27 13:16:07 -07:00
Vinnie Falco
90bc0c1a8c Split thread and range stuff out of utils 2013-05-27 13:16:07 -07:00
Arthur Britto
9b5d047c90 Fix SConstruct for new style. 2013-05-27 13:16:06 -07:00
Vinnie Falco
3d8772cd04 Another SConstruct fix attempt (take 3) 2013-05-27 13:16:06 -07:00
Vinnie Falco
6170b675b0 Fix SConstruct for protobuf 2013-05-27 13:16:06 -07:00
Vinnie Falco
55e7bf01f5 Hack to prevent redefinition warnings regarding __STDC_LIMIT_MACROS 2013-05-27 13:16:05 -07:00
Vinnie Falco
e6a0209bdf Fix spelling 2013-05-27 13:16:05 -07:00
Vinnie Falco
a7eb5c7ca6 Move platform specific random number stuff 2013-05-27 13:16:05 -07:00
Vinnie Falco
b40f11288b Split stuff from util to PlatformMacros and RandomNumbers 2013-05-27 13:16:04 -07:00
Vinnie Falco
b0e56d170b Fix SConstruct again (thanks Arthur) 2013-05-27 13:16:04 -07:00
Vinnie Falco
9169eae969 Roll back SConstruct to fix proto changes 2013-05-27 13:16:04 -07:00
Vinnie Falco
094cde3418 Make uptime member volatile 2013-05-27 13:16:03 -07:00
Vinnie Falco
2997728831 Include boost::lexical_cast for string utilities in basics 2013-05-27 13:16:03 -07:00
Vinnie Falco
333557da84 Split string utilities from utils.h 2013-05-27 13:16:03 -07:00
Vinnie Falco
d4652d4eb4 Put includes back for json 2013-05-27 13:16:02 -07:00
Vinnie Falco
9052f2e657 Put <string> back into includes for json module 2013-05-27 13:16:02 -07:00
Vinnie Falco
61fb6538d7 Split byte order routines out of utils.h 2013-05-27 13:16:02 -07:00
Vinnie Falco
4e8d4c28c2 Remove legacy upTime() function 2013-05-27 13:16:01 -07:00
Vinnie Falco
fb8c370d70 Move TaggedCache to ripple_basics and remove dependency on upTime 2013-05-27 13:16:01 -07:00
Vinnie Falco
2576e54b6e Fix TaggedCache to use uniform logging interface 2013-05-27 13:16:01 -07:00
Vinnie Falco
6b38c20905 Move SecureAllocator to ripple_basics module 2013-05-27 13:16:00 -07:00
Vinnie Falco
54d246cb5e Move RangeSet to ripple_basics module 2013-05-27 13:16:00 -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
1f940b60c4 Update SConstruct 2013-05-27 13:15:59 -07:00
Vinnie Falco
0f38568387 Update SConstruct for json module 2013-05-27 13:15:59 -07:00
Vinnie Falco
45d706943b Clean up ripple_json module and remove unnecessary includes 2013-05-27 13:15:59 -07:00
Vinnie Falco
ce66f950cf Put json in its own module with header 2013-05-27 13:15:58 -07:00