Commit Graph

2386 Commits

Author SHA1 Message Date
JoelKatz
fffdcfe4bf Fix a bug parsing source currencies. 2013-07-03 08:35:39 -07:00
JoelKatz
db3d589d68 Fix a bug parsing source currencies. 2013-07-03 08:35:16 -07:00
JoelKatz
bdf160455c Identify log messages from running the queued transactions 2013-07-03 07:53:32 -07:00
JoelKatz
c46a89e7ad Don't sign/submit when network is not stable. 2013-07-03 07:50:01 -07:00
JoelKatz
86196a6e46 More logging. 2013-07-03 07:14:47 -07:00
JoelKatz
907d3d59ba Temporarily disable SF_RETRY logic until it can be rethought. 2013-07-03 06:57:52 -07:00
JoelKatz
69d38d8844 Fetch pack micro-optimizations. 2013-07-03 00:42:29 -07:00
JoelKatz
89f6e7b4a5 Don't check for what can never happen. 2013-07-02 23:49:10 -07:00
JoelKatz
70ddbd7b91 More path fixes. 2013-07-02 23:18:58 -07:00
JoelKatz
d8033012ac Phase one of the pathfinding fix. 2013-07-02 22:14:36 -07:00
JoelKatz
c091e80e11 Some work towards clean shudown 2013-07-02 21:28:15 -07:00
JoelKatz
582c2758b0 Get a lock acquire out of a critical fast path. 2013-07-02 19:22:28 -07:00
JoelKatz
0183e4d177 If a tree consists only of a matching leaf, don't include that leaf in the fetch pack. 2013-07-02 13:31:43 -07:00
JoelKatz
4ee46e3adb Merge branch 'master' of github.com:ripple/rippled 2013-07-02 10:45:13 -07:00
Vinnie Falco
fa8e64014e Break ripple_app module into 8 pieces (from 4) 2013-07-02 07:39:52 -07:00
JoelKatz
2edb7a59d1 Whitespace 2013-07-02 00:27:12 -07:00
JoelKatz
4e4e8c913d Temporary fix to crash on "1e-95". 2013-07-01 11:38:23 -07:00
JoelKatz
141f2d8885 Temporary fix to crash on "1e-95". 2013-07-01 11:37:50 -07:00
Vinnie Falco
259c81499b Simplify Application shared singleton 2013-07-01 09:32:09 -07:00
Vinnie Falco
b52bbccd8a Streamline Log with print() and out() 2013-07-01 09:32:09 -07:00
Vinnie Falco
c35c52ff08 Fix platform and debug macros 2013-07-01 09:32:08 -07:00
Vinnie Falco
2fefe6ca8d Remove ConcurrentObject and rename to SharedData 2013-07-01 09:32:08 -07:00
Vinnie Falco
4d7fe731d8 Tidy up LeakChecked and configuration macro 2013-07-01 09:32:07 -07:00
Vinnie Falco
0deaeb1000 Cleanly destroy Application on exit 2013-07-01 09:32:06 -07:00
Vinnie Falco
68179cfce3 Add LeakChecked qualifiers to key classes 2013-07-01 09:32:06 -07:00
Vinnie Falco
53ab279c8a Fix File::nonexistent false leak using SharedSingleton 2013-07-01 09:32:05 -07:00
Vinnie Falco
448e65fb4d Rename SharedSingleton and move files around 2013-07-01 09:32:05 -07:00
Vinnie Falco
1beae55f86 Wrap IApplication in a ScopedPointer 2013-07-01 09:32:04 -07:00
Vinnie Falco
a3325d4e1f Use LeakChecked throughout Beast 2013-07-01 09:32:04 -07:00
Vinnie Falco
f881ee96f9 Tidy up and activate the MSVC Debug Heap 2013-07-01 09:32:03 -07:00
Vinnie Falco
b0c1b5834a Refactor TxFormats and fix leak on exit 2013-07-01 09:32:03 -07:00
Vinnie Falco
989549fac5 Tidy up log partition names 2013-07-01 09:32:02 -07:00
Vinnie Falco
b0c401bc3f Replace boost::bind with BIND_TYPE where appropriate 2013-06-28 17:01:03 -07:00
Vinnie Falco
df9fa7b897 Fix default param using std::function 2013-06-28 17:01:02 -07:00
JoelKatz
6a6cb32b78 Fix a race condition in NetworkOPs::gotTXData 2013-06-28 16:31:18 -07:00
JoelKatz
f31ba16827 Fix a race condition in NetworkOPs::gotTXData 2013-06-28 16:30:37 -07:00
JoelKatz
ca4a2ad104 Remove the JSONCache. It was basically a failed experiment. 2013-06-28 16:07:32 -07:00
JoelKatz
27c761aa9c Add tecOWNERS. 2013-06-28 13:58:55 -07:00
Vinnie Falco
832f67b35c Roll back 7 commits 2013-06-28 11:48:43 -07:00
Vinnie Falco
f1a4ea3c3f Replace boost::bind with BIND_TYPE where appropriate 2013-06-28 09:18:17 -07:00
Vinnie Falco
903cc001dd Use beast for bind, placeholders, and function 2013-06-28 07:02:48 -07:00
Vinnie Falco
a21bb13915 Use dedicated Beast threads in LoadManager 2013-06-28 07:02:48 -07:00
Eric Lombrozo
1a2c87b3a8 Add version and build information to server_info response. 2013-06-27 20:45:55 -07:00
Vinnie Falco
49340de0cd Remove using-namespace-directives at global scope 2013-06-27 14:46:00 -07:00
Vinnie Falco
638656a597 Put modules in ripple namespace 2013-06-27 13:41:20 -07:00
Vinnie Falco
905b920e99 Split unit tests to separate files 2013-06-27 10:37:01 -07:00
Vinnie Falco
662119dd55 Remove unused ctor arguments 2013-06-27 07:57:14 -07:00
JoelKatz
e7da485373 Don't crash on startup due to races on the hash node database. Setup checkpointing on it. 2013-06-26 15:09:18 -07:00
JoelKatz
3b8543be94 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-06-26 12:41:22 -07:00
Vinnie Falco
1dffaf5d57 Use manual method for naming CountedObject classes 2013-06-26 01:10:54 -07:00