Age | Commit message (Expand) | Author | Files | Lines |
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-10-06 | cmake: set required C/C++ standard to 11 | selsta | 1 | -3/+1 |
2021-08-19 | epee: link with Boost_SYSTEM_LIBRARY | selsta | 1 | -0/+2 |
2021-08-01 | epee: include public openssl header in cmake | selsta | 1 | -0/+6 |
2021-07-13 | cmake: fix undefined symbols and multiple definitions | anon | 1 | -2/+3 |
2020-12-28 | ssl: buffered handshake detection | anon | 1 | -1/+2 |
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-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 1 | -0/+5 |
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-15 | Allow wallet2.h to run in WebAssembly | woodser | 2 | -1/+143 |
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-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-12 | wipeable_string: split - treat CR, LF and Tabs as separators | xiphon | 1 | -3/+4 |
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-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-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-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-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-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-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-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 | epee: fix build with boost 1.70.0 | moneromooo-monero | 1 | -2/+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-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 |
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-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-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-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-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-26 | osx compilation fix: missing boost libs added | Dusan Klinec | 1 | -0/+2 |
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-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-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-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 | 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-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-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 |
2017-10-17 | cmake: epee: use var from FindOpenSSL.cmake | redfish | 1 | -2/+1 |
2017-10-15 | epee: link against ssl/crypto for the new SSL code | moneromooo-monero | 1 | -0/+2 |
2017-10-07 | frob level 1 logs a bit for consistency | moneromooo-monero | 1 | -1/+1 |
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 2 | -2/+62 |
2017-09-22 | Log categories can now be added to and removed from | moneromooo-monero | 1 | -2/+39 |
2017-09-22 | epee: factor log level/categories setting | moneromooo-monero | 1 | -2/+1 |
2017-09-17 | daemon, wallet: add --max-log-file-size option | selsta | 1 | -2/+2 |
2017-08-22 | Simplify readline support | Howard Chu | 1 | -122/+69 |
2017-08-16 | Construct on first use for completion_commands | Jethro Grassie | 1 | -4/+20 |
2017-08-16 | Add sync lock on stop | Jethro Grassie | 1 | -5/+4 |
2017-08-15 | Tweak net logs so we get more info on why networking can't start | moneromooo-monero | 1 | -1/+1 |
2017-07-24 | Fix readline prompt when command does not output | Jethro Grassie | 1 | -13/+24 |
2017-07-24 | mlog: default to msgwriter logs only for log level 1 | moneromooo-monero | 1 | -1/+1 |
2017-07-22 | mlog: fix crash accessing stale data when rotating logs | moneromooo-monero | 1 | -1/+1 |
2017-07-15 | mlog: make MONERO_LOGS env var understand N,logs type spec | moneromooo-monero | 1 | -1/+1 |
2017-07-09 | Add various readline related fixes | Jethro Grassie | 1 | -16/+55 |
2017-07-07 | Add notification on stop | Jethro Grassie | 1 | -0/+1 |
2017-07-06 | mlog: add msgwriter:INFO to log 0 and 1 defaults | moneromooo-monero | 1 | -2/+2 |
2017-06-28 | monero-wallet-cli: hang on exit in readline code (#2117) | moneromooo-monero | 1 | -3/+2 |
2017-06-28 | monero-wallet-cli: hang on exit in readline code (#2117) | moneromooo-monero | 1 | -2/+10 |
2017-06-25 | Fix multiline wallet cli output with readline | Jethro Grassie | 1 | -1/+5 |
2017-06-24 | Add readline improvements | Jethro Grassie | 1 | -2/+5 |
2017-06-23 | readline_buffer: fix busy wait | moneromooo-monero | 1 | -1/+1 |
2017-06-21 | readline: fix invalid memory access | moneromooo-monero | 1 | -1/+1 |
2017-06-21 | readline_buffer: add a couple const | moneromooo-monero | 1 | -1/+1 |
2017-06-18 | Add readline support to cli | jethro | 2 | -1/+202 |
2017-06-15 | Fix PR#2039 | Howard Chu | 1 | -1/+1 |
2017-06-04 | Fix PR#2039 | Howard Chu | 1 | -1/+1 |
2017-05-31 | Fix PR#2039 | Howard Chu | 1 | -1/+1 |
2017-05-17 | shared libs build (i.e. make debug) | stoffu | 1 | -2/+0 |
2017-04-11 | Simplified the implementation and features of span | Lee Clagett | 1 | -5/+5 |
2017-04-11 | Improvements for epee binary to hex functions: | Lee Clagett | 3 | -21/+85 |
2017-04-10 | update easylogging++ to latest upstream | moneromooo-monero | 1 | -0/+1 |
2017-04-01 | mlog: direct log category changes to file only | moneromooo-monero | 1 | -4/+9 |
2017-03-21 | Fix freebsd build | Lee Clagett | 1 | -0/+1 |
2017-03-19 | Revert "Increase the log level for the info about log levels" | moneromooo-monero | 1 | -2/+2 |
2017-03-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 2 | -2/+61 |
2017-02-26 | mlog: default net.cn to FATAL | moneromooo-monero | 1 | -1/+1 |
2017-02-25 | Increase the log level for the info about log levels | Nano Akron | 1 | -2/+2 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2 | -2/+2 |
2017-02-21 | mlog: restrict net.p2p to FATAL by default | moneromooo-monero | 1 | -1/+1 |
2017-02-20 | mlog: only silence errors for net by default, not net.* | moneromooo-monero | 1 | -1/+1 |
2017-02-12 | mlog: move log level changes to global level | moneromooo-monero | 1 | -2/+2 |
2017-02-12 | mlog: s/Mew/New/ in log | moneromooo-monero | 1 | -2/+2 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -1/+9 |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 1 | -1/+1 |
2017-02-04 | mlog: fix default logging being not verbose enough | moneromooo-monero | 1 | -27/+27 |
2017-02-04 | mlog: probable fix for gmtime_r not being available on windows | moneromooo-monero | 1 | -1/+6 |
2017-01-30 | GUI: Add install target for epee | Jaquee | 1 | -0/+10 |
2017-01-22 | mlog: allow using numerical level as default prefix | moneromooo-monero | 1 | -25/+37 |
2017-01-22 | mlog: fix default level/category mapping | moneromooo-monero | 1 | -2/+2 |
2017-01-21 | Make stack trace show up in log file with default settings | moneromooo-monero | 1 | -2/+2 |
2017-01-16 | mlog: allow overriding log format | moneromooo-monero | 1 | -2/+4 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 2 | -1/+320 |
2017-01-11 | Added (not yet enabled) HTTP client authentication | Lee Clagett | 1 | -117/+386 |
2016-12-13 | Adding HTTP Digest Auth (but not yet enabled) | Lee Clagett | 2 | -0/+556 |