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
2016-05-19
Use Socks5ErrorString() to decode error responses from socks proxy.
Warren Togami
2016-05-17
Make Socks5() InterruptibleRecv() timeout/failures informative.
Warren Togami
2016-05-09
SOCKS5 connecting and connected messages with -debug=net.
Warren Togami
2016-05-09
Make failures to connect via Socks5() more informative and less unnecessarily...
Warren Togami
2016-04-20
net: disable resolving from storage structures
Cory Fields
2016-04-20
net: resolve outside of storage structures
Cory Fields
2016-04-05
Net: Add IPv6 Link-Local Address Support
mruddy
2016-01-17
Typo fixes in comments
Chris Wheeler
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-10
net: Automatically create hidden service, listen on Tor
Wladimir J. van der Laan
2015-10-22
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
2015-09-16
net: Fix CIDR notation in ToString()
Wladimir J. van der Laan
2015-09-16
net: use CIDR notation in CSubNet::ToString()
Jonas Schnelli
2015-08-20
Merge pull request #6556
Wladimir J. van der Laan
2015-08-14
Fix masking of irrelevant bits in address groups.
Alex Morcos
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-07-10
Test whether created sockets are select()able
Pieter Wuille
2015-07-02
Adding CSubNet constructor over a single CNetAddr
Jonas Schnelli
2015-06-17
fix CSubNet comparison operator
Jonas Schnelli
2015-06-17
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-05-31
[net, trivial] remove using namespace std pollution in netbase.cpp
Philip Kaufmann
2015-05-26
Fix two problems in CSubNet parsing
Wladimir J. van der Laan
2015-05-26
Simplify code for CSubnet
Wladimir J. van der Laan
2015-04-28
use const reference as param in ConnectThroughProxy/Socks5
Philip Kaufmann
2015-04-17
privacy: Stream isolation for Tor
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-02
Regard connection failures as attempt for addrman
Wladimir J. van der Laan
2014-11-26
Use complete path to include bitcoin-config.h.
Pavel JanÃk
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
[next]