Commit Graph

  • 386fea5e71 Tidy up and activate the MSVC Debug Heap Vinnie Falco 2013-06-29 18:23:59 -07:00
  • f881ee96f9 Tidy up and activate the MSVC Debug Heap Vinnie Falco 2013-06-29 18:23:59 -07:00
  • e7bda30506 Large tidying up of Beast Vinnie Falco 2013-06-29 13:02:41 -07:00
  • fe8834a52a Large tidying up of Beast Vinnie Falco 2013-06-29 13:02:41 -07:00
  • b0c1b5834a Refactor TxFormats and fix leak on exit Vinnie Falco 2013-06-29 10:34:15 -07:00
  • 6dcf61669c Return object in OwnedArray add routines Vinnie Falco 2013-06-29 09:13:55 -07:00
  • a458afc111 Return object in OwnedArray add routines Vinnie Falco 2013-06-29 09:13:55 -07:00
  • 989549fac5 Tidy up log partition names Vinnie Falco 2013-06-29 08:26:33 -07:00
  • b17bbb7dad Merge pull request #106 from BobWay/feature-ripple-example.txt-update JoelKatz 2013-07-01 09:00:13 -07:00
  • b954181372 Typo JoelKatz 2013-07-01 08:45:28 -07:00
  • 1241260744 Typo JoelKatz 2013-07-01 08:45:28 -07:00
  • 6514fa0f8e Fix a case that doesn't canonicalize to zero. JoelKatz 2013-07-01 08:42:30 -07:00
  • 45479728c9 Fix a case that doesn't canonicalize to zero. JoelKatz 2013-07-01 08:42:30 -07:00
  • c645901d58 Bugfix in prevMissing. JoelKatz 2013-06-30 23:35:09 -07:00
  • 88fa8ee694 Changed ripple-example.txt to encourage deleting the comments from ripple.txt Bob Way 2013-06-30 19:21:06 -05:00
  • 1832463010 Implement MACAddress::findAllAddresses as in MacOSX. Alex Dupre 2013-06-29 10:04:27 +02:00
  • 0b0ecef9d5 Implement MACAddress::findAllAddresses as in MacOSX. Alex Dupre 2013-06-29 10:04:27 +02:00
  • a0baaeafd1 Use nanosleep on FreeBSD, instead of failing because clock_nanosleep is missing. Alex Dupre 2013-06-29 10:02:51 +02:00
  • c47ff1156c Use nanosleep on FreeBSD, instead of failing because clock_nanosleep is missing. Alex Dupre 2013-06-29 10:02:51 +02:00
  • ff0258aa8d Remove FreeBSD hack by requiring a newer gcc from ports. Alex Dupre 2013-06-29 10:01:34 +02:00
  • c5a113ca80 Put boost placeholders in a namespace (hack) Vinnie Falco 2013-06-28 10:19:40 -07:00
  • ebd10afdb2 Put boost placeholders in a namespace (hack) Vinnie Falco 2013-06-28 10:19:40 -07:00
  • e6b3ded33f Lift cref into beast namespace Vinnie Falco 2013-06-27 19:39:27 -07:00
  • b0c401bc3f Replace boost::bind with BIND_TYPE where appropriate Vinnie Falco 2013-06-28 09:18:17 -07:00
  • 122f1c54e2 Uniform include of BeastConfig.h Vinnie Falco 2013-06-27 19:44:46 -07:00
  • dd49f49ca2 Lift cref into beast namespace Vinnie Falco 2013-06-27 19:39:27 -07:00
  • 8f7acfe4ee Use beast for bind, placeholders, and function Vinnie Falco 2013-06-28 14:28:25 -07:00
  • df9fa7b897 Fix default param using std::function Vinnie Falco 2013-06-28 14:15:10 -07:00
  • 6a6cb32b78 Fix a race condition in NetworkOPs::gotTXData JoelKatz 2013-06-28 16:30:37 -07:00
  • f31ba16827 Fix a race condition in NetworkOPs::gotTXData JoelKatz 2013-06-28 16:30:37 -07:00
  • ca4a2ad104 Remove the JSONCache. It was basically a failed experiment. JoelKatz 2013-06-28 16:07:32 -07:00
  • 27c761aa9c Add tecOWNERS. JoelKatz 2013-06-28 13:58:55 -07:00
  • aa66af151a Roll back 7 commits Vinnie Falco 2013-06-28 11:48:02 -07:00
  • 832f67b35c Roll back 7 commits Vinnie Falco 2013-06-28 11:48:02 -07:00
  • ab57495e29 Hack to put boost placeholders in a namespace Vinnie Falco 2013-06-28 10:19:40 -07:00
  • d80547e980 Hack to put boost placeholders in a namespace Vinnie Falco 2013-06-28 10:19:40 -07:00
  • f1a4ea3c3f Replace boost::bind with BIND_TYPE where appropriate Vinnie Falco 2013-06-28 09:18:17 -07:00
  • afb5d161e3 Annotate bind Vinnie Falco 2013-06-28 08:11:04 -07:00
  • 6cd0c27a0d Annotate bind Vinnie Falco 2013-06-28 08:11:04 -07:00
  • b56c362af2 Use boost for bind on FreeBSD (hack) Vinnie Falco 2013-06-27 19:45:37 -07:00
  • 443551abe6 Uniform include of BeastConfig.h Vinnie Falco 2013-06-27 19:44:46 -07:00
  • 1fdaafb30b Lift cref into beast namespace Vinnie Falco 2013-06-27 19:39:27 -07:00
  • f55601dffc Lift cref into beast namespace Vinnie Falco 2013-06-27 19:39:27 -07:00
  • 903cc001dd Use beast for bind, placeholders, and function Vinnie Falco 2013-06-27 17:17:10 -07:00
  • a21bb13915 Use dedicated Beast threads in LoadManager Vinnie Falco 2013-06-27 16:20:51 -07:00
  • 9328e6fdec Improve bind, placeholder, and function support Vinnie Falco 2013-06-27 17:38:40 -07:00
  • 8121d5877b Improve bind, placeholder, and function support Vinnie Falco 2013-06-27 17:38:40 -07:00
  • 98ac0697a9 Add default EntryPoints Vinnie Falco 2013-06-27 15:39:59 -07:00
  • 4e28b4ca27 Add default EntryPoints Vinnie Falco 2013-06-27 15:39:59 -07:00
  • 72702185e2 Hoist integer types to ripple namespace Vinnie Falco 2013-06-27 15:30:49 -07:00
  • 1a2c87b3a8 Add version and build information to server_info response. Eric Lombrozo 2013-06-21 00:44:52 +02:00
  • c6fe72f666 Fix stdc limit macros error Vinnie Falco 2013-06-27 20:26:00 -07:00
  • 18d4a0480c Fix stdc limit macros error Vinnie Falco 2013-06-27 20:26:00 -07:00
  • 279a3164fc Merge pull request #94 from BobWay/feature-license-update Vinnie Falco 2013-06-27 17:20:46 -07:00
  • 49340de0cd Remove using-namespace-directives at global scope Vinnie Falco 2013-06-27 14:46:00 -07:00
  • 6f03efa882 Consolidate includes into group headers Vinnie Falco 2013-06-27 13:57:30 -07:00
  • 638656a597 Put modules in ripple namespace Vinnie Falco 2013-06-27 13:41:20 -07:00
  • b658f82510 Fix for UTF32 strings Vinnie Falco 2013-06-27 11:52:09 -07:00
  • 8588587b71 Fix for UTF32 strings Vinnie Falco 2013-06-27 11:52:09 -07:00
  • 905b920e99 Split unit tests to separate files Vinnie Falco 2013-06-27 10:37:01 -07:00
  • 9cb0e04418 Add sqlite sources to VS2012 project for browsing Vinnie Falco 2013-06-27 09:32:26 -07:00
  • 662119dd55 Remove unused ctor arguments Vinnie Falco 2013-06-27 07:57:14 -07:00
  • b50894fa70 Fix UTF32 string creation Vinnie Falco 2013-06-27 07:23:45 -07:00
  • cb900169d1 Fix UTF32 string creation Vinnie Falco 2013-06-27 07:23:45 -07:00
  • e002000764 Fix assertion Vinnie Falco 2013-06-26 12:30:15 -07:00
  • 1c2d8da35d Update subtree URIs for ripple organization Vinnie Falco 2013-06-26 12:32:41 -07:00
  • 153435dce3 Fix assertion Vinnie Falco 2013-06-26 12:30:15 -07:00
  • 9182c1558c Update Beast ReadMe Vinnie Falco 2013-06-26 11:11:52 -07:00
  • cbb26791cc Update Beast ReadMe Vinnie Falco 2013-06-26 11:11:52 -07:00
  • ded7eca60f Fix false assertion Vinnie Falco 2013-06-26 06:11:38 -07:00
  • dcd1bd4c89 Fix false assertion Vinnie Falco 2013-06-26 06:11:38 -07:00
  • e7da485373 Don't crash on startup due to races on the hash node database. Setup checkpointing on it. JoelKatz 2013-06-26 15:09:18 -07:00
  • 3b8543be94 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop JoelKatz 2013-06-26 12:41:22 -07:00
  • 74e8c881f7 Add missing native BSD support for Beast Vinnie Falco 2013-06-26 07:56:00 -07:00
  • f61c33538b Add missing native BSD support for Beast Vinnie Falco 2013-06-26 07:56:00 -07:00
  • dd07fb880c Merge pull request #100 from alexdupre/freebsd Vinnie Falco 2013-06-26 09:13:41 -07:00
  • a5167c809f Conditionalize definition of __STDC_LIMIT_MACROS and define it at the top of ripple_websocket.h. Alex Dupre 2013-06-26 12:03:21 +02:00
  • 6407599394 Fix build on FreeBSD/MacOS, they are POSIX platforms, too. Alex Dupre 2013-06-26 12:02:41 +02:00
  • f1eac72d20 Fix compilation on FreeBSD. Alex Dupre 2013-06-26 12:02:22 +02:00
  • d82a68dbbb Fix compilation on FreeBSD. Alex Dupre 2013-06-26 12:02:22 +02:00
  • 3556ae5325 Use pkg-config for protobuf, it works also on FreeBSD. Do not add sources/headers to OBJECT_FILES. Alex Dupre 2013-06-26 12:01:22 +02:00
  • 1dffaf5d57 Use manual method for naming CountedObject classes Vinnie Falco 2013-06-26 01:10:54 -07:00
  • aa92b9cffe Temporarily remove beast_basics from the build Vinnie Falco 2013-06-26 00:18:49 -07:00
  • 6d13ddd43a Fix Clang static analysis warnings Vinnie Falco 2013-06-25 06:59:27 -07:00
  • fe15cfbf31 Use provided names for CountedObject instead of typeid() Vinnie Falco 2013-06-26 00:17:09 -07:00
  • 59b2824d46 Fix Clang static analysis warnings Vinnie Falco 2013-06-25 06:59:27 -07:00
  • 7de647e1dc Reduce logging level. JoelKatz 2013-06-25 20:58:07 -07:00
  • 2bc0ef9e43 Disable the JSON cache due to issue 99. JoelKatz 2013-06-25 17:20:02 -07:00
  • 44883ab59c Disable the JSON cache due to issue 99. JoelKatz 2013-06-25 17:20:02 -07:00
  • b8451ff076 Looks like a bit more delay is needed to smooth the latency. JoelKatz 2013-06-25 11:52:05 -07:00
  • 30cb990efa Looks like a bit more delay is needed to smooth the latency. JoelKatz 2013-06-25 11:52:05 -07:00
  • 2468d569b6 Add ctags support for FreeBSD and remove hard-coded paths. Alex Dupre 2013-06-25 18:00:21 +02:00
  • 0bd307bc7b Reverse merge branch 'master' into develop JoelKatz 2013-06-25 07:27:05 -07:00
  • 323699a3a0 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop JoelKatz 2013-06-25 07:26:30 -07:00
  • 993f04ea97 Fast path the addKnownNode case where the parent is in the cache. JoelKatz 2013-06-25 07:04:54 -07:00
  • ffdfb59564 Fix some warnings Vinnie Falco 2013-06-24 18:26:24 -07:00
  • 36ecca14d7 Full Refactor of LoadManager Vinnie Falco 2013-06-23 21:26:44 -07:00
  • 5c21ce5b3c Annotate some core classes Vinnie Falco 2013-06-23 19:31:16 -07:00
  • 94e9632234 Add override specifier to some Beast functions Vinnie Falco 2013-06-24 15:50:14 -07:00
  • fca16f5c71 Tidy up and move more items into ripple_core Vinnie Falco 2013-06-23 15:23:06 -07:00