Jeffro

Results 55 issues of Jeffro

1) Add 2 new functions: `async_array_init` and `try_async_array_init` 2) Improve performance of existing functions

This is a new exception that I only started seeing recently. It occurs every ~15 seconds while running monerod, no matter the network: ``` 2022-05-18 21:24:56.907 [P2P0] INFO stacktrace src/common/stack_trace.cpp:133...

@jtgrassie pointed out that the example I provided was colored incorrectly. He also made the good point that the image wasn't easy to review/correct. I reworked the example so that...

This PR expands on #7366, which introduced the `rpc_ssl.*` files in the data directory. @moneromooo-monero brought up a good point in this comment: https://github.com/monero-project/monero/pull/7366#pullrequestreview-587469276. When a daemon presents the same...

I opened an eariler to PR to make our `net_ssl` RSA certificate generation code to comply with OpenSSL 3.0, but @hyc suggested that we switch to elliptic curve SSL certificates...

This PR fixes 4 instances of `-Wunused...`

Right now Doxygen is documenting everything in the repo including submodules, everything in contrib, util, tests, etc. This bogs down the documentation to the point where it is very hard...

All the files in `src/platform` are currently unused and/or unnecessary: * `mingw/alloca.h`: unused throughout project * `msc/sys/param.h`: *Justifications by file below* 1. `fix_darwin.patch`: `sys/param.h` is well-defined to be included only...