index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-22
move g_test_dbg_lock_sleep from a global to a function level static
moneromooo-monero
18
-37
/
+13
2016-02-20
Merge pull request #681
Riccardo Spagni
1
-0
/
+1
2016-02-20
db_bdb: add missing include for std::condition_variable
moneromooo-monero
1
-0
/
+1
2016-02-20
Merge pull request #680
Riccardo Spagni
1
-3
/
+12
2016-02-20
Merge pull request #678
Riccardo Spagni
7
-14
/
+15
2016-02-20
Merge pull request #677
Riccardo Spagni
1
-4
/
+85
2016-02-20
Merge pull request #676
Riccardo Spagni
1
-4
/
+4
2016-02-20
simplewallet: wording change for single tx confirmation
moneromooo-monero
1
-3
/
+12
2016-02-18
Fix crash in std::map for connections_map
Howard Chu
1
-1
/
+2
2016-02-18
std::condvar is broken on Win32 with gcc/g++ 4.8 too
Howard Chu
2
-8
/
+6
2016-02-18
Use boost::thread instead of std::thread
Howard Chu
4
-5
/
+7
2016-02-18
BlockchainBDB: Check if hard fork subdbs need reset
warptangent
1
-1
/
+50
2016-02-18
BlockchainBDB: Support blockchain_import --drop-hard-fork command
warptangent
1
-3
/
+35
2016-02-18
blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not.
warptangent
1
-4
/
+4
2016-02-18
Merge pull request #675
Riccardo Spagni
2
-3
/
+3
2016-02-18
Merge pull request #674
Riccardo Spagni
3
-4
/
+14
2016-02-18
Merge pull request #673
Riccardo Spagni
3
-19
/
+50
2016-02-17
core: check whether an update is needed straight away
moneromooo-monero
1
-1
/
+1
2016-02-17
core: print "update needed" hard fork notifications in red
moneromooo-monero
1
-2
/
+2
2016-02-17
Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204
Howard Chu
1
-0
/
+2
2016-02-17
MDB_VL32 - increase max write txn size
Howard Chu
1
-1
/
+1
2016-02-17
blockchain_import: Check bit width for more than just WIN32
warptangent
3
-4
/
+14
2016-02-17
Use MDB_PREV_MULTIPLE
Howard Chu
1
-12
/
+41
2016-02-17
Fixup after lmdb master resync
Howard Chu
1
-6
/
+6
2016-02-17
Merge pull request #672
Riccardo Spagni
3
-27
/
+114
2016-02-17
Merge pull request #671
Riccardo Spagni
1
-0
/
+4
2016-02-17
Merge pull request #666
Riccardo Spagni
2
-50
/
+160
2016-02-17
Merge pull request #665
Riccardo Spagni
2
-23
/
+76
2016-02-17
Merge pull request #664
Riccardo Spagni
2
-3
/
+21
2016-02-17
Merge pull request #660
Riccardo Spagni
1
-1
/
+1
2016-02-17
Merge pull request #659
Riccardo Spagni
1
-1
/
+1
2016-02-17
Shutup about VERSION 0
Howard Chu
2
-2
/
+6
2016-02-17
Use cursor in get_output_key
Howard Chu
1
-1
/
+2
2016-02-17
Use MDB_APPEND mode where possible
Howard Chu
1
-5
/
+9
2016-02-17
Use cursors in write txns
Howard Chu
2
-22
/
+100
2016-02-17
Keep a running blocksize count
Howard Chu
2
-0
/
+15
2016-02-17
Win32 import batchsize tweaks
Howard Chu
1
-3
/
+6
2016-02-16
Resync with master
Howard Chu
2
-23
/
+76
2016-02-15
wallet: clear missing data on rescan_bc
moneromooo-monero
1
-0
/
+4
2016-02-14
blockchain_import: Build string for db type list
warptangent
1
-2
/
+15
2016-02-14
blockchain_import: Add mode argument representing multiple DB flags
warptangent
1
-31
/
+82
2016-02-15
Keep a running blocksize count
Howard Chu
2
-0
/
+15
2016-02-14
blockchain_import: Support BerkeleyDB
warptangent
2
-21
/
+67
2016-02-14
blockchain_import: Add database type argument
warptangent
2
-4
/
+4
2016-02-14
blockchain_import: Make LMDB-specific names general
warptangent
2
-33
/
+33
2016-02-14
Win32 import batchsize tweaks
Howard Chu
1
-3
/
+6
2016-02-13
epee: always call the PRNG through the locked API
moneromooo-monero
1
-1
/
+1
2016-02-13
core_tests: fix a compile problem with CLANG
moneromooo-monero
1
-1
/
+1
2016-02-13
Merge pull request #658
Riccardo Spagni
2
-0
/
+295
2016-02-13
Add the new test files
moneromooo-monero
2
-0
/
+295
2016-02-13
Merge pull request #657
Riccardo Spagni
2
-12
/
+50
2016-02-13
Merge pull request #656
Riccardo Spagni
4
-10
/
+12
2016-02-13
Merge pull request #652
Riccardo Spagni
1
-1
/
+21
2016-02-13
Merge pull request #651
Riccardo Spagni
17
-35
/
+77
2016-02-13
BlockchainLMDB: Deal with DB exceptions at block level with particularity
warptangent
2
-2
/
+21
2016-02-13
BlockchainLMDB: Add sanity check for inconsistent state
warptangent
1
-2
/
+13
2016-02-13
BlockchainLMDB: Call destructor on allocated txn if setup fails
warptangent
1
-0
/
+8
2016-02-13
BlockchainLMDB: Replace remaining txn pointer NULLs with nullptr
warptangent
1
-9
/
+9
2016-02-12
cmake: Include OpenSSL libraries in static linking
warptangent
3
-6
/
+11
2016-02-12
cmake: Remove unused variable
warptangent
1
-1
/
+1
2016-02-12
cmake: Fix unbound config compile settings
warptangent
2
-0
/
+6
2016-02-12
cmake: Fix overly broad use of dynamic link settings
warptangent
1
-9
/
+0
2016-02-09
crypto: only check MONERO_USE_SOFTWARE_AES once
moneromooo-monero
1
-5
/
+15
2016-02-09
crypto: use software AES based on the MONERO_USE_SOFTWARE_AES env var
moneromooo-monero
1
-1
/
+11
2016-02-08
unit_tests: fix blockchain unit test after hard fork import fix
moneromooo-monero
1
-1
/
+10
2016-02-08
hardfork: add a default fork entry for v1 if none exist
moneromooo-monero
1
-0
/
+5
2016-02-08
blockchain: initialize m_hardfork to NULL
moneromooo-monero
1
-1
/
+1
2016-02-08
blockchain_db: pass hard fork object as a simple pointer
moneromooo-monero
2
-2
/
+2
2016-02-08
core_tests: add tests for hard fork behaviors (MRL-0004)
moneromooo-monero
10
-25
/
+48
2016-02-08
core_tests: allow setting miner tx max_outs when creating a block
moneromooo-monero
2
-4
/
+6
2016-02-08
unit_tests: fix hard fork unit test compilation
moneromooo-monero
1
-0
/
+4
2016-02-08
blockchain_utilities: remove unused num_blocks variable
moneromooo-monero
1
-2
/
+0
2016-02-08
blockchain: reset hardfork object when resetting blockchain
moneromooo-monero
1
-0
/
+1
2016-02-08
Merge pull request #650
Riccardo Spagni
8
-34
/
+130
2016-02-08
Blockchain: Update comments on removing block
warptangent
1
-0
/
+5
2016-02-08
blockchain_import: Get hard fork version from HardFork
warptangent
1
-4
/
+1
2016-02-08
Move HardFork DB update to BlockchainDB::add_block()
warptangent
3
-6
/
+1
2016-02-08
Make HardFork object available to BlockchainDB and derived DB implementations
warptangent
5
-0
/
+18
2016-02-08
BlockchainDB/LMDB: Refactor block-scope DB txn handling for add block
warptangent
2
-20
/
+10
2016-02-08
BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/remove
warptangent
5
-0
/
+65
2016-02-08
BlockchainLMDB: Allow two HardFork functions to update DB during block add
warptangent
1
-4
/
+4
2016-02-08
BlockchainLMDB: extract txn macros used during block add/remove
warptangent
1
-0
/
+26
2016-02-08
Merge pull request #644
Riccardo Spagni
9
-8
/
+81
2016-02-08
blockchain_import: Add hard fork data for each block when verify mode is off
warptangent
1
-0
/
+3
2016-02-08
blockchain_utilities: Have fake_core create HardFork object
warptangent
1
-1
/
+13
2016-02-08
Blockchain: Optionally pass in HardFork object
warptangent
2
-4
/
+21
2016-02-08
fake_core: Check if hard fork subdbs need reset at start
warptangent
2
-2
/
+11
2016-02-08
blockchain_import: Add --drop-hard-fork command
warptangent
6
-0
/
+32
2016-02-08
blockchain_import: Add exception to log output
warptangent
1
-1
/
+1
2016-02-08
Merge pull request #648
Riccardo Spagni
1
-0
/
+11
2016-02-08
Merge pull request #646
Riccardo Spagni
1
-12
/
+49
2016-02-08
Merge pull request #645
Riccardo Spagni
1
-1
/
+0
2016-02-08
Merge pull request #643
Riccardo Spagni
1
-8
/
+10
2016-02-08
Merge pull request #641
Riccardo Spagni
4
-71
/
+98
2016-02-08
Merge pull request #640
Riccardo Spagni
1
-2
/
+11
2016-02-08
Merge pull request #639
Riccardo Spagni
2
-31
/
+72
2016-02-08
Merge pull request #638
Riccardo Spagni
1
-1
/
+1
2016-02-05
simplewallet: check watch-only view key matches standard address
moneromooo-monero
1
-0
/
+11
2016-02-05
daemon: remove leftover debug log
moneromooo-monero
1
-1
/
+0
2016-02-05
wallet: check a key image isn't already present when adding one
moneromooo-monero
1
-12
/
+49
2016-02-04
core: move the db lock to the data directory
moneromooo-monero
1
-8
/
+10
2016-02-03
blockchain: revert handle_get_objects adding block id on tx not found
moneromooo-monero
1
-1
/
+0
2016-02-03
berkeleydb: fix delete/free mismatch
moneromooo-monero
1
-2
/
+2
2016-02-02
minor bugfixes and refactoring
Thomas Winget
2
-56
/
+88
2016-02-01
Add make option to disable BerkeleyDB
warptangent
1
-2
/
+11
2016-02-01
unit_tests: fix mnemonics unit test testing invalid seeds
moneromooo-monero
1
-13
/
+9
2016-02-01
unit_tests: fix hard fork unit tests and add a test for major too
moneromooo-monero
1
-30
/
+68
2016-02-01
hardfork: allow passing chain height in get(height) for convenience
moneromooo-monero
1
-1
/
+4
2016-01-31
tests: fix compilation failure after V1 define rename
moneromooo-monero
1
-1
/
+1
2016-01-31
Merge pull request #636
Riccardo Spagni
1
-9
/
+1
2016-01-31
Revert "Merge pull request #632"
Riccardo Spagni
1
-9
/
+1
2016-01-31
Merge pull request #635
Riccardo Spagni
2
-0
/
+46
2016-01-31
Merge pull request #634
Riccardo Spagni
3
-5
/
+15
2016-01-31
Merge pull request #633
Riccardo Spagni
1
-0
/
+2
2016-01-31
Merge pull request #632
Riccardo Spagni
1
-1
/
+9
2016-01-31
Merge pull request #631
Riccardo Spagni
6
-44
/
+51
2016-01-31
Merge pull request #630
Riccardo Spagni
17
-8
/
+274
2016-01-31
core: prevent the database from being used by multiple daemons
moneromooo-monero
2
-0
/
+46
2016-01-31
wallet: forbid dust altogether in output selection where appropriate
moneromooo-monero
2
-5
/
+14
2016-01-31
blockchain: log number of outputs available for a new tx
moneromooo-monero
1
-0
/
+1
2016-01-30
wallet: guard against exception in process_blocks
moneromooo-monero
1
-0
/
+2
2016-01-30
wallet: guard against exception in process_blocks
moneromooo-monero
1
-1
/
+9
2016-01-30
daemon: fix a few issues reported by valgrind
moneromooo-monero
1
-29
/
+43
2016-01-30
tx_pool: fix serialization of new relayed data
moneromooo-monero
1
-2
/
+0
2016-01-30
hardfork: fix mixup in indexing variable in get_voting_info
moneromooo-monero
1
-1
/
+1
2016-01-30
blockchain: remove unused timer
moneromooo-monero
1
-1
/
+0
2016-01-30
blockchain: fix m_sync_counter uninitialized variable use
moneromooo-monero
1
-1
/
+1
2016-01-30
epee: use generate_random_bytes for new random uuids
moneromooo-monero
1
-1
/
+6
2016-01-30
epee: remove dodgy random code that nobody uses
moneromooo-monero
1
-9
/
+0
2016-01-30
new flush_txpool command, and associated RPC call
moneromooo-monero
12
-0
/
+175
2016-01-30
rpc: add missing return on error when getting a tx
moneromooo-monero
1
-0
/
+1
2016-01-30
simplewallet: show_transfers can now show just failed txes
moneromooo-monero
1
-6
/
+13
2016-01-29
wallet: detect and handle failed outgoing transfers
moneromooo-monero
4
-3
/
+83
2016-01-29
tx_pool: serialize missing kept_by_block flag
moneromooo-monero
1
-1
/
+4
2016-01-29
Merge pull request #629
Riccardo Spagni
13
-48
/
+105
2016-01-29
Merge pull request #628
Riccardo Spagni
1
-17
/
+52
2016-01-29
Merge pull request #627
Riccardo Spagni
1
-31
/
+10
2016-01-29
tx_pool: do not accept txes not in a block if they timed out before
moneromooo-monero
2
-2
/
+14
2016-01-29
tx_pool: fix use of invalidated iterator
moneromooo-monero
1
-1
/
+2
2016-01-29
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
13
-45
/
+89
2016-01-28
BlockchainBDB: Continue when tx has no outputs
warptangent
1
-3
/
+5
2016-01-28
BlockchainBDB: When removing, find amount output index fast by starting at end
warptangent
1
-10
/
+33
2016-01-28
BlockchainBDB: Remove tx outputs in reverse order
warptangent
1
-4
/
+14
2016-01-28
MDB_VL32 change overflow page scan
Howard Chu
1
-31
/
+10
2016-01-28
Merge pull request #626
Riccardo Spagni
1
-1
/
+3
2016-01-28
Merge pull request #625
Riccardo Spagni
2
-6
/
+7
2016-01-28
add received time to print_pool and print_pool_sh
Riccardo Spagni
1
-1
/
+3
2016-01-28
MDB_VL32 Fix off-by-one in mdb_midl_shrink
Howard Chu
1
-1
/
+1
2016-01-27
MDB_VL32 Fix another 32bit overflow
Howard Chu
1
-1
/
+1
2016-01-27
Tweak mdb_strerror msg buffer
Howard Chu
1
-3
/
+4
2016-01-27
MDB_VL32 Fix d2a5f72f73e0e4030b521086b13b8c8efaf9ca9e
Howard Chu
1
-1
/
+1
2016-01-27
updated gtest (added missing files)
Riccardo Spagni
5
-0
/
+525
2016-01-27
updated gtest
Riccardo Spagni
17
-888
/
+884
2016-01-27
even more typos
Henning Kopp
1
-2
/
+2
2016-01-27
more typos fixed
Henning Kopp
3
-4
/
+4
2016-01-27
fixed typo
Henning Kopp
1
-1
/
+1
2016-01-27
simplewallet: remove leftover command line refresh-type handling
moneromooo-monero
2
-5
/
+0
2016-01-25
Merge pull request #623
Riccardo Spagni
22
-888
/
+1409
2016-01-25
updated gtest (added missing files)
Riccardo Spagni
5
-0
/
+525
2016-01-25
updated gtest
Riccardo Spagni
17
-888
/
+884
2016-01-25
Merge pull request #622
Riccardo Spagni
3
-7
/
+7
2016-01-25
Merge pull request #621
Riccardo Spagni
2
-5
/
+0
2016-01-25
Merge pull request #620
Riccardo Spagni
1
-1
/
+1
2016-01-25
Merge pull request #618
Riccardo Spagni
11
-20
/
+49
2016-01-25
even more typos
Henning Kopp
1
-2
/
+2
2016-01-25
more typos fixed
Henning Kopp
3
-4
/
+4
2016-01-25
fixed typo
Henning Kopp
1
-1
/
+1
2016-01-25
simplewallet: remove leftover command line refresh-type handling
moneromooo-monero
2
-5
/
+0
2016-01-24
My markdown-fu sucks :P
me0wmix
1
-1
/
+1
2016-01-24
Instructions updated to include g++ package and omit optional packages
me0wmix
1
-3
/
+5
2016-01-24
wallet2: update spent comparison now that we have two spent states
moneromooo-monero
1
-1
/
+1
2016-01-22
Last fixups in the Cmake stuff and better default build instruction
me0wmix
2
-11
/
+2
2016-01-21
More formatting fixes to instructions
me0wmix
1
-1
/
+3
2016-01-21
Corrected formatting on OpenBSD instructions
me0wmix
1
-2
/
+5
2016-01-21
Added/corrected OpenBSD build instructions.
me0wmix
2
-2
/
+11
2016-01-21
OpenBSD support for Monero.
me0wmix
10
-19
/
+41
2016-01-20
Merge pull request #616
Riccardo Spagni
1
-1
/
+1
2016-01-20
Merge pull request #615
Riccardo Spagni
1
-4
/
+6
2016-01-20
WIN64 needs off_t redefined too
Howard Chu
1
-1
/
+1
2016-01-19
db_lmdb: Continue when tx has no outputs
warptangent
1
-4
/
+6
2016-01-17
Merge pull request #614
Riccardo Spagni
2
-1
/
+2
2016-01-16
Fix --db-sync-mode on Windows64
Howard Chu
1
-1
/
+1
2016-01-16
Fix 30f92f5630bbc7507708275a29a9ae7acf633a5b
Howard Chu
1
-0
/
+1
2016-01-15
Merge pull request #613
v0.9.1
Riccardo Spagni
6
-0
/
+30
2016-01-15
Fix hf when import with verify off
Howard Chu
6
-0
/
+30
2016-01-15
Merge pull request #612
Riccardo Spagni
1
-0
/
+8
2016-01-15
added checkpoints
Riccardo Spagni
1
-0
/
+8
2016-01-15
Merge pull request #611
Riccardo Spagni
1
-1
/
+1
2016-01-15
bumped version to 0.9.1 for point release
Riccardo Spagni
1
-1
/
+1
2016-01-15
Merge pull request #610
Riccardo Spagni
1
-2
/
+1
2016-01-15
Merge pull request #609
Riccardo Spagni
3
-2
/
+4
2016-01-15
Merge pull request #608
Riccardo Spagni
2
-0
/
+2
2016-01-15
Merge pull request #607
Riccardo Spagni
1
-1
/
+0
2016-01-15
hardfork: fix accepting v2 blocks too early
moneromooo-monero
1
-2
/
+1
2016-01-14
'max limit of...' is redundant wording, rephrase
binaryFate
3
-3
/
+3
2016-01-14
Print msg when successfully updating out_peers
binaryFate
1
-0
/
+2
2016-01-12
There has never been any such function "fnctl"
Howard Chu
1
-1
/
+0
2016-01-12
Fix da0bce34
Howard Chu
2
-0
/
+2
2016-01-12
Merge pull request #606
Riccardo Spagni
2
-25
/
+65
2016-01-12
Merge pull request #605
Riccardo Spagni
2
-2
/
+5
[next]