| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5902 | luigi1111 | 2019-09-30 | 1 | -1/+3 |
| |\ | |||||
| | * | blockchain: keep block template timestamp not below recent median | moneromooo-monero | 2019-09-11 | 1 | -1/+3 |
| * | | Merge pull request #5900 | luigi1111 | 2019-09-30 | 1 | -3/+10 |
| |\ \ | |||||
| | * | | Fix bug in mempool get_transaction_stats histogram calculation | Tom Smeding | 2019-08-28 | 1 | -3/+10 |
| * | | | Merge pull request #5896 | luigi1111 | 2019-09-30 | 1 | -21/+26 |
| |\ \ \ | |||||
| | * | | | README: Add deps for translations and hardware wallet support | Guillaume Le Vaillant | 2019-09-26 | 1 | -21/+26 |
| * | | | | Merge pull request #5895 | luigi1111 | 2019-09-30 | 2 | -9/+9 |
| |\ \ \ \ | |||||
| | * | | | | unit tests: replace global var with lambda returning static local var | stoffu | 2019-09-09 | 2 | -9/+9 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #5894 | luigi1111 | 2019-09-30 | 1 | -0/+4 |
| |\ \ \ \ | |||||
| | * | | | | wallet2_api: fix load unsigned tx from file error propagation | xiphon | 2019-09-09 | 1 | -0/+4 |
| * | | | | | Merge pull request #5893 | luigi1111 | 2019-09-30 | 6 | -4/+24 |
| |\ \ \ \ \ | |||||
| | * | | | | | epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO) | anonimal | 2019-09-08 | 1 | -1/+13 |
| | * | | | | | tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR) | anonimal | 2019-09-07 | 1 | -1/+1 |
| | * | | | | | bootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT) | anonimal | 2019-09-07 | 2 | -2/+2 |
| | * | | | | | epee: connection_basic: resolve CID 203916 (UNINIT_CTOR) | anonimal | 2019-09-06 | 1 | -0/+1 |
| | * | | | | | wallet2: resolve CID 203918 null pointer deference (NULL_RETURNS) | anonimal | 2019-09-06 | 1 | -0/+6 |
| | * | | | | | epee: connection_basic: resolve CID 203920 (UNINIT_CTOR) | anonimal | 2019-09-06 | 1 | -0/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5653 | luigi1111 | 2019-09-30 | 1 | -28/+37 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | Streamline build setup | Howard Chu | 2019-09-24 | 1 | -28/+37 |
| * | | | | | Merge pull request #5549 | Riccardo Spagni | 2019-09-25 | 24 | -49/+609 |
| |\ \ \ \ \ | |||||
| | * | | | | | RandomX integration | Howard Chu | 2019-09-25 | 24 | -49/+609 |
| * | | | | | | Merge pull request #5930 | Riccardo Spagni | 2019-09-25 | 2 | -4/+8 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Don't set ARCH_ID if it's already set | Howard Chu | 2019-09-25 | 2 | -4/+8 |
| * | | | | | | | Merge pull request #5929 | Riccardo Spagni | 2019-09-25 | 3 | -5/+14 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Revert "easylogging++: ensure it finds boost headers" | moneromooo-monero | 2019-09-24 | 2 | -3/+1 |
| | * | | | | | | easylogging++: split strings manually | moneromooo-monero | 2019-09-24 | 1 | -2/+13 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #5928 | luigi1111 | 2019-09-24 | 2 | -1/+3 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | easylogging++: ensure it finds boost headers | moneromooo-monero | 2019-09-24 | 2 | -1/+3 |
| * | | | | | | Merge pull request #5909 | luigi1111 | 2019-09-24 | 2 | -11/+51 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | epee: misc_log_ex.h can now be used in C code | moneromooo-monero | 2019-09-24 | 2 | -11/+51 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #5916 | luigi1111 | 2019-09-24 | 5 | -15/+33 |
| |\ \ \ \ \ | |||||
| | * | | | | | p2p: fix bans taking port into account | moneromooo-monero | 2019-09-16 | 5 | -15/+33 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5907 | luigi1111 | 2019-09-24 | 1 | -0/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | cmake: add protolib to zmq dependency libs | stoffu | 2019-09-11 | 1 | -0/+4 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #5905 | luigi1111 | 2019-09-24 | 1 | -5/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | Revert "cryptonote_protocol: drop peers we can't download from when syncing" | moneromooo-monero | 2019-09-11 | 1 | -5/+0 |
| | * | | | | | Revert "Fix check for disconnecting peers when syncing" | moneromooo-monero | 2019-09-11 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5892 | luigi1111 | 2019-09-24 | 5 | -8/+22 |
| |\ \ \ \ \ | |||||
| | * | | | | | depends: attempt to fix readline | iDunk5400 | 2019-09-07 | 5 | -8/+22 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #5891 | luigi1111 | 2019-09-24 | 1 | -6/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | depends: fix monero binaries Boost linking errors | iDunk5400 | 2019-09-09 | 1 | -6/+6 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5886 | luigi1111 | 2019-09-24 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | README: fix master branch spelling, it is not Master | moneromooo-monero | 2019-09-06 | 1 | -1/+1 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5884 | luigi1111 | 2019-09-24 | 1 | -0/+13 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add the iwyu target to get information on unused headers | Martijn Otto | 2019-09-05 | 1 | -0/+13 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5882 | luigi1111 | 2019-09-24 | 5 | -6/+51 |
| |\ \ \ \ \ | |||||
| | * | | | | | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 2019-09-17 | 5 | -6/+51 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #5881 | luigi1111 | 2019-09-24 | 1 | -0/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | Makefile: add a top level debug target for ASAN | moneromooo-monero | 2019-09-04 | 1 | -0/+4 |
| * | | | | | | Merge pull request #5878 | luigi1111 | 2019-09-24 | 20 | -3188/+35 |
| |\ \ \ \ \ \ | |||||
