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
/
netbase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify code for CSubnet
Wladimir J. van der Laan
2015-05-26
1
-8
/
+6
*
use const reference as param in ConnectThroughProxy/Socks5
Philip Kaufmann
2015-04-28
1
-2
/
+2
*
privacy: Stream isolation for Tor
Wladimir J. van der Laan
2015-04-17
1
-66
/
+104
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Regard connection failures as attempt for addrman
Wladimir J. van der Laan
2014-12-02
1
-4
/
+16
*
Use complete path to include bitcoin-config.h.
Pavel JanÃk
2014-11-26
1
-1
/
+1
*
Add missing reserved address spaces.
Matt Corallo
2014-10-28
1
-1
/
+18
*
add -timeout default as constant and use them
Philip Kaufmann
2014-10-06
1
-1
/
+1
*
netbase: Make SOCKS5 negotiation interruptible
Wladimir J. van der Laan
2014-09-10
1
-18
/
+70
*
netbase: Use .data() instead of .c_str() on binary string
Wladimir J. van der Laan
2014-09-08
1
-1
/
+1
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+2
*
Remove all other print() methods
Wladimir J. van der Laan
2014-08-20
1
-10
/
+0
*
Merge pull request #4605
Wladimir J. van der Laan
2014-08-18
1
-1
/
+11
|
\
|
*
Add GetNetworkName function
Wladimir J. van der Laan
2014-07-30
1
-0
/
+10
|
*
Allow -onlynet=onion to be used
Wladimir J. van der Laan
2014-07-30
1
-1
/
+1
*
|
small net cleanup
Philip Kaufmann
2014-08-08
1
-0
/
+1
|
/
*
net: add SetSocketNonBlocking() as OS independent wrapper
Philip Kaufmann
2014-07-17
1
-29
/
+41
*
Convert closesocket 'compat wrapper' to function in netbase
Wladimir J. van der Laan
2014-07-17
1
-20
/
+33
*
Merge pull request #4479
Wladimir J. van der Laan
2014-07-08
1
-1
/
+2
|
\
|
*
Bugfix: strerror_r can return an error, and if it does, POSIX does not specif...
Luke Dashjr
2014-07-07
1
-1
/
+2
*
|
Fix the build for windows
Wladimir J. van der Laan
2014-07-07
1
-4
/
+3
*
|
remove SOCKS4 support from core and GUI
Philip Kaufmann
2014-07-07
1
-93
/
+27
*
|
Use async name resolving to improve net thread responsiveness
Huang Le
2014-06-27
1
-1
/
+59
*
|
replace 3 separate calls to WSAGetLastError() with 1
Philip Kaufmann
2014-06-24
1
-1
/
+2
*
|
Merge pull request #4183
Wladimir J. van der Laan
2014-05-25
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
remove LookupHostNumeric( ) which is never used
Kamil Domanski
2014-05-20
1
-5
/
+0
*
|
Replace non-threadsafe strerror
Wladimir J. van der Laan
2014-05-23
1
-4
/
+37
|
/
*
net: Add CSubNet class for subnet matching
Wladimir J. van der Laan
2014-05-09
1
-3
/
+120
*
Use new function parseint32 in SplitHostPort
Wladimir J. van der Laan
2014-05-09
1
-5
/
+3
*
Remove build-time no-IPv6 setting
Wladimir J. van der Laan
2014-05-01
1
-26
/
+0
*
Correct some proxy related socket leaks.
Gregory Maxwell
2014-04-09
1
-2
/
+7
*
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
-12
/
+12
*
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-15
1
-2
/
+0
*
Improve logging of failed connections
Gavin Andresen
2013-11-11
1
-5
/
+5
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-5
/
+9
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
Hurricane Electric uses block 2001:470::, not 2011:470::
David Hill
2013-10-04
1
-1
/
+1
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-13
/
+13
*
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-0
/
+4
*
Fix fcntl include in net.cpp & netbase.cpp
fcicq
2013-07-17
1
-1
/
+1
*
fix !O_NONBLOCK where ~O_NONBLOCK was meant
Wladimir J. van der Laan
2013-04-27
1
-17
/
+10
*
Split off hash.h from util.h
Pieter Wuille
2012-12-18
1
-0
/
+1
*
don't use memset() in privacy/security relevant code parts
Philip Kaufmann
2012-11-09
1
-1
/
+1
*
Merge pull request #1913 from sipa/noi2p
Wladimir J. van der Laan
2012-10-11
1
-37
/
+4
|
\
|
*
Remove I2P support from netbase
Pieter Wuille
2012-10-07
1
-37
/
+4
*
|
Merge pull request #1901 from laanwj/2012_10_remove_strlcpy
Wladimir J. van der Laan
2012-10-11
1
-9
/
+7
|
\
\
|
*
|
get rid of strlcpy.h
Wladimir J. van der Laan
2012-10-07
1
-9
/
+7
|
|
/
*
/
add LOCK() for proxy related data-structures
Philip Kaufmann
2012-10-04
1
-12
/
+29
|
/
[prev]
[next]