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
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-05
build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally
Wladimir J. van der Laan
2017-02-09
netbase: Do not print an error on connection timeouts through proxy
Wladimir J. van der Laan
2017-02-09
netbase: Make InterruptibleRecv return an error code instead of bool
Wladimir J. van der Laan
2017-01-04
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-03
net: misc header cleanups
Cory Fields
2017-01-03
net: make proxy receives interruptible
Cory Fields
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-01
Revert "Use async name resolving to improve net thread responsiveness"
Matt Corallo
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-08-15
Do not shadow variables in networking code
Pavel Janík
2016-08-04
net: Have LookupNumeric return a CService directly
Cory Fields
2016-07-31
net: move CNetAddr/CService/CSubNet out of netbase
Cory Fields
2016-07-31
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
net: Split resolving out of CService
Cory Fields
2016-07-31
net: Split resolving out of CNetAddr
Cory Fields
2016-06-13
Randomize name lookup result in ConnectSocketByName
Pieter Wuille
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
[next]