index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Age
Commit message (
Expand
)
Author
2012-08-22
Fix infinite loops in connection logic
Pieter Wuille
2012-08-01
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-08-01
Merge pull request #1343 from rebroad/MisbehavingDelta
Jeff Garzik
2012-07-20
do not use external IPv4 discovery, when -onlynet="IPv6"
Philip Kaufmann
2012-07-17
fix a comment in net.cpp
Philip Kaufmann
2012-07-17
Fix thread names after review
Giel van Schijndel
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-11
Reorder dnsseed list, Jeff's seed list is static so put it last.
Gregory Maxwell
2012-07-03
Merge pull request #1546 from gmaxwell/allowsamenetinbound
Jeff Garzik
2012-07-02
Show when node is misbehaving, not just at the point that it gets banned.
R E Broadley
2012-07-01
Do not consider inbound peers for outbound network group exclusion.
Gregory Maxwell
2012-07-01
Remove useless high-volume printf (fixes #1544).
Matt Corallo
2012-06-29
RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data
Jeff Garzik
2012-06-27
Stop processing messages on full send buffer and dont disconnect.
Matt Corallo
2012-06-23
Debug version messages
Pieter Wuille
2012-06-23
Add -tor and related configuration
Pieter Wuille
2012-06-12
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-05-31
Rework network config settings
Pieter Wuille
2012-05-22
Merge pull request #1342 from rebroad/LastSeenMinusMinus
Gregory Maxwell
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
Merge pull request #1323 from Diapolo/string_fixes
Wladimir J. van der Laan
2012-05-18
Update License in File Headers
Fordy
2012-05-17
Was showing a negative number. Changes to positive, since negative (T minus) ...
R E Broadley
2012-05-17
Merge pull request #1334 from rebroad/Exiting2Exited
Jeff Garzik
2012-05-17
Corrected grammar. As per Principle Of Least Surprise.
R E Broadley
2012-05-17
allow translation of "options" used in the --help message / split translation...
Philip Kaufmann
2012-05-16
CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat
Jeff Garzik
2012-05-14
Merge pull request #1262 from Diapolo/no_double_timestamps
Gregory Maxwell
2012-05-14
-onlynet instead of -blocknet
Pieter Wuille
2012-05-13
Really do not consider blocked networks local
Pieter Wuille
2012-05-13
Do not consider blocked networks local
Pieter Wuille
2012-05-13
ensure that no double timestamps show up in the debug.log, by removing manual...
Philip Kaufmann
2012-05-13
Enforce -nodiscover better
Pieter Wuille
2012-05-12
Merge pull request #1277 from Diapolo/IPv6_IPv4_strings
Jeff Garzik
2012-05-13
Take -port into account when resolving -bind's
Pieter Wuille
2012-05-13
use "IPv6" and "IPv4" in strings as these are the official spellings and make...
Philip Kaufmann
2012-05-13
Keep local service information per address
Pieter Wuille
2012-05-13
Do not signal outbound semaphore if uninitialized
Pieter Wuille
2012-05-11
Merge pull request #1021 from sipa/ipv6
Pieter Wuille
2012-05-11
Merge pull request #1260 from sipa/splitsync
Gregory Maxwell
2012-05-11
Merge pull request #1101 from jgarzik/http11
Jeff Garzik
2012-05-11
Use semaphores instead of condition variables
Pieter Wuille
2012-05-11
Separate listening sockets, -bind=<addr>
Pieter Wuille
2012-05-11
Keep port information for local addresses
Pieter Wuille
2012-05-11
Add -blocknet to prevent connections to a given network
Pieter Wuille
2012-05-11
Limited relaying/storing of foreign addresses
Pieter Wuille
[next]