| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4438 | Riccardo Spagni | 2018-09-25 | 2 | -5/+16 |
| |\ | |||||
| | * | epee: fix stack overflow on crafted input | moneromooo-monero | 2018-09-25 | 1 | -5/+8 |
| | * | epee: fix invalid memory write reading an array entry | moneromooo-monero | 2018-09-25 | 1 | -0/+8 |
| * | | Add hidapi to depends | TheCharlatan | 2018-09-25 | 7 | -28/+134 |
| * | | Fix Darwin Sodium build | TheCharlatan | 2018-09-22 | 5 | -12/+38 |
| |/ | |||||
| * | Merge pull request #4377 | Riccardo Spagni | 2018-09-21 | 1 | -1/+1 |
| |\ | |||||
| | * | mlog: do not display http errors by default | moneromooo-monero | 2018-09-14 | 1 | -1/+1 |
| * | | Merge pull request #4209 | Riccardo Spagni | 2018-09-21 | 1 | -6/+40 |
| |\ \ | |||||
| | * | | Added features to epee::span<T> : | Lee Clagett | 2018-08-03 | 1 | -6/+40 |
| * | | | Merge pull request #4306 | Riccardo Spagni | 2018-09-18 | 3 | -2/+21 |
| |\ \ \ | |||||
| | * | | | wipeable_string: add hex_to_pod function | moneromooo-monero | 2018-09-12 | 3 | -2/+21 |
| * | | | | Merge pull request #3430 | Riccardo Spagni | 2018-09-18 | 64 | -1/+6116 |
| |\ \ \ \ | |||||
| | * | | | | Fixup 32bit arm build | TheCharlatan | 2018-09-18 | 1 | -2/+3 |
| | * | | | | Fix Windows build | TheCharlatan | 2018-09-17 | 1 | -1/+1 |
| | * | | | | Add libsodium to the packages, the arm build was complaining about it. | TheCharlatan | 2018-09-17 | 3 | -5/+35 |
| | * | | | | Updated pcsc url | TheCharlatan | 2018-09-10 | 1 | -1/+1 |
| | * | | | | Add lrelease to the depends | TheCharlatan | 2018-09-10 | 6 | -6/+235 |
| | * | | | | Add Miniupnp submodule | TheCharlatan | 2018-09-10 | 4 | -23/+6 |
| | * | | | | Unbound is now a submodule. Adapt depends for this. | TheCharlatan | 2018-09-10 | 1 | -2/+0 |
| | * | | | | Update readmes to reflect the usage of depends | TheCharlatan | 2018-09-10 | 1 | -0/+7 |
| | * | | | | Add support for apple and arm building | TheCharlatan | 2018-09-10 | 5 | -25/+67 |
| | * | | | | Modify depends for monero's dependencies | TheCharlatan | 2018-09-10 | 50 | -690/+953 |
| | * | | | | Initial depends addition | TheCharlatan | 2018-09-10 | 54 | -0/+5562 |
| * | | | | | Merge pull request #4307 | Riccardo Spagni | 2018-09-14 | 1 | -4/+20 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | abstract_tcp_server2: fix binding to the wrong IP | moneromooo-monero | 2018-09-09 | 1 | -4/+4 |
| | * | | | | epee: use the socket::bind variant which does not throw | moneromooo-monero | 2018-08-27 | 1 | -2/+18 |
| | | |/ / | |/| | | |||||
| * | | | | fuzz_tests: add a bulletproof fuzz test | moneromooo-monero | 2018-09-11 | 1 | -3/+3 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #4270 | luigi1111 | 2018-09-04 | 2 | -1/+14 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | epee: some speedup in parsing | moneromooo-monero | 2018-08-19 | 1 | -1/+8 |
| | * | | epee: resize vectors where possible in serialization | moneromooo-monero | 2018-08-17 | 1 | -0/+6 |
| * | | | Merge pull request #4235 | luigi1111 | 2018-08-22 | 1 | -0/+18 |
| |\ \ \ | |||||
| | * | | | Added Codefresh.yml pipeline | HomDx | 2018-08-08 | 1 | -0/+18 |
| * | | | | Merge pull request #4179 | luigi1111 | 2018-08-22 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| | * | | | | mlog: handle filenames without parent directories | moneromooo-monero | 2018-07-26 | 1 | -1/+3 |
| | | |_|/ | |/| | | |||||
| * | | | | common: add a class to safely wrap mlock/munlock | moneromooo-monero | 2018-08-16 | 4 | -1/+277 |
| * | | | | store secret keys encrypted where possible | moneromooo-monero | 2018-08-16 | 1 | -0/+9 |
| * | | | | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 5 | -6/+194 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #4177 | luigi1111 | 2018-08-15 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | epee: set jsonrpc to "2.0" in parse error return data | moneromooo-monero | 2018-07-25 | 1 | -0/+1 |
| | |/ / | |||||
| * | | | Merge pull request #4148 | luigi1111 | 2018-08-15 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | Clarification of boolean options in config file | Jonathan Cross | 2018-07-18 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #4130 | luigi1111 | 2018-08-15 | 2 | -1/+9 |
| |\ \ \ | |||||
| | * | | | abstract_tcp_server2: fix race on shutdown | moneromooo-monero | 2018-07-15 | 2 | -1/+9 |
| | |/ / | |||||
| * | | | Merge pull request #4090 | luigi1111 | 2018-08-15 | 1 | -5/+13 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | http_protocol_handler: fix HTTP/x.y parsing | moneromooo-monero | 2018-07-03 | 1 | -1/+1 |
| | * | | http_protocol_handler: catch invalid numbers when parsing | moneromooo-monero | 2018-07-03 | 1 | -4/+12 |
| * | | | memwipe: don't call the workhorse for 0 bytes | moneromooo-monero | 2018-07-10 | 1 | -3/+5 |
| | |/ |/| | |||||
| * | | Merge pull request #4080 | Riccardo Spagni | 2018-07-03 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | abstract_tcp_server2: fix use after free | moneromooo-monero | 2018-06-29 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #3997 | Riccardo Spagni | 2018-07-03 | 1 | -4/+19 |
| |\ \ | |/ |/| | |||||
