Commit Graph

6625 Commits

Author SHA1 Message Date
JoelKatz
21ace6a9b5 Remove a line of code that does nothing. 2013-07-22 03:27:52 -07:00
JoelKatz
0e787747d3 Make job times include time waiting in the queue.
This is a temporary fix. The real fix will track wait time and run time both.
2013-07-22 00:40:45 -07:00
JoelKatz
5eae0b4005 Sweep job type. 2013-07-21 23:14:50 -07:00
JoelKatz
5c040e78bb Properly rotate logfiles on sustain. 2013-07-21 23:11:49 -07:00
JoelKatz
f466fcf93b Move ApplicationImp::Sweep from the aux thread to the job pool. 2013-07-19 14:25:21 -07:00
JoelKatz
cb567f9884 Minor fetch pack generation bug could cause extra nodes to be sent. 2013-07-19 12:29:05 -07:00
JoelKatz
9d50bd8d27 Set a validated ledger in --load mode. 2013-07-18 21:13:52 -07:00
JoelKatz
123430951c Merge branch 'hotfix-pf' into develop 2013-07-18 18:33:02 -07:00
JoelKatz
5271a750cc Cleanups. 2013-07-17 19:52:35 -07:00
JoelKatz
40f1372ab0 Merge branch 'hotfix-pf' into develop 2013-07-17 13:47:05 -07:00
JoelKatz
335f2e6b3e Should not be a warning 2013-07-17 06:52:00 -07:00
JoelKatz
65d46752df Allow a ledger close to be replayed for debug. Syntax: rippled -a --load --ledger=<seq> --replay 2013-07-17 03:45:25 -07:00
JoelKatz
92f56aa2e1 Fix race condition rotating log files. 2013-07-16 21:43:36 -07:00
JoelKatz
af1fb12962 Fix for auth required blocking payments. 2013-07-16 16:02:43 -07:00
JoelKatz
a8794de987 Check the correct account's auth required flag 2013-07-16 15:53:56 -07:00
Vinnie Falco
00b0663e50 Update example for NodeStore backends 2013-07-15 19:28:09 -07:00
JoelKatz
1a68df4c37 Raise the file descriptor limit. 2013-07-15 15:00:36 -07:00
JoelKatz
3994546083 Raise the current file descriptor limit to the maximum. 2013-07-15 14:58:04 -07:00
Vinnie Falco
85b25a883a Add files to VS2012 project 2013-07-15 10:25:22 -07:00
Vinnie Falco
be312286c9 Fix gcc compile 2013-07-15 09:38:12 -07:00
Vinnie Falco
166e2b69cb Rename to SharedObjectArray
Conflicts:
	Builds/VisualStudio2012/RippleD.vcxproj.filters
2013-07-15 09:38:11 -07:00
Vinnie Falco
6d1a76b320 Add UnsignedInteger class and tests 2013-07-15 09:38:11 -07:00
Vinnie Falco
e1ca9e35b5 Add module beast_crypto 2013-07-15 09:38:11 -07:00
Vinnie Falco
eabfa0131a Fix ripple-example 2013-07-15 09:38:10 -07:00
Vinnie Falco
371c3af450 Add Validators unit tests 2013-07-15 09:38:10 -07:00
Vinnie Falco
ac13e93b31 Use custom unit test runner 2013-07-15 09:38:09 -07:00
Vinnie Falco
4aed218da9 Added StringArray::ensureStorageAllocated 2013-07-15 09:38:09 -07:00
Vinnie Falco
a937c379f6 Use template for UnitTest 2013-07-15 09:38:09 -07:00
Vinnie Falco
d684d7742c Run beast unit tests 2013-07-15 09:38:08 -07:00
Vinnie Falco
2c88027e91 Adjust UnitTest output 2013-07-15 09:38:08 -07:00
Vinnie Falco
550d9d9160 Move UnitTest to diagnostic 2013-07-15 09:38:07 -07:00
Vinnie Falco
3ef8796940 Add ChosenValidators logic 2013-07-15 09:38:07 -07:00
Vinnie Falco
1c1d9a9926 Rename to SharedObject 2013-07-15 09:38:07 -07:00
Vinnie Falco
17f93a3a8e Remove deprecated SharedObject 2013-07-15 09:38:06 -07:00
Vinnie Falco
2e4d78fa7a Add DeadlineTimer member docs 2013-07-15 09:38:06 -07:00
Vinnie Falco
58f2bbde53 Add Validators to Application 2013-07-15 09:38:06 -07:00
Vinnie Falco
0841a3b103 Rename to Application 2013-07-15 09:38:05 -07:00
Vinnie Falco
5bbfe16520 Add validators sources 2013-07-15 09:38:05 -07:00
Vinnie Falco
44e0886df8 Move ledger files to ripple_app 2013-07-15 09:37:42 -07:00
Vinnie Falco
169bac3640 Move files to ripple_app 2013-07-15 09:37:41 -07:00
Vinnie Falco
740115b65a Add HyperLevelDB backend 2013-07-15 08:39:07 -07:00
Vinnie Falco
81657e5e66 Add module ripple_hyperleveldb 2013-07-15 06:46:24 -07:00
Vinnie Falco
af552c5b56 Make includes relative, change namespace, support unity build 2013-07-15 06:46:10 -07:00
Vinnie Falco
613ed36e9b Merge commit 'b3cd242c6a0c1ef3e7dc63c870604f4ccc92c7a8' as 'Subtrees/hyperleveldb' 2013-07-15 06:08:27 -07:00
Vinnie Falco
b3cd242c6a Squashed 'Subtrees/hyperleveldb/' content from commit 0e44462
git-subtree-dir: Subtrees/hyperleveldb
git-subtree-split: 0e4446225cd99942ce452973663b41d100d0730b
2013-07-15 06:08:27 -07:00
JoelKatz
160ba88049 Fix a case where the engine to acquire published ledgers stalls. 2013-07-15 00:51:53 -07:00
JoelKatz
b1bdfb07b2 Fix a deadlock. 2013-07-14 23:04:02 -07:00
JoelKatz
1389d0a542 Speed up recognizing ledger history. 2013-07-14 20:08:58 -07:00
JoelKatz
a37349e1a7 Make the LevelDB backend more configurable. 2013-07-14 03:05:14 -07:00
JoelKatz
f67e658bd7 Add cluster status to 'peers' command output. 2013-07-14 02:51:47 -07:00