Commit Graph

  • 077b84846f Add PFRequest.cpp to project files. JoelKatz 2013-05-03 14:57:31 -07:00
  • 521d528d6a Bug fixes. JoelKatz 2013-05-03 14:51:49 -07:00
  • e7529d0221 Report the correct error if someone tries to use the evented path_find through the RPC API. (Maybe we'll add limited support for this later.) JoelKatz 2013-05-03 13:59:04 -07:00
  • e0c6ae2095 Merge branch 'develop' into pf_api JoelKatz 2013-05-03 13:13:48 -07:00
  • 99223f9fff Add ChangeTransactor to VS2012 project Vinnie Falco 2013-05-03 11:48:11 -07:00
  • 738ba077fa Add include for boost versions >=1.53 Vinnie Falco 2013-05-03 11:47:16 -07:00
  • 98b25ff3d9 Disable VS2012 warnings regarding checked iterators and SCL Vinnie Falco 2013-05-03 11:28:47 -07:00
  • 6ed1dd59a6 Fix protoc build step for VS2012 Vinnie Falco 2013-05-03 11:23:26 -07:00
  • 6ba265f89f Add .props to .gitattributes Vinnie Falco 2013-05-03 11:23:05 -07:00
  • 38fe3c40cd Add protoc-generated files to .gitignore Vinnie Falco 2013-05-03 11:18:46 -07:00
  • 1836cc0421 Add project-wide property sheet for VS2012 Vinnie Falco 2013-05-03 10:54:16 -07:00
  • 743d335e70 Change output and intermediate directories (MSVC) Vinnie Falco 2013-05-03 10:41:19 -07:00
  • fec4a0ed4a Add .gitattributes Vinnie Falco 2013-05-03 10:32:30 -07:00
  • 9e47107255 Rework dispatch of new API PF requests. JoelKatz 2013-05-03 09:33:58 -07:00
  • 0e9973d3a8 We should accept numbers as long as we produce. JoelKatz 2013-05-02 19:20:21 -07:00
  • b6871cba8d Dispatch new pathfinding requests. JoelKatz 2013-05-02 16:13:36 -07:00
  • 79a879a3b8 Merge branch 'develop' into pf_api JoelKatz 2013-05-02 13:11:12 -07:00
  • 744b2ef51e FreeBSD 9 fix. JoelKatz 2013-05-02 13:10:30 -07:00
  • 9870acf5dd FreeBSD 9 fix. JoelKatz 2013-05-02 13:10:30 -07:00
  • f5579c0139 Handler to run all pathfinding requests. JoelKatz 2013-05-02 12:52:05 -07:00
  • d193608aa1 More PFRequest work. Advanced features. JoelKatz 2013-05-02 01:04:16 -07:00
  • 6fb8e1515a Merge branch 'develop' into pf_api JoelKatz 2013-05-01 22:23:25 -07:00
  • 407a43aea9 Change shared_polymorphic_downcast to dynamic_pointer_cast. JoelKatz 2013-05-01 22:22:51 -07:00
  • 878d8dd078 Merge branch 'develop' into pf_api JoelKatz 2013-04-30 17:44:48 -07:00
  • 3ec116f5bf Monitor LevelDB performance. JoelKatz 2013-04-30 17:43:56 -07:00
  • 4faccfdc1e Merge branch 'develop' into pf_api JoelKatz 2013-04-30 17:31:32 -07:00
  • 651a9c2591 Make it compile. JoelKatz 2013-04-30 17:31:24 -07:00
  • 02229dc1be Merge branch 'develop' into pf_api JoelKatz 2013-04-30 17:29:39 -07:00
  • d9f603f87b Use a bloom filter on suitably sized nodes. JoelKatz 2013-04-30 17:28:35 -07:00
  • ca46e97bc5 Wrong error code returned. JoelKatz 2013-04-30 17:19:45 -07:00
  • 9df93f4202 Break the ripple line cache into its own structure JoelKatz 2013-04-30 15:57:11 -07:00
  • 297f68f371 Rework the way PF API request validity is checked against the ledger. JoelKatz 2013-04-30 15:35:28 -07:00
  • dac85af5e3 New PF Json parser work. JoelKatz 2013-04-30 15:04:47 -07:00
  • 707f914d32 Some new PF API support. JoelKatz 2013-04-29 23:31:25 -07:00
  • 50d40115e5 Updates. JoelKatz 2013-04-29 20:27:08 -07:00
  • edf25a814c Help this code compile on ancient GCC. JoelKatz 2013-04-29 18:25:26 -07:00
  • 1e5437a719 Missing from previous commit. JoelKatz 2013-04-29 16:42:42 -07:00
  • 24bb7a2016 New pathfinder API work. JoelKatz 2013-04-29 16:42:26 -07:00
  • d6ecc65aad Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop JoelKatz 2013-04-29 09:32:21 -07:00
  • ee726819c9 Reduce some logging. JoelKatz 2013-04-29 09:31:44 -07:00
  • 30ea18d916 JS: Have bin/update_binformat.js write to stdout instead of disk. Stefan Thomas 2013-04-29 11:03:59 +02:00
  • 192dc2e85c Reduce logging. JoelKatz 2013-04-28 16:40:09 -07:00
  • 7be676b2fc Prevent spurious log entries. JoelKatz 2013-04-19 01:28:03 -07:00
  • eabcd18d78 Reject objects with duplicate keys. JoelKatz 2013-04-13 21:53:35 -07:00
  • d8e42a0ae7 Change temDST_TAG_NEEDED to tefDST_TAG_NEEDED. Arthur Britto 2013-04-24 20:02:21 -07:00
  • 8489e3322a Have RPC account_info recognize bitcoin addresses. Arthur Britto 2013-04-22 19:32:02 -07:00
  • 285733c699 Cache RippleAddress validity. Arthur Britto 2013-04-14 22:38:37 -07:00
  • 741eff1b2f Buglets found by static code inspection, including a whopper in divRound. JoelKatz 2013-04-27 00:35:16 -07:00
  • 9da36e4936 We should accept our own amounts. JoelKatz 2013-04-27 14:26:07 -07:00
  • 185ad1acfe Make RippleCalc a bit more strict. Arthur Britto 2013-04-27 14:52:27 -07:00
  • b6c56a63dd Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop Arthur Britto 2013-04-27 14:36:05 -07:00
  • 30b94fd533 Yet more leveldb changes. Arthur Britto 2013-04-27 14:35:48 -07:00
  • 27ccc5af09 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop JoelKatz 2013-04-27 14:26:27 -07:00
  • ddf0c0911b We should accept our own amounts. JoelKatz 2013-04-27 14:26:07 -07:00
  • 4d6f88900b More leveldb changes. Arthur Britto 2013-04-27 14:25:59 -07:00
  • 9af026dde2 Work toward leveldb compiling. Arthur Britto 2013-04-27 14:09:20 -07:00
  • 368fef6355 JS: Move bin/rsign to ripple-lib. Stefan Thomas 2013-04-27 15:15:50 +02:00
  • b267434765 JS: Remove unused dependencies. Grunt, webpack, websocket. Stefan Thomas 2013-04-27 12:35:44 +02:00
  • 358b266aa5 JS: Remove grunt.js, no longer needed. Stefan Thomas 2013-04-27 12:14:39 +02:00
  • c3f6d047ab Better consensus timing logging. JoelKatz 2013-04-27 02:08:20 -07:00
  • 46c1488484 Buglets found by static code inspection, including a whopper in divRound. JoelKatz 2013-04-27 00:35:16 -07:00
  • 09c37874a2 More change process work. JoelKatz 2013-04-26 23:14:40 -07:00
  • 8e6df542c0 Some things missed in the merge. JoelKatz 2013-04-26 19:00:57 -07:00
  • d89347edbd Add support for DisallowXRP. Arthur Britto 2013-04-24 21:07:01 -07:00
  • 447bd27310 Add tfSell support for OfferCreate. Arthur Britto 2013-04-25 15:23:53 -07:00
  • 6179074955 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop Arthur Britto 2013-04-26 17:22:56 -07:00
  • 13fbec4e38 On OfferCreate clamp saTakerPaid. Arthur Britto 2013-04-26 17:22:41 -07:00
  • afa77af32c Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop JoelKatz 2013-04-26 13:54:06 -07:00
  • d508bba147 Improve levelDB performance by eliminating GetHex calls and allocate/copy/free cycles. Sorry, this invalidates existing levelDB databases. Please remove them. JoelKatz 2013-04-26 13:53:26 -07:00
  • 0a2e7664b8 JS: Remove ripple-lib and link to it via package.json instead. Stefan Thomas 2013-04-26 21:51:50 +02:00
  • 1e3b02841b Have OfferCreate require positive funds. Arthur Britto 2013-04-26 11:14:18 -07:00
  • 1605a74864 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop Arthur Britto 2013-04-26 11:14:32 -07:00
  • c34b1eb9ee Have OfferCreate require positive funds. Arthur Britto 2013-04-26 11:14:18 -07:00
  • 6b693a2c58 Missing include. JoelKatz 2013-04-26 01:30:55 -07:00
  • 1b9fbfbdfc Fix a compilation error. JoelKatz 2013-04-26 01:29:58 -07:00
  • ef3ddf7a30 Fix typo. JoelKatz 2013-04-26 01:16:14 -07:00
  • 0932627eae Remove dead code. JoelKatz 2013-04-26 00:50:13 -07:00
  • cc04847961 Merge fixes. JoelKatz 2013-04-26 00:47:35 -07:00
  • a7d958606a Fix. JoelKatz 2013-04-26 00:44:07 -07:00
  • 31a8099aa0 Remove obsolete code. JoelKatz 2013-04-26 00:33:51 -07:00
  • 9d52427ab0 Tuning. JoelKatz 2013-04-26 00:23:57 -07:00
  • 7f4d76808b Fixes and simplifications. JoelKatz 2013-04-26 00:11:44 -07:00
  • 4812d30c16 Be smarter about when we grab fetch packs. JoelKatz 2013-04-25 19:11:18 -07:00
  • d8d87ff207 LevelDB fixes. JoelKatz 2013-04-25 18:44:02 -07:00
  • 169b6c9057 Updates. JoelKatz 2013-04-25 18:36:20 -07:00
  • 4e579ff3fc Make sure the LevelDB is cleanly shutdown. JoelKatz 2013-04-25 18:25:15 -07:00
  • 3c35a1e8b7 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop Arthur Britto 2013-04-25 17:58:26 -07:00
  • a5337451d3 Remove negative cache with ldb. JoelKatz 2013-04-25 17:56:54 -07:00
  • 618d57e667 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop Arthur Britto 2013-04-25 17:56:52 -07:00
  • 653a0f97cf Add leveldb as a submodule. Arthur Britto 2013-04-25 17:54:57 -07:00
  • 2fa2a75d09 Typo. JoelKatz 2013-04-25 17:42:02 -07:00
  • 7f912cd171 Might as well change the format now. JoelKatz 2013-04-25 17:40:23 -07:00
  • 8f28e013b6 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop JoelKatz 2013-04-25 17:37:51 -07:00
  • f47454f263 Finish it. JoelKatz 2013-04-25 17:37:40 -07:00
  • 35ad8d4c6f Add LevelDB support for hash nodes. We really need to cut over, the reduction in I/O and CPU use is dramatic. JoelKatz 2013-04-25 17:32:12 -07:00
  • 1a5ce96584 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop Arthur Britto 2013-04-25 15:24:04 -07:00
  • 78c867d714 Add tfSell support for OfferCreate. Arthur Britto 2013-04-25 15:23:53 -07:00
  • 45fc2f0667 Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop JoelKatz 2013-04-25 13:49:57 -07:00
  • 380ab0d3fd Fix two small bugs. JoelKatz 2013-04-25 13:49:41 -07:00
  • c785bb3673 More fetch fixes. JoelKatz 2013-04-25 13:28:55 -07:00