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