Commit Graph

  • a44d94d390
    rpc: is_key_image_spent now checks the tx pool too moneromooo-monero 2016-01-05 21:57:43 +0000
  • 6a21584029
    Merge pull request #599 Riccardo Spagni 2016-01-03 23:06:34 +0200
  • 58adaf121e ARMv7 optimization flags are too aggressive Howard Chu 2016-01-03 12:58:08 +0000
  • a66ba9e4b8 ARM chars are unsigned Howard Chu 2016-01-03 11:57:35 +0000
  • e195484c6a Use CMAKE_LINKER, not hardcoded "ld" Howard Chu 2016-01-03 08:22:38 +0000
  • 54cc144017 Avoid cmake-3.x block comment syntax Howard Chu 2016-01-03 08:22:06 +0000
  • 7fe1beccb8 Fix release flags Howard Chu 2016-01-02 19:39:03 +0000
  • 2cf32e04f4 IP_TOS not supported before Windows7 Howard Chu 2016-01-01 02:47:48 +0000
  • 5cf209a04e Get rid of doubly-defined NDEBUG Howard Chu 2016-01-01 23:23:54 +0000
  • 10cc6a8593 Merge branch 'LMDB-tweaks' Riccardo Spagni 2016-01-03 20:03:00 +0200
  • 58dbc9d122
    fixed conflicts Riccardo Spagni 2016-01-03 20:02:44 +0200
  • 669faebf63 fix: cmake parse error on Ubuntu 14.04 moneroexamples 2016-01-03 07:52:57 +0800
  • dfe2867929
    unit_tests: initialize db object in ctor, not open moneromooo-monero 2016-01-02 11:37:00 +0000
  • 436c073070
    ipc: fix crash on exit moneromooo-monero 2016-01-03 17:54:22 +0000
  • e4eb07fb99
    Merge pull request #595 Riccardo Spagni 2016-01-03 19:54:07 +0200
  • 6432feee6d
    Merge pull request #594 Riccardo Spagni 2016-01-03 19:53:48 +0200
  • 3a3f8fa808
    Merge pull request #593 Riccardo Spagni 2016-01-03 19:52:36 +0200
  • d8ca897c4e
    unit_tests: fix hardfork test build after a BlockchainDB virtual got renamed moneromooo-monero 2016-01-03 17:51:26 +0000
  • ec28d1e173 updated readme, note CMake minimum version increase Riccardo Spagni 2016-01-01 01:05:22 +0200
  • da32a68112
    Nicer looking exit when blockchain.bin is found moneromooo-monero 2015-12-31 17:09:00 +0000
  • adeb1dd0bf
    core: do not use the persistent pool state for tests moneromooo-monero 2015-12-31 14:24:06 +0000
  • f0c33975c5 let miniupnp's cmakelist handle defaults Riccardo Spagni 2015-12-31 15:15:57 +0200
  • 5025c05f56
    wallet: don't forget to close the file after storing cache moneromooo-monero 2015-12-31 10:34:17 +0000
  • 3ad2504ce1 fix miniupnpc cmakelist Riccardo Spagni 2015-12-31 09:06:11 +0200
  • c786773ef4 updated copyright year Riccardo Spagni 2015-12-31 08:39:56 +0200
  • d0695db322 fixed copyrights with bad year references Riccardo Spagni 2015-12-31 08:37:27 +0200
  • 053d128624 isblank doesn't need a special case test Howard Chu 2015-12-31 05:34:29 +0000
  • a6cfa79e42 Fix 3edbf57b62 Howard Chu 2015-12-31 05:31:42 +0000
  • 743dc4c3db
    unit_tests: remove an unused variable moneromooo-monero 2015-12-30 17:30:54 +0000
  • 422d854ddb
    unit_tests: fix hardfork test build moneromooo-monero 2015-12-30 17:30:01 +0000
  • cfd257da36
    blockchain: kill ioservice on scope end, rather than manually moneromooo-monero 2015-12-30 16:08:30 +0000
  • 78f7cc32dc
    miner: minor fixes on stop moneromooo-monero 2015-12-30 16:06:32 +0000
  • f45c8cc8d7
    core_tests: deinit core before destroying it moneromooo-monero 2015-12-30 16:05:52 +0000
  • e8209edbf5
    wallet: add a rescan_bc command and rescan_blockchain RPC moneromooo-monero 2015-12-30 12:58:15 +0000
  • 07fbda36c6
    wallet: protect against exceptions in the block pull thread moneromooo-monero 2015-12-30 12:43:15 +0000
  • 1225b7b8ed
    net_peerlist: move a couple functions from public to private moneromooo-monero 2015-12-30 10:36:51 +0000
  • eb6b3219af fix missing unbound tests Riccardo Spagni 2015-12-30 13:20:06 +0200
  • 8002614424 update unbound, fix unbound openssl issue on OS X Riccardo Spagni 2015-12-30 12:57:50 +0200
  • c5242ac8d8
    Remove size parameter to rapidjson Parse after API update moneromooo-monero 2016-01-03 16:48:54 +0000
  • 9bcc0e6406 no longer need to pass the size to rapidjson Riccardo Spagni 2015-12-30 12:25:29 +0200
  • f243054dd4 add missing miniupnpc files, modify cmake to not build miniupnpc tests and to fix an issue with finding miniupnpcstrings Riccardo Spagni 2015-12-30 10:00:50 +0200
  • fdae1c5003 updated miniupnpc Riccardo Spagni 2015-12-30 09:56:25 +0200
  • accacf10c6
    wallet: store cache to file without unnecessary memory buffer moneromooo-monero 2015-12-29 15:46:37 +0000
  • df5fdc16f2 Tweak 45800a25e9 hyc 2015-12-29 00:09:10 +0000
  • 53cac0237d
    wallet_rpc_server: exit async, so we reply to stop_wallet RPC moneromooo-monero 2015-12-28 23:38:30 +0000
  • 69718f760d
    blockchain_db: inform user about new format if blockchain.bin is found moneromooo-monero 2015-12-28 21:11:55 +0000
  • e94b2e4c11
    blockchain: always stop the ioservice before returning moneromooo-monero 2015-12-28 19:53:07 +0000
  • 509e2c28fe MDB_VL32 - resync with master Howard Chu 2015-12-28 19:44:24 +0000
  • e9d2fc2e39
    wallet: do not return error if incoming_transfers finds none moneromooo-monero 2015-12-28 20:26:46 +0000
  • e2ffc3c342
    db_lmdb: safety close db at exit moneromooo-monero 2015-12-28 19:23:02 +0000
  • ca77ceef2b
    db_lmdb: fix a strdup/delete[] mistmatch moneromooo-monero 2015-12-28 19:22:37 +0000
  • b5929bc23a Remove assert from status command hyc 2015-12-27 08:44:18 +0000
  • 75ea20f009 BlockchainDB: skip fixup check if read-only database warptangent 2015-12-26 14:27:35 -0800
  • 1be0c31a15
    blockchain: remove obsolete containers moneromooo-monero 2015-12-26 18:01:24 +0000
  • b0471a57cc
    hardfork: ensure current_fork_index can not become negative on rescan moneromooo-monero 2015-12-26 13:17:00 +0000
  • a0b529b337
    tests: add a unit test for canonical decomposed amounts moneromooo-monero 2015-12-26 11:41:50 +0000
  • 3c21d90a1d
    tests: fix various tests by using parameters better suited to monero moneromooo-monero 2015-12-25 22:26:34 +0000
  • e0b1a5881f
    tests: fix some double spending tests moneromooo-monero 2015-12-25 22:23:36 +0000
  • acfdaacabf
    tests: use 255 as a "too high" block version moneromooo-monero 2015-12-25 22:22:12 +0000
  • 96d395ffc5
    blockchain: fix a few block addition bugs moneromooo-monero 2016-01-03 15:55:06 +0000
  • af4737b802
    blockchain: fix an off by one error in unlocked time check moneromooo-monero 2015-12-25 22:12:52 +0000
  • ea4ec7bae2
    blockchain: reinstate double spending checks in check_tx_inputs moneromooo-monero 2015-12-25 22:11:21 +0000
  • 5d23111418
    blockchain: make some flag twiddling code closer to the original moneromooo-monero 2015-12-25 22:10:27 +0000
  • f736fdd8a8
    blockchain: fix bitflipping test with quantized block rewards moneromooo-monero 2015-12-25 22:07:58 +0000
  • 65ba6349c9
    blockchain: add missing m_tx_pool.on_blockchain_dec moneromooo-monero 2015-12-25 22:04:13 +0000
  • 4612d39df0
    blockchain: add a missing validity check to rollback_blockchain_switching moneromooo-monero 2015-12-25 22:01:21 +0000
  • c4271e29ea
    core: catch exceptions from get_output_data moneromooo-monero 2015-12-25 21:59:26 +0000
  • ac893fbc64
    db: throw when given a non txout_to_key output to add moneromooo-monero 2015-12-25 21:56:37 +0000
  • 2f6a09ebad Update liblmdb, unify 32/64 sources Howard Chu 2015-12-20 16:27:42 +0000
  • 5c0f670290 BlockchainDB: Remove txs in reverse order warptangent 2015-12-24 15:01:00 -0800
  • 5a61bd12a8 BlockchainLMDB: When removing, find amount output index fast by starting at end warptangent 2015-12-24 12:25:07 -0800
  • 81266c6e19 BlockchainLMDB: Remove tx outputs in reverse order warptangent 2015-12-24 12:22:09 -0800
  • 69ba7c97a5
    unit_tests: fix hard fork tests moneromooo-monero 2015-12-24 16:12:03 +0000
  • 4b3a9aab89
    unit_tests: new test for IP blocking moneromooo-monero 2015-12-24 16:05:19 +0000
  • 23803f0519 fixed missing parenthesis Riccardo Spagni 2015-12-24 18:11:11 +0200
  • 83d0584235 fix for 'failed to generate new wallet: failed to save file' error during wallet generation Lex Kalinkin 2015-12-24 16:12:42 +0200
  • 7a591c17fb changed height to uint64_t Brendan Telzrow 2015-12-23 13:10:59 -0600
  • 25003dea48 added RPC wallet command getheight Brendan Telzrow 2015-12-23 10:04:04 -0600
  • a4d7460cf3
    epee: regularly cleanup connections we kept a reference to moneromooo-monero 2015-12-23 11:19:16 +0000
  • b7def80bf2
    README.md: mention --no-igd in the Tor paragraph moneromooo-monero 2015-12-22 12:41:54 +0000
  • 15d36a4ffa
    epee: fix hang on exit moneromooo-monero 2015-12-22 12:31:22 +0000
  • 99794f80ee
    net_node: fix a hang on exit moneromooo-monero 2015-12-22 12:29:53 +0000
  • 0c3f7757fe Strip redundant includes hyc 2015-12-21 16:21:50 +0000
  • a4b5d92d2d Also set stacksize for Win32 not on MSVC Howard Chu 2015-12-20 18:07:18 +0000
  • fda5cf55ab
    wallet: fix load/save versioning bug for recently added tx data moneromooo-monero 2015-12-20 13:51:55 +0000
  • c59a1edc49
    README.md: mention rlwrap usage moneromooo-monero 2015-12-19 00:00:37 +0000
  • 24cce77c9e
    README.md: fix Tor paragraph to use warptangent's TCP DNS changes moneromooo-monero 2015-12-19 19:12:38 +0000
  • bbb7ac8155
    Allow the wallet to access hard fork information moneromooo-monero 2015-12-19 14:52:30 +0000
  • f0315a5f76
    epee: make log macros behave like statements moneromooo-monero 2015-12-19 14:48:02 +0000
  • d35b9a9db2
    Add missing semicolons after log statements moneromooo-monero 2015-12-19 14:47:37 +0000
  • 1d55004116
    print top block hash in daemon diff command moneromooo-monero 2015-12-18 19:56:17 +0000
  • cf32ec4058
    replace std::auto_ptr with std::unique_ptr moneromooo-monero 2015-12-17 22:44:20 +0000
  • e0243e8527
    move another non user useful log to L1 moneromooo-monero 2015-12-17 22:35:34 +0000
  • 289a946846
    p2p: minor log formatting fix moneromooo-monero 2015-12-17 22:34:39 +0000
  • 09447f614e
    wallet: save to a temporary file, then rename moneromooo-monero 2015-12-17 22:31:49 +0000
  • c3747b48ba Optionally restrict DNS queries to TCP warptangent 2015-12-15 09:23:17 -0800
  • 865c072769 Fix typo warptangent 2015-12-13 21:42:19 -0800
  • ed09d4d693 Revert connection limit to more customary 8 Javier Smooth 2015-12-14 18:45:52 -0800
  • 99df1dcc8f
    README.md: add a bit of info about using bitmonerod with Tor moneromooo-monero 2015-12-14 22:47:19 +0000
  • 0af390b086
    db_lmdb: always use a batch tx if possible moneromooo-monero 2015-12-14 18:47:13 +0000