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-10-11
Merge pull request #1901 from laanwj/2012_10_remove_strlcpy
Wladimir J. van der Laan
2012-10-07
get rid of strlcpy.h
Wladimir J. van der Laan
2012-10-04
add LOCK() for proxy related data-structures
Philip Kaufmann
2012-10-01
fix -Wformat warnings all over the source
Philip Kaufmann
2012-09-28
Remove stack randomization
Pieter Wuille
2012-09-12
fix signed/unsigned in strprintf and CNetAddr::GetByte()
Philip Kaufmann
2012-09-06
Merge pull request #1786 from jgarzik/select-fix
Wladimir J. van der Laan
2012-09-05
replace 2x WSAGetLastError() with 1x WSAGetLastError() call
Philip Kaufmann
2012-09-05
select(): Use precise fd presence check, rather than imprecise hSocketMax test
Jeff Garzik
2012-09-04
Merge pull request #1777 from laanwj/2012_09_eliminate_sprintf
Jeff Garzik
2012-09-03
Remove last occurrence of potentially insecure function sprintf.
Wladimir J. van der Laan
2012-08-29
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-29
Bugfix: increase score, not port
Pieter Wuille
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
[next]