aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | | rpc: speedup get_outs.binmoneromooo-monero2018-11-261-0/+2
| | |
* | | Merge pull request #4819Riccardo Spagni2018-11-262-6/+10
|\ \ \ | |_|/ |/| | | | | 7c298f5d No longer use a list for registering self references in the abstract tcp server (Martijn Otto)
| * | No longer use a list for registering self references in the abstract tcpMartijn Otto2018-11-072-6/+10
| |/ | | | | | | | | | | | | | | | | | | server Updated assert message Use a local variable that won't destruct at the end of the if-branch Updated comment
* | Merge pull request #4807Riccardo Spagni2018-11-161-1/+6
|\ \ | | | | | | | | | b620443b epee: log HTTP/RPC calls at info level (moneromooo-monero)
| * | epee: log HTTP/RPC calls at info levelmoneromooo-monero2018-11-051-1/+6
| | | | | | | | | | | | It's useful info to have when investigating logs
* | | Merge pull request #4775Riccardo Spagni2018-11-161-11/+41
|\ \ \ | |_|/ |/| | | | | 741e4a11 epee: speed up json number parsing (moneromooo-monero)
| * | epee: speed up json number parsingmoneromooo-monero2018-11-011-11/+41
| |/
* | Merge pull request #4740Riccardo Spagni2018-11-061-0/+2
|\ \ | | | | | | | | | f067bb0c tests: fix MSYS2 warning 'MONERO_DEFAULT_LOG_CATEGORY redefined' (xiphon)
| * | tests: fix MSYS2 warning 'MONERO_DEFAULT_LOG_CATEGORY redefined'xiphon2018-10-271-0/+2
| | |
* | | Merge pull request #4709Riccardo Spagni2018-11-061-2/+4
|\ \ \ | | | | | | | | | | | | 07c62809 epee: some minor speedup in parsing (moneromooo-monero)
| * | | epee: some minor speedup in parsingmoneromooo-monero2018-10-241-2/+4
| |/ /
* | | Merge pull request #3970Riccardo Spagni2018-11-061-2/+4
|\ \ \ | |_|/ |/| | | | | 3381b651 abstract_tcp_server2: fix busy calling of idle IO service (moneromooo-monero)
| * | abstract_tcp_server2: fix busy calling of idle IO servicemoneromooo-monero2018-06-091-2/+4
| | | | | | | | | | | | | | | This would make monerod use 100% CPU when running with torsocks without Tor running
* | | Merge pull request #4573Riccardo Spagni2018-10-261-0/+1
|\ \ \ | |_|/ |/| | | | | 8f3c7937 readline_buffer: fix "cursor in prompt" bug (moneromooo-monero)
| * | readline_buffer: fix "cursor in prompt" bugmoneromooo-monero2018-10-121-0/+1
| | | | | | | | | | | | | | | It happens when readline displays a prompt just before switching to a shorter one
* | | console_handler: add a global log when exiting via EOFmoneromooo-monero2018-10-201-1/+4
| | | | | | | | | | | | | | | It's a common confusion point for users which run monerod without stdin and with --detach
* | | Merge pull request #4489Riccardo Spagni2018-10-154-10/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 00901e9c epee: initialize a few data members where it seems to be appropriate (moneromooo-monero) 144a6c32 abstract_tcp_server2: move m_period to subclass (moneromooo-monero) 758d7684 connection_basic: remove unused floating time start time (moneromooo-monero) e5108a29 Catch more exceptions in dtors (moneromooo-monero)
| * | | epee: initialize a few data members where it seems to be appropriatemoneromooo-monero2018-10-021-1/+3
| | | |
| * | | abstract_tcp_server2: move m_period to subclassmoneromooo-monero2018-10-021-5/+6
| | | | | | | | | | | | | | | | This is where it is actually used, and initialized
| * | | connection_basic: remove unused floating time start timemoneromooo-monero2018-10-021-3/+0
| | | |
| * | | Catch more exceptions in dtorsmoneromooo-monero2018-10-021-1/+2
| |/ / | | | | | | | | | Misc coverity reports
* / / Remove epee header dependency on cryptonote_coremoneromooo-monero2018-10-122-6/+5
|/ /
* | Merge pull request #4459Riccardo Spagni2018-09-293-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
* | epee: fix stack overflow on crafted inputmoneromooo-monero2018-09-251-5/+8
| |
* | epee: fix invalid memory write reading an array entrymoneromooo-monero2018-09-251-0/+8
| | | | | | | | | | | | | | Reported by Lilith Wyatt at Talos. Since this is not needed in normal operation, I just let this error out.
* | Merge pull request #4209Riccardo Spagni2018-09-211-6/+40
|\ \ | | | | | | | | | 26a42fe5 Added features to epee::span<T> : - Support for classes - Added `remove_prefix` function - Added `to_mut_span` and `as_mut_byte_span` (Lee Clagett)
| * | Added features to epee::span<T> :Lee Clagett2018-08-031-6/+40
| | | | | | | | | | | | | | | | | | - Support for classes - Added `remove_prefix` function - Added `to_mut_span` and `as_mut_byte_span`
* | | Merge pull request #4306Riccardo Spagni2018-09-182-1/+19
|\ \ \ | | | | | | | | | | | | | | | | 56b50faa wallet: use wipeable_string in more places where a secret is used (moneromooo-monero) 07ec748c wipeable_string: add hex_to_pod function (moneromooo-monero)
| * | | wipeable_string: add hex_to_pod functionmoneromooo-monero2018-09-122-1/+19
| | | |
* | | | Merge pull request #3430Riccardo Spagni2018-09-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42397359 Fixup 32bit arm build (TheCharlatan) a06d2581 Fix Windows build (TheCharlatan) ecaf5b3f Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan) cbbf4d24 Adapt translations to upstream changes (TheCharlatan) db571546 Updated pcsc url (TheCharlatan) f0ba19fd Add lrelease to the depends (TheCharlatan) cfb30462 Add Miniupnp submodule (TheCharlatan) 5f7da005 Unbound is now a submodule. Adapt depends for this. (TheCharlatan) d6b9bdd3 Update readmes to reflect the usage of depends (TheCharlatan) 56b6e41e Add support for apple and arm building (TheCharlatan) 29311fd1 Disable stack unwinding for mingw32 depends build. (TheCharlatan) 8db3d573 Modify depends for monero's dependencies (TheCharlatan) 0806a23a Initial depends addition (TheCharlatan)
| * | | | Modify depends for monero's dependenciesTheCharlatan2018-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add readline, ldns, graphviz, unbound to depends packages Add a cmake toolchain file to depends that is uniquely created for every build and placed in triple/share/toolchain.cmake This file is then passed to cmake with -DCMAKE_TOOLCHAIN_FILE=/path/to/triple/share/toolchain.cmake Add the boost locale package to depends In the depends cmake toolchain file, a DEPENDS flag is added to exclude, or change cmake checks done that are required for depends Link miniupnpc and unwind from depends and not external Add libiconv and icu4c to depends, required for mingw32 builds. Headers (winsock) need to be lower case in order to compile on unix systems. This should not affect building on windows.
* | | | | Merge pull request #4307Riccardo Spagni2018-09-141-4/+20
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | 4469b0c4 abstract_tcp_server2: fix binding to the wrong IP (moneromooo-monero) 8eab6147 epee: use the socket::bind variant which does not throw (moneromooo-monero)
| * | | | abstract_tcp_server2: fix binding to the wrong IPmoneromooo-monero2018-09-091-4/+4
| | | | |
| * | | | epee: use the socket::bind variant which does not throwmoneromooo-monero2018-08-271-2/+18
| |/ / / | | | | | | | | | | | | | | | | When this throws in a loop, stack trace generation can take a significant amount of CPU
* | | | Merge pull request #4270luigi11112018-09-042-1/+14
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | 29dea03 epee: resize vectors where possible in serialization (moneromooo-monero) 76affd9 epee: some speedup in parsing (moneromooo-monero) dc6c069 db_lmdb: speedup the get_output_distribution common case (moneromooo-monero) 76ac5a8 wallet2: ask for a binary output distribution, for speed (moneromooo-monero)
| * | | epee: some speedup in parsingmoneromooo-monero2018-08-191-1/+8
| | | |
| * | | epee: resize vectors where possible in serializationmoneromooo-monero2018-08-171-0/+6
| | | | | | | | | | | | | | | | to avoid unnecessary repeated reallocation
* | | | common: add a class to safely wrap mlock/munlockmoneromooo-monero2018-08-162-0/+94
| | | | | | | | | | | | | | | | | | | | | | | | This class will allow mlocking small objects, of which there may be several per page. It adds refcounting so pages are only munlocked when the last object on that page munlocks.
* | | | store secret keys encrypted where possiblemoneromooo-monero2018-08-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API.
* | | | wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-163-1/+77
|/ / /
* | | Merge pull request #4177luigi11112018-08-151-0/+1
|\ \ \ | | | | | | | | | | | | e7c0fcd epee: set jsonrpc to '2.0' in parse error return data (moneromooo-monero)
| * | | epee: set jsonrpc to "2.0" in parse error return datamoneromooo-monero2018-07-251-0/+1
| |/ /
* | | Merge pull request #4130luigi11112018-08-152-1/+9
|\ \ \ | | | | | | | | | | | | 979105b abstract_tcp_server2: fix race on shutdown (moneromooo-monero)
| * | | abstract_tcp_server2: fix race on shutdownmoneromooo-monero2018-07-152-1/+9
| |/ /
* | | Merge pull request #4090luigi11112018-08-151-5/+13
|\ \ \ | |/ / |/| | | | | | | | 42f3b7c http_protocol_handler: catch invalid numbers when parsing (moneromooo-monero) 0a4a7da http_protocol_handler: fix HTTP/x.y parsing (moneromooo-monero)
| * | http_protocol_handler: fix HTTP/x.y parsingmoneromooo-monero2018-07-031-1/+1
| | | | | | | | | | | | It was accepting any character for the dot (yeah, massive big I know)
| * | http_protocol_handler: catch invalid numbers when parsingmoneromooo-monero2018-07-031-4/+12
| | |
* | | Merge pull request #4080Riccardo Spagni2018-07-031-2/+2
|\ \ \ | | | | | | | | | | | | dead780f abstract_tcp_server2: fix use after free (moneromooo-monero)
| * | | abstract_tcp_server2: fix use after freemoneromooo-monero2018-06-291-2/+2
| |/ /
* | | Merge pull request #3997Riccardo Spagni2018-07-031-4/+19
|\ \ \ | |/ / |/| | | | | 1a526ed5 abstract_tcp_server2: restart async accept on error (moneromooo-monero)