index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
apply bitcoin patch for miniupnpc 1.9
acerix
2015-10-12
1
-1
/
+5
*
Always use a 50% chance to choose between tried and new entries
Pieter Wuille
2015-06-27
1
-2
/
+1
*
Limit message sizes before transfer
Pieter Wuille
2015-06-27
1
-0
/
+5
*
prevent SOCKET leak in BindListenPort()
Philip Kaufmann
2015-06-27
1
-0
/
+2
*
Convert closesocket 'compat wrapper' to function in netbase
Wladimir J. van der Laan
2015-06-27
1
-10
/
+9
*
Introduce whitelisted peers.
Pieter Wuille
2015-06-27
1
-14
/
+46
*
Use pong receive time rather than processing time
Pieter Wuille
2015-06-27
1
-0
/
+3
*
add missing BOOST_FOREACH indentation in ThreadSocketHandler()
Philip Kaufmann
2015-06-27
1
-40
/
+41
*
small cleanup of #ifdefs in BindListenPort()
Philip Kaufmann
2015-06-27
1
-8
/
+15
*
add missing vhListenSocket.clear(); to CNetCleanup()
Philip Kaufmann
2015-06-27
1
-0
/
+1
*
remove unused CNode::Cleanup()
Philip Kaufmann
2015-06-27
1
-6
/
+0
*
Ping automatically every 2 minutes (unconditionally)
Pieter Wuille
2015-06-27
1
-7
/
+11
*
rename fNoListen to fListen and move to net
Philip Kaufmann
2015-06-27
1
-1
/
+2
*
Introduce -maxoutconnections= to set the maximum number of outbound connections
langerhans
2014-12-20
1
-5
/
+4
*
remove useless millisleep
phantomcircuit
2014-09-18
1
-2
/
+0
*
Avoid querying DNS seeds, if we have open connections.
Jeff Garzik
2014-08-28
1
-0
/
+12
*
Don't poll showmyip.com, it doesn't exist anymore
Wladimir J. van der Laan
2014-08-28
1
-20
/
+1
*
Use pnode->nLastRecv as sync score directly
Huang Le
2014-07-09
1
-6
/
+6
*
Replace non-threadsafe strerror
Wladimir J. van der Laan
2014-07-09
1
-12
/
+12
*
replace custom GetFilesize() with boost::filesystem::file_size()
Philip Kaufmann
2014-06-29
1
-0
/
+2
*
rpc: add `getblockchaininfo` and `getnetworkinfo`
Wladimir J. van der Laan
2014-06-29
1
-7
/
+2
*
Better std exception logging for CAddrDb
Philip Kaufmann
2014-06-29
1
-11
/
+12
*
Remove build-time no-IPv6 setting
Wladimir J. van der Laan
2014-06-29
1
-12
/
+0
*
Prevent socket leak in ThreadSocketHandler.
Gregory Maxwell
2014-05-26
1
-5
/
+1
*
Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.
Ross Nicoll
2014-03-28
1
-2
/
+2
*
Clarify the error message when unable to bind to port
paveljanik
2014-03-05
1
-2
/
+2
*
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-24
1
-1
/
+1
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-22
/
+22
*
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-19
1
-1
/
+0
*
Merge pull request #3373
Wladimir J. van der Laan
2013-12-09
1
-3
/
+3
|
\
|
*
Add ThreadGetMyExternalIP to net thread group
Gavin Andresen
2013-12-09
1
-3
/
+3
*
|
Add main-specific node state
Pieter Wuille
2013-12-08
1
-22
/
+10
|
/
*
Move CAddrDB frrom db to net
Wladimir J. van der Laan
2013-12-04
1
-0
/
+100
*
Store and use a sanitized subVer
Mike Hearn
2013-11-26
1
-1
/
+1
*
Merge pull request #3257
Wladimir J. van der Laan
2013-11-20
1
-3
/
+0
|
\
|
*
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-15
1
-3
/
+0
*
|
orphan spaces cleanup ;-)
Philip Kaufmann
2013-11-15
1
-7
/
+7
|
/
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-30
/
+32
*
process received messages one at a time without sleeping between messages
Patrick Strateman
2013-11-03
1
-2
/
+16
*
-fuzzmessagestest=N : randomly corrupt 1-of-N sent messages
Gavin Andresen
2013-10-29
1
-0
/
+35
*
Adding new "addrlocal" field to RPC getpeerinfo.
Josh Lehan
2013-10-21
1
-0
/
+3
*
Merge pull request #2840 from sipa/nosendlock
Gavin Andresen
2013-10-20
1
-1
/
+2
|
\
|
*
Run node deletions outside of cs_vNodes
Pieter Wuille
2013-10-15
1
-1
/
+2
*
|
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
|
Merge pull request #2924 from sje397/TrafficGraph
Wladimir J. van der Laan
2013-10-15
1
-5
/
+32
|
\
\
|
*
|
Add network traffic graph
Scott Ellis
2013-10-14
1
-5
/
+32
*
|
|
Merge pull request #3077 from sipa/chain
Gavin Andresen
2013-10-14
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-0
/
+4
|
|
/
[next]