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
...
*
|
Clarify the error message when unable to bind to port
paveljanik
2014-03-05
1
-1
/
+1
*
|
Bitcoin is running fine...
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
|
|
/
*
/
Added ping time measurement.
Josh Lehan
2013-10-04
1
-0
/
+15
|
/
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-48
/
+47
*
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-0
/
+7
*
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-08-24
1
-0
/
+4
|
\
|
*
Fix fcntl include in net.cpp & netbase.cpp
fcicq
2013-07-17
1
-0
/
+4
*
|
Remove #define loop from util.h
Gavin Andresen
2013-07-31
1
-6
/
+6
*
|
fix invalid conversion error with MinGW 4.8.1 in net.cpp
Philip Kaufmann
2013-07-13
1
-0
/
+4
|
/
*
Dump addresses every 15 minutes instead of 10 seconds
Pieter Wuille
2013-06-24
1
-1
/
+4
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-130
/
+20
*
send tx relay flag with version
bitsofproof
2013-06-11
1
-1
/
+1
*
changes to thread code (directly use boost::thread)
Philip Kaufmann
2013-06-10
1
-7
/
+4
*
Removed the main.h include from net.cpp.
Eric Lombrozo
2013-06-06
1
-7
/
+1
*
Using boost::signals2 to message main from net.cpp.
Eric Lombrozo
2013-06-05
1
-24
/
+6
*
Removed net.cpp's dependency on init.h.
Eric Lombrozo
2013-06-05
1
-3
/
+25
*
Moved unrelated-to-network calls in StartNode and StopNode into init.cpp
Eric Lombrozo
2013-06-05
1
-1
/
+0
*
Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...
Eric Lombrozo
2013-06-05
1
-11
/
+0
*
Do not kill connections on recv buffer overflow
Pieter Wuille
2013-05-01
1
-15
/
+30
*
Try to increase file descriptor rlimit if necessary
Pieter Wuille
2013-04-29
1
-2
/
+3
*
move WSAStartup to init
Wladimir J. van der Laan
2013-04-28
1
-12
/
+0
*
Merge pull request #2461 from sipa/syncnode
Gavin Andresen
2013-04-09
1
-7
/
+57
|
\
|
*
Add bytessent, bytesrecv and syncnode to getpeerinfo
Pieter Wuille
2013-04-07
1
-0
/
+5
|
*
Make sure we always have a node to do IBD from
Pieter Wuille
2013-04-07
1
-7
/
+52
*
|
net.cpp: Do not change primary process name from (default) to "bitcoin-start"
Jeff Garzik
2013-04-08
1
-3
/
+0
*
|
Merge pull request #2419 from sipa/noreltime
Pieter Wuille
2013-04-08
1
-11
/
+3
|
\
\
|
|
/
|
/
|
[prev]
[next]