Commit Graph

  • d6bb9ecc6f
    serialization: fail on read_varint error moneromooo-monero 2019-03-11 23:36:17 +0000
  • 19490e44af
    cryptonote_protocol: fix another potential P2P DoS moneromooo-monero 2019-03-09 09:08:53 +0000
  • fa4aa47ea0
    cryptonote_protocol: expand basic DoS protection moneromooo-monero 2019-03-08 19:17:20 +0000
  • 3c953d5369
    cryptonote_protocol_handler: prevent potential DoS anonimal 2019-03-09 09:11:44 +0000
  • b873b69ded
    epee: basic sanity check on allocation size from untrusted source moneromooo-monero 2019-03-08 12:02:21 +0000
  • 2eef90d6ef
    rpc: restrict the recent cutoff size in restricted RPC mode moneromooo-monero 2019-05-12 13:27:34 +0000
  • 0564da5fdc
    ensure no NULL is passed to memcpy moneromooo-monero 2019-04-29 08:17:32 +0000
  • bc09766bf9
    abstract_tcp_server2: improve DoS resistance moneromooo-monero 2019-04-20 12:24:29 +0000
  • 1387549e90
    serialization: check stream good flag at the end moneromooo-monero 2019-04-16 18:48:40 +0000
  • a00cabd4f3
    tree-hash: allocate variable memory on heap, not stack moneromooo-monero 2019-04-04 00:15:07 +0000
  • f215219252
    cryptonote: throw on tx hash calculation error moneromooo-monero 2019-03-19 01:07:10 +0000
  • db2b9fba65
    serialization: fail on read_varint error moneromooo-monero 2019-03-11 23:36:17 +0000
  • 68ad548193
    cryptonote_protocol: fix another potential P2P DoS moneromooo-monero 2019-03-09 09:08:53 +0000
  • 1cc61018e5
    cryptonote_protocol: expand basic DoS protection moneromooo-monero 2019-03-08 19:17:20 +0000
  • 8f66b7053a
    cryptonote_protocol_handler: prevent potential DoS anonimal 2019-03-09 09:11:44 +0000
  • 39169ace09
    epee: basic sanity check on allocation size from untrusted source moneromooo-monero 2019-03-08 12:02:21 +0000
  • 6ed1679bf8
    prep for 0.14.1 release Riccardo Spagni 2019-06-13 17:36:41 +0200
  • 69f9420489
    core: do not complain about low block rate if disconnected moneromooo-monero 2019-06-13 10:24:18 +0000
  • b712ae0af2
    rpc: work around a GCC 7.4.0 (at least) bug moneromooo-monero 2019-06-12 22:26:06 +0000
  • 3395de2e7f
    Merge pull request #5633 luigi1111 2019-06-12 14:50:01 -0500
  • 7b3df89bd4
    Merge pull request #5632 luigi1111 2019-06-12 14:47:33 -0500
  • 9f2882dbb7
    Merge pull request #5631 luigi1111 2019-06-12 14:45:40 -0500
  • a22bb544a3
    Merge pull request #5552 luigi1111 2019-06-12 14:43:51 -0500
  • 1dc4ebfd6c
    Use 9 digit build IDs Howard Chu 2019-06-12 15:16:17 +0100
  • 86591ebf64
    Use 9 digit build IDs Howard Chu 2019-06-12 15:16:17 +0100
  • 03aa14ec87
    tx_sanity_check: don't print an error when not enough outs to check moneromooo-monero 2019-06-12 12:05:40 +0000
  • 14881094af
    rpc: fix get_transactions getting v1 txes from the txpool moneromooo-monero 2019-06-12 11:58:12 +0000
  • 0ef8391628
    Delete redundant cppzmq dependency Howard Chu 2019-06-12 10:20:44 +0100
  • 01ced20eca
    Delete redundant cppzmq dependency Howard Chu 2019-06-12 10:20:44 +0100
  • e85bf46641
    Allow parallel make Howard Chu 2019-06-12 00:09:49 +0100
  • cfa88acb2b
    Don't use -march=native Howard Chu 2019-06-11 18:00:04 +0100
  • f8b2f250b7
    Allow parallel make Howard Chu 2019-06-12 00:09:49 +0100
  • 3a0fbea1ff
    Don't use -march=native Howard Chu 2019-06-11 18:00:04 +0100
  • fd0cf689dd
    Merge pull request #5619 luigi1111 2019-06-11 18:17:11 -0500
  • 9c0e9c40ec
    Merge pull request #5618 luigi1111 2019-06-11 18:15:48 -0500
  • 425e61ca6d
    Merge pull request #5616 luigi1111 2019-06-11 18:14:17 -0500
  • c48722caa9
    Merge pull request #5613 luigi1111 2019-06-11 18:13:09 -0500
  • 538fae4ec2
    Merge pull request #5614 luigi1111 2019-06-11 17:22:11 -0500
  • 0c62e7b15f
    Merge pull request #5622 luigi1111 2019-06-11 17:05:17 -0500
  • 24806b5035
    Merge pull request #5620 luigi1111 2019-06-11 17:02:51 -0500
  • 0a1731aa7c
    Merge pull request #5617 luigi1111 2019-06-11 17:01:14 -0500
  • 6b41bd8eb5 Delete more include string.h Your Name 2019-06-11 16:08:42 +0800
  • b8cfa92b7e rpc: implement set_bootstrap_daemon method xiphon 2019-06-10 15:03:18 +0000
  • b0a04f7d45 epee: fix SSL autodetect on reconnection xiphon 2019-06-10 10:40:16 +0000
  • c88d6a9e5b tests: fixed file exec permissions ston1th 2019-06-09 17:00:45 +0200
  • 117f9501d8 miner: fix double free of thread attributes ston1th 2019-06-09 10:51:18 +0200
  • ce13a98239
    cmake: do not use -mmitigate-rop on GCC >= 9.1 moneromooo-monero 2019-06-08 18:33:04 +0000
  • e2848894c9
    cmake: do not use -mmitigate-rop on GCC >= 9.1 moneromooo-monero 2019-06-08 18:33:04 +0000
  • f47488c734
    Fix GCC 9.1 build warnings moneromooo-monero 2019-06-08 15:58:33 +0000
  • 35c20c4332
    Fix GCC 9.1 build warnings moneromooo-monero 2019-06-08 15:58:33 +0000
  • f2f207d635 miner: fix double free of thread attributes ston1th 2019-06-09 10:51:18 +0200
  • 643c86a62a
    miniupnpc: update to build on BSD moneromooo-monero 2019-06-08 18:38:51 +0000
  • 6375111fa4
    miniupnpc: update to build on BSD moneromooo-monero 2019-06-08 18:37:42 +0000
  • 4cff9257e0
    p2p: fix GCC 9.1 crash moneromooo-monero 2019-06-08 15:58:09 +0000
  • 2cbe75661c
    p2p: fix GCC 9.1 crash moneromooo-monero 2019-06-08 15:58:09 +0000
  • 068fa1ca5c
    p2p: delay IGP probing on startup moneromooo-monero 2019-06-06 10:28:02 +0000
  • c820e1839f
    simplewallet: print errors on exceptions creating wallets moneromooo-monero 2019-06-06 09:48:37 +0000
  • cf8cb6873a rpc: use ip address string representation for peer::host field xiphon 2019-06-04 18:39:17 +0000
  • 46c1d88565
    add 'sponsor' button on GitHub erciccione 2019-06-03 15:50:06 +0200
  • dd58057126
    Remember RPC version on initial connect Howard Chu 2019-06-02 09:27:16 +0100
  • 256f8d8b66
    Merge pull request #5584 Riccardo Spagni 2019-06-01 20:32:39 +0200
  • 9a2883266c
    Merge pull request #5578 Riccardo Spagni 2019-06-01 20:32:18 +0200
  • 3f2c82326e
    Merge pull request #5572 Riccardo Spagni 2019-06-01 20:31:55 +0200
  • 8b9920f0af
    Merge pull request #5551 Riccardo Spagni 2019-06-01 20:31:31 +0200
  • 162229286f
    Merge pull request #5565 Riccardo Spagni 2019-06-01 20:31:13 +0200
  • 2f5efc7f59
    Merge pull request #5562 Riccardo Spagni 2019-06-01 20:30:54 +0200
  • 0565fe21ec
    Merge pull request #5563 Riccardo Spagni 2019-06-01 20:30:38 +0200
  • ff5b30864a
    Merge pull request #5564 Riccardo Spagni 2019-06-01 20:30:01 +0200
  • 51766d026b
    Merge pull request #5583 Riccardo Spagni 2019-06-01 20:27:41 +0200
  • 62d32e955a
    Merge pull request #5577 Riccardo Spagni 2019-06-01 20:25:19 +0200
  • 7e417dd408
    Merge pull request #5571 Riccardo Spagni 2019-06-01 20:22:19 +0200
  • 14d3295649
    Merge pull request #5561 Riccardo Spagni 2019-06-01 20:21:45 +0200
  • 42e2ed31ae
    Merge pull request #5558 Riccardo Spagni 2019-06-01 20:21:21 +0200
  • df20bcdac5
    Merge pull request #5557 Riccardo Spagni 2019-06-01 20:21:03 +0200
  • fccfc1aa25
    Merge pull request #5555 Riccardo Spagni 2019-06-01 20:20:39 +0200
  • 343c0b4255
    add a command line option to disable ZMQ server Jethro Grassie 2019-06-01 13:03:37 -0400
  • 880ebfdeea
    daemon: add more chain specific info in alt_chain_info moneromooo-monero 2019-05-09 10:13:12 +0000
  • 2aa11341fc
    daemon: display peer address type in print_cn moneromooo-monero 2019-05-31 09:09:24 +0000
  • cb92d5cb2c
    cmake: push cmake away from boost as much as we can moneromooo-monero 2019-05-30 12:11:58 +0000
  • fcfcc3ac86
    rpc: in/out peers can now return the setting's value moneromooo-monero 2019-05-28 17:54:41 +0000
  • cd720c7e0b
    add cumulative difficulty to diff command wowario 2019-05-30 11:57:21 +0300
  • 270a3ae58b Unused private member m_miner_address Jesus Ramirez 2019-05-29 10:12:47 -0400
  • eeebad6630
    functional_tests: fix python3 compatibility moneromooo-monero 2019-05-29 11:45:25 +0000
  • 77594c4f4a
    functional_tests: fix python3 compatibility moneromooo-monero 2019-05-29 11:45:25 +0000
  • b7a96a0874
    core: update pruning if using --prune-blockchain on a pruned blockchain moneromooo-monero 2019-05-28 09:09:30 +0000
  • f950517a08
    core: update pruning if using --prune-blockchain on a pruned blockchain moneromooo-monero 2019-05-28 09:09:30 +0000
  • 577324a954 wallet_manager: omit redundant disconnect, drop unused variable xiphon 2019-05-27 14:34:28 +0000
  • a663ccba71
    blockchain: do not try to pop blocks down to the genesis block moneromooo-monero 2019-05-26 16:50:35 +0000
  • 35da33bea9
    blockchain: do not try to pop blocks down to the genesis block moneromooo-monero 2019-05-26 16:50:35 +0000
  • 8f2a99d8ab
    core: do not commit half constructed batch db txn moneromooo-monero 2019-05-24 08:33:19 +0000
  • 4b51f9a34f
    core: do not commit half constructed batch db txn moneromooo-monero 2019-05-24 08:33:19 +0000
  • 162c3e18ec
    blockchain_export: allow exporting blocks.dat format from pruned moneromooo-monero 2019-05-24 14:11:56 +0000
  • c07bbd5c04
    daemon: fix "never seen before" time span display for peers moneromooo-monero 2019-05-17 18:03:59 +0000
  • 13864702f1
    functional_tests: fix rare get_output_distribution failure moneromooo-monero 2019-05-20 13:41:57 +0000
  • 205a0ba101
    unit_tests: make the density test a bit less stringent moneromooo-monero 2019-05-20 10:42:50 +0000
  • 9bfa4c20ca Fix allow any cert mode in wallet rpc when configured over rpc Lee Clagett 2019-05-22 00:15:14 -0400
  • 3544596f9f Add ssl_options support to monerod's rpc mode. Lee Clagett 2019-05-22 00:09:11 -0400
  • c9aaccf346 Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. Lee Clagett 2019-05-21 15:43:27 -0400
  • 4456a4b9b3 Fix allow any cert mode in wallet rpc when configured over rpc Lee Clagett 2019-05-22 00:15:14 -0400
  • fafc5c3692 Add ssl_options support to monerod's rpc mode. Lee Clagett 2019-05-22 00:09:11 -0400