Commit Graph

  • d89ff1b63d Handle websocket construction exceptions: Miguel Portilla 2018-07-05 20:35:57 -04:00
  • d289512aeb Improve SSLHTTPPeer asynchronous shutdown Miguel Portilla 2018-06-28 15:20:29 -04:00
  • d98c4992dd Supply ConsensusTimer with milliseconds or finer precision Howard Hinnant 2018-07-13 09:31:53 -04:00
  • d257d1b2c9 Migrate more code into the chrono type system: Howard Hinnant 2018-06-25 12:27:59 -04:00
  • 574ea2c14d Minor optimization of STObject::add Scott Schurr 2018-07-09 11:57:45 -07:00
  • 70d9d88cda Remove using namespace beast in base_uint.h Joe Loser 2018-07-13 21:08:20 -04:00
  • 79d819584f Replace boost locks and mutexes with std-equivalent Joe Loser 2018-06-29 21:02:52 -04:00
  • e222ff5868 Rename data members of ConsensusParms: Joe Loser 2018-06-29 07:38:20 -04:00
  • f58916a2e4 Remove comment about passing allocator to KeyCache: Joe Loser 2018-06-26 22:28:09 -04:00
  • 7e30897ef4 Increase validation quorum to 80% wilsonianb 2018-06-28 16:11:30 -05:00
  • cff1abba5d Add .clang-format rules and update code style seelabs 2017-08-11 09:41:37 -04:00
  • aa4e3a98f7 Remove cmake conditional that could never be true MarkusTeufelberger 2018-07-03 02:09:33 +02:00
  • 381a1b948b Set version to 1.1.0-b4 Nik Bougalis 2018-06-25 13:41:45 -07:00
  • 873ba1ba9b Merge master (1.0.1) into develop (1.1.0-b3) Nik Bougalis 2018-06-25 13:52:57 -07:00
  • 16b9bbb517 Retried transactions that tec move from TxQ to open ledger: Edward Hennis 2018-05-31 15:13:54 -04:00
  • 7427cf7506 Beast was accepted into Boost: Ian Roskam 2018-04-06 22:54:55 -08:00
  • b14bdb068a Standardize on default_prng() for non-crypto shuffling Scott Schurr 2018-06-22 18:50:02 -07:00
  • 8098cba4c2 Trim space in Endpoint::from_string Mike Ellery 2018-06-20 17:18:57 -07:00
  • 68bebc472a only IPv4 allowed with travis Mike Ellery 2018-06-21 08:03:55 -07:00
  • 243e181c08 Replace uses of dirDelete with ApplyView::dirRemove Joe Loser 2018-05-21 22:39:24 -04:00
  • b0a1aef43d Replace deprecated usages of std::random_shuffle Joe Loser 2018-06-20 07:49:22 -04:00
  • aab47e09b6 Remove static_assert for Boost version Joe Loser 2018-06-20 07:28:03 -04:00
  • fc3a3d8267 Remove BEAST_NO_ZERO_AUTO_RETURN in Zero.h Joe Loser 2018-06-06 22:42:40 -04:00
  • 73fb3f0bfa Mark some move and move-assignment ctors noexcept Joe Loser 2018-06-20 22:03:08 -04:00
  • 5f8037c55b Apply clang-tidy modernize-use-equals-default check Joe Loser 2018-06-02 22:26:44 -04:00
  • 3aaf6d7857 Use Boost.Endian instead of custom wrappers Nikolaos D. Bougalis 2018-05-07 21:24:22 -07:00
  • 11ab98cced Set version to 1.1.0-b3 Mike Ellery 2018-06-19 10:22:32 -07:00
  • 06d0ff6e52 Remove conditional check for using Boost.Process: Joe Loser 2018-06-15 18:06:30 -05:00
  • 5a830b63e9 RPM dev build fixes: Mike Ellery 2018-06-14 10:16:39 -07:00
  • f658656b82 Mark some single-argument constructors explicit Joe Loser 2018-05-20 22:23:44 -04:00
  • 31e511afcf Fix duplicate validation and manifest suppression wilsonianb 2018-05-31 17:19:42 -05:00
  • f0cc7c4c8d Replace beast::SharedPtr with std::shared_ptr Joe Loser 2018-05-23 21:32:59 -04:00
  • 6a74d771ee Reduce occurrences of sporadic PerfLog unit test failures Scott Schurr 2018-05-19 20:15:33 -07:00
  • 833fae57db Use liquidity from strands that consume too many offers (RIPD-1515): seelabs 2018-05-16 14:06:26 -04:00
  • 5097656c83 Add xrpRoundToZero logging for FlowCross compareSandboxes Scott Schurr 2017-03-28 10:52:11 -07:00
  • 5b733fb485 Remove Transactor::mFeeDue member variable Edward Hennis 2018-05-07 16:07:43 -04:00
  • 0b2f33d23a Prefer std::array over C-style array in base_uint Joe Loser 2018-05-05 10:00:19 -04:00
  • 08382d866b Support ipv6 for peer and RPC comms: Mike Ellery 2017-11-08 10:10:24 -08:00
  • 8429dd67e6 Set version to 1.0.1 1.0.1 Nik Bougalis 2018-06-04 16:36:22 -07:00
  • 0439dcfa7a Fix a corner case when decoding base64: Nik Bougalis 2018-06-04 16:34:10 -07:00
  • 00df097e5f Improve json exception handling seelabs 2018-05-24 21:20:30 -04:00
  • fd4636b056 Set version to 1.1.0-b2 seelabs 2018-06-01 13:06:26 -04:00
  • 34d3f93868 Don't read Amount field if it is not present (RIPD-1623) Scott Schurr 2018-05-18 11:13:33 -07:00
  • 57ab0a00b5 Rename member function in NetworkOPs.h Joe Loser 2018-05-11 20:46:02 -06:00
  • f0cec3b2f1 Rename LoadEvent member function reName to setName Joe Loser 2018-05-11 20:37:21 -06:00
  • 1c2b8417b9 Correct copy in io_latency_probe: Mike Ellery 2018-05-15 08:17:07 -07:00
  • ca29c2b906 Improve unity/nounity description in linux doc Mike Ellery 2018-05-15 16:10:00 -07:00
  • 7c785d0d7c Add missing override keyword: Joe Loser 2018-05-13 10:55:45 -04:00
  • 0ae157a5c3 Enable c++-11 for soci seelabs 2018-05-14 11:15:37 -04:00
  • a6f59081cc Remove deprecated protocol/types.h header Joe Loser 2018-05-11 19:51:29 -06:00
  • 201f1aaa39 Prompt for manual approval on non-collaborator PRs Mike Ellery 2018-05-09 14:37:44 -07:00
  • ae73878c59 Build an unsigned rpm in dev pipeline Mike Ellery 2018-04-19 10:33:43 -07:00
  • cfdc64d7cf Enable manual tests in CI: Mike Ellery 2018-05-08 08:46:31 -07:00
  • 95eb5e1862 Fix manual offer test seelabs 2018-05-01 16:26:30 -04:00
  • dc0d5996e2 Convert macros in STTX.h into an enum Joe Loser 2018-05-12 12:09:44 -04:00
  • 817d2339b8 Set version to 1.1.0-b1 seelabs 2018-05-15 11:28:55 -04:00
  • 008ff67ac2 Add DepositPreauth ledger type and transaction (RIPD-1624): Scott Schurr 2018-04-20 13:16:17 -07:00
  • b444196bf9 Remove pre-boost beast seelabs 2018-04-26 22:24:29 -04:00
  • 27703859e7 Convert code to use boost::beast seelabs 2018-04-17 14:56:24 -04:00
  • 2ac1c2b433 Improve invariant checking: Nikolaos D. Bougalis 2018-04-17 02:03:10 -07:00
  • 118c25c0f0 Compile time check preflight returns no tec (RIPD-1624): Scott Schurr 2018-04-16 17:51:36 -07:00
  • 7d163a45dc Replace UptimeTimer with UptimeClock Howard Hinnant 2018-04-23 13:46:37 -04:00
  • 717f874767 Add missing virtual destructors: Joe Loser 2018-05-05 07:40:08 -04:00
  • 681df58b61 Refactor ledger replay logic (RIPD-1547): Brad Chase 2018-04-09 15:54:37 -04:00
  • f31ca2860f Set version to 1.0.0 1.0.0 Nikolaos D. Bougalis 2018-05-11 10:29:41 -07:00
  • d702e736ca Set version to 1.0.0-rc1 Nikolaos D. Bougalis 2018-05-07 11:37:16 -07:00
  • 6156ff3eb7 Remove validation cookie support code Brad Chase 2018-05-04 11:59:33 -04:00
  • 04f1388860 Remove extra semicolons: Joe Loser 2018-05-04 08:39:31 -04:00
  • c1c332f0b0 Remove redundant type qualifier: Joe Loser 2018-05-03 21:47:24 -04:00
  • 93780c25f7 Resolve gcc8 warnings seelabs 2018-05-02 10:46:17 -04:00
  • a442d3fdb3 Set version to 1.0.0-b5 Nikolaos D. Bougalis 2018-04-29 02:04:37 -07:00
  • 7bc163ee4c Add delivered_amount to tx result for CheckCash (RIPD-1623) Scott Schurr 2018-04-03 08:21:05 -07:00
  • 6bd0b850a0 Fixes for PerfLog unit test in a Docker container Scott Schurr 2018-04-10 12:19:18 -07:00
  • 1eece9b1fd Set version to 1.0.0-b4 Nikolaos D. Bougalis 2018-04-08 01:51:15 -07:00
  • 859d18adb0 Add command import node store to shards Miguel Portilla 2018-03-15 15:19:22 -04:00
  • c4a9b73a66 Add check, escrow, and pay_chan to ledger_entry (RIPD-1600) Scott Schurr 2018-03-23 12:20:49 -07:00
  • 8eb8c77886 Performance logging and counters: Mark Travis 2018-01-13 04:02:43 -08:00
  • ef3bc92b82 Rename xxhash.c to xxhash.cpp Markus Teufelberger 2018-03-03 18:47:52 +01:00
  • f7a4a94c3b Add cookie to validation (RIPD-1586): Brad Chase 2018-03-12 12:41:09 -04:00
  • 3dc0714273 Add testnet to example configs (RIPD-1622) Brad Chase 2018-03-29 08:36:45 -04:00
  • deb9e4ce3c Remove BeastConfig.h (RIPD-1167) Mike Ellery 2018-04-02 15:43:27 -07:00
  • 4bc300e251 Quiet protobuf warning in XCode build Mike Ellery 2018-03-12 10:06:13 -07:00
  • d65e208a99 Eliminate objective-c sources Mike Ellery 2018-04-05 18:51:20 -07:00
  • f8fb1f6c7d Remove unneeded macOS-specific code Howard Hinnant 2018-04-05 18:34:07 -04:00
  • db3b4dd396 Prevent accidental aggregates Howard Hinnant 2018-04-04 11:56:20 -04:00
  • b7335fdff5 Remove unused headers for LevelDB and HyperlevelDB Nikolaos D. Bougalis 2018-03-30 11:12:40 -07:00
  • d45556ec82 Improve checking of transaction flags (RIPD-1543) Nikolaos D. Bougalis 2017-10-28 09:47:22 -07:00
  • cebb9c6604 Remove unused capture in lambdas Nikolaos D. Bougalis 2018-03-28 17:37:00 -07:00
  • b7692b7bc1 Remove nodestore dependency on Snappy Nikolaos D. Bougalis 2018-03-28 17:36:43 -07:00
  • 327377cb2d Use xxhash and remove unused hash functions: Nikolaos D. Bougalis 2018-03-28 17:35:19 -07:00
  • 75c4dbb0a1 Set version to 1.0.0-b3 Nikolaos D. Bougalis 2018-03-23 16:52:44 -07:00
  • f0b9506617 Remove scons support Brad Chase 2018-03-02 14:18:03 -05:00
  • b4e1b3c1b1 Remove undefined behavior from <ctype.h> calls: Howard Hinnant 2018-03-21 16:25:14 -04:00
  • 02c487348a Remove warning about plantuml: seelabs 2018-03-19 11:06:50 -04:00
  • 5db5e31140 Allow relayed ledger requests to check the shard store David Schwartz 2018-03-07 12:16:56 -08:00
  • 4869a0d00e Verify SQLite ledgers exist in node store Miguel Portilla 2018-03-12 21:26:42 -04:00
  • d9be0de269 Add shard configuration example Miguel Portilla 2018-02-21 09:20:21 -05:00
  • 0b18b36186 Make earliest ledger sequence configurable Miguel Portilla 2018-02-16 13:28:05 -05:00
  • 8d9dffcf84 Clarify Escrow semantics (RIPD-1571): Nikolaos D. Bougalis 2018-03-02 06:23:17 -08:00
  • 2b8893dfca Merge master (0.90.1) into develop (1.0.0-b2): Nikolaos D. Bougalis 2018-03-23 16:21:35 -07:00