| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3902 | luigi1111 | 2018-06-20 | 1 | -1/+1 |
| |\ | |||||
| | * | epee: fix detection of 172.16.0.0/172.31.255.255 local IP range | moneromooo-monero | 2018-06-01 | 1 | -1/+1 |
| * | | Merge pull request #3897 | luigi1111 | 2018-06-20 | 2 | -3/+53 |
| |\ \ | |||||
| | * | | mlog: --max-log-files to set the max number of rotated log files | stoffu | 2018-06-13 | 2 | -3/+53 |
| | |/ | |||||
| * | | Merge pull request #3878 | luigi1111 | 2018-06-19 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | disable file size sanity check when loading the wallet cache | moneromooo-monero | 2018-05-28 | 1 | -3/+3 |
| * | | | Merge pull request #3821 | luigi1111 | 2018-06-19 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | epee: log type name when a container size check fails | moneromooo-monero | 2018-05-17 | 1 | -1/+1 |
| | |/ / | |||||
| * | / | wallet-rpc: added IPs to error logging in simple_http_connection_handler | jcktm | 2018-06-13 | 2 | -18/+18 |
| | |/ |/| | |||||
| * | | http_protocol_handler: limit the number of starting newlines | moneromooo-monero | 2018-05-27 | 3 | -1/+12 |
| * | | abstract_tcp_server2: timeout on RPC connections | moneromooo-monero | 2018-05-26 | 2 | -1/+68 |
| * | | http_protocol_handler: speedup newline discarding | moneromooo-monero | 2018-05-26 | 1 | -2/+5 |
| * | | console_handler: fix start_default_console use of prompt parameter | moneromooo-monero | 2018-05-26 | 1 | -3/+21 |
| |/ | |||||
| * | Merge pull request #3667 | Riccardo Spagni | 2018-04-28 | 2 | -2/+4 |
| |\ | |||||
| | * | epee: Drop deprecated Boost.Thread header | Jan Beich | 2018-04-19 | 2 | -2/+4 |
| * | | mlog: fix setting no logs | moneromooo-monero | 2018-04-25 | 1 | -1/+6 |
| * | | Build: remove UPnP definition from snap | anonimal | 2018-04-21 | 1 | -1/+0 |
| |/ | |||||
| * | Fix typos in various files | Dimitris Apostolou | 2018-03-15 | 3 | -3/+3 |
| * | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 2018-02-25 | 1 | -1/+82 |
| * | Merge pull request #3289 | Riccardo Spagni | 2018-02-20 | 1 | -3/+6 |
| |\ | |||||
| | * | wipeable_string: don't try to wipe an empty buffer | moneromooo-monero | 2018-02-18 | 1 | -3/+6 |
| * | | Merge pull request #3243 | Riccardo Spagni | 2018-02-20 | 1 | -2/+2 |
| |\ \ | |/ |/| | |||||
| | * | epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow | stoffu | 2018-02-08 | 1 | -2/+2 |
| * | | memwipe: add missing #include <stdio.h> | stoffu | 2018-02-17 | 1 | -0/+1 |
| * | | Merge pull request #3226 | Riccardo Spagni | 2018-02-16 | 4 | -11/+11 |
| |\ \ | |||||
| | * | | pass large parameters by const ref, not value | moneromooo-monero | 2018-02-02 | 4 | -11/+11 |
| | |/ | |||||
| * | | Merge pull request #3252 | Riccardo Spagni | 2018-02-16 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | Fix #602 Turn on socket keepalive | Howard Chu | 2018-02-11 | 1 | -0/+3 |
| | |/ | |||||
| * | | Merge pull request #3217 | Riccardo Spagni | 2018-02-16 | 2 | -13/+6 |
| |\ \ | |||||
| | * | | wipeable_string: call memwipe directly | moneromooo-monero | 2018-01-31 | 2 | -13/+6 |
| | |/ | |||||
| * | | Merge pull request #3187 | Riccardo Spagni | 2018-02-16 | 1 | -0/+6 |
| |\ \ | |||||
| | * | | call _exit instead of abort in release mode | moneromooo-monero | 2018-02-01 | 1 | -0/+6 |
| * | | | Fix method name in invoke_http_json_rpc | Erik de Castro Lopo | 2018-01-29 | 1 | -1/+1 |
| * | | | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 2018-01-29 | 1 | -33/+45 |
| | |/ |/| | |||||
| * | | Merge pull request #2969 | Riccardo Spagni | 2018-01-27 | 3 | -12/+15 |
| |\ \ | |||||
| | * | | Remove is_pod trait, and replace with is_standard_layout requirement | Lee Clagett | 2018-01-18 | 3 | -12/+15 |
| * | | | Merge pull request #3098 | Riccardo Spagni | 2018-01-27 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | levin_protocol_handler_async: erase from back of vector instead of front | stoffu | 2018-01-26 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Readd copyright starting date | xmr-eric | 2018-01-26 | 7 | -7/+7 |
| * | | | Update 2018 copyright | xmr-eric | 2018-01-26 | 18 | -18/+18 |
| |/ / | |||||
| * | | Merge pull request #3155 | Riccardo Spagni | 2018-01-25 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | remove unnecessary include | Jethro Grassie | 2018-01-18 | 1 | -1/+0 |
| * | | | Merge pull request #3012 | Riccardo Spagni | 2018-01-25 | 1 | -8/+18 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | epee: check some error return values | moneromooo-monero | 2017-12-27 | 1 | -8/+18 |
| * | | | Merge pull request #3107 | Riccardo Spagni | 2018-01-18 | 1 | -0/+6 |
| |\ \ \ | |||||
| | * | | | epee: detect strptime, use std::get_time as fallback | moneromooo-monero | 2018-01-11 | 1 | -0/+6 |
| | | |/ | |/| | |||||
| * / | | Keep readline optional | Jethro Grassie | 2018-01-11 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2995 | Riccardo Spagni | 2018-01-10 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | wipeable_string: fix buffer overread | moneromooo-monero | 2017-12-23 | 1 | -1/+1 |
| * | | | Merge pull request #2990 | Riccardo Spagni | 2018-01-10 | 1 | -1/+0 |
| |\ \ \ | |||||
