| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | RandomX integration | Howard Chu | 2019-09-25 | 5 | -7/+446 | |
| * | Merge pull request #5877 | luigi1111 | 2019-09-24 | 1 | -3/+2 | |
| |\ | ||||||
| | * | Make null hash constants constexpr | Lev Sizov | 2019-09-05 | 1 | -2/+2 | |
| | * | Removed unused boost/value_init header | Lev Sizov | 2019-09-02 | 1 | -1/+0 | |
| | * | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 2019-09-02 | 1 | -2/+2 | |
| * | | slow-hash: fix CNv2+ on big endian | moneromooo-monero | 2019-09-04 | 1 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #5609 | luigi1111 | 2019-08-27 | 4 | -2/+30 | |
| |\ | ||||||
| | * | wallet: add --extra-entropy command line flag | moneromooo-monero | 2019-08-22 | 4 | -2/+30 | |
| * | | Merge pull request #5807 | luigi1111 | 2019-08-21 | 1 | -2/+0 | |
| |\ \ | ||||||
| | * | | Fix for biased signature nonce | Sarang Noether | 2019-08-12 | 1 | -2/+0 | |
| | |/ | ||||||
| * | | Merge pull request #5731 | luigi1111 | 2019-08-21 | 1 | -3/+3 | |
| |\ \ | |/ |/| | ||||||
| | * | CryptonightR_JIT: fix return value on error | selene | 2019-07-04 | 1 | -3/+3 | |
| * | | Merge pull request #5624 | luigi1111 | 2019-07-24 | 1 | -1/+0 | |
| |\ \ | ||||||
| | * | | Delete more include string.h | Your Name | 2019-06-11 | 1 | -1/+0 | |
| * | | | Merge pull request #5502 | luigi1111 | 2019-07-24 | 1 | -1/+0 | |
| |\ \ \ | ||||||
| | * | | | remove unused code | moneromooo-monero | 2019-04-29 | 1 | -1/+0 | |
| | |/ / | ||||||
| * | / | keccak: guard against misaligned memory accesses on ARM | moneromooo-monero | 2019-07-04 | 1 | -3/+6 | |
| | |/ |/| | ||||||
| * | | ensure no NULL is passed to memcpy | moneromooo-monero | 2019-06-14 | 1 | -1/+2 | |
| * | | tree-hash: allocate variable memory on heap, not stack | moneromooo-monero | 2019-06-14 | 1 | -5/+7 | |
| |/ | ||||||
| * | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) | stoffu | 2019-04-04 | 1 | -0/+27 | |
| * | Fix build on FreeBSD | Nathan Dorfman | 2019-03-24 | 1 | -1/+1 | |
| * | Merge pull request #5252 | Riccardo Spagni | 2019-03-21 | 1 | -27/+31 | |
| |\ | ||||||
| | * | slow-hash: cache TLS references locally once at function start | moneromooo-monero | 2019-03-07 | 1 | -27/+31 | |
| * | | Merge pull request #5251 | Riccardo Spagni | 2019-03-21 | 2 | -9/+24 | |
| |\ \ | ||||||
| | * | | crypto: fix PaX issue on NetBSD with CNv4 JIT | moneromooo-monero | 2019-03-07 | 2 | -9/+24 | |
| | |/ | ||||||
| * | | Merge pull request #5250 | Riccardo Spagni | 2019-03-21 | 1 | -4/+4 | |
| |\ \ | ||||||
| | * | | aesb: avoid stomping on an existing define on NetBSD | moneromooo-monero | 2019-03-07 | 1 | -4/+4 | |
| | |/ | ||||||
| * | | Merge pull request #5213 | Riccardo Spagni | 2019-03-21 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | slow-hash: default to JIT on x86_64 | moneromooo-monero | 2019-03-21 | 1 | -1/+1 | |
| * | | | Merge pull request #5211 | Riccardo Spagni | 2019-03-21 | 3 | -0/+142 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | crypto: hmac_keccak added | Dusan Klinec | 2019-03-20 | 3 | -0/+142 | |
| | |/ | ||||||
| * | | Merge pull request #5192 | Riccardo Spagni | 2019-03-17 | 1 | -12/+2 | |
| |\ \ | ||||||
| | * | | discontinue use of alloca | moneromooo-monero | 2019-02-25 | 1 | -12/+2 | |
| * | | | Update 2019 copyright | binaryFate | 2019-03-05 | 31 | -31/+31 | |
| | |/ |/| | ||||||
| * | | CryptonightR: define out i386/x86_64 specific code on other archs | moneromooo-monero | 2019-03-05 | 2 | -0/+8 | |
| * | | slow-hash: fix build on arm | moneromooo-monero | 2019-03-05 | 4 | -27/+42 | |
| * | | tests: add a CNv4 JIT test | moneromooo-monero | 2019-03-04 | 1 | -7/+8 | |
| * | | crypto: plug CNv4 JIT into cn_slow_hash | moneromooo-monero | 2019-03-04 | 2 | -3/+100 | |
| * | | crypto: clear cache after generating random program | moneromooo-monero | 2019-03-04 | 1 | -0/+3 | |
| * | | CNv4 JIT compiler for x86-64 and tests | SChernykh | 2019-03-04 | 4 | -0/+2746 | |
| * | | Fixed path to int-util.h | SChernykh | 2019-02-14 | 1 | -1/+1 | |
| * | | Adding cnv4-2 tweaks | SChernykh | 2019-02-14 | 2 | -39/+79 | |
| * | | Cryptonight variant 4 aka CryptonightR | SChernykh | 2019-02-14 | 5 | -16/+507 | |
| |/ | ||||||
| * | move int-util.h to epee | moneromooo-monero | 2018-12-04 | 7 | -7/+7 | |
| * | Merge pull request #4854 | Riccardo Spagni | 2018-12-04 | 2 | -4/+0 | |
| |\ | ||||||
| | * | Removed a lot of unnecessary includes | Martijn Otto | 2018-11-15 | 2 | -4/+0 | |
| * | | slow-hash: some more big endian fixes | xiphon | 2018-11-16 | 1 | -6/+6 | |
| * | | slow-hash: fix for big endian | moneromooo-monero | 2018-11-16 | 1 | -20/+21 | |
| * | | Merge pull request #4757 | Riccardo Spagni | 2018-11-14 | 1 | -0/+7 | |
| |\ \ | ||||||
| | * | | hash: fix hash_permutation on big endian | moneromooo-monero | 2018-10-29 | 1 | -0/+7 | |
