Commit Graph

  • 5d0cb73356
    unbound: do not try to link against libevent moneromooo-monero 2015-10-05 20:57:52 +0100
  • 180bcde866
    build: default to Berkeley DB for 32 bit and ARM moneromooo-monero 2015-10-04 19:01:33 +0100
  • 791d8cb038
    db_bdb: fix hard fork keys moneromooo-monero 2015-10-04 19:00:37 +0100
  • cec92c4fd3
    hardfork: move an assert so it actually works moneromooo-monero 2015-10-04 12:37:59 +0100
  • 5ac16321fd
    gpg_keys: update my key with a later expiration date moneromooo-monero 2015-10-04 12:45:24 +0100
  • 1e7fc9c093
    Merge pull request #410 Riccardo Spagni 2015-09-28 10:09:26 +0200
  • 419d70eb1f
    Merge pull request #409 Riccardo Spagni 2015-09-28 10:08:58 +0200
  • 33affd2d17
    blockchain: on hardfork 2, require mixin 2 at least if possible moneromooo-monero 2015-09-26 17:57:01 +0100
  • 434e0f42e7
    hardfork: make the voting window a week moneromooo-monero 2015-09-26 17:56:43 +0100
  • 0a7421b607
    hardfork: rescan speedup moneromooo-monero 2015-09-26 16:22:57 +0100
  • fec98b8952
    hardfork: remove use of GNU extension for initializing object moneromooo-monero 2015-09-26 14:06:00 +0100
  • 4bbf944df0
    blockchain: on hardfork 2, allow miners to claim less money than allowed moneromooo-monero 2015-09-22 20:43:19 +0100
  • 088bc56d79
    hardfork: change window semantics to not count the newly added block moneromooo-monero 2015-09-26 13:25:22 +0100
  • 198f557d38
    blockchain: use different hard fork settings for testnet and mainnet moneromooo-monero 2015-09-22 20:35:19 +0100
  • 151c32d5c4
    dns_utils: fix wrong asserts moneromooo-monero 2015-09-27 17:30:40 +0100
  • 0193bfce4b
    Merge pull request #405 Riccardo Spagni 2015-09-22 14:49:22 +0200
  • 5b11a89a76
    hardfork: most state now saved to the DB moneromooo-monero 2015-09-20 18:41:38 +0100
  • 0a54c3a553
    hardfork: remove the "parts are copyright cryptonote" notices moneromooo-monero 2015-09-20 10:05:15 +0100
  • e546f3724a
    Add an RPC call and daemon command to get info on hard fork voting moneromooo-monero 2015-09-19 16:34:29 +0100
  • d06713199e
    blockchain: force a hardfork recalculation at load time moneromooo-monero 2015-09-19 16:33:39 +0100
  • a7177610b3
    core: add consts where appropriate moneromooo-monero 2015-09-19 11:25:57 +0100
  • 8ffc508cef
    core: moan when we think an update is needed to get latest hard fork info moneromooo-monero 2015-09-13 18:09:57 +0100
  • f85498422d
    blockchain: use the new hardfork class moneromooo-monero 2015-09-12 11:14:00 +0100
  • 62b1f74116
    New hardfork class moneromooo-monero 2015-09-01 09:40:33 +0100
  • bed9a44e56
    blockchain: add a couple missing includes moneromooo-monero 2015-09-01 09:40:43 +0100
  • cf88e4dd24
    Merge pull request #394 Riccardo Spagni 2015-08-30 16:30:19 +0200
  • 3c10239327
    unbound: use the mini event fallback implementation moneromooo-monero 2015-08-30 15:21:24 +0100
  • 4e138a02df
    dns_utils: remove unnecessary string conversion moneromooo-monero 2015-08-29 12:55:43 +0100
  • f928468b9b
    dns_utils: factor the fetching code for different DNS record types moneromooo-monero 2015-08-29 12:53:01 +0100
  • 4ef0da184d
    dns_utils: simplify string handling and fix leak moneromooo-monero 2015-08-27 22:21:07 +0100
  • b727efdb3d
    Merge pull request #391 Riccardo Spagni 2015-08-29 23:44:13 +0200
  • ae5f28cb51
    dns_utils: add a const where possible moneromooo-monero 2015-08-27 21:08:40 +0100
  • f43d465da2
    dns_utils: lock access to the singleton moneromooo-monero 2015-08-27 21:08:03 +0100
  • 5990344cb0
    dns: make ctor private moneromooo-monero 2015-08-27 21:06:09 +0100
  • b19456dc6d Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabling it was unintentional) Javier Smooth 2015-08-26 10:30:22 -0700
  • a1af0feb06
    Merge pull request #390 Riccardo Spagni 2015-08-26 19:24:08 +0200
  • 41e2323ddc
    Merge pull request #388 Riccardo Spagni 2015-08-26 19:23:35 +0200
  • 1fb2bc9850
    Merge pull request #387 Riccardo Spagni 2015-08-26 19:22:22 +0200
  • 5dc53c2cb0
    wallet: use mutex protected random generation api moneromooo-monero 2015-08-26 08:28:58 +0100
  • 813e758b62
    blockchain: remove obsolete call to libc srand moneromooo-monero 2015-08-24 21:57:48 +0100
  • e20a3ae011
    simplewallet: add a store-tx-keys option to set moneromooo-monero 2015-08-24 21:50:45 +0100
  • 96104ff2b5
    Merge pull request #386 Riccardo Spagni 2015-08-24 21:38:25 +0200
  • d91eb8c7b4
    wallet: only return tx keys via RPC if requested moneromooo-monero 2015-08-19 20:59:44 +0100
  • 32077d3810
    Merge pull request #385 Riccardo Spagni 2015-08-24 19:21:24 +0200
  • 6b7be9f89b
    Merge pull request #383 Riccardo Spagni 2015-08-24 19:21:02 +0200
  • c24a7e8fc0
    Merge pull request #381 Riccardo Spagni 2015-08-24 19:20:33 +0200
  • 10f5e00b21
    Merge pull request #380 Riccardo Spagni 2015-08-24 19:20:10 +0200
  • 0a4bc84b2f Added ref10 shen_ed25519_ref code, which includes code that can replace crypto-ops with a version straight from Bernstein's ref 10 ShenNoether 2015-08-23 14:48:50 -0600
  • 0d70fdca8c revert to 776b4fc91a ShenNoether 2015-08-23 14:46:44 -0600
  • b01f286473 Added shen_ed25519_ref to crypto ops subfolder, the point is to directly have bitmonero's crypto code come from bernstein et al's ref 10 code ShenNoether 2015-08-23 14:18:59 -0600
  • 3b5330e895 use correct unsigned type roman 2015-08-23 21:10:24 +0200
  • 59cc92b388 removed some gcc warnings. mainly unused variables. roman 2015-08-23 17:59:24 +0200
  • f19759992c
    wallet: encrypt the cache file moneromooo-monero 2015-08-22 14:21:32 +0100
  • 98c76a388c
    chacha8: add a key generation variant that take a pointer and size moneromooo-monero 2015-08-22 17:40:04 +0100
  • 6c995710d8
    make tx keys available to the user moneromooo-monero 2015-08-19 20:59:44 +0100
  • 776b4fc91a
    Merge pull request #379 Riccardo Spagni 2015-08-18 02:27:13 +0200
  • 9672ac0812 Revert "re-re-add Windows DNS bug fix, per c0de96f" Riccardo Spagni 2015-08-18 02:26:02 +0200
  • 49df0e6f50
    Merge pull request #378 Riccardo Spagni 2015-08-17 10:21:33 +0200
  • 7aec568e6d
    Merge pull request #377 Riccardo Spagni 2015-08-17 10:19:25 +0200
  • 7c4d6f1dc6
    simplewallet: Use default log file name when executable's file path is unknown warptangent 2015-08-16 18:16:20 -0700
  • b5b0f0857a
    epee: Don't set log file name when process path name isn't found warptangent 2015-08-16 18:14:49 -0700
  • 378d004b37
    blockchain: mark two places where the new code differs from the old moneromooo-monero 2015-08-15 18:46:19 +0100
  • 73d42a75d4
    blockchain: update cumulative size after block addition moneromooo-monero 2015-08-15 18:44:56 +0100
  • 4a443775e8
    blockchain: remove dead code moneromooo-monero 2015-08-15 18:44:31 +0100
  • 3f9089a767
    blockchain: do not try to add a tx the pool when it was nor taken out moneromooo-monero 2015-08-15 18:42:29 +0100
  • 769d5ef0e6
    blockchain: fix off by 1 in timestamp median calculations moneromooo-monero 2015-08-15 12:37:23 +0100
  • f7c27f81af
    Merge pull request #376 Riccardo Spagni 2015-08-15 10:55:35 +0200
  • a30ae89d87
    Merge pull request #375 Riccardo Spagni 2015-08-15 10:54:53 +0200
  • 7424cfc7b8
    net_node: Use DNS resolver singleton warptangent 2015-08-14 21:04:29 -0700
  • 471e8a3195
    blockchain_import: Add --input-file option warptangent 2015-08-14 14:55:03 -0700
  • 3ffda6eefb
    blockchain_import: Updates for naming consistency warptangent 2015-08-14 14:49:46 -0700
  • b064bad315
    Merge pull request #374 Riccardo Spagni 2015-08-14 21:59:24 +0200
  • e7fc0a23b4
    Merge pull request #371 Riccardo Spagni 2015-08-14 21:58:52 +0200
  • 97c5faa0b6
    blockchain_export: Add --output-file argument warptangent 2015-08-14 12:45:12 -0700
  • 025d9fb278
    Merge pull request #372 Riccardo Spagni 2015-08-14 19:34:56 +0200
  • f4ba92bccc
    re-re-add Windows DNS bug fix, per c0de96f Riccardo Spagni 2015-08-14 19:33:43 +0200
  • 93944333c5
    update unbound Riccardo Spagni 2015-08-14 19:12:19 +0200
  • dde4dbb977
    doc: hammer the fact that the raw file isn't blockchain.bin moneromooo-monero 2015-08-14 09:53:12 +0100
  • 7792255968
    Merge pull request #369 Riccardo Spagni 2015-08-13 20:04:27 +0200
  • 90fc005946
    Merge pull request #368 Riccardo Spagni 2015-08-13 20:03:59 +0200
  • 9564dcab48
    Merge pull request #367 Riccardo Spagni 2015-08-13 20:03:30 +0200
  • 5e68f97371
    Merge pull request #366 Riccardo Spagni 2015-08-13 20:02:49 +0200
  • d87a2d2bb2
    core_rpc_server: replace vector<bool> with vector<int> in RPC moneromooo-monero 2015-08-13 16:33:28 +0100
  • 7764cd7006
    net_node: skimplify rate limit code, and log as appropriate moneromooo-monero 2015-08-11 20:32:19 +0100
  • aa5bc351d4
    wallet: new rescan_spent command to update outputs' spent status moneromooo-monero 2015-08-11 15:14:44 +0100
  • e7b00abfaa
    core_rpc_server: find transactions in the pool as well as the blockchain moneromooo-monero 2015-08-11 15:53:55 +0100
  • 01e81205e0
    Merge pull request #365 Riccardo Spagni 2015-08-11 14:19:41 +0200
  • e63b854967
    blockchain_db: match tx addition semantics to original code moneromooo-monero 2015-08-11 11:09:09 +0100
  • 83bbea4c7f
    Add a is_key_image_spent daemon command and RPC call moneromooo-monero 2015-08-11 10:49:15 +0100
  • 35abef1b92
    blockchain: remove dead code moneromooo-monero 2015-08-11 10:48:51 +0100
  • b210b304a3
    Merge pull request #364 Riccardo Spagni 2015-08-10 20:05:00 +0200
  • 09cada45c4
    Merge pull request #363 Riccardo Spagni 2015-08-10 20:04:30 +0200
  • 5c87469fd1
    Merge pull request #362 Riccardo Spagni 2015-08-10 20:03:17 +0200
  • ef15e909f5
    Merge pull request #361 Riccardo Spagni 2015-08-10 20:02:36 +0200
  • 9c1ecc6357
    Merge pull request #359 Riccardo Spagni 2015-08-10 20:02:06 +0200
  • 533acc30ed
    blockchain_db: store key images for tx without outputs too moneromooo-monero 2015-08-09 19:26:36 +0100
  • 4f19e68476
    blockchain: factor get_num_outpouts(amount) calls moneromooo-monero 2015-08-09 18:14:30 +0100
  • 275894cdef
    blockchain: always select random outs using triangular distribution moneromooo-monero 2015-08-09 18:07:44 +0100
  • 2634307863
    daemon: omit extra set of <> in error message moneromooo-monero 2015-08-09 16:28:13 +0100
  • 0822933524
    daemon: print a decoded tx in print_tx moneromooo-monero 2015-08-09 16:24:18 +0100