Commit Graph

  • a68143bc52
    Merge pull request #4171 luigi1111 2018-08-15 17:37:23 -0500
  • 564e9c3b5f
    Merge pull request #4170 luigi1111 2018-08-15 17:35:49 -0500
  • 8c4b3f3736
    Merge pull request #4166 luigi1111 2018-08-15 17:34:29 -0500
  • 01475c36c0
    Merge pull request #4165 luigi1111 2018-08-15 17:33:06 -0500
  • fd3b71129b
    Merge pull request #4164 luigi1111 2018-08-15 17:31:24 -0500
  • 2530dc6710
    Merge pull request #4161 luigi1111 2018-08-15 17:27:48 -0500
  • e7328ed5b7
    Merge pull request #4158 luigi1111 2018-08-15 17:25:19 -0500
  • 5e795ee7af
    Merge pull request #4153 luigi1111 2018-08-15 17:23:56 -0500
  • 2a44c2defd
    Merge pull request #4150 luigi1111 2018-08-15 17:22:36 -0500
  • dc7dd56867
    Merge pull request #4148 luigi1111 2018-08-15 17:21:10 -0500
  • 88369c6685
    Merge pull request #4138 luigi1111 2018-08-15 17:19:04 -0500
  • 5295e4eb82
    Merge pull request #4137 luigi1111 2018-08-15 17:17:34 -0500
  • 1d2c08610b
    Merge pull request #4136 luigi1111 2018-08-15 17:15:49 -0500
  • 3b409a3b8a
    Merge pull request #4130 luigi1111 2018-08-15 17:13:35 -0500
  • ad13b6d25a
    Merge pull request #4106 luigi1111 2018-08-15 17:12:12 -0500
  • 017e07a035
    Merge pull request #4103 luigi1111 2018-08-15 17:09:52 -0500
  • dd966c8a3a
    Merge pull request #4090 luigi1111 2018-08-15 17:08:10 -0500
  • b586ae1310
    Merge pull request #4089 luigi1111 2018-08-15 17:06:17 -0500
  • dd8354aa08
    Merge pull request #4024 luigi1111 2018-08-15 17:05:14 -0500
  • 4745e3be22
    Merge pull request #4020 luigi1111 2018-08-15 17:03:35 -0500
  • 4cde4cb946
    Merge pull request #3528 luigi1111 2018-08-15 17:00:32 -0500
  • 4e081001c0
    Incremental Keccak API added Dusan Klinec 2018-08-14 23:23:00 +0200
  • 0c8d8f6b2e
    unit_tests: remove std::move in return statement moneromooo-monero 2018-08-15 13:09:14 +0000
  • 5ed6669130
    wallet_rpc_server: remove unused amount_keys field in transfer RPC moneromooo-monero 2018-08-15 12:47:33 +0000
  • c3c14f3083
    simplewallet: allow named priority levels for default-priority moneromooo-monero 2018-08-15 12:15:39 +0000
  • b21fdaa874
    fuzz: set address properly stoffu 2018-08-14 20:17:51 +0900
  • d6fc870d04
    db_lmdb: resize blockchain database when 90% filled moneromooo-monero 2018-05-25 11:59:59 +0100
  • de905d4b48
    fuzz_tests: use __AFL_INIT when available moneromooo-monero 2018-08-13 22:13:11 +0000
  • 10475ab23f node_rpc_proxy: fix fork earliest height caching [RYO backport] fireice-uk 2018-08-10 16:49:18 +0200
  • 77655b0a0e simplewallet: Simplify LOCK_IDLE_SCOPE macro rbrunner7 2018-08-12 14:49:32 +0200
  • ac09cfa6be
    wallet2: remove obsolete pruned/unpruned case moneromooo-monero 2018-08-13 13:16:50 +0000
  • 4307489147
    wallet: disable core dumps on startup in release mode moneromooo-monero 2018-07-15 13:20:36 +0100
  • bc8cbdb25d
    stack_trace: print stack traces on stdout if the logger isn't live moneromooo-monero 2018-07-15 12:58:52 +0100
  • b278b83860
    core: sync database based on bytes added, not blocks added moneromooo-monero 2018-08-01 10:09:35 +0000
  • 95766fe878
    README: add dependency on libpgm-dev stoffu 2018-08-10 18:16:26 +0900
  • 83f5587167
    blockchain: use uint64_t for height, not size_t moneromooo-monero 2018-08-09 16:44:26 +0000
  • 361513ac81
    blockchain_blackball: use a bit less memory moneromooo-monero 2018-07-30 17:22:01 +0100
  • ce9457a379
    cryptonote_protocol: don't serialize an unneeded new block message moneromooo-monero 2018-08-01 13:56:37 +0000
  • 13a43fcf0b Added Codefresh.yml pipeline HomDx 2018-08-07 22:02:10 +0300
  • a4d2d84209
    blockchain_depth: add average min depth moneromooo-monero 2018-08-07 20:03:48 +0000
  • 289880d82d
    blockchain_depth: get the average min depth of a set of txes moneromooo-monero 2018-07-10 19:56:05 +0100
  • 5dd03846b6 Updating Qt download link Jkat 2018-08-07 17:07:58 -0400
  • bcab579864
    wallet: allow adjusting number of rounds for the key derivation function stoffu 2018-07-06 15:42:08 +0900
  • 9e6c7784ea
    CMakeLists.txt: add -mmitigate-rop to security flags if found moneromooo-monero 2018-08-07 13:05:52 +0000
  • 3e914ad831
    simplewallet: add a warning and prompt on rescan_blockchain moneromooo-monero 2018-08-07 12:48:04 +0000
  • 96c1de979a fixed cncrypto tests not passing after the change in random_scalar Maxim Shishmarev 2018-08-07 15:58:40 +1000
  • 46b697feb4
    abstract_tcp_server2: fix race on shutdown moneromooo-monero 2018-07-11 22:02:28 +0100
  • 2fd9be1646 simplewallet: correct number of human-readable months rbrunner7 2018-08-05 09:58:33 +0200
  • c5e2aee961
    updates: fix hash sanity checking moneromooo-monero 2018-08-05 00:19:22 +0000
  • 26a42fe54a Added features to epee::span<T> : - Support for classes - Added remove_prefix function - Added to_mut_span and as_mut_byte_span Lee Clagett 2018-08-01 23:08:59 -0400
  • 37f0799284
    wallet: distinguish coinbase from other txes in show_transfers moneromooo-monero 2018-07-19 17:49:15 +0100
  • b0b6959c1d
    update README to change all 0.12.2 to 0.12.3 Gingeropolous 2018-08-02 23:25:03 -0400
  • 3411326a04 Docker: updated cmake version HomDx 2018-08-02 21:42:58 +0300
  • 4616cf2641 Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST Lee Clagett 2018-08-01 22:10:09 -0400
  • 8439306212
    wallet2: do not divide by 0 on invalid daemon response moneromooo-monero 2018-07-31 14:25:29 +0000
  • 1c6cfd34f4
    wallet-rpc: add get_address_index command stoffu 2018-07-23 23:45:11 +0900
  • 9127a8b79f
    wallet-rpc: filter getbalance response by address index stoffu 2018-07-23 23:58:31 +0900
  • 43f71100bc
    blockchain_db: remove unused get_output_key variant moneromooo-monero 2018-07-30 21:27:33 +0000
  • 628428a0df
    blockchain_ancestry: faster and uses less memory moneromooo-monero 2018-07-30 21:36:38 +0100
  • 2382484dcd
    blockchain_ancestry: add an incremental mode moneromooo-monero 2018-07-28 00:56:37 +0100
  • 888324fa57
    blockchain_ancestry: finds all ancestors of a tx, block, or chain moneromooo-monero 2018-07-16 16:27:52 +0100
  • 0f757177fe
    wallet2: avoid using arbitrary random values when unknown moneromooo-monero 2018-07-30 13:33:02 +0100
  • 4520cfd978
    wallet2: guard against bad outputs in import_outputs moneromooo-monero 2018-07-30 13:15:41 +0100
  • a3fe1c56ee
    simplewallet: add set_tx_key for importing tx keys from 3rd party wallets stoffu 2018-07-29 21:29:56 +0900
  • f13c7a8263
    simplewallet: make sure wallet config is stored right after creation stoffu 2018-07-30 20:39:05 +0900
  • 5860611afa
    blockchain_blackball: allow resumable interrupt with ^C moneromooo-monero 2018-07-30 11:14:02 +0100
  • c8226ad1f7
    unit_tests: use valid key images, pub keys, etc moneromooo-monero 2018-07-28 19:39:05 +0100
  • 0dddfeacc9
    Merge pull request #4129 luigi1111 2018-07-27 14:30:57 -0500
  • 21b1fa1c35
    Merge pull request #4126 luigi1111 2018-07-27 14:29:55 -0500
  • ff01c3ade4
    Merge pull request #4110 luigi1111 2018-07-27 14:28:49 -0500
  • f739a3cbb8
    Merge pull request #4109 luigi1111 2018-07-27 14:27:47 -0500
  • dda05f357a
    Merge pull request #4108 luigi1111 2018-07-27 14:26:01 -0500
  • 8eb5b0be36
    Merge pull request #4098 luigi1111 2018-07-27 14:25:02 -0500
  • 3fde902394
    Merge pull request #4097 luigi1111 2018-07-27 14:23:54 -0500
  • 92b5d6c204
    Merge pull request #4091 luigi1111 2018-07-27 14:22:34 -0500
  • b293c487fb
    Merge pull request #3629 luigi1111 2018-07-27 14:20:23 -0500
  • 262e391fb1
    mlog: handle filenames without parent directories moneromooo-monero 2018-07-26 14:50:23 +0100
  • e7c0fcd8f3
    epee: set jsonrpc to "2.0" in parse error return data moneromooo-monero 2018-07-25 23:00:19 +0100
  • c24a0af9f1 [monerod] Added blocks remaining count during syncronisation. And percent if usefull (% < 99) Jorropo 2018-07-25 10:16:01 +0200
  • ff37bd00bc
    wallet2: fix O(n^2) behaviour in import_key_images moneromooo-monero 2018-07-24 14:33:33 +0100
  • 3940e12933
    daemon.print_bc: don't print difficulty twice stoffu 2018-07-24 16:17:49 +0900
  • 3a4c3ac891
    simplewallet.unspent_outputs: fix wrong logic for parsing stoffu 2018-07-24 13:32:58 +0900
  • ed7825dc0c monero-wallet-cli: added locked_sweep_all command jcktm 2018-04-13 11:13:24 +1000
  • 68b1197f5d tests: ringdb: use system's temporary dir path redfish 2018-07-21 21:30:39 -0400
  • 5e675de7c2
    simplewallet: fix language detection when using --use-english-language-names moneromooo-monero 2018-07-22 11:28:11 +0100
  • 8e24533a7f
    blockchain: some batch tx scanning speedup moneromooo-monero 2018-07-21 11:54:48 +0100
  • be02eb9389
    db_lmdb: demote the "batch already enabled" log, it's harmless moneromooo-monero 2018-07-20 23:40:51 +0100
  • 0496c7c91a
    crypto: do not use boost::value_initialized to init null skey/pkey moneromooo-monero 2018-07-20 22:59:18 +0100
  • 704b60caf0
    block_queue: faster check whether a block was requested moneromooo-monero 2018-07-19 15:36:07 +0100
  • 7db7ec8591
    wallet rpc: support making integrated address of given standard address stoffu 2018-07-20 21:33:36 +0900
  • 702a41034d
    Merge pull request #4088 luigi1111 2018-07-19 14:15:16 -0500
  • 5c102c60dc
    Merge pull request #4087 luigi1111 2018-07-19 14:14:10 -0500
  • 61eea83978
    Merge pull request #4081 luigi1111 2018-07-19 14:12:30 -0500
  • 9474567d76
    Merge pull request #4076 luigi1111 2018-07-19 14:11:24 -0500
  • f6d7e87b67
    Merge pull request #4075 luigi1111 2018-07-19 14:10:20 -0500
  • 326437c5ff
    Merge pull request #4074 luigi1111 2018-07-19 14:08:56 -0500
  • 5fad1c505a
    Merge pull request #4073 luigi1111 2018-07-19 14:07:49 -0500
  • be81a27fa4
    Merge pull request #4071 luigi1111 2018-07-19 14:06:54 -0500
  • 173f7b8f42
    Merge pull request #4064 luigi1111 2018-07-19 14:05:51 -0500
  • 69502c4040
    Merge pull request #4062 luigi1111 2018-07-19 14:04:42 -0500