aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
Commit message (Expand)AuthorAgeFilesLines
* cryptonote_core: change wording of fork warning messagemoneromooo-monero2018-02-181-1/+1
* Merge pull request #3170Riccardo Spagni2018-02-171-12/+13
|\
| * options: add testnet option dependencieswhythat2018-02-161-2/+6
| * options: remove testnet-* optionswhythat2018-02-161-12/+9
* | core: add --no-fluffy-blocks, and enable fluffy blocks by defaultmoneromooo-monero2018-02-161-2/+10
|/
* tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero2018-02-071-1/+8
* Merge pull request #3143Riccardo Spagni2018-01-271-0/+6
|\
| * cryptonote_core: add --disable-dns-checkpoints flagmoneromooo-monero2018-01-171-0/+6
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Merge pull request #2929Riccardo Spagni2017-12-251-5/+35
|\
| * resumption support for updates using range requestsmoneromooo-monero2017-12-151-5/+35
* | cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero2017-12-181-15/+0
* | cryptonote_core: fix db leak on errormoneromooo-monero2017-12-181-2/+2
* | cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero2017-12-171-1/+1
* | Merge pull request #2877Riccardo Spagni2017-12-171-12/+4
|\ \
| * | cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-12/+4
* | | move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+3
|/ /
* | Merge pull request #2878Riccardo Spagni2017-12-161-1/+15
|\ \
| * | core: make --offline also disable DNS lookupsmoneromooo-monero2017-11-301-1/+15
* | | Merge pull request #2871Riccardo Spagni2017-12-161-2/+2
|\ \ \ | |_|/ |/| |
| * | Small cleanup of daemon synchronization outputxmr-eric2017-11-271-2/+2
| |/
* | add bulletproofs from v7 on testnetmoneromooo-monero2017-12-081-0/+18
* | Added command descriptionsCifrado2017-11-261-0/+1
|/
* Merge pull request #2794Riccardo Spagni2017-11-251-0/+19
|\
| * core: warn when free disk space is lowmoneromooo-monero2017-11-141-0/+19
* | Merge pull request #2736Riccardo Spagni2017-11-141-24/+91
|\ \
| * | move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-24/+91
* | | remove "using namespace std" from headersmoneromooo-monero2017-11-141-2/+2
|/ /
* / Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-8/+8
|/
* Merge pull request #2638Riccardo Spagni2017-10-151-1/+9
|\
| * core: guard against a mined block not finding all txes in the poolmoneromooo-monero2017-10-111-1/+9
* | Merge pull request #2552Riccardo Spagni2017-10-151-0/+3
|\ \
| * | core: fix failure to sync when a tx is already in the poolmoneromooo-monero2017-09-291-0/+3
* | | Merge pull request #2469Riccardo Spagni2017-10-151-0/+5
|\ \ \ | |_|/ |/| |
| * | precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+5
* | | Merge pull request #2513Riccardo Spagni2017-10-021-1/+2
|\ \ \ | |_|/ |/| |
| * | Source updates are in a source subdirectorymoneromooo-monero2017-09-221-1/+2
| |/
* | checkpoints: add a token checkpoint on testnet (the genesis block)moneromooo-monero2017-09-251-1/+1
* | move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
* | Merge pull request #2458Riccardo Spagni2017-09-251-1/+0
|\ \
| * | protocol: remove hop count on block propagationmoneromooo-monero2017-09-171-1/+0
* | | get_blockchain_top now returns voidmoneromooo-monero2017-09-251-2/+1
| |/ |/|
* | Merge pull request #2446Riccardo Spagni2017-09-181-39/+38
|\ \
| * | Use a threadpoolHoward Chu2017-09-141-39/+38
| |/
* | Merge pull request #2044Riccardo Spagni2017-09-181-0/+12
|\ \ | |/ |/|
| * json serialization for rpc-relevant monero typesThomas Winget2017-09-051-0/+12
* | Merge pull request #2438Riccardo Spagni2017-09-141-2/+18
|\ \
| * | core: guard against exceptions in tx verification worker threadsmoneromooo-monero2017-09-121-2/+18
* | | Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero2017-09-031-0/+2
|/ /
* | Merge pull request #2372Riccardo Spagni2017-09-021-2/+11
|\ \