JoelKatz
c487717108
prevMissing searches in the wrong direction.
2013-07-02 13:34:15 -07:00
JoelKatz
0183e4d177
If a tree consists only of a matching leaf, don't include that leaf in the fetch pack.
2013-07-02 13:31:43 -07:00
JoelKatz
6203024bc6
Fix prevMissing
2013-07-02 10:54:15 -07:00
JoelKatz
4ee46e3adb
Merge branch 'master' of github.com:ripple/rippled
2013-07-02 10:45:13 -07:00
Vinnie Falco
d0d5388fd6
Add new ripple_app parts to SConstruct
2013-07-02 07:54:17 -07:00
Vinnie Falco
fa8e64014e
Break ripple_app module into 8 pieces (from 4)
2013-07-02 07:39:52 -07:00
JoelKatz
2edb7a59d1
Whitespace
2013-07-02 00:27:12 -07:00
JoelKatz
78ad1904d2
Merge branch 'develop' of github.com:ripple/rippled into develop
2013-07-01 11:39:15 -07:00
JoelKatz
4e4e8c913d
Temporary fix to crash on "1e-95".
2013-07-01 11:38:23 -07:00
JoelKatz
141f2d8885
Temporary fix to crash on "1e-95".
2013-07-01 11:37:50 -07:00
JoelKatz
a912c3012a
Try to track down the bug that's causing isEquivalent to return false on a reconstructed transaction.
2013-07-01 11:30:21 -07:00
Vinnie Falco
c1b18536f7
Merge commit '4090fbf0b7d14d03c879dd921fe4b7c03cf5fdc6' into develop
2013-07-01 10:25:46 -07:00
Vinnie Falco
4090fbf0b7
Squashed 'Subtrees/leveldb/' changes from ab82e57..ae6c262
...
ae6c262 Merge branch 'leveldb' into ripple-fork
28fa222 Looks like a bit more delay is needed to smooth the latency.
a18f3e6 Tidy up JobQueue, add ripple_core module
18b245c Added GNU/kFreeBSD kernel name (TARGET_OS)
git-subtree-dir: Subtrees/leveldb
git-subtree-split: ae6c2620b2ef3d5c69e63dc0eda865d6a39fa061
2013-07-01 10:25:46 -07:00
Vinnie Falco
259c81499b
Simplify Application shared singleton
2013-07-01 09:32:09 -07:00
Vinnie Falco
b52bbccd8a
Streamline Log with print() and out()
2013-07-01 09:32:09 -07:00
Vinnie Falco
c35c52ff08
Fix platform and debug macros
2013-07-01 09:32:08 -07:00
Vinnie Falco
2fefe6ca8d
Remove ConcurrentObject and rename to SharedData
2013-07-01 09:32:08 -07:00
Vinnie Falco
02f137ace8
Tidy up List documentation
2013-07-01 09:32:07 -07:00
Vinnie Falco
4d7fe731d8
Tidy up LeakChecked and configuration macro
2013-07-01 09:32:07 -07:00
Vinnie Falco
e3974c112e
Default MSVC CRT Debug heap leak checks to ON
2013-07-01 09:32:07 -07:00
Vinnie Falco
0deaeb1000
Cleanly destroy Application on exit
2013-07-01 09:32:06 -07:00
Vinnie Falco
68179cfce3
Add LeakChecked qualifiers to key classes
2013-07-01 09:32:06 -07:00
Vinnie Falco
c46b35732a
Tidy up project file
2013-07-01 09:32:06 -07:00
Vinnie Falco
7247dc91bc
Remove beast::Singleton
2013-07-01 09:32:05 -07:00
Vinnie Falco
53ab279c8a
Fix File::nonexistent false leak using SharedSingleton
2013-07-01 09:32:05 -07:00
Vinnie Falco
448e65fb4d
Rename SharedSingleton and move files around
2013-07-01 09:32:05 -07:00
Vinnie Falco
1beae55f86
Wrap IApplication in a ScopedPointer
2013-07-01 09:32:04 -07:00
Vinnie Falco
a3325d4e1f
Use LeakChecked throughout Beast
2013-07-01 09:32:04 -07:00
Vinnie Falco
f881ee96f9
Tidy up and activate the MSVC Debug Heap
2013-07-01 09:32:03 -07:00
Vinnie Falco
fe8834a52a
Large tidying up of Beast
...
- Move key classes into beast_core
- Tidy up various macros and files
- Disable leaking FifoFreeStoreWithTLS
2013-07-01 09:32:03 -07:00
Vinnie Falco
b0c1b5834a
Refactor TxFormats and fix leak on exit
2013-07-01 09:32:03 -07:00
Vinnie Falco
a458afc111
Return object in OwnedArray add routines
2013-07-01 09:32:02 -07:00
Vinnie Falco
989549fac5
Tidy up log partition names
2013-07-01 09:32:02 -07:00
JoelKatz
b17bbb7dad
Merge pull request #106 from BobWay/feature-ripple-example.txt-update
...
Changed ripple-example.txt to encourage deleting the comments
2013-07-01 09:00:13 -07:00
JoelKatz
b954181372
Typo
2013-07-01 08:45:48 -07:00
JoelKatz
1241260744
Typo
2013-07-01 08:45:28 -07:00
JoelKatz
6514fa0f8e
Fix a case that doesn't canonicalize to zero.
2013-07-01 08:43:01 -07:00
JoelKatz
45479728c9
Fix a case that doesn't canonicalize to zero.
2013-07-01 08:42:30 -07:00
JoelKatz
c645901d58
Bugfix in prevMissing.
2013-07-01 01:33:38 -07:00
Bob Way
88fa8ee694
Changed ripple-example.txt to encourage deleting the comments from ripple.txt
2013-06-30 19:21:06 -05:00
Alex Dupre
0b0ecef9d5
Implement MACAddress::findAllAddresses as in MacOSX.
2013-06-29 10:04:27 +02:00
Alex Dupre
c47ff1156c
Use nanosleep on FreeBSD, instead of failing because clock_nanosleep is missing.
2013-06-29 10:02:51 +02:00
Alex Dupre
ff0258aa8d
Remove FreeBSD hack by requiring a newer gcc from ports.
2013-06-29 10:01:34 +02:00
Vinnie Falco
ebd10afdb2
Put boost placeholders in a namespace (hack)
2013-06-28 17:01:04 -07:00
Vinnie Falco
b0c401bc3f
Replace boost::bind with BIND_TYPE where appropriate
2013-06-28 17:01:03 -07:00
Vinnie Falco
122f1c54e2
Uniform include of BeastConfig.h
2013-06-28 17:01:03 -07:00
Vinnie Falco
dd49f49ca2
Lift cref into beast namespace
2013-06-28 17:01:03 -07:00
Vinnie Falco
8f7acfe4ee
Use beast for bind, placeholders, and function
2013-06-28 17:01:02 -07:00
Vinnie Falco
df9fa7b897
Fix default param using std::function
2013-06-28 17:01:02 -07:00
JoelKatz
6a6cb32b78
Fix a race condition in NetworkOPs::gotTXData
2013-06-28 16:31:18 -07:00