aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge functionality of misc_os_dependent into time_helper.hJeffrey2022-04-181-1/+0
* Boring Old DeletesJeffrey2022-04-181-1/+0
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* cmake: set required C/C++ standard to 11selsta2021-09-161-3/+1
* epee: link with Boost_SYSTEM_LIBRARYselsta2021-08-191-0/+2
* Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr2021-06-111-1/+1
* 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 #7665luigi11112021-05-121-5/+2
|\ \ | |/ |/|
| * CMake: new macro - finding all headers (extract from epee)mj-xmr2021-04-161-5/+2
* | Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-161-0/+4
* | Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-281-1/+1
|/
* Epee: add headers to project files (via glob), to be able to search for them ...mj-xmr2021-02-251-1/+10
* Reduce compilation time of epee/portable_storage.hmj-xmr2021-02-061-1/+6
* Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-1/+1
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-111-2/+3
* Allow wallet2.h to run in WebAssemblywoodser2020-04-151-1/+1
* Merge pull request #5966luigi11112019-10-221-1/+2
|\
| * Support median block size > 4 GBmoneromooo-monero2019-10-211-1/+2
* | build: fix MinGW GUI dependencies buildxiphon2019-09-261-2/+2
|/
* depends: attempt to fix readlineiDunk54002019-09-071-2/+2
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-1/+1
* Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett2019-07-161-2/+2
* Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett2019-03-251-1/+2
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* epee: add SSL supportmoneromooo-monero2019-02-021-1/+1
* epee: better network buffer data structuremoneromooo-monero2018-12-231-1/+1
* Merge pull request #4443Riccardo Spagni2018-09-291-0/+2
* common: add a class to safely wrap mlock/munlockmoneromooo-monero2018-08-161-1/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Keep readline optionalJethro Grassie2018-01-111-1/+1
* move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero2018-01-101-1/+5
* epee: remove dependency on commonmoneromooo-monero2018-01-101-1/+0
* move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-161-1/+2
* new wipeable_string class to replace std::string passphrasesmoneromooo-monero2017-11-271-1/+1
* split off readline code into epee_readlinemoneromooo-monero2017-11-141-3/+14
* cmake: epee: use var from FindOpenSSL.cmakeredfish2017-10-171-2/+1
* epee: link against ssl/crypto for the new SSL codemoneromooo-monero2017-10-151-0/+2
* Upgrades to epee::net_utils::network_addressLee Clagett2017-10-051-2/+2
* Add readline support to clijethro2017-06-181-1/+6
* Fix PR#2039Howard Chu2017-05-311-1/+1
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-1/+1
* update easylogging++ to latest upstreammoneromooo-monero2017-04-101-0/+1
* Removed boost/asio.hpp include from epee/string_tools.hLee Clagett2017-03-181-2/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+9
* GUI: Add install target for epeeJaquee2017-01-301-0/+10