Age | Commit message (Expand) | Author | Files | Lines |
2024-05-20 | Merge pull request #9313 | luigi1111 | 1 | -0/+1 |
2024-05-01 | contrib: fix compilation error for boost 1.85 | 0xFFFC0000 | 1 | -0/+1 |
2024-03-15 | Cleanup string_tools. | 0xFFFC0000 | 1 | -10/+7 |
2024-03-10 | Revert "http_client: reduce number of packets sent for small bodies" | jeffro256 | 1 | -26/+16 |
2024-02-24 | Merge pull request #9132 | luigi1111 | 1 | -3/+3 |
2024-02-24 | Merge pull request #9125 | luigi1111 | 1 | -193/+0 |
2024-01-23 | Cleanup extra memory allocation, and port boost::shared_ptr to std::shared_ptr. | 0xFFFC0000 | 1 | -3/+3 |
2024-01-18 | Merge pull request #9103 | luigi1111 | 1 | -0/+2 |
2024-01-18 | Merge pull request #9090 | luigi1111 | 1 | -0/+1 |
2024-01-17 | epee/test: remove levin_protocol_handler and core_proxy tests | jeffro256 | 1 | -193/+0 |
2023-12-25 | storages: add missing return | selsta | 1 | -0/+2 |
2023-12-19 | Cleanup scoped_ptr in src/common/dns_utils.cpp and header include: | 0xFFFC0000 | 1 | -0/+1 |
2023-11-06 | Add compile-time check for input iterators in ::wire array writing | Lee *!* Clagett | 1 | -1/+8 |
2023-11-06 | Merge pull request #9038 | luigi1111 | 2 | -200/+6 |
2023-10-25 | Merge pull request #8969 | luigi1111 | 1 | -1/+1 |
2023-10-25 | epee: remove dead code in math_helper and string_tools | jeffro256 | 2 | -200/+6 |
2023-09-22 | storages: change error log category to serialization | selsta | 2 | -0/+6 |
2023-08-17 | Merge pull request #8955 | luigi1111 | 1 | -11/+10 |
2023-08-17 | Merge pull request #8914 | luigi1111 | 1 | -0/+10 |
2023-08-17 | Merge pull request #8868 | luigi1111 | 9 | -0/+1093 |
2023-08-17 | Merge pull request #8786 | luigi1111 | 1 | -16/+26 |
2023-08-11 | Write interface for new serialization system | Lee *!* Clagett | 9 | -0/+1093 |
2023-08-10 | `KV_SERIALIZE`: remove extraneous semicolons in DSL | jeffro256 | 1 | -1/+1 |
2023-07-28 | wallet-rpc: restore from multisig seed | jeffro256 | 1 | -0/+10 |
2023-07-18 | remove more 'using namespace' statements from headers | jeffro256 | 1 | -11/+10 |
2023-07-06 | Merge pull request #8344 | luigi1111 | 1 | -0/+27 |
2023-07-02 | core_rpc_server: new file: rpc_ssl.fingerprint | Jeffrey Ryan | 1 | -0/+27 |
2023-06-27 | Merge pull request #8870 | luigi1111 | 1 | -0/+3 |
2023-06-27 | Merge pull request #8869 | luigi1111 | 1 | -0/+2 |
2023-06-27 | Merge pull request #8792 | luigi1111 | 3 | -17/+6 |
2023-06-27 | Merge pull request #8731 | luigi1111 | 1 | -4/+1 |
2023-06-27 | Merge pull request #8598 | luigi1111 | 1 | -86/+2 |
2023-05-22 | Add to_hex::buffer | Lee *!* Clagett | 1 | -0/+3 |
2023-05-21 | Add byte_stream `value_type` and `data()` | Lee *!* Clagett | 1 | -0/+2 |
2023-05-06 | fix missing <cstdint> includes | tobtoht | 2 | -0/+2 |
2023-04-25 | Merge pull request #8789 | luigi1111 | 1 | -166/+0 |
2023-03-20 | epee: protect base64_chars, removed dead functions, speed up compile | Jeffro256 | 3 | -17/+6 |
2023-03-19 | http_client: reduce number of packets sent for small bodies | jeffro256 | 1 | -16/+26 |
2023-03-19 | epee: remove dead code in net_helper | Jeffro256 | 1 | -166/+0 |
2023-02-07 | Revert "epee: when loading a JSON RPC payload, ensure params is an object" | moneromooo-monero | 1 | -10/+0 |
2023-02-06 | Merge pull request #8692 | luigi1111 | 1 | -0/+10 |
2023-02-04 | properly terminate interrupted TCP connection. fixes #8685 | j-berman | 1 | -4/+1 |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 17 | -17/+17 |
2023-01-01 | epee: when loading a JSON RPC payload, ensure params is an object | moneromooo-monero | 1 | -0/+10 |
2022-11-13 | epee: remove dead HTTP code | Jeffrey Ryan | 3 | -65/+0 |
2022-09-26 | Remove invoke function in levin handler | Lee Clagett | 1 | -86/+2 |
2022-09-14 | levin_abstract_invoke: remove dead code | Jeffrey Ryan | 1 | -72/+0 |
2022-09-09 | Merge pull request #8348 | luigi1111 | 1 | -4/+4 |
2022-08-22 | Merge pull request #8352 | luigi1111 | 3 | -233/+0 |
2022-07-15 | Merge pull request #8435v0.18.0.0 | luigi1111 | 1 | -0/+10 |
2022-07-13 | Template hash func to fix compiler error on < gcc-6 | j-berman | 1 | -0/+10 |
2022-07-08 | address PR comments | j-berman | 2 | -378/+376 |
2022-07-05 | connection: fix implementation | anon | 3 | -811/+1133 |
2022-06-17 | Remove async_blocked_mode_client | Jeffrey Ryan | 1 | -113/+0 |
2022-05-26 | Merge pull request #8337 | luigi1111 | 1 | -1/+0 |
2022-05-23 | string_coding: unused functions | Jeffrey Ryan | 1 | -94/+0 |
2022-05-23 | http_server_handlers_map2: dead macros | Jeffrey Ryan | 1 | -26/+0 |
2022-05-23 | epee: update 'http_server_handlers_map2.h' macros to use fully qualified names | Jeffrey Ryan | 1 | -4/+4 |
2022-05-23 | Windows build: fix narrowing error for WaitForSingleObject | Jeffrey Ryan | 1 | -1/+1 |
2022-05-17 | src, epee: fix a couple compiler warnings | selsta | 1 | -1/+0 |
2022-05-10 | Merge pull request #8301 | luigi1111 | 1 | -1/+1 |
2022-05-10 | Merge pull request #8279 | luigi1111 | 2 | -237/+1 |
2022-05-10 | Merge pull request #8278 | luigi1111 | 3 | -302/+0 |
2022-05-10 | Merge pull request #8226 | luigi1111 | 3 | -5/+5 |
2022-04-28 | Doxygen: Hide anonymous namespaces from documentation by default | Jeffrey | 1 | -1/+1 |
2022-04-25 | Merge pull request #8275 | luigi1111 | 2 | -0/+12 |
2022-04-25 | Merge pull request #8248 | luigi1111 | 3 | -72/+0 |
2022-04-22 | EPEE: Remove gzip_encoding.h | Jeffrey | 2 | -237/+1 |
2022-04-22 | EPEE: Remove hmac-md5 | Jeffrey | 3 | -302/+0 |
2022-04-21 | add a sanity check to RPC input data size | moneromooo-monero | 2 | -0/+12 |
2022-04-18 | Change C-style-casts to static_cast in time_helper.h | Jeffrey | 1 | -4/+4 |
2022-04-18 | Remove the only 4 non-UTF8 characters in codebase | Jeffrey | 1 | -4/+4 |
2022-04-18 | Factor out move_it_backward from misc_language.h | Jeffrey | 1 | -9/+1 |
2022-04-18 | Move copyable_atomic into connection_context | Jeffrey | 1 | -56/+0 |
2022-04-18 | Refactor out to_nonconst_iterator.h | Jeffrey | 4 | -55/+1 |
2022-04-18 | Refactor out pragma_comp_defs | Jeffrey | 4 | -35/+4 |
2022-04-18 | Merge functionality of misc_os_dependent into time_helper.h | Jeffrey | 5 | -233/+32 |
2022-04-18 | Trimming Fat | Jeffrey | 4 | -104/+0 |
2022-04-18 | Boring Old Deletes | Jeffrey | 40 | -8174/+0 |
2022-04-10 | epee: allow copying a rolling_median_t object | moneromooo-monero | 1 | -1/+14 |
2022-04-09 | Remove serialization/enableable | Jeffrey | 3 | -72/+0 |
2022-04-06 | Merge pull request #8228 | luigi1111 | 1 | -39/+1 |
2022-04-06 | Merge pull request #8223 | luigi1111 | 7 | -39/+34 |
2022-04-06 | Merge pull request #8197 | luigi1111 | 18 | -18/+23 |
2022-03-30 | Remove dead code from parserse_base_utils and fix unit tests | Jeffrey | 1 | -39/+1 |
2022-03-30 | Eliminate dependence on boost::interprocess #8223 | Jeffrey | 7 | -39/+34 |
2022-03-25 | Fix typo: SERIALIZE_TYPE_DUOBLE | Jeffrey | 3 | -5/+5 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 18 | -18/+23 |
2022-02-19 | Undefined behaviour fixes | SChernykh | 6 | -12/+24 |
2021-09-09 | Merge pull request #7884 | luigi1111 | 1 | -1/+1 |
2021-08-20 | support cors wildcard | woodser | 1 | -1/+1 |
2021-08-13 | fix median overflow bug | koe | 1 | -1/+2 |
2021-08-05 | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 1 | -0/+3 |
2021-06-11 | Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp | mj-xmr | 1 | -232/+8 |
2021-06-10 | Merge pull request #7661 | luigi1111 | 1 | -4/+4 |
2021-05-24 | Fix boost 1.76.0 compatibility | loqs | 1 | -0/+2 |
2021-04-22 | Merge pull request #7669 | luigi1111 | 5 | -99/+118 |
2021-04-16 | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 10 | -492/+149 |
2021-04-16 | Revert "Merge pull request #7136" | luigi1111 | 5 | -118/+99 |
2021-04-16 | Merge pull request #7136 | luigi1111 | 5 | -99/+118 |
2021-04-16 | Merge pull request #7002 | luigi1111 | 2 | -198/+10 |
2021-03-29 | Merge pull request #7439 | luigi1111 | 1 | -2/+2 |
2021-03-29 | Merge pull request #7460 | luigi1111 | 1 | -28/+24 |
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 2 | -198/+10 |
2021-03-20 | Merge pull request #7394 | luigi1111 | 1 | -1/+2 |
2021-03-20 | Merge pull request #7366 | luigi1111 | 2 | -0/+10 |
2021-03-20 | Merge pull request #7274 | luigi1111 | 1 | -4/+4 |
2021-03-20 | Merge pull request #7005 | luigi1111 | 1 | -1/+1 |
2021-03-12 | async_protocol_handler_config: fix deadlock | anon | 1 | -28/+24 |
2021-03-05 | Merge pull request #7399 | luigi1111 | 1 | -2/+14 |
2021-02-23 | epee: return HTTP error 400 (Bad request) on deserialization error | moneromooo-monero | 1 | -2/+14 |
2021-02-21 | Fix compiler warning for in keyvalue_serialization.h | mj-xmr | 1 | -1/+2 |
2021-02-19 | async_protocol_handler_config: remove connection correctly | anon | 1 | -1/+1 |
2021-02-18 | Merge pull request #7343 | luigi1111 | 1 | -32/+2 |
2021-02-15 | Merge pull request #7308 | luigi1111 | 2 | -7/+19 |
2021-02-13 | Store RPC SSL key/cert for consistent authentication between runs | Lee Clagett | 2 | -0/+10 |
2021-02-06 | Reduce compilation time of epee/portable_storage.h | mj-xmr | 8 | -215/+21 |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 1 | -4/+4 |
2021-01-19 | boosted_tcp_server: fix connection lifetime | anon | 2 | -7/+19 |
2021-01-19 | Remove unnecessary atomic operations in levin code | Lee Clagett | 1 | -32/+2 |
2021-01-19 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 5 | -99/+118 |
2021-01-16 | Reduced executable size; reduced call sequence to "allowed" log function | Lee Clagett | 1 | -2/+2 |
2021-01-16 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 5 | -99/+118 |
2021-01-07 | storages: overridable limits for loading portable_storage from binary | moneromooo-monero | 5 | -33/+63 |
2021-01-06 | Merge pull request #7281 | luigi1111 | 1 | -1/+11 |
2021-01-05 | epee: also limit number of strings in portable_storage | moneromooo-monero | 1 | -1/+11 |
2021-01-03 | Merge pull request #7263 | Alexander Blair | 1 | -4/+13 |
2021-01-03 | epee: don't log raw packet data | moneromooo-monero | 1 | -4/+4 |
2021-01-03 | add a max levin packet size by command type | moneromooo-monero | 1 | -4/+13 |
2021-01-02 | portable_storage: better sanity checking | moneromooo-monero | 1 | -2/+7 |
2021-01-01 | Merge pull request #7250 | Alexander Blair | 2 | -10/+25 |
2021-01-01 | Merge pull request #7243 | Alexander Blair | 1 | -1/+6 |
2021-01-01 | Merge pull request #7220 | Alexander Blair | 3 | -0/+3 |
2020-12-31 | portable_storage: check object limit where appropriate | moneromooo | 1 | -1/+6 |
2020-12-29 | Merge pull request #7218 | Alexander Blair | 1 | -5/+0 |
2020-12-29 | Merge pull request #7207 | Alexander Blair | 4 | -12/+12 |
2020-12-28 | portable_storage: forbid unnamed sections | xiphon | 3 | -0/+3 |
2020-12-28 | portable_storage: remove array element limit | moneromooo-monero | 1 | -5/+0 |
2020-12-28 | ssl: buffered handshake detection | anon | 4 | -12/+12 |
2020-12-27 | portable_storage: remove overly aggressive cutoff | moneromooo-monero | 1 | -2/+0 |
2020-12-26 | Merge pull request #7192 | Alexander Blair | 1 | -6/+21 |
2020-12-26 | Merge pull request #7190 | Alexander Blair | 1 | -1/+35 |
2020-12-26 | Merge pull request #7098 | Alexander Blair | 1 | -1/+0 |
2020-12-26 | epee: fix some issues using connections after shutdown | moneromooo-monero | 1 | -6/+21 |
2020-12-26 | portable_storage: add some sanity checks on data size | moneromooo-monero | 1 | -1/+35 |
2020-12-20 | Restrict duplicate keys in epee binary format | Lee Clagett | 1 | -1/+4 |
2020-12-17 | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 2 | -10/+25 |
2020-12-14 | Fix byte_stream::put_n | Lee Clagett | 1 | -1/+1 |
2020-12-10 | Merge pull request #7009 | Alexander Blair | 10 | -50/+41 |
2020-12-10 | Merge pull request #7003 | Alexander Blair | 1 | -14/+1 |
2020-12-08 | Fixed issues found by static analysis | SChernykh | 1 | -1/+0 |
2020-11-09 | epee: tighten the URL parsing regexp a little | moneromooo-monero | 1 | -4/+4 |
2020-10-13 | Change to more efficient allocation strategy in byte_stream | Lee Clagett | 1 | -14/+1 |
2020-10-13 | Allow byte_stream->byte_slice conversion to shrink unused buffer space | Lee Clagett | 1 | -1/+1 |
2020-10-10 | Change epee binary output from std::stringstream to byte_stream | Lee Clagett | 10 | -50/+41 |
2020-08-17 | Add clear method to byte_stream | Lee Clagett | 1 | -0/+3 |
2020-08-16 | Merge pull request #6736 | Alexander Blair | 1 | -0/+7 |
2020-08-16 | Merge pull request #6727 | Alexander Blair | 1 | -9/+31 |
2020-08-16 | Merge pull request #6720 | Alexander Blair | 1 | -26/+0 |
2020-08-16 | Merge pull request #6718 | Alexander Blair | 2 | -2/+12 |
2020-08-16 | Merge pull request #6716 | Alexander Blair | 2 | -8/+1 |
2020-08-02 | epee: further defending against exceptions in command handlers | moneromooo-monero | 1 | -0/+7 |
2020-07-30 | epee: guard against exceptions in RPC handlers | moneromooo-monero | 1 | -9/+31 |
2020-07-24 | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command | rbrunner7 | 1 | -0/+25 |
2020-07-23 | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with un... | koe | 2 | -2/+12 |
2020-07-22 | epee: Remove unused functions in local_ip.h | Jean Pierre Dudey | 1 | -26/+0 |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 2 | -8/+1 |
2020-07-19 | Merge pull request #6516 | Alexander Blair | 2 | -7/+0 |
2020-07-19 | Merge pull request #6512 | Alexander Blair | 11 | -11/+11 |
2020-06-21 | epee: fix array underflow in unicode parsing | moneromooo-monero | 1 | -1/+1 |
2020-06-08 | Merge pull request #6539 | luigi1111 | 1 | -6/+6 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 4 | -17/+17 |
2020-05-16 | epee: use memwipe rather than memset for md5 secrets | moneromooo-monero | 1 | -6/+6 |
2020-05-14 | build: fix boost 1.73 compatibility | selsta | 2 | -6/+6 |
2020-05-11 | remove double includes | sumogr | 2 | -7/+0 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 11 | -11/+11 |
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 2 | -1/+249 |
2020-05-01 | Merge pull request #6446 | luigi1111 | 2 | -0/+11 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 2 | -0/+11 |
2020-04-04 | Merge pull request #6351 | luigi1111 | 3 | -38/+24 |
2020-04-04 | Merge pull request #6339 | luigi1111 | 2 | -2/+2 |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 1 | -1/+9 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 4 | -158/+117 |
2020-03-31 | p2p: fix frequent weak_ptr exception on connection | moneromooo-monero | 1 | -1/+6 |
2020-03-31 | Merge pull request #6336 | luigi1111 | 1 | -3/+7 |
2020-03-31 | Merge pull request #6311 | luigi1111 | 1 | -0/+7 |
2020-03-12 | Merge pull request #6273 | Alexander Blair | 1 | -1/+11 |
2020-03-12 | Merge pull request #6244 | Alexander Blair | 1 | -5/+16 |
2020-03-12 | Merge pull request #6243 | Alexander Blair | 2 | -6/+4 |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 3 | -34/+19 |
2020-03-09 | Remove temporary std::string creation in some hex->bin calls | Lee Clagett | 1 | -5/+6 |
2020-03-05 | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 1 | -1/+11 |
2020-02-28 | Merge pull request #6220 | Alexander Blair | 6 | -56/+53 |
2020-02-17 | remove empty statements | Interchained | 2 | -2/+2 |
2020-02-12 | console_handler: do not let exception past the dor | moneromooo-monero | 1 | -3/+7 |
2020-02-06 | Merge pull request #6182 | Alexander Blair | 1 | -1/+1 |
2020-01-28 | Explicitly define copy assignment operator | Martijn Otto | 1 | -0/+7 |
2020-01-26 | epee: remove backward compatible endian specific address serialization | moneromooo-monero | 1 | -6/+2 |
2020-01-26 | serialization: do not write optional fields with default value | moneromooo-monero | 1 | -0/+2 |
2020-01-26 | network: log traffic and add a simple traffic analysis script | moneromooo-monero | 1 | -5/+43 |