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
...
*
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...
Pieter Wuille
2017-07-15
1
-19
/
+0
|
\
|
*
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-07-12
1
-19
/
+0
*
|
Fix uninitialized atomic variables
João Barbosa
2017-07-13
1
-1
/
+1
|
/
*
net: do not allow resolving to an internal address
Cory Fields
2017-06-14
1
-2
/
+7
*
Merge #9539: [net] Avoid initialization to a value that is never read
Wladimir J. van der Laan
2017-05-23
1
-1
/
+2
|
\
|
*
[net] Avoid initialization to a value that is never read
practicalswift
2017-02-28
1
-1
/
+2
*
|
Merge #10061: [net] Added SetSocketNoDelay() utility function
Pieter Wuille
2017-05-17
1
-6
/
+9
|
\
\
|
*
|
[net] Added SetSocketNoDelay() utility function
Thomas Snider
2017-04-05
1
-6
/
+9
*
|
|
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-4
/
+4
|
/
/
*
/
build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally
Wladimir J. van der Laan
2017-03-05
1
-1
/
+1
|
/
*
netbase: Do not print an error on connection timeouts through proxy
Wladimir J. van der Laan
2017-02-09
1
-1
/
+8
*
netbase: Make InterruptibleRecv return an error code instead of bool
Wladimir J. van der Laan
2017-02-09
1
-18
/
+27
*
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-04
1
-9
/
+10
|
\
|
*
net: misc header cleanups
Cory Fields
2017-01-03
1
-7
/
+0
|
*
net: make proxy receives interruptible
Cory Fields
2017-01-03
1
-2
/
+10
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
1
-3
/
+3
*
Revert "Use async name resolving to improve net thread responsiveness"
Matt Corallo
2016-12-01
1
-47
/
+1
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-2
/
+2
*
Do not shadow variables in networking code
Pavel Janík
2016-08-15
1
-3
/
+3
*
net: Have LookupNumeric return a CService directly
Cory Fields
2016-08-04
1
-2
/
+7
*
net: move CNetAddr/CService/CSubNet out of netbase
Cory Fields
2016-07-31
1
-705
/
+0
*
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
1
-36
/
+58
*
net: Split resolving out of CService
Cory Fields
2016-07-31
1
-33
/
+1
*
net: Split resolving out of CNetAddr
Cory Fields
2016-07-31
1
-16
/
+10
*
Randomize name lookup result in ConnectSocketByName
Pieter Wuille
2016-06-13
1
-4
/
+4
*
Use Socks5ErrorString() to decode error responses from socks proxy.
Warren Togami
2016-05-19
1
-12
/
+16
*
Make Socks5() InterruptibleRecv() timeout/failures informative.
Warren Togami
2016-05-17
1
-1
/
+2
*
SOCKS5 connecting and connected messages with -debug=net.
Warren Togami
2016-05-09
1
-2
/
+2
*
Make failures to connect via Socks5() more informative and less unnecessarily...
Warren Togami
2016-05-09
1
-9
/
+11
*
net: disable resolving from storage structures
Cory Fields
2016-04-20
1
-14
/
+14
*
net: resolve outside of storage structures
Cory Fields
2016-04-20
1
-4
/
+6
*
Net: Add IPv6 Link-Local Address Support
mruddy
2016-04-05
1
-3
/
+7
*
Typo fixes in comments
Chris Wheeler
2016-01-17
1
-1
/
+1
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
1
-1
/
+1
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-1
/
+1
*
net: Automatically create hidden service, listen on Tor
Wladimir J. van der Laan
2015-11-10
1
-4
/
+1
*
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
2015-10-22
1
-1
/
+8
*
net: Fix CIDR notation in ToString()
Wladimir J. van der Laan
2015-09-16
1
-10
/
+48
*
net: use CIDR notation in CSubNet::ToString()
Jonas Schnelli
2015-09-16
1
-9
/
+11
*
Merge pull request #6556
Wladimir J. van der Laan
2015-08-20
1
-1
/
+1
|
\
|
*
Fix masking of irrelevant bits in address groups.
Alex Morcos
2015-08-14
1
-1
/
+1
*
|
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-10
1
-1
/
+1
|
/
*
Test whether created sockets are select()able
Pieter Wuille
2015-07-10
1
-0
/
+3
*
Adding CSubNet constructor over a single CNetAddr
Jonas Schnelli
2015-07-02
1
-0
/
+7
*
fix CSubNet comparison operator
Jonas Schnelli
2015-06-17
1
-1
/
+1
*
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
1
-0
/
+5
*
[net, trivial] remove using namespace std pollution in netbase.cpp
Philip Kaufmann
2015-05-31
1
-4
/
+2
*
Fix two problems in CSubNet parsing
Wladimir J. van der Laan
2015-05-26
1
-1
/
+5
[prev]
[next]