| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos in various files | Dimitris Apostolou | 2018-03-15 | 2 | -2/+2 |
| * | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 2018-02-25 | 1 | -1/+82 |
| * | 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 |
| * | | 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 | 1 | -3/+0 |
| |\ \ | |||||
| | * | | wipeable_string: call memwipe directly | moneromooo-monero | 2018-01-31 | 1 | -3/+0 |
| | |/ | |||||
| * | | 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 | 4 | -4/+4 |
| * | | | Update 2018 copyright | xmr-eric | 2018-01-26 | 8 | -8/+8 |
| |/ / | |||||
| * | | 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 |
| * | | | epee: detect strptime, use std::get_time as fallback | moneromooo-monero | 2018-01-11 | 1 | -0/+6 |
| | |/ |/| | |||||
| * | | Merge pull request #2990 | Riccardo Spagni | 2018-01-10 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | factor STL container serialization | moneromooo-monero | 2017-12-22 | 1 | -1/+0 |
| * | | | Merge pull request #2986 | Riccardo Spagni | 2018-01-10 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | epee: use strptime instead of std::get_time, for compatibility | moneromooo-monero | 2017-12-21 | 1 | -3/+3 |
| | |/ / | |||||
| * | | | move memwipe to epee to avoid common<->crypto circular dependencies | moneromooo-monero | 2018-01-10 | 1 | -0/+84 |
| * | | | epee: remove dependency on common | moneromooo-monero | 2018-01-10 | 4 | -7/+9 |
| | |/ |/| | |||||
| * | | Merge pull request #2936 | Riccardo Spagni | 2017-12-25 | 1 | -9/+12 |
| |\ \ | |||||
| | * | | levin_protocol_handler_async: another attempt at fixing at exception | moneromooo-monero | 2017-12-15 | 1 | -3/+12 |
| | * | | Revert "epee: keep a ref to a connection we're deleting" | moneromooo-monero | 2017-12-15 | 1 | -8/+2 |
| * | | | Merge pull request #2930 | Riccardo Spagni | 2017-12-25 | 1 | -5/+9 |
| |\ \ \ | |||||
| | * | | | levin_protocol_handler_async: add missing response handler locking | moneromooo-monero | 2017-12-15 | 1 | -5/+9 |
| | |/ / | |||||
| * | | | Merge pull request #2929 | Riccardo Spagni | 2017-12-25 | 1 | -0/+20 |
| |\ \ \ | |||||
| | * | | | epee: add a get_file_size function | moneromooo-monero | 2017-12-15 | 1 | -0/+20 |
| | |/ / | |||||
| * | | | Merge pull request #2920 | Riccardo Spagni | 2017-12-25 | 6 | -8/+21 |
| |\ \ \ | |||||
| | * | | | network_throttle: remove unused xxx static member | moneromooo-monero | 2017-12-18 | 1 | -2/+0 |
| | * | | | abstract_tcp_server2: log init_server errors as fatal | moneromooo-monero | 2017-12-18 | 1 | -1/+11 |
| | * | | | net_parse_helpers: fix regex error checking | moneromooo-monero | 2017-12-18 | 1 | -2/+2 |
| | * | | | catch const exceptions | moneromooo-monero | 2017-12-18 | 1 | -1/+1 |
| | * | | | add empty container sanity checks when using front() and back() | moneromooo-monero | 2017-12-18 | 1 | -1/+1 |
| | * | | | epee: trap failure to parse URI from request | moneromooo-monero | 2017-12-18 | 1 | -1/+6 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2909 | Riccardo Spagni | 2017-12-25 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | levin_protocol_handler_async: call handler destroy function on dtor | moneromooo-monero | 2017-12-11 | 1 | -0/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2905 | Riccardo Spagni | 2017-12-25 | 1 | -75/+107 |
| |\ \ \ | |||||
| | * | | | http_client: rewrite header parsing manually for speed | moneromooo-monero | 2017-12-23 | 1 | -72/+93 |
| | * | | | tests: add http client fuzz test | moneromooo-monero | 2017-12-23 | 1 | -3/+14 |
| | | |/ | |/| | |||||
| * / | | Fix Windows build | dEBRUYNE-1 | 2017-12-23 | 1 | -0/+4 |
| |/ / | |||||
| * | | Merge pull request #2857 | Riccardo Spagni | 2017-12-17 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Scrub keys from memory just before scope end. | moneromooo-monero | 2017-12-16 | 1 | -1/+1 |
| * | | | Merge pull request #2877 | Riccardo Spagni | 2017-12-17 | 4 | -2/+444 |
| |\ \ \ | |||||
