Age | Commit message (Expand) | Author | Files | Lines |
2021-11-01 | Merge pull request #8016 | luigi1111 | 1 | -14/+9 |
2021-10-22 | epee: add missing header | selsta | 2 | -0/+2 |
2021-10-20 | epee: avoid ADL selecting C++14 std::quoted | selsta | 1 | -14/+9 |
2021-09-16 | cmake: set required C/C++ standard to 11 | selsta | 1 | -3/+1 |
2021-08-26 | Merge pull request #7850 | luigi1111 | 3 | -7/+7 |
2021-08-19 | epee: link with Boost_SYSTEM_LIBRARY | selsta | 1 | -0/+2 |
2021-08-11 | epee: tidying post-incrementation -> pre-incrementation | mj-xmr | 3 | -7/+7 |
2021-07-27 | Make SSL key/cert storage backward-compatible | Nathan Dorfman | 1 | -1/+2 |
2021-06-11 | Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp | mj-xmr | 2 | -1/+283 |
2021-06-10 | Merge pull request #7416 | luigi1111 | 1 | -3/+4 |
2021-06-01 | Merge pull request #7712 | luigi1111 | 1 | -1/+4 |
2021-05-12 | Merge pull request #7688 | luigi1111 | 1 | -2/+2 |
2021-05-12 | Merge pull request #7665 | luigi1111 | 1 | -5/+2 |
2021-05-09 | epee: include public openssl header in cmake | selsta | 1 | -1/+4 |
2021-04-27 | clang: fix -Wrange-loop-analysis warnings | selsta | 1 | -2/+2 |
2021-04-24 | epee linkage dynamic; move monero_add_library to main CMakeLists.txt | mj-xmr | 1 | -3/+4 |
2021-04-22 | Merge pull request #7669 | luigi1111 | 2 | -36/+46 |
2021-04-16 | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 7 | -0/+569 |
2021-04-16 | Revert "Merge pull request #7136" | luigi1111 | 2 | -46/+36 |
2021-04-16 | Merge pull request #7136 | luigi1111 | 2 | -36/+46 |
2021-04-16 | CMake: new macro - finding all headers (extract from epee) | mj-xmr | 1 | -5/+2 |
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 2 | -1/+232 |
2021-03-20 | Merge pull request #7402 | luigi1111 | 1 | -1/+10 |
2021-03-20 | Merge pull request #7366 | luigi1111 | 1 | -0/+47 |
2021-03-20 | Merge pull request #7005 | luigi1111 | 1 | -4/+20 |
2021-02-25 | Epee: add headers to project files (via glob), to be able to search for them ... | mj-xmr | 1 | -1/+10 |
2021-02-13 | Store RPC SSL key/cert for consistent authentication between runs | Lee Clagett | 1 | -0/+47 |
2021-02-06 | Reduce compilation time of epee/portable_storage.h | mj-xmr | 3 | -1/+265 |
2021-01-19 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 2 | -36/+46 |
2021-01-16 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 2 | -36/+46 |
2021-01-15 | Merge pull request #7137 | luigi1111 | 1 | -2/+16 |
2020-12-28 | ssl: buffered handshake detection | anon | 1 | -1/+2 |
2020-12-13 | readline_buffer: Avoid consecutive duplicates in the history | codesoap | 1 | -2/+16 |
2020-12-10 | Merge pull request #7009 | Alexander Blair | 2 | -1/+30 |
2020-12-10 | Merge pull request #7003 | Alexander Blair | 1 | -4/+7 |
2020-12-06 | protocol: drop peers that don't reply to queries | moneromooo | 1 | -8/+6 |
2020-12-04 | keep only the last seen node on a given host in the white list | moneromooo | 1 | -0/+33 |
2020-11-07 | epee: readline_buffer - fix thread safety, fix sync() after stop() | xiphon | 1 | -1/+9 |
2020-10-13 | Change to more efficient allocation strategy in byte_stream | Lee Clagett | 1 | -4/+7 |
2020-10-13 | Allow byte_stream->byte_slice conversion to shrink unused buffer space | Lee Clagett | 1 | -4/+20 |
2020-10-10 | Change epee binary output from std::stringstream to byte_stream | Lee Clagett | 2 | -1/+30 |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 1 | -0/+5 |
2020-07-19 | Merge pull request #6565 | Alexander Blair | 1 | -1/+1 |
2020-07-19 | Merge pull request #6512 | Alexander Blair | 9 | -9/+9 |
2020-07-08 | Merge pull request #6584 | luigi1111 | 1 | -1/+1 |
2020-07-08 | Merge pull request #6559 | luigi1111 | 1 | -1/+4 |
2020-05-23 | rpc: don't display invalid json errors on default log level | moneromooo-monero | 1 | -1/+1 |
2020-05-20 | ByteSlice: Fix persisting ptr to std::moved SSO buffer | Doyle | 1 | -1/+4 |
2020-05-19 | fix a few typos in error messages | moneromooo-monero | 1 | -1/+1 |
2020-05-12 | Fixed bugs for take_slice and byte_stream->byte_slice | Lee Clagett | 1 | -9/+17 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 9 | -9/+9 |
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 3 | -3/+137 |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 1 | -4/+15 |
2020-04-21 | Merge pull request #6359 | luigi1111 | 1 | -3/+3 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 2 | -1/+143 |
2020-04-04 | Merge pull request #6387 | luigi1111 | 1 | -2/+2 |
2020-04-04 | Merge pull request #6370 | luigi1111 | 1 | -1/+3 |
2020-04-04 | Merge pull request #6351 | luigi1111 | 1 | -2/+39 |
2020-04-04 | Merge pull request #6335 | luigi1111 | 1 | -3/+4 |
2020-03-30 | Fixed string_ref usage bug in epee::from_hex::vector | Lee Clagett | 1 | -3/+3 |
2020-03-13 | epee: avoid spamming 'Generating SSL certificate' in the logs | xiphon | 1 | -2/+2 |
2020-03-11 | Use boost::asio::ssl::context::sslv23 for backwards compatibility | Martijn Otto | 1 | -1/+3 |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 1 | -2/+39 |
2020-02-28 | Merge pull request #6205 | Alexander Blair | 1 | -1/+1 |
2020-02-12 | wipeable_string: split - treat CR, LF and Tabs as separators | xiphon | 1 | -3/+4 |
2020-02-06 | Merge pull request #6184 | Alexander Blair | 1 | -0/+42 |
2019-12-03 | ssl: server-side: allow multiple version of TLS | Bertrand Jacquin | 1 | -1/+1 |
2019-11-26 | net_ssl: load default certificates in CA mode on Windows | moneromooo-monero | 1 | -0/+42 |
2019-11-25 | epee: reorder a couple init list fields to match declaration | moneromooo-monero | 1 | -1/+1 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 1 | -1/+1 |
2019-10-22 | Merge pull request #5996 | luigi1111 | 1 | -2/+10 |
2019-10-22 | Merge pull request #5966 | luigi1111 | 2 | -1/+50 |
2019-10-21 | Support median block size > 4 GB | moneromooo-monero | 2 | -1/+50 |
2019-10-18 | epee: fix SSL server handshake, run_one() can block, use poll_one() | xiphon | 1 | -2/+10 |
2019-10-08 | Merge pull request #5936 | luigi1111 | 1 | -2/+2 |
2019-10-08 | Merge pull request #5918 | luigi1111 | 1 | -3/+24 |
2019-09-30 | Merge pull request #5893 | luigi1111 | 1 | -0/+2 |
2019-09-26 | build: fix MinGW GUI dependencies build | xiphon | 1 | -2/+2 |
2019-09-24 | epee: misc_log_ex.h can now be used in C code | moneromooo-monero | 1 | -11/+25 |
2019-09-24 | Merge pull request #5892 | luigi1111 | 1 | -2/+2 |
2019-09-17 | epee: implement handshake timeout for SSL connections | xiphon | 1 | -3/+24 |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 1 | -1/+37 |
2019-09-07 | depends: attempt to fix readline | iDunk5400 | 1 | -2/+2 |
2019-09-06 | epee: connection_basic: resolve CID 203916 (UNINIT_CTOR) | anonimal | 1 | -0/+1 |
2019-09-06 | epee: connection_basic: resolve CID 203920 (UNINIT_CTOR) | anonimal | 1 | -0/+1 |
2019-09-04 | Merge pull request #5536 | luigi1111 | 1 | -0/+10 |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 1 | -0/+10 |
2019-07-31 | Add IPv6 support | Thomas Winget | 2 | -3/+45 |
2019-07-24 | Merge pull request #5530 | luigi1111 | 1 | -3/+0 |
2019-07-17 | Added support for "noise" over I1P/Tor to mask Tx transmission. | Lee Clagett | 3 | -3/+131 |
2019-07-16 | Add ref-counted buffer byte_slice. Currently used for sending TCP data. | Lee Clagett | 2 | -2/+211 |
2019-07-16 | allow blocking whole subnets | moneromooo-monero | 1 | -0/+18 |
2019-06-14 | ensure no NULL is passed to memcpy | moneromooo-monero | 2 | -6/+14 |
2019-05-14 | Merge pull request #5527 | luigi1111 | 1 | -2/+2 |
2019-05-14 | Merge pull request #5519 | luigi1111 | 1 | -1/+1 |
2019-05-10 | remove obsolete save_graph skeleton code | moneromooo-monero | 1 | -3/+0 |
2019-05-10 | net_ssl: free certs after setting them up | moneromooo-monero | 1 | -2/+2 |
2019-05-07 | net_ssl: SSL config tweaks for compatibility and security | moneromooo-monero | 1 | -4/+125 |
2019-05-06 | mlog: default to not showing SSL errors | moneromooo-monero | 1 | -1/+1 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 1 | -1/+1 |
2019-04-21 | serialization: set default log category | moneromooo-monero | 1 | -1/+1 |
2019-04-07 | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 1 | -0/+19 |
2019-04-07 | Require manual override for user chain certificates. | Lee Clagett | 1 | -0/+3 |
2019-04-07 | Only check top-level certificate against fingerprint list. | Lee Clagett | 1 | -2/+4 |
2019-04-07 | Call `use_certificate_chain_file` instead of `use_certificate_file` | Lee Clagett | 1 | -1/+1 |
2019-04-07 | Perform RFC 2818 hostname verification in client SSL handshakes | Lee Clagett | 1 | -3/+12 |
2019-04-07 | Require server verification when SSL is enabled. | Lee Clagett | 1 | -11/+10 |
2019-04-07 | Add `verify_fail_if_no_cert` option for proper client authentication | Lee Clagett | 1 | -1/+1 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 2 | -56/+77 |
2019-04-06 | Do not require client certificate unless server has some whitelisted. | Lee Clagett | 1 | -12/+27 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 1 | -53/+45 |
2019-04-06 | Merge pull request #5358 | Riccardo Spagni | 1 | -7/+40 |
2019-04-01 | Merge pull request #5327 | Riccardo Spagni | 1 | -0/+10 |
2019-03-27 | No longer use deprecated RSA_generate_key in favor of | Martijn Otto | 1 | -7/+40 |
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 2 | -1/+56 |
2019-03-24 | New interactive daemon command 'print_net_stats': Global traffic stats | rbrunner7 | 1 | -0/+10 |
2019-03-21 | Merge pull request #5259 | Riccardo Spagni | 1 | -1/+0 |
2019-03-21 | epee: fix build with boost 1.70.0 | moneromooo-monero | 1 | -2/+8 |
2019-03-17 | Merge pull request #5061 | Riccardo Spagni | 8 | -8/+8 |
2019-03-10 | epee: certificate generation fix, pkey deleted | Dusan Klinec | 1 | -3/+5 |
2019-03-08 | connection_basic: remove debug exception ^_^ | moneromooo-monero | 1 | -1/+0 |
2019-03-08 | Fix startup errors with SSL cert generation | Howard Chu | 1 | -37/+6 |
2019-03-05 | Update 2019 copyright | binaryFate | 8 | -8/+8 |
2019-03-05 | epee: add SSL support | Martijn Otto | 2 | -24/+121 |
2019-03-04 | Merge pull request #5096 | Riccardo Spagni | 1 | -3/+3 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 3 | -10/+357 |
2019-02-01 | network_throttle: use circular_buffer where appropriate | moneromooo-monero | 1 | -3/+3 |
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 2 | -28/+42 |
2019-01-21 | readline: don't dereference possible NULL pointer | Jethro Grassie | 1 | -2/+2 |
2019-01-16 | Merge pull request #5001 | Riccardo Spagni | 1 | -2/+4 |
2019-01-16 | Merge pull request #4976 | Riccardo Spagni | 2 | -1/+98 |
2019-01-06 | Merge pull request #4951 | Riccardo Spagni | 1 | -0/+3 |
2018-12-31 | Merge pull request #4957 | luigi1111 | 1 | -1/+1 |
2018-12-23 | epee: better network buffer data structure | moneromooo-monero | 2 | -1/+98 |
2018-12-23 | Remove boost::lexical_cast for uuid and unused uuid function | Lee Clagett | 1 | -2/+4 |
2018-12-12 | Merge pull request #4925 | Riccardo Spagni | 1 | -1/+0 |
2018-12-08 | perf_timer: make all logs Info level | moneromooo-monero | 1 | -1/+1 |
2018-12-07 | mlocker: set default log category | moneromooo-monero | 1 | -0/+3 |
2018-12-04 | Merge pull request #4883 | Riccardo Spagni | 1 | -2/+2 |
2018-12-04 | Merge pull request #4880 | Riccardo Spagni | 1 | -6/+2 |
2018-12-04 | Merge pull request #4876 | Riccardo Spagni | 1 | -3/+12 |
2018-12-04 | Merge pull request #4875 | Riccardo Spagni | 1 | -0/+8 |
2018-12-04 | Merge pull request #4854 | Riccardo Spagni | 4 | -53/+2 |
2018-12-04 | Merge pull request #4853 | Riccardo Spagni | 1 | -1/+2 |
2018-11-30 | mlocker: remove early page size log | moneromooo-monero | 1 | -1/+0 |
2018-11-26 | Only show a single mlock() error, to avoid flooding the log | Martijn Otto | 1 | -3/+12 |
2018-11-22 | mlocker: fix access to global lock map after dtor on exit | moneromooo-monero | 1 | -2/+2 |
2018-11-21 | blockchain_stats: don't use gmtime_r on Windows | moneromooo-monero | 1 | -6/+2 |
2018-11-20 | mlocker: don't throw from lock/unlock | moneromooo-monero | 1 | -0/+8 |
2018-11-16 | Merge pull request #4785 | Riccardo Spagni | 1 | -2/+2 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 4 | -53/+2 |
2018-11-15 | various: do not propagate exception through dtor | moneromooo-monero | 1 | -1/+2 |
2018-11-02 | mlocker: fix dtor ordering problem | moneromooo-monero | 1 | -2/+2 |
2018-10-29 | network_throttle: initialize m_last_sample_time in ctor | moneromooo-monero | 1 | -0/+1 |
2018-10-26 | Merge pull request #4573 | Riccardo Spagni | 1 | -1/+4 |
2018-10-20 | Merge pull request #4520 | Riccardo Spagni | 1 | -0/+35 |
2018-10-12 | readline_buffer: fix "cursor in prompt" bug | moneromooo-monero | 1 | -1/+4 |
2018-10-08 | ANSI colors in Windows 10 | iDunk5400 | 1 | -0/+35 |
2018-10-02 | epee: initialize a few data members where it seems to be appropriate | moneromooo-monero | 1 | -0/+1 |
2018-10-02 | connection_basic: remove unused floating time start time | moneromooo-monero | 1 | -7/+0 |
2018-09-29 | Merge pull request #4459 | Riccardo Spagni | 1 | -1/+6 |
2018-09-29 | Merge pull request #4443 | Riccardo Spagni | 1 | -0/+2 |
2018-09-21 | Merge pull request #4377 | Riccardo Spagni | 1 | -1/+1 |
2018-09-14 | mlog: do not display http errors by default | moneromooo-monero | 1 | -1/+1 |
2018-09-12 | wipeable_string: add hex_to_pod function | moneromooo-monero | 1 | -1/+2 |
2018-08-22 | Merge pull request #4179 | luigi1111 | 1 | -1/+3 |
2018-08-16 | common: add a class to safely wrap mlock/munlock | moneromooo-monero | 2 | -1/+183 |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2 | -5/+117 |
2018-07-26 | mlog: handle filenames without parent directories | moneromooo-monero | 1 | -1/+3 |
2018-07-10 | memwipe: don't call the workhorse for 0 bytes | moneromooo-monero | 1 | -3/+5 |
2018-06-25 | Merge pull request #3972 | luigi1111 | 1 | -1/+2 |
2018-06-13 | mlog: --max-log-files to set the max number of rotated log files | stoffu | 1 | -2/+51 |
2018-06-09 | epee: fallback to a counter if gmtime fails when rotating logs | moneromooo-monero | 1 | -1/+2 |
2018-04-25 | mlog: fix setting no logs | moneromooo-monero | 1 | -1/+6 |
2018-02-18 | wipeable_string: don't try to wipe an empty buffer | moneromooo-monero | 1 | -3/+6 |
2018-02-17 | memwipe: add missing #include <stdio.h> | stoffu | 1 | -0/+1 |
2018-02-16 | Merge pull request #3217 | Riccardo Spagni | 1 | -10/+6 |
2018-02-16 | Merge pull request #3187 | Riccardo Spagni | 1 | -0/+6 |
2018-02-01 | call _exit instead of abort in release mode | moneromooo-monero | 1 | -0/+6 |
2018-01-31 | wipeable_string: call memwipe directly | moneromooo-monero | 1 | -10/+6 |
2018-01-26 | Readd copyright starting date | xmr-eric | 3 | -3/+3 |
2018-01-26 | Update 2018 copyright | xmr-eric | 8 | -8/+8 |
2018-01-18 | remove unnecessary include | Jethro Grassie | 1 | -1/+0 |
2018-01-11 | Keep readline optional | Jethro Grassie | 1 | -1/+1 |
2018-01-10 | Merge pull request #2995 | Riccardo Spagni | 1 | -1/+1 |
2018-01-10 | move memwipe to epee to avoid common<->crypto circular dependencies | moneromooo-monero | 2 | -1/+111 |
2018-01-10 | epee: remove dependency on common | moneromooo-monero | 3 | -6/+3 |
2017-12-25 | Merge pull request #2920 | Riccardo Spagni | 3 | -6/+6 |
2017-12-23 | wipeable_string: fix buffer overread | moneromooo-monero | 1 | -1/+1 |
2017-12-19 | wipeable_string: move a wipe from reserve to grow | moneromooo-monero | 1 | -3/+2 |
2017-12-19 | wipeable_string: ignore reserve size less than actual size | moneromooo-monero | 1 | -2/+1 |
2017-12-19 | wipeable_string: fix clear and push_back | moneromooo-monero | 1 | -1/+4 |
2017-12-18 | network_throttle: fix ineffective locking | moneromooo-monero | 1 | -3/+5 |
2017-12-18 | network_throttle: remove unused xxx static member | moneromooo-monero | 1 | -3/+0 |
2017-12-18 | mlog: terminate a string at last char, just in case | moneromooo-monero | 1 | -0/+1 |
2017-12-17 | Merge pull request #2877 | Riccardo Spagni | 4 | -1/+774 |
2017-12-16 | move connection_basic and network_throttle from src/p2p to epee | moneromooo-monero | 4 | -1/+774 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 4 | -0/+47 |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 3 | -1/+155 |
2017-11-14 | split off readline code into epee_readline | moneromooo-monero | 1 | -3/+14 |