summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cryptonote_protocol: don't synced pruned blocks before v11cohcho2020-08-101-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6752Alexander Blair2020-08-273-15/+43
|\ \ \ \ \ \
| * | | | | | simplewallet: allow setting tx keys when sending to a subaddressmoneromooo-monero2020-08-103-5/+33
| * | | | | | wallet2: fix setting tx keys when another is already setmoneromooo-monero2020-08-081-10/+10
| |/ / / / /
* | | | | | Merge pull request #6731Alexander Blair2020-08-271-1/+1
|\ \ \ \ \ \
| * | | | | | wallet2: fix wrong name when checking RPC costmoneromooo-monero2020-07-311-1/+1
| |/ / / / /
* | | | | | Merge pull request #6690Alexander Blair2020-08-2734-391/+836
|\ \ \ \ \ \
| * | | | | | replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-1734-391/+836
* | | | | | | Merge pull request #6660Alexander Blair2020-08-272-8/+193
|\ \ \ \ \ \ \
| * | | | | | | functional_tests: add p2p functional testsmoneromooo-monero2020-08-262-8/+193
* | | | | | | | Merge pull request #6613Alexander Blair2020-08-2711-92/+92
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-1711-92/+92
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #6610Alexander Blair2020-08-261-0/+11
|\ \ \ \ \ \ \
| * | | | | | | README: mention pruningmoneromooo-monero2020-06-011-0/+11
* | | | | | | | Merge pull request #6607Alexander Blair2020-08-261-4/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | miner: increase min/max intervals to full extentsmoneromooo-monero2020-05-311-4/+3
| |/ / / / / /
* | / / / / / Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11112020-08-176-172/+50
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #6736Alexander Blair2020-08-161-0/+7
|\ \ \ \ \ \
| * | | | | | epee: further defending against exceptions in command handlersmoneromooo-monero2020-08-021-0/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #6733Alexander Blair2020-08-161-11/+70
|\ \ \ \ \ \
| * | | | | | Tweak format, add option for difficultyHoward Chu2020-08-031-11/+36
| * | | | | | Add options to print daily coin emission and feesHoward Chu2020-08-011-0/+32
| * | | | | | Don't forget size of prunable txn partHoward Chu2020-08-011-0/+2
| |/ / / / /
* | | | | | Merge pull request #6727Alexander Blair2020-08-164-15/+57
|\ \ \ \ \ \
| * | | | | | rpc: reject wrong sized txidmoneromooo-monero2020-07-301-6/+4
| * | | | | | easylogging++: fix crash with reentrant loggingmoneromooo-monero2020-07-301-0/+11
| * | | | | | epee: guard against exceptions in RPC handlersmoneromooo-monero2020-07-301-9/+31
| * | | | | | blockchain: guard against exceptions in add_new_block/childrenmoneromooo-monero2020-07-301-0/+11
| |/ / / / /
* | | | | | Merge pull request #6722Alexander Blair2020-08-161-1/+2
|\ \ \ \ \ \
| * | | | | | rpc: return empty txid get_outs rather than 00..00 when not requestedmoneromooo-monero2020-07-251-1/+2
| |/ / / / /
* | | | | | Merge pull request #6720Alexander Blair2020-08-161-26/+0
|\ \ \ \ \ \
| * | | | | | epee: Remove unused functions in local_ip.hJean Pierre Dudey2020-07-221-26/+0
| |/ / / / /
* | | | | | Merge pull request #6718Alexander Blair2020-08-163-2/+23
|\ \ \ \ \ \
| * | | | | | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with un...koe2020-07-233-2/+23
| |/ / / / /
* | | | | | Merge pull request #6716Alexander Blair2020-08-1619-54/+212
|\ \ \ \ \ \
| * | | | | | wallet2_api: implement runtime proxy configurationxiphon2020-07-2019-54/+212
| |/ / / / /
* | | | | | Merge pull request #6715Alexander Blair2020-08-161-1/+4
|\ \ \ \ \ \
| * | | | | | wallet2: throw a error on wallet initialization failurexiphon2020-07-201-1/+4
| |/ / / / /
* | | | | | Merge pull request #6712Alexander Blair2020-08-162-1/+9
|\ \ \ \ \ \
| * | | | | | For NetBSD, add instructions to README.md and define to ea_config.hthomasvaughan2020-07-192-1/+9
| |/ / / / /
* | | | | | Merge pull request #6703Alexander Blair2020-08-161-1/+3
|\ \ \ \ \ \
| * | | | | | daemon: don't print "(pruned)" for coinbase txesmoneromooo-monero2020-07-241-1/+3
* | | | | | | Merge pull request #6698Alexander Blair2020-08-161-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Update RandomX to v1.1.8tevador2020-07-041-0/+0
* | | | | | | | Merge pull request #6691Alexander Blair2020-08-162-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: allow custom openssl path on macOSselsta2020-06-252-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #6689Alexander Blair2020-08-162-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | daemon: print sampling time in print_net_statsmoneromooo-monero2020-06-251-2/+4
| * | | | | | | | util: fix kilo prefix typo (K instead of k)moneromooo-monero2020-06-251-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #6679Alexander Blair2020-08-161-0/+2
|\ \ \ \ \ \ \ \