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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...
practicalswift
2018-03-11
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #11363: net: Split socket create/connect
Wladimir J. van der Laan
2017-12-13
1
-2
/
+3
|
\
|
*
net: pass socket closing responsibility up to caller for outgoing connections
Cory Fields
2017-12-12
1
-2
/
+2
|
*
net: split socket creation out of connection
Cory Fields
2017-12-12
1
-0
/
+1
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-4
/
+4
|
/
*
net: remove now-unused functions
Cory Fields
2017-09-18
1
-2
/
+0
*
net: separate resolving and conecting
Cory Fields
2017-09-18
1
-0
/
+3
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-2
/
+2
*
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...
Dag Robole
2017-07-22
1
-2
/
+2
*
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-07-12
1
-1
/
+0
*
[net] Added SetSocketNoDelay() utility function
Thomas Snider
2017-04-05
1
-0
/
+2
*
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-04
1
-0
/
+1
|
\
|
*
net: make proxy receives interruptible
Cory Fields
2017-01-03
1
-0
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Do not shadow variables in networking code
Pavel JanÃk
2016-08-15
1
-1
/
+1
*
net: Have LookupNumeric return a CService directly
Cory Fields
2016-08-04
1
-1
/
+1
*
net: move CNetAddr/CService/CSubNet out of netbase
Cory Fields
2016-07-31
1
-157
/
+1
*
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
1
-1
/
+3
*
net: Split resolving out of CService
Cory Fields
2016-07-31
1
-4
/
+0
*
net: Split resolving out of CNetAddr
Cory Fields
2016-07-31
1
-2
/
+1
*
net: disable resolving from storage structures
Cory Fields
2016-04-20
1
-7
/
+7
*
net: require lookup functions to specify all arguments
Cory Fields
2016-04-17
1
-3
/
+3
*
Net: Add IPv6 Link-Local Address Support
mruddy
2016-04-05
1
-1
/
+2
*
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
/
+3
*
net: Automatically create hidden service, listen on Tor
Wladimir J. van der Laan
2015-11-10
1
-0
/
+4
*
Adding CSubNet constructor over a single CNetAddr
Jonas Schnelli
2015-07-02
1
-0
/
+3
*
banlist.dat: store banlist on disk
Jonas Schnelli
2015-07-02
1
-0
/
+9
*
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
1
-0
/
+1
*
Simplify code for CSubnet
Wladimir J. van der Laan
2015-05-26
1
-0
/
+2
*
privacy: Stream isolation for Tor
Wladimir J. van der Laan
2015-04-17
1
-3
/
+13
*
src/netbase.h: Fix endian in CNetAddr serialization
Wladimir J. van der Laan
2015-03-06
1
-1
/
+1
*
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
-2
/
+2
*
Add missing reserved address spaces.
Matt Corallo
2014-10-28
1
-0
/
+3
*
add -timeout default as constant and use them
Philip Kaufmann
2014-10-06
1
-0
/
+3
*
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-02
1
-2
/
+2
*
Serializer simplifications after IMPLEMENT_SERIALIZE overhaul
Pieter Wuille
2014-09-01
1
-2
/
+1
*
Merge pull request #4737
Pieter Wuille
2014-09-01
1
-13
/
+17
|
\
|
*
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
1
-9
/
+4
|
*
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
1
-10
/
+10
|
*
overhaul serialization code
Kamil Domanski
2014-08-31
1
-10
/
+19
*
|
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+1
|
/
*
Remove all other print() methods
Wladimir J. van der Laan
2014-08-20
1
-2
/
+0
*
Add GetNetworkName function
Wladimir J. van der Laan
2014-07-30
1
-1
/
+2
*
net: add SetSocketNonBlocking() as OS independent wrapper
Philip Kaufmann
2014-07-17
1
-0
/
+2
[next]