Commit Graph

6387 Commits

Author SHA1 Message Date
Alex Dupre
8d4d5038aa Linux implementation of isRunningUnderDebugger using ptrace() doesn't work on FreeBSD.
(I doubt it'll work on Linux, too, but I'm not sure)
2013-07-03 09:41:43 -07:00
Alex Dupre
bba1ab079e FreeBSD tuning. 2013-07-03 09:41:43 -07:00
JoelKatz
69d38d8844 Fetch pack micro-optimizations. 2013-07-03 00:42:29 -07:00
JoelKatz
89f6e7b4a5 Don't check for what can never happen. 2013-07-02 23:49:10 -07:00
JoelKatz
c091e80e11 Some work towards clean shudown 2013-07-02 21:28:15 -07:00
JoelKatz
582c2758b0 Get a lock acquire out of a critical fast path. 2013-07-02 19:22:28 -07:00
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
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
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
6514fa0f8e Fix a case that doesn't canonicalize to zero. 2013-07-01 08:43:01 -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
JoelKatz
ca4a2ad104 Remove the JSONCache. It was basically a failed experiment. 2013-06-28 16:07:32 -07:00
JoelKatz
27c761aa9c Add tecOWNERS. 2013-06-28 13:58:55 -07:00