Commit Graph

5496 Commits

Author SHA1 Message Date
Vinnie Falco
32ddf0e9c8 Add LevelDB unity build .cpp file 2013-05-04 13:18:03 -07:00
Vinnie Falco
557240cb40 Tweak to variable name to support unity build 2013-05-04 13:15:32 -07:00
Vinnie Falco
3d4877793b Merge commit '293acc2bfffef50e03683576f5a8442958ccbfea' as 'src/cpp/leveldb' 2013-05-03 19:22:51 -07:00
Vinnie Falco
293acc2bff Squashed 'src/cpp/leveldb/' content from commit aca1ffc
git-subtree-dir: src/cpp/leveldb
git-subtree-split: aca1ffc4b65be5e099b2088c6e6a308d69e1ad73
2013-05-03 19:22:51 -07:00
Vinnie Falco
e42509309b Remove leveldb submodule in preparation for git-subtree 2013-05-03 19:22:37 -07:00
JoelKatz
ecfe553ef9 Code to import MySQL objects into LevelDB. (Or another MySQL database if you really wanted to.) 2013-05-03 16:23:33 -07:00
JoelKatz
be2865481f Merge branch 'pf_api' into develop 2013-05-03 14:59:20 -07:00
JoelKatz
077b84846f Add PFRequest.cpp to project files. 2013-05-03 14:57:31 -07:00
JoelKatz
521d528d6a Bug fixes. 2013-05-03 14:51:49 -07:00
JoelKatz
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.)
2013-05-03 13:59:04 -07:00
JoelKatz
e0c6ae2095 Merge branch 'develop' into pf_api 2013-05-03 13:13:48 -07:00
Vinnie Falco
99223f9fff Add ChangeTransactor to VS2012 project 2013-05-03 11:48:11 -07:00
Vinnie Falco
738ba077fa Add include for boost versions >=1.53 2013-05-03 11:47:16 -07:00
Vinnie Falco
98b25ff3d9 Disable VS2012 warnings regarding checked iterators and SCL 2013-05-03 11:40:48 -07:00
Vinnie Falco
6ed1dd59a6 Fix protoc build step for VS2012 2013-05-03 11:40:48 -07:00
Vinnie Falco
6ba265f89f Add .props to .gitattributes 2013-05-03 11:40:48 -07:00
Vinnie Falco
38fe3c40cd Add protoc-generated files to .gitignore 2013-05-03 11:40:48 -07:00
Vinnie Falco
1836cc0421 Add project-wide property sheet for VS2012 2013-05-03 11:40:48 -07:00
Vinnie Falco
743d335e70 Change output and intermediate directories (MSVC) 2013-05-03 11:40:48 -07:00
Vinnie Falco
fec4a0ed4a Add .gitattributes 2013-05-03 11:40:48 -07:00
JoelKatz
9e47107255 Rework dispatch of new API PF requests. 2013-05-03 09:33:58 -07:00
JoelKatz
0e9973d3a8 We should accept numbers as long as we produce. 2013-05-02 19:20:21 -07:00
JoelKatz
b6871cba8d Dispatch new pathfinding requests. 2013-05-02 16:13:36 -07:00
JoelKatz
79a879a3b8 Merge branch 'develop' into pf_api 2013-05-02 13:11:12 -07:00
JoelKatz
744b2ef51e FreeBSD 9 fix. 2013-05-02 13:10:49 -07:00
JoelKatz
f5579c0139 Handler to run all pathfinding requests. 2013-05-02 12:52:05 -07:00
JoelKatz
d193608aa1 More PFRequest work. Advanced features. 2013-05-02 01:04:16 -07:00
JoelKatz
6fb8e1515a Merge branch 'develop' into pf_api 2013-05-01 22:23:25 -07:00
JoelKatz
407a43aea9 Change shared_polymorphic_downcast to dynamic_pointer_cast. 2013-05-01 22:22:51 -07:00
JoelKatz
878d8dd078 Merge branch 'develop' into pf_api 2013-04-30 17:44:48 -07:00
JoelKatz
3ec116f5bf Monitor LevelDB performance. 2013-04-30 17:43:56 -07:00
JoelKatz
4faccfdc1e Merge branch 'develop' into pf_api 2013-04-30 17:31:32 -07:00
JoelKatz
651a9c2591 Make it compile. 2013-04-30 17:31:24 -07:00
JoelKatz
02229dc1be Merge branch 'develop' into pf_api 2013-04-30 17:29:39 -07:00
JoelKatz
d9f603f87b Use a bloom filter on suitably sized nodes. 2013-04-30 17:28:35 -07:00
JoelKatz
ca46e97bc5 Wrong error code returned. 2013-04-30 17:19:45 -07:00
JoelKatz
9df93f4202 Break the ripple line cache into its own structure 2013-04-30 15:57:11 -07:00
JoelKatz
297f68f371 Rework the way PF API request validity is checked against the ledger. 2013-04-30 15:35:28 -07:00
JoelKatz
dac85af5e3 New PF Json parser work. 2013-04-30 15:04:47 -07:00
JoelKatz
707f914d32 Some new PF API support. 2013-04-29 23:31:25 -07:00
JoelKatz
50d40115e5 Updates. 2013-04-29 20:27:08 -07:00
JoelKatz
1e5437a719 Missing from previous commit. 2013-04-29 16:42:42 -07:00
JoelKatz
24bb7a2016 New pathfinder API work. 2013-04-29 16:42:26 -07:00
JoelKatz
d6ecc65aad Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-04-29 09:32:21 -07:00
JoelKatz
ee726819c9 Reduce some logging. 2013-04-29 09:31:44 -07:00
Stefan Thomas
30ea18d916 JS: Have bin/update_binformat.js write to stdout instead of disk.
Since ripple-lib now lives outside of the NewCoin repository it's easiest to just print to stdout and let the user worry about redirecting it to wherever their ripple-lib repository lives.
2013-04-29 11:03:59 +02:00
JoelKatz
192dc2e85c Reduce logging. 2013-04-28 16:40:09 -07:00
Arthur Britto
185ad1acfe Make RippleCalc a bit more strict. 2013-04-27 14:52:27 -07:00
Arthur Britto
b6c56a63dd Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-04-27 14:36:05 -07:00
Arthur Britto
30b94fd533 Yet more leveldb changes. 2013-04-27 14:35:48 -07:00