aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Allow byte_stream->byte_slice conversion to shrink unused buffer spaceLee Clagett2020-10-132-5/+21
| | | | |
* | | | | Merge pull request #7399luigi11112021-03-051-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 556af11 epee: return HTTP error 400 (Bad request) on deserialization error (moneromooo-monero)
| * | | | | epee: return HTTP error 400 (Bad request) on deserialization errormoneromooo-monero2021-02-231-2/+14
| | |_|_|/ | |/| | | | | | | | | | | | | It's better than 404 (Not found)
* / | | | async_protocol_handler_config: remove connection correctlyanon2021-02-191-1/+1
|/ / / /
* | | | Merge pull request #7343luigi11112021-02-181-32/+2
|\ \ \ \ | | | | | | | | | | | | | | | 545b982 Remove unnecessary atomic operations in levin code (Lee Clagett)
| * | | | Remove unnecessary atomic operations in levin codeLee Clagett2021-01-191-32/+2
| | | | |
* | | | | Merge pull request #7308luigi11112021-02-152-7/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | df2f00f boosted_tcp_server: fix connection lifetime (anon) 3833624 boosted_tcp_server: add segfault demo (anon)
| * | | | | boosted_tcp_server: fix connection lifetimeanon2021-01-192-7/+19
| |/ / / /
* | | | / Reduce compilation time of epee/portable_storage.hmj-xmr2021-02-0611-216/+286
| |_|_|/ |/| | |
* | | | Merge pull request #7149luigi11112021-01-151-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | 0660db3 fuzz_tests: add a test for utf8canonical (moneromooo-monero)
| * | | | fuzz_tests: add a test for utf8canonicalmoneromooo-monero2020-12-141-2/+2
| | | | |
* | | | | Merge pull request #7137luigi11112021-01-151-2/+16
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | f2ad539 readline_buffer: Avoid consecutive duplicates in the history (codesoap)
| * | | | readline_buffer: Avoid consecutive duplicates in the historycodesoap2020-12-131-2/+16
| |/ / /
* | | | storages: overridable limits for loading portable_storage from binarymoneromooo-monero2021-01-075-33/+63
| | | |
* | | | Merge pull request #7281luigi11112021-01-061-1/+11
|\ \ \ \ | | | | | | | | | | | | | | | b9092dd epee: also limit number of strings in portable_storage (moneromooo-monero)
| * | | | epee: also limit number of strings in portable_storagemoneromooo-monero2021-01-051-1/+11
| | | | | | | | | | | | | | | | | | | | They require at least 24 bytes
* | | | | Restrict duplicate keys in epee binary formatLee Clagett2020-12-201-1/+4
|/ / / /
* | | | Merge pull request #7263Alexander Blair2021-01-031-4/+13
|\ \ \ \ | | | | | | | | | | | | | | | b652d598d add a max levin packet size by command type (moneromooo-monero)
| * | | | add a max levin packet size by command typemoneromooo-monero2021-01-031-4/+13
| | |_|/ | |/| |
* / | | portable_storage: better sanity checkingmoneromooo-monero2021-01-021-2/+7
|/ / /
* | | Merge pull request #7250Alexander Blair2021-01-012-10/+25
|\ \ \ | | | | | | | | | | | | 61b6e4cc6 Add aggressive restrictions to pre-handshake p2p buffer limit (Lee Clagett)
| * | | Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-172-10/+25
| | | |
* | | | Merge pull request #7243Alexander Blair2021-01-011-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | 8e2caf3fb portable_storage: check object limit where appropriate (moneromooo)
| * | | | portable_storage: check object limit where appropriatemoneromooo2020-12-311-1/+6
| |/ / / | | | | | | | | | | | | also fix pedantic off by one in check
* | | | Merge pull request #7220Alexander Blair2021-01-013-0/+3
|\ \ \ \ | |/ / / |/| | | | | | | 20bdbd7aa portable_storage: forbid unnamed sections (xiphon)
| * | | portable_storage: forbid unnamed sectionsxiphon2020-12-283-0/+3
| |/ /
* | | Merge pull request #7218Alexander Blair2020-12-291-5/+0
|\ \ \ | | | | | | | | | | | | 353f93ee1 portable_storage: remove array element limit (moneromooo-monero)
| * | | portable_storage: remove array element limitmoneromooo-monero2020-12-281-5/+0
| | | | | | | | | | | | | | | | some people don't want it
* | | | Merge pull request #7207Alexander Blair2020-12-295-13/+14
|\ \ \ \ | |/ / / |/| | | | | | | f7ab8bc6d ssl: buffered handshake detection (anon)
| * | | ssl: buffered handshake detectionanon2020-12-285-13/+14
| | | |
* | | | portable_storage: remove overly aggressive cutoffmoneromooo-monero2020-12-271-2/+0
|/ / /
* | | Merge pull request #7192Alexander Blair2020-12-261-6/+21
|\ \ \ | | | | | | | | | | | | 95575cda6 epee: fix some issues using connections after shutdown (moneromooo-monero)
| * | | epee: fix some issues using connections after shutdownmoneromooo-monero2020-12-261-6/+21
| | | |
* | | | Merge pull request #7190Alexander Blair2020-12-261-1/+35
|\ \ \ \ | | | | | | | | | | | | | | | 7f407c027 portable_storage: add some sanity checks on data size (moneromooo-monero)
| * | | | portable_storage: add some sanity checks on data sizemoneromooo-monero2020-12-261-1/+35
| |/ / / | | | | | | | | | | | | especially when allocated size is >> serialized data size
* | | | Merge pull request #7099Alexander Blair2020-12-261-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 9d2bb586a Add command to sign freebsd assert file for gitian (MoneroArbo)
| * | | | Add command to sign freebsd assert file for gitianMoneroArbo2020-12-081-0/+1
| | | | | | | | | | | | | | | Add FreeBSD to "Signing assert files" section of gitian readme / guide
* | | | | Merge pull request #7098Alexander Blair2020-12-261-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | c0c75ac19 Fixed issues found by static analysis (SChernykh)
| * | | | Fixed issues found by static analysisSChernykh2020-12-081-1/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | - rolling_median: tried to free uninitialized pointer in a constructor - net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv - bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
* | / / Fix byte_stream::put_nLee Clagett2020-12-141-1/+1
| |/ / |/| |
* | | Merge pull request #7100Alexander Blair2020-12-102-43/+12
|\ \ \ | | | | | | | | | | | | 5b30203fe depends: Update OpenSSL to 1.1.1i (Howard Chu)
| * | | depends: Update OpenSSL to 1.1.1iHoward Chu2020-12-092-43/+12
| |/ / | | | | | | | | | | | | Remove some obsolete patches (they were integrated upstream). Tweak to work with Android support (they second-guess our CC definition, etc).
* | | Merge pull request #7009Alexander Blair2020-12-1012-51/+71
|\ \ \ | | | | | | | | | | | | 7414e2bac Change epee binary output from std::stringstream to byte_stream (Lee Clagett)
| * | | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-1012-51/+71
| |/ /
* | | Merge pull request #7003Alexander Blair2020-12-102-18/+8
|\ \ \ | | | | | | | | | | | | 08eb0949f Change to more efficient allocation strategy in byte_stream (Lee Clagett)
| * | | Change to more efficient allocation strategy in byte_streamLee Clagett2020-10-132-18/+8
| | |/ | |/|
* | | Merge pull request #6947Alexander Blair2020-12-101-0/+93
|\ \ \ | |_|/ |/| | | | | 19d1b3590 add a convenience script to start monero with inbound tor (moneromooo-monero)
| * | add a convenience script to start monero with inbound tormoneromooo-monero2020-10-281-0/+93
| | |
* | | protocol: drop peers that don't reply to queriesmoneromooo2020-12-061-8/+6
| | |
* | | keep only the last seen node on a given host in the white listmoneromooo2020-12-041-0/+33
| | |