| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | New add_aux_pow RPC to support merge mining | moneromooo-monero | 2021-02-09 | 1 | -0/+151 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | tree-hash: allocate variable memory on heap, not stack | moneromooo-monero | 2019-06-14 | 1 | -5/+7 |
| | | | | | | | Large amounts might run out of stack Reported by guidov | ||||
| * | Merge pull request #5192 | Riccardo Spagni | 2019-03-17 | 1 | -12/+2 |
| |\ | | | | | | | | | d0e07b3d performance_tests: fix NetBSD build (moneromooo-monero) 7d88d8f2 discontinue use of alloca (moneromooo-monero) | ||||
| | * | discontinue use of alloca | moneromooo-monero | 2019-02-25 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NetBSD emits: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. not -std=c89). and man 3 alloca says: Normally, gcc(1) translates calls to alloca() with inlined code. This is not done when either the -ansi, -std=c89, -std=c99, or the -std=c11 option is given and the header <alloca.h> is not included. Otherwise, (without an -ansi or -std=c* option) the glibc version of <stdlib.h> includes <alloca.h> and that contains the lines: #ifdef __GNUC__ #define alloca(size) __builtin_alloca (size) #endif It looks like alloca is a bad idea in modern C/C++, so we use VLAs for C and std::vector for C++. | ||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| |/ | |||||
| * | NetBSD support | thomasvaughan | 2018-09-11 | 1 | -1/+2 |
| | | |||||
| * | Changed URLs to HTTPS | einsteinsfool | 2018-06-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3180 | Riccardo Spagni | 2018-02-16 | 1 | -1/+3 |
| |\ | | | | | | | | | 1dfed567 Fixed #if instead of #ifdef (Matt Little) 7c442453 Support building cncrypto lib with msvc (Matt Little) | ||||
| | * | Support building cncrypto lib with msvc | Matt Little | 2018-01-25 | 1 | -1/+3 |
| | | | |||||
| * | | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| |/ | |||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | cleaner log calc algorithm | fireice-uk | 2016-12-22 | 1 | -20/+18 |
| | | |||||
| * | Preliminary support for DragonFly BSD | Antonio Huete Jimenez | 2016-12-15 | 1 | -1/+1 |
| | | | | | - It builds but no further testing has been done. | ||||
| * | OpenBSD support for Monero. | me0wmix | 2016-01-21 | 1 | -1/+1 |
| | | |||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | FreeBSD alloca.h reference fixed | fluffypony | 2014-09-09 | 1 | -1/+6 |
| | | |||||
| * | Fix tree-hash cnt n^2. Asserts, comment. Squash2 | rfree2monero | 2014-09-06 | 1 | -6/+48 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -3/+29 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+40 |
