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
/
netbase.cpp
Age
Commit message (
Expand
)
Author
2014-10-28
Add missing reserved address spaces.
Matt Corallo
2014-10-06
add -timeout default as constant and use them
Philip Kaufmann
2014-09-10
netbase: Make SOCKS5 negotiation interruptible
Wladimir J. van der Laan
2014-09-08
netbase: Use .data() instead of .c_str() on binary string
Wladimir J. van der Laan
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-20
Remove all other print() methods
Wladimir J. van der Laan
2014-08-18
Merge pull request #4605
Wladimir J. van der Laan
2014-08-08
small net cleanup
Philip Kaufmann
2014-07-30
Add GetNetworkName function
Wladimir J. van der Laan
2014-07-30
Allow -onlynet=onion to be used
Wladimir J. van der Laan
2014-07-17
net: add SetSocketNonBlocking() as OS independent wrapper
Philip Kaufmann
2014-07-17
Convert closesocket 'compat wrapper' to function in netbase
Wladimir J. van der Laan
2014-07-08
Merge pull request #4479
Wladimir J. van der Laan
2014-07-07
Bugfix: strerror_r can return an error, and if it does, POSIX does not specif...
Luke Dashjr
2014-07-07
Fix the build for windows
Wladimir J. van der Laan
2014-07-07
remove SOCKS4 support from core and GUI
Philip Kaufmann
2014-06-27
Use async name resolving to improve net thread responsiveness
Huang Le
2014-06-24
replace 3 separate calls to WSAGetLastError() with 1
Philip Kaufmann
2014-05-25
Merge pull request #4183
Wladimir J. van der Laan
2014-05-23
Replace non-threadsafe strerror
Wladimir J. van der Laan
2014-05-20
remove LookupHostNumeric( ) which is never used
Kamil Domanski
2014-05-09
net: Add CSubNet class for subnet matching
Wladimir J. van der Laan
2014-05-09
Use new function parseint32 in SplitHostPort
Wladimir J. van der Laan
2014-05-01
Remove build-time no-IPv6 setting
Wladimir J. van der Laan
2014-04-09
Correct some proxy related socket leaks.
Gregory Maxwell
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-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-11
Improve logging of failed connections
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-10-04
Hurricane Electric uses block 2001:470::, not 2011:470::
David Hill
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-07-17
Fix fcntl include in net.cpp & netbase.cpp
fcicq
2013-04-27
fix !O_NONBLOCK where ~O_NONBLOCK was meant
Wladimir J. van der Laan
2012-12-18
Split off hash.h from util.h
Pieter Wuille
2012-11-09
don't use memset() in privacy/security relevant code parts
Philip Kaufmann
2012-10-11
Merge pull request #1913 from sipa/noi2p
Wladimir J. van der Laan
2012-10-11
Merge pull request #1901 from laanwj/2012_10_remove_strlcpy
Wladimir J. van der Laan
2012-10-07
Remove I2P support from netbase
Pieter Wuille
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-09-21
Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf
Wladimir J. van der Laan
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-12
fix signed/unsigned in strprintf and CNetAddr::GetByte()
Philip Kaufmann
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-07-07
Fix OBO in socks5 auth proposal. This fixes compatibility with openssh's sock...
Douglas Huff
2012-06-23
Rewrite CNetAddr::GetReachabilityFrom()
Pieter Wuille
2012-06-23
Node support for Tor hidden services
Pieter Wuille
[next]