aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/CMakeLists.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Merge functionality of misc_os_dependent into time_helper.hJeffrey1-1/+0
2022-04-18Boring Old DeletesJeffrey1-1/+0
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-09-16cmake: set required C/C++ standard to 11selsta1-3/+1
2021-08-19epee: link with Boost_SYSTEM_LIBRARYselsta1-0/+2
2021-06-11Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cppmj-xmr1-1/+1
2021-06-10Merge pull request #7416luigi11111-3/+4
2021-06-01Merge pull request #7712luigi11111-1/+4
2021-05-12Merge pull request #7665luigi11111-5/+2
2021-05-09epee: include public openssl header in cmakeselsta1-1/+4
2021-04-24epee linkage dynamic; move monero_add_library to main CMakeLists.txtmj-xmr1-3/+4
2021-04-16Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr1-0/+4
2021-04-16CMake: new macro - finding all headers (extract from epee)mj-xmr1-5/+2
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr1-1/+1
2021-02-25Epee: add headers to project files (via glob), to be able to search for them ...mj-xmr1-1/+10
2021-02-06Reduce compilation time of epee/portable_storage.hmj-xmr1-1/+6
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett1-1/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett1-2/+3
2020-04-15Allow wallet2.h to run in WebAssemblywoodser1-1/+1
2019-10-22Merge pull request #5966luigi11111-1/+2
2019-10-21Support median block size > 4 GBmoneromooo-monero1-1/+2
2019-09-26build: fix MinGW GUI dependencies buildxiphon1-2/+2
2019-09-07depends: attempt to fix readlineiDunk54001-2/+2
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-1/+1
2019-07-16Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett1-2/+2
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett1-1/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-02epee: add SSL supportmoneromooo-monero1-1/+1
2018-12-23epee: better network buffer data structuremoneromooo-monero1-1/+1
2018-09-29Merge pull request #4443Riccardo Spagni1-0/+2
2018-08-16common: add a class to safely wrap mlock/munlockmoneromooo-monero1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-11Keep readline optionalJethro Grassie1-1/+1
2018-01-10move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero1-1/+5
2018-01-10epee: remove dependency on commonmoneromooo-monero1-1/+0
2017-12-16move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero1-1/+2
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-1/+1
2017-11-14split off readline code into epee_readlinemoneromooo-monero1-3/+14
2017-10-17cmake: epee: use var from FindOpenSSL.cmakeredfish1-2/+1
2017-10-15epee: link against ssl/crypto for the new SSL codemoneromooo-monero1-0/+2
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett1-2/+2
2017-06-18Add readline support to clijethro1-1/+6
2017-05-31Fix PR#2039Howard Chu1-1/+1
2017-04-11Improvements for epee binary to hex functions:Lee Clagett1-1/+1
2017-04-10update easylogging++ to latest upstreammoneromooo-monero1-0/+1
2017-03-18Removed boost/asio.hpp include from epee/string_tools.hLee Clagett1-2/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+9
2017-01-30GUI: Add install target for epeeJaquee1-0/+10
2017-01-16Change logging to easylogging++moneromooo-monero1-1/+1
2016-12-13Adding HTTP Digest Auth (but not yet enabled)Lee Clagett1-0/+29