Commit Graph

988 Commits (5eef64578ba1e19c9a6045a25369db19d4136e75)

Author SHA1 Message Date
moneromooo-monero 5eef64578b
db: throw when given a non txout_to_key output to add
9 years ago
Riccardo Spagni 47ca455ea8
fixed missing parenthesis
9 years ago
Lex Kalinkin a004130a04 fix for 'failed to generate new wallet: failed to save file' error during wallet generation
9 years ago
moneromooo-monero 17ff6f2114
net_node: fix a hang on exit
9 years ago
Riccardo Spagni 40880d7cb8
Merge pull request #552
9 years ago
Riccardo Spagni c41f785d56
Merge pull request #550
9 years ago
Riccardo Spagni aa7d6c5412
Merge pull request #547
9 years ago
Riccardo Spagni b42966aead
Merge pull request #545
9 years ago
hyc 9428d53d6f Strip redundant includes
9 years ago
moneromooo-monero 8c93608f2f
wallet: fix load/save versioning bug for recently added tx data
9 years ago
moneromooo-monero 8ea7af1ba3
Allow the wallet to access hard fork information
9 years ago
moneromooo-monero 3f2970fadb
Add missing semicolons after log statements
9 years ago
moneromooo-monero 0ab56b80db
print top block hash in daemon diff command
9 years ago
Riccardo Spagni 5d33b43d8d
Merge pull request #544
9 years ago
Riccardo Spagni 64ff3c7201
Merge pull request #543
9 years ago
Riccardo Spagni 45249d92a7
Merge pull request #542
9 years ago
moneromooo-monero 01e92ebdb0
replace std::auto_ptr with std::unique_ptr
9 years ago
moneromooo-monero 63cb1a59aa
move another non user useful log to L1
9 years ago
moneromooo-monero 02827d5155
p2p: minor log formatting fix
9 years ago
moneromooo-monero 9b4f8b4b7e
wallet: save to a temporary file, then rename
9 years ago
Riccardo Spagni f7d41d6e28
Merge pull request #541
9 years ago
Riccardo Spagni 814c8241cd
Merge pull request #536
9 years ago
warptangent 5131b263ed Replace tabs and remove trailing whitespace
9 years ago
warptangent 0d40de48c2
Optionally restrict DNS queries to TCP
9 years ago
warptangent 9079a32c07
Fix typo
9 years ago
warptangent 3796941d8e
blockchain.cpp: Change indentation from 4 to 2 spaces
9 years ago
warptangent 725acc7f17
Replace tabs with two spaces for consistency with rest of codebase
9 years ago
Riccardo Spagni 0576ff42b5
Merge pull request #540
9 years ago
Riccardo Spagni 617b8c4376
Merge pull request #538
9 years ago
Riccardo Spagni 4550717464
Merge pull request #537
9 years ago
Riccardo Spagni ba7a01646d
Merge pull request #535
9 years ago
Javier Smooth 75fd96dcda Revert connection limit to more customary 8
9 years ago
moneromooo-monero d462c62343
db_lmdb: always use a batch tx if possible
9 years ago
moneromooo-monero cb4ee1b50d
Tone down L0 logs during daemon sync some more
9 years ago
moneromooo-monero a74cc1bee2
hardfork: only accept major versions we know about
9 years ago
moneromooo-monero 217792351d
Tone down a bit L0 logs during daemon sync
9 years ago
moneromooo-monero fefc0b5556
daemon: fix crash exiting with ^C
9 years ago
Riccardo Spagni 3a4db6346b
Merge pull request #533
9 years ago
Riccardo Spagni 0eb3b6645c
Merge pull request #532
9 years ago
Riccardo Spagni bdf738bc7f
Merge pull request #531
9 years ago
Riccardo Spagni 281c1c1639
Merge pull request #530
9 years ago
moneromooo-monero 7f77b23da8
posix_daemonizer: only create the main daemon object in the last child
9 years ago
warptangent 79ff6a5a56
Add LMDB error string to database transaction exception message
9 years ago
moneromooo-monero 10da0a0b7c
add a --fakechain argument for tests
9 years ago
moneromooo-monero 595893fcba
blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED"
9 years ago
moneromooo-monero 2369968dc3
blockchain: fix off by one in get_blocks
9 years ago
moneromooo-monero 8af913a3d1
db_lmdb: implement BlockchainLMDB::reset
9 years ago
moneromooo-monero 4833f4f96f
db_bdb: implement BlockchainBDB::reset
9 years ago
moneromooo-monero 18bf06e4a5
tx_pool: fix "minumim" typo in message
9 years ago
moneromooo-monero 1494557633
db_lmdb: create all needed directories, not just the leaf one
9 years ago