Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-02 | Remove src/platform | Jeffrey | 4 | -143/+0 | |
All the files in src/platform are currently unused and unnecessary. See below: * `mingw/alloca.h`: unused throughout project * `msc/sys/param.h`: 1. In `fix_darwin.patch`, `sys/param.h` is well-defined to be used only in OpenBSD environment 2. `int-util.h` already handles when `sys/param.h` is not present and injects its own values 3. `db_drivers/liblmdb/mdb.c` is a similar situation: already explicity handles different platforms 4. `src/crypto/chacha.h` uses `int-util.h` for endianness context * `msc/alloca.h`: unused * `msc/inline_c.h`: not needed. the `inline` keyword is supported for C99 I believe, and certainly for C11, C14+ * `msc/stdbool.h`: `stdbool.h` is standard since C99, and MSVC has supported it for a long time (~10 years) | |||||
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 4 | -4/+4 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 4 | -4/+4 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 4 | -4/+4 | |
Update copyright year to 2020 | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 4 | -4/+4 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 4 | -4/+4 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 4 | -4/+4 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 4 | -4/+4 | |
2015-01-02 | year updated in license | Riccardo Spagni | 4 | -4/+4 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 4 | -12/+116 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 4 | -0/+39 | |