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
2014-06-04
Merge pull request #4247 from Diapolo/listen
Jeff Garzik
2014-05-30
Use pnode->nLastRecv as sync score directly
Huang Le
2014-05-29
rename fNoListen to fListen and move to net
Philip Kaufmann
2014-05-29
Merge pull request #4132
Wladimir J. van der Laan
2014-05-23
Merge pull request #4152
Wladimir J. van der Laan
2014-05-23
Replace non-threadsafe strerror
Wladimir J. van der Laan
2014-05-20
add DEFAULT_UPNP constant in net
Philip Kaufmann
2014-05-10
Fix addnode "onetry": Connect with OpenNetworkConnection
Cozz Lovan
2014-05-06
rpc: add `getblockchaininfo` and `getnetworkinfo`
Wladimir J. van der Laan
2014-05-02
better std::exception logging for CAddrDb
Philip Kaufmann
2014-05-01
Remove build-time no-IPv6 setting
Wladimir J. van der Laan
2014-04-09
Prevent socket leak in ThreadSocketHandler.
Gregory Maxwell
2014-03-27
Merge pull request #3603
Wladimir J. van der Laan
2014-03-05
Slightly tweak error when unable to bind port
Michagogo
2014-03-05
Clarify the error message when unable to bind to port
paveljanik
2014-03-05
Bitcoin is running fine...
paveljanik
2014-03-03
replace custom GetFilesize() with boost::filesystem::file_size()
Philip Kaufmann
2014-02-24
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-12-19
Make bitcoin compile without wallet if "db_cxx.h" is not present
Thomas Holenstein
2013-12-09
Merge pull request #3373
Wladimir J. van der Laan
2013-12-09
Add ThreadGetMyExternalIP to net thread group
Gavin Andresen
2013-12-08
Add main-specific node state
Pieter Wuille
2013-12-04
Move CAddrDB frrom db to net
Wladimir J. van der Laan
2013-11-26
Store and use a sanitized subVer
Mike Hearn
2013-11-20
Merge pull request #3257
Wladimir J. van der Laan
2013-11-15
orphan spaces cleanup ;-)
Philip Kaufmann
2013-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-03
process received messages one at a time without sleeping between messages
Patrick Strateman
2013-10-29
-fuzzmessagestest=N : randomly corrupt 1-of-N sent messages
Gavin Andresen
2013-10-21
Adding new "addrlocal" field to RPC getpeerinfo.
Josh Lehan
2013-10-20
Merge pull request #2840 from sipa/nosendlock
Gavin Andresen
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-15
Run node deletions outside of cs_vNodes
Pieter Wuille
2013-10-15
Merge pull request #2924 from sje397/TrafficGraph
Wladimir J. van der Laan
2013-10-14
Merge pull request #3077 from sipa/chain
Gavin Andresen
2013-10-14
Add network traffic graph
Scott Ellis
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-04
Added ping time measurement.
Josh Lehan
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-08-24
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-07-31
Remove #define loop from util.h
Gavin Andresen
2013-07-17
Fix fcntl include in net.cpp & netbase.cpp
fcicq
2013-07-13
fix invalid conversion error with MinGW 4.8.1 in net.cpp
Philip Kaufmann
2013-06-24
Dump addresses every 15 minutes instead of 10 seconds
Pieter Wuille
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
[next]