| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #7825 | luigi1111 | 2021-08-26 | 7 | -6/+15 |
| |\ | |||||
| | * | depends, docker: fix bintray links | selsta | 2021-08-01 | 1 | -1/+1 |
| | * | epee: include public openssl header in cmake | selsta | 2021-08-01 | 1 | -0/+6 |
| | * | depends: add getmonero package mirror | selsta | 2021-08-01 | 5 | -5/+8 |
| * | | epee: link with Boost_SYSTEM_LIBRARY | selsta | 2021-08-19 | 1 | -0/+2 |
| * | | Merge pull request #7810 | luigi1111 | 2021-08-11 | 1 | -0/+3 |
| |\ \ | |/ |/| | |||||
| | * | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 2021-08-05 | 1 | -0/+3 |
| * | | cmake: fix undefined symbols and multiple definitions | anon | 2021-07-13 | 1 | -2/+3 |
| |/ | |||||
| * | Fix boost 1.76.0 compatibility | loqs | 2021-05-24 | 1 | -0/+2 |
| * | gitian: remove osslsigncode | selsta | 2021-04-08 | 1 | -4/+0 |
| * | Merge pull request #7638 | luigi1111 | 2021-03-29 | 1 | -2/+2 |
| |\ | |||||
| | * | build: prepare v0.17.2.0 | selsta | 2021-03-26 | 1 | -2/+2 |
| * | | Merge pull request #7637 | luigi1111 | 2021-03-29 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | depends: openssl 1.1.1i -> 1.1.1k | selsta | 2021-03-25 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #7615 | luigi1111 | 2021-03-29 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Fixed issues found by static analysis | SChernykh | 2021-03-18 | 1 | -1/+0 |
| | |/ | |||||
| * / | async_protocol_handler_config: fix deadlock | anon | 2021-03-12 | 1 | -28/+24 |
| |/ | |||||
| * | async_protocol_handler_config: remove connection correctly | anon | 2021-02-19 | 1 | -1/+1 |
| * | boosted_tcp_server: fix connection lifetime | anon | 2021-01-19 | 2 | -7/+19 |
| * | storages: overridable limits for loading portable_storage from binary | moneromooo-monero | 2021-01-07 | 5 | -33/+63 |
| * | Merge pull request #7282 | luigi1111 | 2021-01-06 | 1 | -1/+11 |
| |\ | |||||
| | * | epee: also limit number of strings in portable_storage | moneromooo-monero | 2021-01-05 | 1 | -1/+11 |
| * | | Merge pull request #7248 | luigi1111 | 2021-01-06 | 1 | -4/+13 |
| |\ \ | |/ |/| | |||||
| | * | add a max levin packet size by command type | moneromooo-monero | 2021-01-03 | 1 | -4/+13 |
| * | | Merge pull request #7264 | Alexander Blair | 2021-01-03 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | build: prepare v0.17.1.9 | selsta | 2021-01-02 | 1 | -2/+2 |
| * | | | portable_storage: better sanity checking | moneromooo-monero | 2021-01-02 | 1 | -2/+7 |
| |/ / | |||||
| * | | Merge pull request #7251 | Alexander Blair | 2021-01-01 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Restrict duplicate keys in epee binary format | Lee Clagett | 2020-12-17 | 1 | -1/+3 |
| | |/ | |||||
| * | | Merge pull request #7249 | Alexander Blair | 2021-01-01 | 3 | -0/+3 |
| |\ \ | |||||
| | * | | portable_storage: forbid unnamed sections | xiphon | 2021-01-01 | 3 | -0/+3 |
| | |/ | |||||
| * | | Merge pull request #7244 | Alexander Blair | 2021-01-01 | 1 | -1/+6 |
| |\ \ | |/ |/| | |||||
| | * | portable_storage: check object limit where appropriate | moneromooo | 2020-12-31 | 1 | -1/+6 |
| * | | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 2020-12-29 | 2 | -10/+25 |
| |/ | |||||
| * | Merge pull request #7219 | Alexander Blair | 2020-12-29 | 1 | -5/+0 |
| |\ | |||||
| | * | portable_storage: remove array element limit | moneromooo-monero | 2020-12-28 | 1 | -5/+0 |
| * | | ssl: buffered handshake detection | anon | 2020-12-28 | 5 | -13/+14 |
| |/ | |||||
| * | Merge pull request #7193 | Alexander Blair | 2020-12-28 | 1 | -6/+21 |
| |\ | |||||
| | * | epee: fix some issues using connections after shutdown | moneromooo-monero | 2020-12-26 | 1 | -6/+21 |
| * | | portable_storage: remove overly aggressive cutoff | moneromooo-monero | 2020-12-27 | 1 | -2/+0 |
| * | | Merge pull request #7191 | Alexander Blair | 2020-12-26 | 1 | -1/+35 |
| |\ \ | |||||
| | * | | portable_storage: add some sanity checks on data size | moneromooo-monero | 2020-12-26 | 1 | -1/+35 |
| | |/ | |||||
| * / | build: prepare v0.17.1.8 | selsta | 2020-12-23 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #7152 | luigi1111 | 2020-12-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix byte_stream::put_n | Lee Clagett | 2020-12-14 | 1 | -1/+1 |
| * | | Depends: Bump qt to 5.15.1 | TheCharlatan | 2020-12-13 | 7 | -107/+166 |
| |/ | |||||
| * | Merge pull request #7116 | Alexander Blair | 2020-12-10 | 1 | -2/+2 |
| |\ | |||||
| | * | build: prepare v0.17.1.7 | selsta | 2020-12-10 | 1 | -2/+2 |
| * | | depends: Update OpenSSL to 1.1.1i | Howard Chu | 2020-12-09 | 2 | -43/+12 |
| |/ | |||||
| * | Merge pull request #7065 | luigi1111 | 2020-12-07 | 1 | -2/+2 |
| |\ | |||||
