Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
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-10-02 | Merge pull request #2512 | Riccardo Spagni | 1 | -4/+40 |
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-08-07 | Merge pull request #2189 | Riccardo Spagni | 1 | -1/+1 |
2017-08-07 | Merge pull request #2197 | Riccardo Spagni | 1 | -13/+24 |
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-19 | Merge pull request #2159 | Riccardo Spagni | 1 | -16/+55 |
2017-07-19 | Merge pull request #2157 | Riccardo Spagni | 1 | -0/+1 |
2017-07-19 | Merge pull request #2173 | Riccardo Spagni | 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-07-03 | Merge pull request #2112 | Riccardo Spagni | 1 | -5/+16 |
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-24 | Merge pull request #2111 | Riccardo Spagni | 1 | -1/+1 |
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-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 |