aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7850luigi11112021-08-263-7/+7
|\
| * epee: tidying post-incrementation -> pre-incrementationmj-xmr2021-08-113-7/+7
* | epee: link with Boost_SYSTEM_LIBRARYselsta2021-08-191-0/+2
* | Make SSL key/cert storage backward-compatibleNathan Dorfman2021-07-271-1/+2
|/
* Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr2021-06-112-1/+283
* Merge pull request #7416luigi11112021-06-101-3/+4
|\
| * epee linkage dynamic; move monero_add_library to main CMakeLists.txtmj-xmr2021-04-241-3/+4
* | Merge pull request #7712luigi11112021-06-011-1/+4
|\ \
| * | epee: include public openssl header in cmakeselsta2021-05-091-1/+4
| |/
* | Merge pull request #7688luigi11112021-05-121-2/+2
|\ \
| * | clang: fix -Wrange-loop-analysis warningsselsta2021-04-271-2/+2
| |/
* | Merge pull request #7665luigi11112021-05-121-5/+2
|\ \ | |/ |/|
| * CMake: new macro - finding all headers (extract from epee)mj-xmr2021-04-161-5/+2
* | Merge pull request #7669luigi11112021-04-222-36/+46
|\ \
| * | Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-192-36/+46
* | | Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-167-0/+569
|/ /
* | Revert "Merge pull request #7136"luigi11112021-04-162-46/+36
* | Merge pull request #7136luigi11112021-04-162-36/+46
|\ \
| * | Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-162-36/+46
* | | Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-282-1/+232
| |/ |/|
* | Merge pull request #7402luigi11112021-03-201-1/+10
|\ \
| * | Epee: add headers to project files (via glob), to be able to search for them ...mj-xmr2021-02-251-1/+10
| |/
* | Merge pull request #7366luigi11112021-03-201-0/+47
|\ \
| * | Store RPC SSL key/cert for consistent authentication between runsLee Clagett2021-02-131-0/+47
* | | Merge pull request #7005luigi11112021-03-201-4/+20
|\ \ \ | |_|/ |/| |
| * | Allow byte_stream->byte_slice conversion to shrink unused buffer spaceLee Clagett2020-10-131-4/+20
* | | Reduce compilation time of epee/portable_storage.hmj-xmr2021-02-063-1/+265
| |/ |/|
* | Merge pull request #7137luigi11112021-01-151-2/+16
|\ \
| * | readline_buffer: Avoid consecutive duplicates in the historycodesoap2020-12-131-2/+16
* | | ssl: buffered handshake detectionanon2020-12-281-1/+2
|/ /
* | Merge pull request #7009Alexander Blair2020-12-102-1/+30
|\ \
| * | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-102-1/+30
* | | Merge pull request #7003Alexander Blair2020-12-101-4/+7
|\ \ \ | |/ / |/| |
| * | Change to more efficient allocation strategy in byte_streamLee Clagett2020-10-131-4/+7
| |/
* | 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
* | epee: readline_buffer - fix thread safety, fix sync() after stop()xiphon2020-11-071-1/+9
|/
* wallet2_api: implement runtime proxy configurationxiphon2020-07-201-0/+5
* Merge pull request #6565Alexander Blair2020-07-191-1/+1
|\
| * fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
* | Merge pull request #6512Alexander Blair2020-07-199-9/+9
|\ \
| * | Update copyright year to 2020SomaticFanatic2020-05-069-9/+9
| |/
* | Merge pull request #6584luigi11112020-07-081-1/+1
|\ \
| * | rpc: don't display invalid json errors on default log levelmoneromooo-monero2020-05-231-1/+1
| |/
* | Merge pull request #6559luigi11112020-07-081-1/+4
|\ \
| * | ByteSlice: Fix persisting ptr to std::moved SSO bufferDoyle2020-05-201-1/+4
| |/
* / Fixed bugs for take_slice and byte_stream->byte_sliceLee Clagett2020-05-121-9/+17
|/
* Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-113-3/+137
* Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-031-4/+15
* Merge pull request #6359luigi11112020-04-211-3/+3
|\