Commit Graph

  • 6c17002e8a Peerfinder work Nik Bougalis 2013-10-18 17:46:34 -07:00
  • f4120635e9 Rename to IPAddress and remove unused files Vinnie Falco 2013-10-18 15:30:13 -07:00
  • 5dda088335 Peerfinder work Vinnie Falco 2013-10-18 15:47:32 -07:00
  • 2427cce2c8 Rename to IPAddress and remove unused files Vinnie Falco 2013-10-18 15:30:13 -07:00
  • e8f1dd8421 Squelch spurious linker warning Vinnie Falco 2013-10-11 19:48:13 -07:00
  • 1c41dae51c PeerFinder work Nik Bougalis 2013-10-15 17:15:49 -07:00
  • 1a6d72b14c Squelch spurious linker warning Vinnie Falco 2013-10-11 19:48:13 -07:00
  • 3dc646e03e Use serialized Context wrapper in Validators Vinnie Falco 2013-10-18 12:29:16 -07:00
  • 96328a8632 Add FixedPeers connection policy to peerfinder Vinnie Falco 2013-10-15 14:29:33 -07:00
  • 2ec6050959 Fix crash in PropertyStream::find Vinnie Falco 2013-10-21 17:30:00 -07:00
  • 2cc4488d8e Fix crash in PropertyStream::find Vinnie Falco 2013-10-21 17:30:00 -07:00
  • a6c2fe4761 Remove coffeescript compiler from mocha.opts until it is needed and added to dependencies wltsmrz 2013-10-21 13:14:26 -07:00
  • ed905d3c3d Remove redundant code. JoelKatz 2013-10-21 15:06:05 -07:00
  • 29c38ef0d4 RelativeTime tidying Vinnie Falco 2013-10-20 15:31:50 -07:00
  • 81eadbd05c RelativeTime tidying Vinnie Falco 2013-10-20 15:31:50 -07:00
  • 74d616ac78 monotonicCurrentTimeInSeconds should return seconds, not milliseconds Patrick Dehne 2013-10-21 00:11:44 +02:00
  • ef1e2f8595 monotonicCurrentTimeInSeconds should return seconds, not milliseconds Patrick Dehne 2013-10-21 00:11:44 +02:00
  • 504a892887 Wrap hiResCounterHandler in a function to prevent an order of initialization problems Patrick Dehne 2013-10-20 23:38:52 +02:00
  • fae7082049 Wrap hiResCounterHandler in a function to prevent an order of initialization problems Patrick Dehne 2013-10-20 23:38:52 +02:00
  • 30cf0f8d3a Rename millisecondsSinceStartup to monotonicCurrentTimeInSeconds Patrick Dehne 2013-10-20 23:37:24 +02:00
  • a63de23156 Rename millisecondsSinceStartup to monotonicCurrentTimeInSeconds Patrick Dehne 2013-10-20 23:37:24 +02:00
  • d794d7d30b #ifdef unneeded sys/prctl.h include in the mac build Patrick Dehne 2013-10-20 01:43:24 +02:00
  • 8e0dda8480 #ifdef unneeded sys/prctl.h include in the mac build Patrick Dehne 2013-10-20 01:43:24 +02:00
  • b112b333bd Make fromStartup compile on mac Patrick Dehne 2013-10-20 01:38:59 +02:00
  • ad7b9ff8b5 Make fromStartup compile on mac Patrick Dehne 2013-10-20 01:38:59 +02:00
  • 04f2d0787a Merge commit '2ad98a025eb263d97b1942fc468937b4719becd8' into develop Vinnie Falco 2013-10-19 15:57:15 -07:00
  • 2ad98a025e Squashed 'src/beast/' changes from 43e6d34..0e7bac9 Vinnie Falco 2013-10-19 15:54:21 -07:00
  • 0e7bac945f Fix include path Vinnie Falco 2013-10-19 15:48:02 -07:00
  • e5bb90fdfa Fix constness of Proxy Patrick Dehne 2013-10-20 00:36:13 +02:00
  • ac0142a49e Use template cast Patrick Dehne 2013-10-20 00:36:04 +02:00
  • ef6e381de3 Add missing Url.h include Patrick Dehne 2013-10-20 00:35:54 +02:00
  • 206e65cf05 Fix constness of operator[] Patrick Dehne 2013-10-20 00:35:43 +02:00
  • 695cc38b36 Use template instantiation for friend declaration Patrick Dehne 2013-10-20 00:43:17 +02:00
  • 67516766a6 Operations on the raw socket can throw exceptions if it's no longer connected. JoelKatz 2013-10-19 14:14:47 -07:00
  • 3b2ead3476 Turn off console output for msvc logic and managers Vinnie Falco 2013-10-18 16:29:13 -07:00
  • 7b1e03a585 Add BaseFromMember Vinnie Falco 2013-10-18 15:56:55 -07:00
  • fc5be2b911 Use DiscreteClock in ResourceManager Vinnie Falco 2013-10-18 15:58:17 -07:00
  • 466e623dd6 Add BaseFromMember Vinnie Falco 2013-10-18 15:56:55 -07:00
  • a1b487c512 New Resource::Manager for controlling access to server resources Vinnie Falco 2013-10-11 15:00:17 -07:00
  • 0902af8eb5 Add DiscreteClock and sources Vinnie Falco 2013-10-17 17:39:46 -07:00
  • 49bc04fa48 Make List<>::Node not uncopyable Vinnie Falco 2013-10-12 19:12:00 -07:00
  • a8a4caf0e4 Make List<>::Node not uncopyable Vinnie Falco 2013-10-12 19:12:00 -07:00
  • d5954fffa8 Add Journal to UnitTest Vinnie Falco 2013-10-11 18:07:22 -07:00
  • 33478517a6 Add Journal to UnitTest Vinnie Falco 2013-10-11 18:07:22 -07:00
  • 0d5a8ca300 Revert "Ported declarative path tests to mocha" Vinnie Falco 2013-10-17 11:11:06 -07:00
  • da22f06d85 Revert "Make mocha use test/mocha.opts to DRY up options used by npm test and test/runall.sh and support coffee. Add coffee-script as devDependency to package.json" Vinnie Falco 2013-10-17 11:10:48 -07:00
  • 58da1065d6 Temporarily disable ServiceQueue dtor precondition asserts Vinnie Falco 2013-10-16 15:58:35 -07:00
  • a918924923 Temporarily disable ServiceQueue dtor precondition asserts Vinnie Falco 2013-10-16 15:58:35 -07:00
  • 5a9416fbcf Remove an assert that is not needed. JoelKatz 2013-10-16 13:47:31 -07:00
  • 582b5bb3ac Add --version command line option Vinnie Falco 2013-10-16 13:29:43 -07:00
  • abe4f1ba03 Ported declarative path tests to mocha Nicholas Dudfield 2013-10-13 18:24:41 +07:00
  • 9dfbffa4b8 Make mocha use test/mocha.opts to DRY up options used by npm test and test/runall.sh and support coffee. Add coffee-script as devDependency to package.json Nicholas Dudfield 2013-10-13 15:38:04 +07:00
  • a25ba91876 Set version to 0.17.0-rc2 Vinnie Falco 2013-10-11 18:41:45 -07:00
  • 334f109415 Remove extraneous index from peerfinder map. Nik Bougalis 2013-10-11 18:33:24 -07:00
  • eb9eb3aa53 Fix a crash in checkAccept JoelKatz 2013-10-11 16:13:16 -07:00
  • 978c196c78 Don't assert, just throw. JoelKatz 2013-10-08 15:48:15 -07:00
  • 20e7cac743 Reduce some logging. JoelKatz 2013-10-08 15:05:41 -07:00
  • fe58c1a383 Add missing #include Vinnie Falco 2013-10-07 14:26:26 -07:00
  • b5d51214ff Add missing #include Vinnie Falco 2013-10-07 14:26:26 -07:00
  • 485d4b4897 Fix order of includes Vinnie Falco 2013-10-07 14:24:13 -07:00
  • 2c02580c37 Add PropertyStream for server state introspection Vinnie Falco 2013-10-07 13:26:56 -07:00
  • fb6ecebbd1 Add PropertyStream for server state introspection Vinnie Falco 2013-10-07 13:26:56 -07:00
  • 0b69378a03 Update Json::Reader::decodeDouble Vinnie Falco 2013-10-07 02:49:03 -07:00
  • 24c2315476 Add ScopedWrapperContext Vinnie Falco 2013-10-06 19:46:42 -07:00
  • 256c12f150 Add ScopedWrapperContext Vinnie Falco 2013-10-06 19:46:42 -07:00
  • a3845f54e1 Add RelativeTime::value_type typedef Nik Bougalis 2013-10-06 11:44:33 -07:00
  • 8d0349eee0 Add RelativeTime::value_type typedef Nik Bougalis 2013-10-06 11:44:33 -07:00
  • ab0548c9af Fix std::size_t integer ambiguity Vinnie Falco 2013-10-06 18:33:15 -07:00
  • 4868bc4df7 Validators PropertyStream support Vinnie Falco 2013-10-06 18:25:59 -07:00
  • 7442932b5e Fix missing PropertyStream members Vinnie Falco 2013-10-06 18:25:53 -07:00
  • 0900dfe46f Fix missing PropertyStream members Vinnie Falco 2013-10-06 18:25:53 -07:00
  • ed5a98f697 More PropertyStream output for PeerFinder Vinnie Falco 2013-10-06 16:11:22 -07:00
  • 8dfe53ff7a More PropertyStream output for PeerFinder Vinnie Falco 2013-10-06 16:11:22 -07:00
  • fcfa10d508 Add PropertyStream Vinnie Falco 2013-10-06 11:07:25 -07:00
  • 1ae3328642 Add PropertyStream Vinnie Falco 2013-10-06 11:07:25 -07:00
  • b9e0208aee Payment engine doesn't allow returning to XRP. JoelKatz 2013-10-06 15:52:16 -07:00
  • 497cc74adc Set version to 0.17.0-rc1 Vinnie Falco 2013-10-06 11:35:47 -07:00
  • 3cf0729878 Tidy up AbstractHandler usage in HTTPClient Vinnie Falco 2013-10-05 15:38:27 -07:00
  • eac3814fb5 Tidy up AbstractHandler usage in HTTPClient Vinnie Falco 2013-10-05 15:38:27 -07:00
  • 55171f42f6 Remove obsolete source files Vinnie Falco 2013-10-05 13:07:19 -07:00
  • bb331abeba Remove obsolete source files Vinnie Falco 2013-10-05 13:07:19 -07:00
  • 1311ca37e5 Increase arity of SharedFunction Vinnie Falco 2013-10-05 13:07:07 -07:00
  • 6e20bd2dcd Increase arity of SharedFunction Vinnie Falco 2013-10-05 13:07:07 -07:00
  • 09961845b4 Remove obsolete AsyncService class Vinnie Falco 2013-10-05 13:07:32 -07:00
  • 7eacd3bf57 Add annotation for Validators Vinnie Falco 2013-10-05 12:03:44 -07:00
  • 72681fa7fb PeerFinder work Vinnie Falco 2013-10-05 11:59:17 -07:00
  • 500bddebff Allow CycledSet to grow without bounds Vinnie Falco 2013-10-05 02:46:23 -07:00
  • 67d807d8fc Add IPEndpoint::key_equal Vinnie Falco 2013-10-05 02:38:48 -07:00
  • 4d3d46f41d Add IPEndpoint::key_equal Vinnie Falco 2013-10-05 02:38:48 -07:00
  • 82d8d9a092 PeerFinder work, Source fetch, show port in log Vinnie Falco 2013-10-04 21:29:13 -07:00
  • ebf395ecc4 Add ErrorCode and boost library Vinnie Falco 2013-10-04 21:28:36 -07:00
  • 30ff139a29 Add ErrorCode and boost library Vinnie Falco 2013-10-04 21:28:36 -07:00
  • dc8420d32d LegacyEndpointCache work Vinnie Falco 2013-10-04 20:38:46 -07:00
  • bb29c8ba85 Add PeerFinder::Checker for testing endpoints Vinnie Falco 2013-10-04 19:11:10 -07:00
  • 2c3ead339e Add ServiceQueue::wrap Vinnie Falco 2013-10-04 19:02:33 -07:00
  • 625780621b Add ServiceQueue::wrap Vinnie Falco 2013-10-04 19:02:33 -07:00
  • ea2589dd9c PeerFinder work Vinnie Falco 2013-09-30 09:35:29 -07:00
  • 6c7f5d093c Move many Thread related classes Vinnie Falco 2013-10-04 13:49:24 -07:00
  • 942336c454 Move many Thread related classes Vinnie Falco 2013-10-04 13:49:24 -07:00
  • 93e9d8622e Measure CPU utilization in ServiceQueue Vinnie Falco 2013-10-04 11:46:10 -07:00