summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | CLSAG signaturesSarang Noether2020-08-2712-4/+578
|/ / / / / / /
* | | | | | | Merge pull request #6771Alexander Blair2020-08-272-8/+8
|\ \ \ \ \ \ \
| * | | | | | | depends: fix broken links for ds_store / mac_aliasselsta2020-08-202-8/+8
| |/ / / / / /
* | | | | | | Merge pull request #6767Alexander Blair2020-08-272-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix build with Boost 1.74moneromooo-monero2020-08-162-0/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #6766Alexander Blair2020-08-271-1/+2
|\ \ \ \ \ \ \
| * | | | | | | qrcodegen: fix compilation with old gcc, use modern cmakeselsta2020-08-161-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #6763Alexander Blair2020-08-271-41/+54
|\ \ \ \ \ \ \
| * | | | | | | rpc: always send raw txes through P2P (don't use bootstrap daemon)xiphon2020-08-161-41/+54
| |/ / / / / /
* | | | | | | Merge pull request #6762Alexander Blair2020-08-271-3/+22
|\ \ \ \ \ \ \
| * | | | | | | README: update list of third party monero packageserciccione2020-08-161-3/+22
| |/ / / / / /
* | | | | | | Merge pull request #6761Alexander Blair2020-08-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | travis: j3 -> j2 on i686-w64-mingw32selsta2020-08-151-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #6760Alexander Blair2020-08-275-2/+33
|\ \ \ \ \ \ \
| * | | | | | | enforce claiming maximum coinbase amountmoneromooo-monero2020-08-215-2/+33
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #6746Alexander Blair2020-08-271-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix broken multisig pubkey sortingJason Rhinelander2020-08-051-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #6753Alexander Blair2020-08-271-2/+2
|\ \ \ \ \ \ \
| * | | | | | | 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
| |/ / / / /