aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | doc: Remove outdated net commentMarcoFalke2018-07-311-1/+0
* | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-2/+1
|/
* Merge #13212: Net: Fixed a race condition when disabling the network.Wladimir J. van der Laan2018-07-221-8/+11
|\
| * Net: Fixed a race condition when disabling the network.lmanners2018-06-211-8/+11
* | Merge #13672: Modified in_addr6 cast in CConman class to work with msvcWladimir J. van der Laan2018-07-181-1/+2
|\ \
| * | Modified in_addr6 cast in CConman class to work with msvc.Aaron Clauson2018-07-161-1/+2
* | | Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...Pieter Wuille2018-07-161-2/+14
|\ \ \ | |/ / |/| |
| * | Bucket for inbound when scheduling invs to hide tx timeGleb2018-07-131-2/+14
| |/
* | Merge #13177: GCC-7 and glibc-2.27 back compat codeWladimir J. van der Laan2018-07-121-1/+1
|\ \
| * | Use IN6ADDR_ANY_INIT instead of in6addr_anyCory Fields2018-06-021-1/+1
| |/
* / net: Remove unused interrupt from SendMessagesfanquake2018-07-081-1/+1
|/
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-2/+2
* Add missing newlines to LogPrint debug loggingWladimir J. van der Laan2018-05-021-1/+1
* net: Minor accumulated cleanupsThomas Snider2018-04-161-16/+11
* correcting the array name from pnSeeds6 to pnSeed6okayplanet2018-04-141-1/+1
* Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...Wladimir J. van der Laan2018-04-131-3/+3
|\
| * Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...practicalswift2018-03-111-3/+3
* | Remove duplicate includespracticalswift2018-04-091-1/+0
* | Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\ \
| * | Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | | Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\ \ \
| * | | Fix typosDimitris Apostolou2018-03-211-1/+1
* | | | Remove redundant checks for MSG_* from configure.acVasil Dimov2018-03-151-2/+3
|/ / /
* | / Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-1/+1
| |/ |/|
* | Limit the number of IPs we use from each DNS seedere02018-03-061-1/+2
* | Merge #9037: net: Add test-before-evict discipline to addrmanWladimir J. van der Laan2018-03-061-1/+8
|\ \
| * | Add test-before-evict discipline to addrmanEthan Heilman2018-03-061-1/+8
* | | Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peersWladimir J. van der Laan2018-03-011-1/+6
|\ \ \ | |/ / |/| |
| * | [QA] Allow addrman loopback tests (add debug option -addrmantest)Jonas Schnelli2018-02-091-1/+5
| * | Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBDJonas Schnelli2018-02-091-0/+1
* | | boost: remove useless threadGroup parameter from DiscoverCory Fields2018-02-081-1/+1
* | | boost: drop boost threads for upnpCory Fields2018-02-081-38/+46
|/ /
* | Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-7/+7
|\ \
| * | Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-7/+7
* | | Extend #11583 to include the most common message generated by non-contributin...Clem Taylor2018-02-031-1/+1
* | | net: don't retry failed oneshot connections foreverCory Fields2018-02-011-10/+7
* | | net: initialize socket to avoid closing random fd'sCory Fields2018-02-011-1/+1
| |/ |/|
* | Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static...Wladimir J. van der Laan2018-01-241-18/+9
|\ \
| * | Fall back to oneshot for DNS Seeds which don't support filtering.Matt Corallo2018-01-191-17/+8
| * | Use GetDesireableServiceFlags in static seeds, document this.Matt Corallo2018-01-191-1/+1
* | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/ /
* | Merge #11616: Update ban-state in case of dirty-state during periodic sweepWladimir J. van der Laan2017-12-151-12/+19
|\ \
| * | Call BannedListChanged outside of cs_setBanned lockJonas Schnelli2017-11-191-14/+16
| * | Update ban-state in case of dirty-state during periodic sweepJonas Schnelli2017-11-091-0/+5
* | | Merge #11363: net: Split socket create/connectWladimir J. van der Laan2017-12-131-42/+28
|\ \ \
| * | | net: use CreateSocket for bindsCory Fields2017-12-121-24/+1
| * | | net: Move IsSelectableSocket check into socket creationCory Fields2017-12-121-16/+11
| * | | net: split socket creation out of connectionCory Fields2017-12-121-2/+16