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
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-06-22
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-06-06
refactor: Replace RecursiveMutex with Mutex in netbase.cpp
Hennadii Stepanov
2020-01-22
Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...
Wladimir J. van der Laan
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
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-11-04
doc: Fix some misspellings
randymcmillan
2019-08-08
util: refactor upper/lowercase functions
Karl-Johan Alm
2019-07-18
net: Make poll in InterruptibleRecv only filter for POLLIN events.
tecnovert
2019-07-15
docs: Improve netbase comments
Carl Dong
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-01-24
Drop defunct Windows compat fixes
Ben Woosley
2018-12-03
Implement poll() on systems which support it properly.
Patrick Strateman
2018-11-28
Add missing locking annotations
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-11
Call unicode API on Windows
Chun Kuan Lee
2018-08-28
Removes the Boost case_conv.hpp dependency.
251
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-22
Removes Boost predicate.hpp dependency
251
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-06-24
Log warning message when deprecated network name 'tor' is used (e.g. option o...
wodry
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-16
net: Minor accumulated cleanups
Thomas Snider
2018-04-13
Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...
Wladimir J. van der Laan
2018-03-15
Remove redundant checks for MSG_* from configure.ac
Vasil Dimov
2018-03-11
Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...
practicalswift
2018-02-13
Remove useless string initialization.
Alin Rus
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-01
net: initialize socket to avoid closing random fd's
Cory Fields
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: Move IsSelectableSocket check into socket creation
Cory Fields
2017-12-12
net: split socket creation out of connection
Cory Fields
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
Fix a vs. an typo
practicalswift
2017-09-28
Merge #10663: net: split resolve out of connect
Wladimir J. van der Laan
2017-09-26
net: Improve and document SOCKS code
Wladimir J. van der Laan
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-18
net: remove now-unused functions
Cory Fields
2017-09-18
net: separate resolving and conecting
Cory Fields
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-22
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...
Dag Robole
2017-07-15
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...
Pieter Wuille
2017-07-13
Fix uninitialized atomic variables
João Barbosa
[next]