Age | Commit message (Expand) | Author |
2022-12-09 | refactor: Refactored RequestMethodString function to follow developer notes | JoaoAJMatos |
2022-12-09 | refactor: Deleted unreachable code in httpserver.cpp | JoaoAJMatos |
2022-09-30 | Merge bitcoin/bitcoin#26131: log: log RPC port on startup | MacroFake |
2022-09-23 | refactor: use <cstdlib> over stdlib.h | fanquake |
2022-09-21 | refactor: use <cstdio> over stdio.h | fanquake |
2022-09-19 | log: log RPC port on startup | James O'Beirne |
2022-09-02 | Prevent data race for `pathHandlers` | Hennadii Stepanov |
2022-07-20 | refactor: move compat.h into compat/ | fanquake |
2022-06-15 | Merge bitcoin/bitcoin#25338: scripted-diff: Avoid incompatibility with CMake ... | MacroFake |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-06-08 | logging: use LogPrintfCategory rather than a manual category | Jon Atack |
2022-05-25 | refactor: Change LogPrintLevel order to category, severity | laanwj |
2022-05-25 | http: Use severity-based logging for messages from libevent | laanwj |
2022-05-17 | refactor: use C++11 default initializers | fanquake |
2022-05-12 | Increase threadsafety annotation coverage | Anthony Towns |
2022-04-06 | Merge bitcoin/bitcoin#24681: build: Bump libevent minimum version up to 2.1.8 | fanquake |
2022-04-02 | refactor: Remove outdated libevent logging code | Fabian Jahr |
2022-03-30 | refactor: account for requiring libevent 2.1.8+ | fanquake |
2022-03-10 | Add GetQueryParameter helper function | stickies-v |
2022-01-13 | Merge bitcoin/bitcoin#23607: rpc: Pass const char* to evhttp_connection_get_p... | laanwj |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-07 | Necessary improvements to make configure work without libevent installed | Perlover |
2021-12-01 | The evhttp_connection_get_peer function from libevent changes the type of the... | Perlover |
2021-10-04 | Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ... | W. J. van der Laan |
2021-10-01 | Add syscall sandboxing (seccomp-bpf) | practicalswift |
2021-09-09 | util: remove libevent <= 2.0.18 back-compat code | fanquake |
2021-09-27 | scripted-diff: Rename overloaded int GetArg to GetIntArg | Russell Yanofsky |
2021-06-28 | refactor: Make httpserver work queue a unique_ptr | MarcoFalke |
2021-06-21 | Merge bitcoin/bitcoin#19033: http: Release work queue after event base finish | W. J. van der Laan |
2021-05-09 | refactor: Add TSA annotations to the WorkQueue class members | Hennadii Stepanov |
2021-03-19 | Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exce... | MarcoFalke |
2021-03-16 | p2p, refactor: pass and use uint16_t CService::port as uint16_t | Jon Atack |
2020-10-22 | net: Drop unneeded headers when compat.h included | Hennadii Stepanov |
2020-07-12 | util: Handle HTTP_SERVICE_UNAVAILABLE in bitcoin-cli | Hennadii Stepanov |
2020-07-09 | http: Release work queue after event base finish | João Barbosa |
2020-06-27 | scripted-diff: Move ui_interface to the node lib | MarcoFalke |
2020-05-19 | http: Avoid crash when g_thread_http was never started | MarcoFalke |
2020-05-05 | Make ThreadSafe{MessageBox|Question} bilingual | Hennadii Stepanov |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-06 | tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related fun... | practicalswift |
2020-02-18 | httpserver: use own HTTP status codes | Filip Gospodinov |
2020-01-08 | net: Avoid using C-style NUL-terminated strings as arguments in the netbase i... | practicalswift |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-25 | http: add missing header bootlegged by boost < 1.72 | Jan Beich |
2019-10-15 | Remove unused includes | practicalswift |
2019-05-25 | Remove global symbols: Avoid using the global namespace if possible | practicalswift |
2019-04-29 | threads: introduce util/threadnames, refactor thread naming | James O'Beirne |
2019-04-09 | [build] Add several util units | John Newbery |
2019-01-29 | log: Construct global logger on first use | MarcoFalke |
2019-01-05 | Use C++11 default member initializers | MarcoFalke |