aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* daemon: remove miniupnptobtoht2026-04-261-1/+0
|
* cmake: don't redefine projecttobtoht2025-06-241-3/+0
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* cmake: set 3.5 as minimum versionselsta2021-04-271-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-0/+1
| | | | | | | | | - Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled).
* remove epee from link lines where it's redundantmoneromooo-monero2018-06-281-1/+0
| | | | | | For some reason, this confuses and kills ASAN on startup as it thinks const uint8_t ipv4_network_address::ID is defined multiple times.
* p2p: need libcryptonote_core due to arg_testnet_on being usedstoffu2018-02-181-0/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* fix some link errors in debug mode for macosstoffu2018-01-101-0/+1
|
* version: fix link to new version stringsmoneromooo-monero2017-09-251-0/+1
| | | | | p2p uses it, and the cpp file needs to know the symbols should be public
* build: auto update version info without manually deleting version.hstoffu2017-09-211-2/+0
|
* 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-0/+1
|
* Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-261-2/+2
|
* Cleanup. Dropped "bit" from bitmonero.Randi Joseph2016-09-261-1/+1
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-7/+10
| | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni2015-05-311-1/+2
|
* 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+46
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels)