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