Commit Graph

  • 2775d76df3 Limit length of Domain and MessageKey fields. Arthur Britto 2013-01-16 19:48:22 -08:00
  • 29ead4e3e0 UT: Add ledger_close to testutils. Arthur Britto 2013-01-16 19:30:21 -08:00
  • 97716977c9 Report an error if RPC subscribe specifies no streams. Arthur Britto 2013-01-16 15:22:29 -08:00
  • 8069ac8ab7 Document [rpc_startup] in rippled-example.cfg. Arthur Britto 2013-01-16 15:13:11 -08:00
  • b6a24b9bc2 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-16 15:05:55 -08:00
  • 4982ffdf74 Add support for calling RPC command at startup from config file. Arthur Britto 2013-01-16 15:05:44 -08:00
  • 503e9a7ddc More specific RPC error reporting. Arthur Britto 2013-01-16 15:03:36 -08:00
  • c0e728c310 Amount.product_human and Amount.ratio_human need to canonicalize. Stefan Thomas 2013-01-16 19:09:26 +01:00
  • a87768ead5 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-01-16 08:55:12 -08:00
  • 1b168aec36 These functions can be simpler. The bignum binary format does not have X.509 semantics, so no need to use an extra byte. JoelKatz 2013-01-16 08:54:29 -08:00
  • 886dbe998f Add certain database-related files to .gitignore. Stefan Thomas 2013-01-16 16:18:48 +01:00
  • 32d6e0728a Show a more specific error when entering an invalid command on the CLI RPC. Stefan Thomas 2013-01-16 16:17:28 +01:00
  • 8136f98729 Cleanups. uint64_t -> uint64 JoelKatz 2013-01-16 00:38:20 -08:00
  • 271bf901ec Support for compiling on 32-bit platforms. The main issue was BN_ULONG size and not using 'long' where 'long long' or 'uint64' should be used. JoelKatz 2013-01-15 23:47:42 -08:00
  • 0d7f8cbe13 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-01-15 19:56:07 -08:00
  • ffd32cc66c Make specific generic uses of temINVALID. Arthur Britto 2013-01-15 19:55:57 -08:00
  • 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