Commit Graph

  • 34b8819507 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-15 19:47:34 -08:00
  • 7f18a8ffc3 Reduce debug levels. JoelKatz 2013-01-15 19:47:20 -08:00
  • 56571602b0 Reduce a debug message to debug level. JoelKatz 2013-01-15 19:46:58 -08:00
  • dff82a1b74 Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2013-01-15 19:32:48 -08:00
  • 5846951d22 windows jed 2013-01-15 19:32:18 -08:00
  • 40e508540f load_fee -> load_factor JoelKatz 2013-01-15 19:26:52 -08:00
  • 1c48f6948d Fix "age". JoelKatz 2013-01-15 19:21:24 -08:00
  • 1af14e07c7 Tiny cosmetic tweak. JoelKatz 2013-01-15 19:19:33 -08:00
  • 8191153dce Split into server_info (for humans) and server_state (for machines). Allow either without admin privileges, filter information out from non-admins. Cleanup and improve data in all cases. JoelKatz 2013-01-15 19:16:20 -08:00
  • 01b3e9e0ae Add 'getValidatedLedger' to get the last fully-validated ledger. We should probably audit calls to 'getClosedLedger' to see if they should use this instead. JoelKatz 2013-01-15 19:05:30 -08:00
  • fb3e2e8af4 Fix a crash bug Arthur reported. JoelKatz 2013-01-15 17:09:57 -08:00
  • c57e28c55b Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-15 17:03:22 -08:00
  • d398c5bb02 Don't show our validation key in non-admin server_info. JoelKatz 2013-01-15 17:03:00 -08:00
  • 06f1e1339a Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-15 16:52:05 -08:00
  • 6001be0f3b UT: Add test for nexus customer to customer with and without transfer fee Arthur Britto 2013-01-15 16:50:45 -08:00
  • 940cc9059c Peer::handleWrite grabs the wrong lock. JoelKatz 2013-01-15 16:21:53 -08:00
  • b61e201667 Get rid of chatty debug. Arthur Britto 2013-01-15 15:43:52 -08:00
  • d3069f7fbc Get rid of an unneeded member. Add some comments. JoelKatz 2013-01-15 10:21:46 -08:00
  • bdd953076a Avoid a needless allocate/copy/free in addRootNode. JoelKatz 2013-01-15 10:21:16 -08:00
  • dded68afb9 Tiny cleanup. JoelKatz 2013-01-15 10:21:07 -08:00
  • 90010b8870 Cleanups. Remove some unneeded filters. JoelKatz 2013-01-15 10:20:41 -08:00
  • 343d9edb51 make server_info more friendly. JoelKatz 2013-01-15 02:01:24 -08:00
  • 88437c9cab Cleanup. JoelKatz 2013-01-15 02:01:07 -08:00
  • c24cda7847 Use a more human-friendly numeric format. JoelKatz 2013-01-15 02:00:56 -08:00
  • a79b6e0a15 Add new fields to peer Json output. JoelKatz 2013-01-14 23:48:51 -08:00
  • b95b704ecb Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-14 23:43:34 -08:00
  • 33b2a20024 Correctly track direction and privilege of peer connections, pass to load tracking. JoelKatz 2013-01-14 23:30:13 -08:00
  • 026f2a7fc7 More debugging. Arthur Britto 2013-01-14 21:45:54 -08:00
  • ca432d5a9c More debugging. Arthur Britto 2013-01-14 21:39:40 -08:00
  • af0e39f11c Typo Arthur Britto 2013-01-14 21:25:36 -08:00
  • 9c6d073d89 More logging for RPC subscribe. Arthur Britto 2013-01-14 21:21:22 -08:00
  • 758ba0b3e3 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-14 20:19:01 -08:00
  • 5c052ebdf4 Temporarily turn off admin checking for subscribe. Arthur Britto 2013-01-14 20:18:34 -08:00
  • 8f6c597373 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-14 18:17:02 -08:00
  • 9dea6df56b Tuning. JoelKatz 2013-01-14 18:16:47 -08:00
  • 1008c8d1f1 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-14 17:00:25 -08:00
  • 104613a0a6 Add command line support for sign. Arthur Britto 2013-01-14 17:00:09 -08:00
  • 4e06e0ffa5 Add server support for sign and submit tx_blobs. Arthur Britto 2013-01-14 16:59:47 -08:00
  • 88c702a957 Make actual submitting optional for submitTransactionSync Arthur Britto 2013-01-14 16:59:06 -08:00
  • f2337b81db Have strUnhex report malformed hex. Arthur Britto 2013-01-14 16:58:14 -08:00
  • 2b70d3f750 Output fee information in server_info. Arthur Britto 2013-01-14 14:28:23 -08:00
  • cd06c0b00b update deploy jed 2013-01-14 13:19:27 -08:00
  • f3a28d65b7 windows jed 2013-01-14 12:57:37 -08:00
  • 8afbc33706 Some LedgerAcquire improvements. JoelKatz 2013-01-14 02:12:30 -08:00
  • 61c07696a7 Stop a crash that can happen during shutdown. JoelKatz 2013-01-14 02:12:03 -08:00
  • 5fa43cc770 Make a simple way to extend the RPC command set without modifying core server code. This makes it easy to add self-contained modules that can be controlled and is also useful for one-off and troubleshooting commands. JoelKatz 2013-01-13 22:46:42 -08:00
  • fc78cb38ed Don't favor (for acquire) peers that come earlier in the peer vector. JoelKatz 2013-01-13 21:40:46 -08:00
  • a12a566139 Make ripple_path_find work for command line. Arthur Britto 2013-01-13 21:11:37 -08:00
  • 87ecbdf653 UT: Fix crossing own offer test. Arthur Britto 2013-01-13 19:53:20 -08:00
  • db759ea6c9 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-13 17:48:59 -08:00
  • 3b905588b5 Make create after delete officially legal. JoelKatz 2013-01-13 17:47:29 -08:00
  • b49c5dc80d Whitespace. Arthur Britto 2013-01-13 16:17:28 -08:00
  • 78cb4ef84f Major update to exaple files. Arthur Britto 2013-01-13 16:09:09 -08:00
  • c4f3b7810e Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-13 11:08:54 -08:00
  • 9062a0b4ad Make the rippled-example.cfg better for others. Arthur Britto 2013-01-13 01:09:39 -08:00
  • 6f33155308 Makr ledgers we acquired to accept as closed. JoelKatz 2013-01-13 00:22:46 -08:00
  • 9fd2b543e8 Fix the reason we couldn't recover ledgers. Ledger base data must be stored in CAS. JoelKatz 2013-01-12 23:54:23 -08:00
  • a0bfd57937 Fix an endless loop. JoelKatz 2013-01-12 23:47:06 -08:00
  • 7527437f1d Make ALPHABET simpler. JoelKatz 2013-01-12 22:26:12 -08:00
  • f9e402b9c4 Boost includes come after system includes. JoelKatz 2013-01-12 22:20:56 -08:00
  • 2bc4f8bb79 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-12 22:16:40 -08:00
  • 23aae75863 Get rid of clear. JoelKatz 2013-01-12 22:15:38 -08:00
  • 699cc8997c Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-12 22:05:28 -08:00
  • d47c637129 Cosmetic. Arthur Britto 2013-01-12 22:05:20 -08:00
  • cced837600 Fixes for SConstruct on FreeBSD. Arthur Britto 2013-01-12 22:01:21 -08:00
  • e62aff72cb Cosmetic. Arthur Britto 2013-01-12 21:51:57 -08:00
  • 5a22118b25 Remove operator== and operator!= on RangeSet. JoelKatz 2013-01-12 21:48:25 -08:00
  • e5c1b3e6f2 Remove a bogus assert. JoelKatz 2013-01-12 21:48:15 -08:00
  • 8f5f8bdb4e It was my bug after all. Fix create after delete. JoelKatz 2013-01-12 21:44:38 -08:00
  • a2abddff4f Cosmetic. Arthur Britto 2013-01-12 21:39:24 -08:00
  • fb493f6415 Cosmetic. Arthur Britto 2013-01-12 20:58:16 -08:00
  • 23c01e549f Cosmetic. Arthur Britto 2013-01-12 20:39:11 -08:00
  • 8c5f08ad9b UT: More work on detecting standalone server exit. Arthur Britto 2013-01-12 12:48:18 -08:00
  • 3b66a13646 Standalone fixes. Arthur Britto 2013-01-12 10:56:29 -08:00
  • efe63c3261 Mark a minor fixme. JoelKatz 2013-01-12 08:43:56 -08:00
  • 55d1af746c Share the 'shouldAcquire' function. recvGetLedger will needed it. JoelKatz 2013-01-12 08:42:24 -08:00
  • cbeb6a50e8 LedgerAcquire::filterNodes wasn't following the right logic. JoelKatz 2013-01-12 08:34:36 -08:00
  • 5a6f306c59 Remove extra whitespace. JoelKatz 2013-01-12 08:34:14 -08:00
  • 3febe8ae2a Make sure backfilling is disabled in standalone mode. JoelKatz 2013-01-12 05:22:52 -08:00
  • 35f36d61e2 Oops. Accidentally removed a line. JoelKatz 2013-01-12 04:45:28 -08:00
  • 1b8f20eaa7 Some tuning. JoelKatz 2013-01-12 04:44:41 -08:00
  • a62fb9a52f operator& was way inefficient. JoelKatz 2013-01-12 04:01:22 -08:00
  • 755182c266 Cleanups. JoelKatz 2013-01-12 03:38:15 -08:00
  • cf726c7749 Don't connect to invalid IP:port combinations. JoelKatz 2013-01-12 03:37:45 -08:00
  • 57313a9339 Cache the hash of a SHAMapNode. JoelKatz 2013-01-12 03:05:45 -08:00
  • be93d59933 Remove log accidentally commited. JoelKatz 2013-01-12 02:53:45 -08:00
  • 95c7794e7b Be explicit about which SQLite thread mode we want. JoelKatz 2013-01-12 01:57:20 -08:00
  • 6de8d20ec2 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-12 01:48:40 -08:00
  • 0fabbc4f18 About half of clustering support. We need this so our own nodes don't send each other proof of work requests when we're under load. JoelKatz 2013-01-12 01:41:46 -08:00
  • b782ad0ecd Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-11 18:55:28 -08:00
  • 8df9519a1c Add a default for currencies for ripple_find_path. Arthur Britto 2013-01-11 18:55:13 -08:00
  • 0d49bc877e Do WAL checkpointing in our own thread(s). JoelKatz 2013-01-11 18:45:16 -08:00
  • b21e751ce7 Typo JoelKatz 2013-01-11 18:27:37 -08:00
  • c88c7c50a8 Oops. Fix the job run order. JoelKatz 2013-01-11 18:12:42 -08:00
  • 35721a73e2 Don't let the acquire engine stall. JoelKatz 2013-01-11 17:18:28 -08:00
  • f2d811851a Trigger an assert if we get errors that shouldn't ever happen. JoelKatz 2013-01-11 17:16:34 -08:00
  • 14f6250ce5 Don't use hash-based fetching too quickly. JoelKatz 2013-01-11 16:54:34 -08:00
  • e86aa7b7ab Better debug messages. JoelKatz 2013-01-11 16:54:25 -08:00
  • 3cbaeebf2a Remove old debug. JoelKatz 2013-01-11 16:53:08 -08:00
  • 955c5c3a9c Bug fixes and performance improvements. JoelKatz 2013-01-11 16:40:37 -08:00