Commit Graph

  • 5dcbc92259 Really fix prevMissing Vinnie Falco 2013-07-04 13:48:23 -07:00
  • 026514157d Yet another RangeSet fix Vinnie Falco 2013-07-04 08:04:57 -07:00
  • e65027bded This is the right fix. JoelKatz 2013-07-04 00:30:56 -07:00
  • d664e614b8 This is the right fix. JoelKatz 2013-07-04 00:30:56 -07:00
  • 24745e9d82 Merge branch 'master' of github.com:ripple/rippled JoelKatz 2013-07-04 00:26:52 -07:00
  • 89b4d70cd4 Fix a bug in RangeSet::clearValue JoelKatz 2013-07-04 00:26:27 -07:00
  • ce3e6db181 RangeSet bugfixes. JoelKatz 2013-07-04 00:25:38 -07:00
  • 4a5d3a0f09 Fix for prevMissing Vinnie Falco 2013-07-03 23:26:04 -07:00
  • d79111353d Debug consistency checker for RangeSet Vinnie Falco 2013-07-03 23:11:21 -07:00
  • b4d5b8137c One step towards fixing this. We need asserts and logging. JoelKatz 2013-07-03 20:38:33 -07:00
  • 34f4b3cad4 beast, not BEAST JoelKatz 2013-07-03 18:39:49 -07:00
  • 9f3ae416f7 beast, not BEAST JoelKatz 2013-07-03 18:39:49 -07:00
  • 89ea36fa07 Merge branch 'feature-cleanup' of github.com:vinniefalco/rippled into develop JoelKatz 2013-07-03 18:36:17 -07:00
  • 1e6f898ac1 Merge branch 'develop' of github.com:ripple/rippled into develop JoelKatz 2013-07-03 18:33:08 -07:00
  • a150d771b6 Fix config-example for local signing Vinnie Falco 2013-07-03 13:47:27 -07:00
  • c0351e959a Fix config-example for local signing Vinnie Falco 2013-07-03 13:47:27 -07:00
  • d303e7dba8 Shed load if the ledger publication engine is falling behind. JoelKatz 2013-07-03 13:20:27 -07:00
  • bc5781e05d Load manager fixes. JoelKatz 2013-07-03 12:36:37 -07:00
  • da9cd1dcfe Missing return in previous commit. JoelKatz 2013-07-03 11:36:18 -07:00
  • 699ac3d256 Raise default hold time. JoelKatz 2013-07-03 11:23:58 -07:00
  • c9b8009e3a Avoid relaying very old transactions JoelKatz 2013-07-03 11:16:14 -07:00
  • 03948cd685 Various beast cleanups Vinnie Falco 2013-07-03 08:55:06 -07:00
  • 48cd904988 Various beast cleanups Vinnie Falco 2013-07-03 08:55:06 -07:00
  • 3c993884cd Fix beast macro calls Vinnie Falco 2013-07-03 07:13:39 -07:00
  • 69d1771ef6 Fix unused function warning Vinnie Falco 2013-07-03 07:18:04 -07:00
  • 46222af7df Fix beast macro calls Vinnie Falco 2013-07-03 07:13:39 -07:00
  • 47ceb0440d Streamline ILoadManager interface Vinnie Falco 2013-07-03 06:22:39 -07:00
  • dd431b47f5 Typo JoelKatz 2013-07-03 09:46:52 -07:00
  • 537b0f1088 Temporary workaround. JoelKatz 2013-07-03 09:43:21 -07:00
  • 9e99aed182 Add neverDestroyed lifetime for SharedSingleton Vinnie Falco 2013-07-03 04:59:28 -07:00
  • 7a1bc5435e Add neverDestroyed lifetime for SharedSingleton Vinnie Falco 2013-07-03 04:59:28 -07:00
  • 66edf2822c Fix for atomic aliasing in Clang or GCC builds Vinnie Falco 2013-07-02 14:49:23 -07:00
  • 147e0e78b9 Fix for atomic aliasing in Clang or GCC builds Vinnie Falco 2013-07-02 14:49:23 -07:00
  • 9c9ba18619 constness fix in OwnedArray Vinnie Falco 2013-07-02 14:37:35 -07:00
  • ec672b939b constness fix in OwnedArray Vinnie Falco 2013-07-02 14:37:35 -07:00
  • ca3ef3881f Add new ripple_app parts to SConstruct Vinnie Falco 2013-07-02 07:54:17 -07:00
  • 8497597d91 Break ripple_app module into 8 pieces (from 4) Vinnie Falco 2013-07-02 07:36:08 -07:00
  • 0ddd78e9b3 Update VS2012 Release build settings for VTune Vinnie Falco 2013-07-01 22:56:35 -07:00
  • 485d048415 Update some beast container code Vinnie Falco 2013-07-01 14:44:00 -07:00
  • 6c561fdf96 Update some beast container code Vinnie Falco 2013-07-01 14:44:00 -07:00
  • f903df5a1a Fix out-of-date bug by recreating VS2012 project Vinnie Falco 2013-07-01 07:15:05 -07:00
  • cc651c15b5 Logging to debugger is useful only on Windows. Alex Dupre 2013-07-03 10:02:58 +02:00
  • 10a0db9160 Linux implementation of isRunningUnderDebugger using ptrace() doesn't work on FreeBSD. (I doubt it'll work on Linux, too, but I'm not sure) Alex Dupre 2013-07-03 10:00:40 +02:00
  • 8d4d5038aa Linux implementation of isRunningUnderDebugger using ptrace() doesn't work on FreeBSD. (I doubt it'll work on Linux, too, but I'm not sure) Alex Dupre 2013-07-03 10:00:40 +02:00
  • 8260b75586 FreeBSD tuning. Alex Dupre 2013-07-03 10:00:12 +02:00
  • bba1ab079e FreeBSD tuning. Alex Dupre 2013-07-03 10:00:12 +02:00
  • a732f397cb Limit transaction queue size. JoelKatz 2013-07-03 09:38:22 -07:00
  • ab12bae17f Temporarily disable relaying when not in full sync. JoelKatz 2013-07-03 09:24:18 -07:00
  • b2943d0b53 More logging JoelKatz 2013-07-03 09:20:53 -07:00
  • 5b6e9f9f9b Log display name for transactions. JoelKatz 2013-07-03 08:17:02 -07:00
  • fffdcfe4bf Fix a bug parsing source currencies. JoelKatz 2013-07-03 08:35:16 -07:00
  • db3d589d68 Fix a bug parsing source currencies. JoelKatz 2013-07-03 08:35:16 -07:00
  • bdf160455c Identify log messages from running the queued transactions JoelKatz 2013-07-03 07:53:32 -07:00
  • c46a89e7ad Don't sign/submit when network is not stable. JoelKatz 2013-07-03 07:50:01 -07:00
  • 86196a6e46 More logging. JoelKatz 2013-07-03 07:14:47 -07:00
  • 907d3d59ba Temporarily disable SF_RETRY logic until it can be rethought. JoelKatz 2013-07-03 06:57:52 -07:00
  • 69d38d8844 Fetch pack micro-optimizations. JoelKatz 2013-07-03 00:42:29 -07:00
  • 89f6e7b4a5 Don't check for what can never happen. JoelKatz 2013-07-02 23:49:10 -07:00
  • a35b3fbc6a Remove the compaction delay. Somehow it's not helping. JoelKatz 2013-07-02 23:37:52 -07:00
  • 70ddbd7b91 More path fixes. JoelKatz 2013-07-02 23:18:58 -07:00
  • d8033012ac Phase one of the pathfinding fix. JoelKatz 2013-07-02 22:14:36 -07:00
  • c091e80e11 Some work towards clean shudown JoelKatz 2013-07-02 21:28:15 -07:00
  • 582c2758b0 Get a lock acquire out of a critical fast path. JoelKatz 2013-07-02 19:22:28 -07:00
  • c487717108 prevMissing searches in the wrong direction. JoelKatz 2013-07-02 13:34:15 -07:00
  • 0183e4d177 If a tree consists only of a matching leaf, don't include that leaf in the fetch pack. JoelKatz 2013-07-02 13:31:43 -07:00
  • 6203024bc6 Fix prevMissing JoelKatz 2013-07-02 10:54:15 -07:00
  • 4ee46e3adb Merge branch 'master' of github.com:ripple/rippled JoelKatz 2013-07-02 10:45:13 -07:00
  • d0d5388fd6 Add new ripple_app parts to SConstruct Vinnie Falco 2013-07-02 07:54:17 -07:00
  • fa8e64014e Break ripple_app module into 8 pieces (from 4) Vinnie Falco 2013-07-02 07:36:08 -07:00
  • 2edb7a59d1 Whitespace JoelKatz 2013-07-02 00:27:12 -07:00
  • 78ad1904d2 Merge branch 'develop' of github.com:ripple/rippled into develop JoelKatz 2013-07-01 11:39:15 -07:00
  • 4e4e8c913d Temporary fix to crash on "1e-95". JoelKatz 2013-07-01 11:37:50 -07:00
  • 141f2d8885 Temporary fix to crash on "1e-95". JoelKatz 2013-07-01 11:37:50 -07:00
  • a912c3012a Try to track down the bug that's causing isEquivalent to return false on a reconstructed transaction. JoelKatz 2013-07-01 11:30:21 -07:00
  • c1b18536f7 Merge commit '4090fbf0b7d14d03c879dd921fe4b7c03cf5fdc6' into develop Vinnie Falco 2013-07-01 10:25:46 -07:00
  • 4090fbf0b7 Squashed 'Subtrees/leveldb/' changes from ab82e57..ae6c262 Vinnie Falco 2013-07-01 10:25:46 -07:00
  • 259c81499b Simplify Application shared singleton Vinnie Falco 2013-06-30 21:13:41 -07:00
  • b52bbccd8a Streamline Log with print() and out() Vinnie Falco 2013-06-30 12:11:42 -07:00
  • 8365ed7408 Remove ConcurrentObject and rename to SharedData Vinnie Falco 2013-06-30 09:55:18 -07:00
  • c35c52ff08 Fix platform and debug macros Vinnie Falco 2013-06-30 10:10:19 -07:00
  • 2fefe6ca8d Remove ConcurrentObject and rename to SharedData Vinnie Falco 2013-06-30 09:55:18 -07:00
  • d4298d1bd2 Tidy up List documentation Vinnie Falco 2013-06-30 09:41:01 -07:00
  • 02f137ace8 Tidy up List documentation Vinnie Falco 2013-06-30 09:41:01 -07:00
  • 75736f547a Tidy up LeakChecked and configuration macro Vinnie Falco 2013-06-30 09:04:09 -07:00
  • 4d7fe731d8 Tidy up LeakChecked and configuration macro Vinnie Falco 2013-06-30 09:04:09 -07:00
  • e84b524fc4 Default MSVC CRT Debug heap leak checks to ON Vinnie Falco 2013-06-30 07:49:30 -07:00
  • e3974c112e Default MSVC CRT Debug heap leak checks to ON Vinnie Falco 2013-06-30 07:49:30 -07:00
  • 7eb80615c7 Tidy up project file Vinnie Falco 2013-06-30 03:49:30 -07:00
  • 0deaeb1000 Cleanly destroy Application on exit Vinnie Falco 2013-06-30 04:21:07 -07:00
  • 68179cfce3 Add LeakChecked qualifiers to key classes Vinnie Falco 2013-06-30 03:49:41 -07:00
  • c46b35732a Tidy up project file Vinnie Falco 2013-06-30 03:49:30 -07:00
  • 030c763549 Remove beast::Singleton Vinnie Falco 2013-06-30 03:27:24 -07:00
  • 7247dc91bc Remove beast::Singleton Vinnie Falco 2013-06-30 03:27:24 -07:00
  • 57d0e556d8 Fix File::nonexistent false leak using SharedSingleton Vinnie Falco 2013-06-30 03:25:20 -07:00
  • 53ab279c8a Fix File::nonexistent false leak using SharedSingleton Vinnie Falco 2013-06-30 03:25:20 -07:00
  • 3fea8a4202 Rename SharedSingleton and move files around Vinnie Falco 2013-06-30 03:08:15 -07:00
  • 448e65fb4d Rename SharedSingleton and move files around Vinnie Falco 2013-06-30 03:08:15 -07:00
  • ca1eda2df1 Use LeakChecked throughout Beast Vinnie Falco 2013-06-29 22:59:07 -07:00
  • 1beae55f86 Wrap IApplication in a ScopedPointer Vinnie Falco 2013-06-30 00:18:23 -07:00
  • a3325d4e1f Use LeakChecked throughout Beast Vinnie Falco 2013-06-29 22:59:07 -07:00