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
*
Add DNS seed support for testnet
Peter Todd
2013-01-29
1
-21
/
+26
*
New seed nodes, from http://bitcoin.sipa.be/seeds.txt
Gavin Andresen
2013-01-29
1
-77
/
+75
*
Try more than the first address for a DNS -addnode.
Matt Corallo
2013-01-27
1
-2
/
+2
*
Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).
Matt Corallo
2013-01-27
1
-0
/
+2
*
Use a copy in place of mapMultiArgs["-addnode"].
Matt Corallo
2013-01-27
1
-18
/
+35
*
Let a node opt out of tx invs before we get a their bloom filter
Matt Corallo
2013-01-16
1
-0
/
+2
*
Automatically add any matching outputs to a filter during matching.
Matt Corallo
2013-01-16
1
-1
/
+1
*
Replace RelayMessage with RelayTransaction.
Matt Corallo
2013-01-16
1
-0
/
+44
*
Remove fClient
Pieter Wuille
2013-01-09
1
-2
/
+1
*
Merge pull request #1932 from Diapolo/thread_printf
Wladimir J. van der Laan
2012-10-30
1
-0
/
+2
|
\
|
*
fix some thread related log messages
Philip Kaufmann
2012-10-25
1
-0
/
+2
*
|
Merge pull request #1904 from laanwj/2012_10_remove_getorder
Pieter Wuille
2012-10-25
1
-7
/
+3
|
\
\
|
|
/
|
/
|
|
*
remove "checkorder" and "reply" P2P commands
Wladimir J. van der Laan
2012-10-03
1
-7
/
+3
*
|
Merge pull request #1901 from laanwj/2012_10_remove_strlcpy
Wladimir J. van der Laan
2012-10-11
1
-1
/
+0
|
\
\
|
*
|
get rid of strlcpy.h
Wladimir J. van der Laan
2012-10-07
1
-1
/
+0
|
|
/
*
/
add LOCK() for proxy related data-structures
Philip Kaufmann
2012-10-04
1
-2
/
+2
|
/
*
fix -Wformat warnings all over the source
Philip Kaufmann
2012-10-01
1
-1
/
+1
*
Remove stack randomization
Pieter Wuille
2012-09-28
1
-14
/
+0
*
fix signed/unsigned in strprintf and CNetAddr::GetByte()
Philip Kaufmann
2012-09-12
1
-1
/
+1
*
Merge pull request #1786 from jgarzik/select-fix
Wladimir J. van der Laan
2012-09-06
1
-3
/
+7
|
\
|
*
select(): Use precise fd presence check, rather than imprecise hSocketMax test
Jeff Garzik
2012-09-05
1
-3
/
+7
*
|
replace 2x WSAGetLastError() with 1x WSAGetLastError() call
Philip Kaufmann
2012-09-05
1
-2
/
+3
|
/
*
Merge pull request #1777 from laanwj/2012_09_eliminate_sprintf
Jeff Garzik
2012-09-04
1
-10
/
+8
|
\
|
*
Remove last occurrence of potentially insecure function sprintf.
Wladimir J. van der Laan
2012-09-03
1
-10
/
+8
*
|
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-29
1
-16
/
+16
|
/
*
Bugfix: increase score, not port
Pieter Wuille
2012-08-29
1
-2
/
+2
*
Fix infinite loops in connection logic
Pieter Wuille
2012-08-22
1
-1
/
+7
*
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
2012-08-01
1
-7
/
+7
|
\
|
*
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-7
/
+7
*
|
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-08-01
1
-2
/
+2
|
/
*
Merge pull request #1343 from rebroad/MisbehavingDelta
Jeff Garzik
2012-08-01
1
-3
/
+4
|
\
|
*
Show when node is misbehaving, not just at the point that it gets banned.
R E Broadley
2012-07-02
1
-3
/
+4
*
|
do not use external IPv4 discovery, when -onlynet="IPv6"
Philip Kaufmann
2012-07-20
1
-1
/
+3
*
|
fix a comment in net.cpp
Philip Kaufmann
2012-07-17
1
-1
/
+1
*
|
Fix thread names after review
Giel van Schijndel
2012-07-17
1
-3
/
+3
*
|
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-17
1
-0
/
+34
*
|
Reorder dnsseed list, Jeff's seed list is static so put it last.
Gregory Maxwell
2012-07-11
1
-2
/
+2
*
|
Merge pull request #1546 from gmaxwell/allowsamenetinbound
Jeff Garzik
2012-07-03
1
-3
/
+4
|
\
\
|
*
|
Do not consider inbound peers for outbound network group exclusion.
Gregory Maxwell
2012-07-01
1
-3
/
+4
*
|
|
Remove useless high-volume printf (fixes #1544).
Matt Corallo
2012-07-01
1
-2
/
+0
|
/
/
*
/
RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data
Jeff Garzik
2012-06-29
1
-1
/
+17
|
/
*
Stop processing messages on full send buffer and dont disconnect.
Matt Corallo
2012-06-27
1
-5
/
+2
*
Debug version messages
Pieter Wuille
2012-06-23
1
-0
/
+1
*
Add -tor and related configuration
Pieter Wuille
2012-06-23
1
-3
/
+9
*
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-06-12
1
-1
/
+1
*
Rework network config settings
Pieter Wuille
2012-05-31
1
-35
/
+19
*
Merge pull request #1342 from rebroad/LastSeenMinusMinus
Gregory Maxwell
2012-05-22
1
-1
/
+1
|
\
|
*
Was showing a negative number. Changes to positive, since negative (T minus) ...
R E Broadley
2012-05-17
1
-1
/
+1
*
|
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+1
|
\
\
|
*
|
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
|
|
/
[next]