| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix logging lock, future optimizations may needed | Lee *!* Clagett | 2025-09-02 | 1 | -2/+3 |
| | | |||||
| * | miniupnpc: fix build with gcc 14 | tobtoht | 2025-01-07 | 1 | -0/+1 |
| | | |||||
| * | heed NO_COLOR environment variable | moneromooo-monero | 2023-10-31 | 1 | -0/+5 |
| | | |||||
| * | Update RandomX to 1.2.1 | tevador | 2023-10-20 | 1 | -0/+0 |
| | | |||||
| * | randomx: update submodule | selsta | 2022-07-26 | 1 | -0/+0 |
| | | |||||
| * | Merge pull request #8358 | luigi1111 | 2022-07-03 | 1 | -0/+4 |
| |\ | | | | | | | fb3f7ce clang warning fix for #8338 (Jeffrey Ryan) | ||||
| | * | clang warning fix for #8338 | Jeffrey Ryan | 2022-05-27 | 1 | -0/+4 |
| | | | | | | | | | Unlike some other warnings, clang does not have a `stringop-overflow` group so it doesn't recognize the `#pragma GCC ...` directive in #8338 | ||||
| * | | Merge pull request #7774 | luigi1111 | 2022-07-03 | 1 | -2/+56 |
| |\ \ | |/ |/| | | | | | | | | | | | | | | | ade464a ITS#9385 fix using MDB_NOSUBDIR with nonexistent file (Kris Zyp) 033a32a Remove check is_directory check on lmdb path (Howard Chu) b096e16 Revert 'db_lmdb: test for mmap support at init time' (Howard Chu) 493577a Silence spurious fallthru warning (Howard Chu) b46a60e Fix rawpart flag collision (Howard Chu) 4e7586c More RAWPART support (Howard Chu) 747f5d3 Preliminary raw partition support (Howard Chu) | ||||
| | * | ITS#9385 fix using MDB_NOSUBDIR with nonexistent file | Kris Zyp | 2022-06-03 | 1 | -4/+1 |
| | | | |||||
| | * | Silence spurious fallthru warning | Howard Chu | 2022-06-03 | 1 | -1/+1 |
| | | | |||||
| | * | Fix rawpart flag collision | Howard Chu | 2022-06-03 | 1 | -2/+2 |
| | | | |||||
| | * | More RAWPART support | Howard Chu | 2022-06-03 | 1 | -1/+43 |
| | | | | | | | | | | | Use mmap to read and initialize the meta pages, raw device may not support read/write syscalls. | ||||
| | * | Preliminary raw partition support | Howard Chu | 2022-06-03 | 1 | -1/+16 |
| | | | | | | | | | Autodetects that a block device is being used. | ||||
| * | | GCC: Fix -Wstringop-overflow= warnings | Jeffrey Ryan | 2022-05-16 | 1 | -0/+3 |
| |/ | | | | Resolves #8320 | ||||
| * | Update randomx: fix Mac linking error | Howard Chu | 2022-05-10 | 1 | -0/+0 |
| | | | | | Also silence randomx malloc exceptions | ||||
| * | randomx: update submodule | selsta | 2022-04-06 | 1 | -0/+0 |
| | | |||||
| * | Update RandomX | Jethro Grassie | 2021-11-20 | 1 | -0/+0 |
| | | |||||
| * | Update RandomX to v1.1.10 | tevador | 2021-11-08 | 1 | -0/+0 |
| | | |||||
| * | Merge pull request #7945 | luigi1111 | 2021-09-23 | 1 | -1/+4 |
| |\ | | | | | | | 4afd9a7 cmake: set required C/C++ standard to 11 (selsta) | ||||
| | * | cmake: set required C/C++ standard to 11 | selsta | 2021-09-16 | 1 | -1/+4 |
| | | | | | | | | | Co-authored-by: Jason Rhinelander <jason@imaginary.ca> | ||||
| * | | easylogging++: fix missing logs | moneromooo-monero | 2021-09-23 | 1 | -3/+4 |
| |/ | |||||
| * | Merge pull request #7828 | luigi1111 | 2021-09-09 | 1 | -0/+1 |
| |\ | | | | | | | b2c59af EasyLogging++: new anti-UB test and propagating exception (mj-xmr) | ||||
| | * | EasyLogging++: new anti-UB test and propagating exception | mj-xmr | 2021-08-03 | 1 | -0/+1 |
| | | | |||||
| * | | external: remove unbound submodule | selsta | 2021-09-03 | 2 | -17/+3 |
| |/ | |||||
| * | Merge pull request #7380 | luigi1111 | 2021-06-24 | 1 | -3/+2 |
| |\ | | | | | | | 8889f49 easylogging++: fix potential memory corruption (moneromooo-monero) | ||||
| | * | easylogging++: fix potential memory corruption | moneromooo-monero | 2021-02-16 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | The m_typedConfigurations pointer is copied from one object to the next, but deleted in the dtor, leading to potential double free. It is also deleted first thing in the copy ctor, deleting uninitialized memory. This does not seem to actually happen in practice (those functions do not get called), but seems safer that way. Coverity 1446562 | ||||
| * | | Merge pull request #7733 | luigi1111 | 2021-06-16 | 1 | -0/+0 |
| |\ \ | | | | | | | | | | cd8901c randomx: bump submodule to v1.1.9 (selsta) | ||||
| | * | | randomx: bump submodule to v1.1.9 | selsta | 2021-05-22 | 1 | -0/+0 |
| | | | | |||||
| * | | | CMake: glob missing headers for easylogging | mj-xmr | 2021-05-14 | 1 | -1/+5 |
| |/ / | |||||
| * | | cmake: set 3.5 as minimum version | selsta | 2021-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #7656 | luigi1111 | 2021-04-22 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | 5fe22ac ITS#9496 fix mdb_env_open bug from #8704 (hyc) | ||||
| | * | | ITS#9496 fix mdb_env_open bug from #8704 | Howard Chu | 2021-04-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | Broken in 9c6eb75c656363176a55c63c81803feb3cfa614d | ||||
| * | | | Merge pull request #7643 | luigi1111 | 2021-04-22 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | 19ed7ab Test: Enable coverage for external repositories (mj-xmr) | ||||
| | * | | | Test: Enable coverage for external repositories | mj-xmr | 2021-04-01 | 1 | -0/+1 |
| | |/ / | | | | | | | | | | Add monero_enable_coverage() for reuse in case C/CXX_FLAGS are overwritten. | ||||
| * | | | Merge pull request #7641 | luigi1111 | 2021-04-16 | 1 | -10/+14 |
| |\ \ \ | |/ / |/| | | | | | a16328e easylogging++: in place log sanitization (moneromooo-monero) | ||||
| | * | | easylogging++: in place log sanitization | moneromooo-monero | 2021-03-29 | 1 | -10/+14 |
| | | | | | | | | | | | | | saves an object ctor/dtor per log | ||||
| * | | | Merge pull request #7439 | luigi1111 | 2021-03-29 | 2 | -15/+32 |
| |\ \ \ | | | | | | | | | | | | | 0f2b5af Reduced executable size; reduced call sequence to 'allowed' log function (Lee Clagett) | ||||
| | * | | | Reduced executable size; reduced call sequence to "allowed" log function | Lee Clagett | 2021-01-16 | 2 | -15/+32 |
| | |/ / | |||||
| * / / | ITS#9500 fix regression from ITS#8662 | Howard Chu | 2021-03-23 | 1 | -1/+1 |
| |/ / | | | | | | | mdb_load -a patch broke overwriting with MDB_CURRENT | ||||
| * | | Merge pull request #7361 | luigi1111 | 2021-02-18 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 935bfaa ITS#9007 don't free loose writemap pages (Kris Zyp) | ||||
| | * | | ITS#9007 don't free loose writemap pages | Kris Zyp | 2021-02-01 | 1 | -1/+1 |
| | |/ | | | | | | | Broken in ITS#8756 | ||||
| * / | miniupnp: set submodule to upstream, disable install | selsta | 2021-01-12 | 2 | -0/+2 |
| |/ | |||||
| * | Revert "unbound: update to get build fixes" | moneromooo-monero | 2020-09-06 | 1 | -0/+0 |
| | | | | | | | This reverts commit 541a7c81a1c9e6b261fc13e0b9e3829df46a0bdf. It breaks the depends build | ||||
| * | unbound: update to get build fixes | moneromooo-monero | 2020-09-06 | 1 | -0/+0 |
| | | |||||
| * | Merge pull request #6782 | luigi1111 | 2020-08-31 | 1 | -0/+0 |
| |\ | | | | | | | c3f9913 supercop: update submodule (selsta) | ||||
| | * | supercop: update submodule | selsta | 2020-08-27 | 1 | -0/+0 |
| | | | |||||
| * | | Merge pull request #6766 | Alexander Blair | 2020-08-27 | 1 | -1/+2 |
| |\ \ | |/ |/| | | | 12ffc79b2 qrcodegen: fix compilation with old gcc, use modern cmake (selsta) | ||||
| | * | qrcodegen: fix compilation with old gcc, use modern cmake | selsta | 2020-08-16 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #6727 | Alexander Blair | 2020-08-16 | 1 | -0/+11 |
| |\ \ | | | | | | | | | | | | | | | | | | | 13eee1d6a rpc: reject wrong sized txid (moneromooo-monero) 92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero) 6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero) 90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero) | ||||
| | * | | easylogging++: fix crash with reentrant logging | moneromooo-monero | 2020-07-30 | 1 | -0/+11 |
| | |/ | |||||
