Commit Graph

224 Commits

Author SHA1 Message Date
Vinnie Falco
2d277dc307 Allow optional port number in rpc_ip command 2013-07-07 19:42:37 -07:00
JoelKatz
644dec19f4 Fix initialization order. 2013-07-07 15:30:35 -07:00
JoelKatz
6864f9f383 Merge branch 'feature-cleanup' of github.com:vinniefalco/rippled into develop
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj.filters
2013-07-07 15:29:16 -07:00
JoelKatz
37fe9a6098 Merge branch 'master' into develop
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj
	modules/ripple_app/ripple_app.cpp
	modules/ripple_websocket/ripple_websocket.cpp
	src/cpp/ripple/NetworkOPs.cpp
	src/cpp/ripple/ripple_Application.cpp
	src/cpp/ripple/ripple_Peer.cpp
2013-07-07 15:28:18 -07:00
JoelKatz
f9b282b424 Fix conflict. 2013-07-07 15:13:38 -07:00
JoelKatz
31291598ea Fix a bug in RangeSet::clearValue 2013-07-07 15:10:05 -07:00
Vinnie Falco
d5d40733fb Add QTCreator .pro based build 2013-07-05 07:09:57 -07:00
Vinnie Falco
535d510b48 Rewrite log file and log rotation behavior 2013-07-05 07:09:57 -07:00
Vinnie Falco
437f10b247 Add rpc_ip and rpc_port command line overrides 2013-07-05 07:09:56 -07:00
Vinnie Falco
bdbeabde4a Remove unnecessary assignment 2013-07-04 13:59:37 -07:00
Vinnie Falco
5dcbc92259 Really fix prevMissing 2013-07-04 13:53:03 -07:00
Vinnie Falco
026514157d Yet another RangeSet fix 2013-07-04 08:04:57 -07:00
JoelKatz
e65027bded This is the right fix. 2013-07-04 00:31:21 -07:00
JoelKatz
d664e614b8 This is the right fix. 2013-07-04 00:30:56 -07:00
JoelKatz
89b4d70cd4 Fix a bug in RangeSet::clearValue 2013-07-04 00:26:27 -07:00
JoelKatz
ce3e6db181 RangeSet bugfixes. 2013-07-04 00:25:38 -07:00
Vinnie Falco
4a5d3a0f09 Fix for prevMissing 2013-07-03 23:39:18 -07:00
Vinnie Falco
d79111353d Debug consistency checker for RangeSet 2013-07-03 23:16:12 -07:00
JoelKatz
b4d5b8137c One step towards fixing this. We need asserts and logging. 2013-07-03 20:38:33 -07:00
Vinnie Falco
69d1771ef6 Fix unused function warning 2013-07-03 10:05:43 -07:00
Vinnie Falco
8497597d91 Break ripple_app module into 8 pieces (from 4)
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj
	modules/ripple_app/ripple_app.cpp
2013-07-03 09:41:45 -07:00
Vinnie Falco
6c561fdf96 Update some beast container code 2013-07-03 09:41:44 -07:00
Vinnie Falco
f903df5a1a Fix out-of-date bug by recreating VS2012 project 2013-07-03 09:41:44 -07:00
Alex Dupre
cc651c15b5 Logging to debugger is useful only on Windows. 2013-07-03 09:41:44 -07:00
JoelKatz
c487717108 prevMissing searches in the wrong direction. 2013-07-02 13:34:15 -07:00
JoelKatz
6203024bc6 Fix prevMissing 2013-07-02 10:54:15 -07:00
Vinnie Falco
fa8e64014e Break ripple_app module into 8 pieces (from 4) 2013-07-02 07:39:52 -07:00
JoelKatz
a912c3012a Try to track down the bug that's causing isEquivalent to return false on a reconstructed transaction. 2013-07-01 11:30:21 -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
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
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
JoelKatz
b954181372 Typo 2013-07-01 08:45:48 -07:00
JoelKatz
1241260744 Typo 2013-07-01 08:45:28 -07:00
JoelKatz
6514fa0f8e Fix a case that doesn't canonicalize to zero. 2013-07-01 08:43:01 -07:00
JoelKatz
45479728c9 Fix a case that doesn't canonicalize to zero. 2013-07-01 08:42:30 -07:00
JoelKatz
c645901d58 Bugfix in prevMissing. 2013-07-01 01:33:38 -07:00
Vinnie Falco
ebd10afdb2 Put boost placeholders in a namespace (hack) 2013-06-28 17:01:04 -07:00
Vinnie Falco
b0c401bc3f Replace boost::bind with BIND_TYPE where appropriate 2013-06-28 17:01:03 -07:00
Vinnie Falco
122f1c54e2 Uniform include of BeastConfig.h 2013-06-28 17:01:03 -07:00
Vinnie Falco
8f7acfe4ee Use beast for bind, placeholders, and function 2013-06-28 17:01:02 -07:00
Vinnie Falco
df9fa7b897 Fix default param using std::function 2013-06-28 17:01:02 -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
d80547e980 Hack to put boost placeholders in a namespace 2013-06-28 10:19:40 -07:00