Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+2 | |
2019-02-25 | discontinue use of alloca | moneromooo-monero | 1 | -2/+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++. | |||||
2019-01-28 | common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawn | moneromooo-monero | 1 | -0/+3 | |
2018-12-08 | ignore child process when exec | Jethro Grassie | 1 | -0/+4 | |
2018-10-17 | spawn: close all file descriptors before execve | moneromooo-monero | 1 | -0/+3 | |
No need to give whatever we're calling access to what we use | |||||
2018-10-02 | common: Windows 'spawn' support for tx and block notifications | xiphon | 1 | -2/+55 | |
2018-09-29 | Merge pull request #4333 | Riccardo Spagni | 1 | -8/+51 | |
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero) | |||||
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -5/+14 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+0 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+10 | |