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
/
compat.h
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-03-01
net: extend Sock with methods for robust send & read until terminator
Vasil Dimov
2021-03-01
net: dedup MSG_NOSIGNAL and MSG_DONTWAIT definitions
Vasil Dimov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-22
net: Drop unneeded Windows headers in compat.h
Hennadii Stepanov
2020-08-20
Move Win32 defines to configure.ac to ensure they are globally defined
Luke Dashjr
2019-01-23
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Chun Kuan Lee
2018-12-03
Implement poll() on systems which support it properly.
Patrick Strateman
2018-11-14
Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h
Ben Woosley
2018-08-23
Make IS_TRIVIALLY_CONSTRUCTIBLE consistent on GCC < 5
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-16
net: Minor accumulated cleanups
Thomas Snider
2018-02-27
Add new prevector benchmarks.
Evan Klitzke
2018-01-12
Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)
Jan Sarenik
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-07-22
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...
Dag Robole
2017-03-05
compat: use `unsigned int` instead of `u_int`
Wladimir J. van der Laan
2017-03-05
build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally
Wladimir J. van der Laan
2017-03-05
build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-29
Include select.h when WIN32 is not defined
Ivo van der Sangen
2016-05-05
don't run ThreadMessageHandler at lowered priority
Kaz Wesley
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-22
Set TCP_NODELAY on P2P sockets.
Gregory Maxwell
2015-07-20
Fix warning introduced by #6412
Wladimir J. van der Laan
2015-07-10
Test whether created sockets are select()able
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-26
Include missing config/bitcoin-config.h.
Pavel Janík
2014-11-24
Check for strnlen and provide it if it is not found.
Pavel Janík
2014-11-03
Fix all header defines
Pavel Janík
2014-08-26
Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h
Wladimir J. van der Laan
2014-08-26
Move SetThreadPriority implementation to util.cpp instead of the header
Wladimir J. van der Laan
2014-08-08
small net cleanup
Philip Kaufmann
2014-07-17
Convert closesocket 'compat wrapper' to function in netbase
Wladimir J. van der Laan
2014-05-02
reorder includes to compile on OpenBSD
Fabian Raetz
2013-11-29
Merge pull request #3309
Wladimir J. van der Laan
2013-11-27
prevent Windows redefinition warning cause by compat.h
Philip Kaufmann
2013-11-22
Move types.h include before ifaddres.h for u_int declaration
Robert Backhaus
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-10-11
prevent compiler redefinition warnings
Philip Kaufmann
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-07-24
cleanup compat.h Windows stuff
Philip Kaufmann
2013-04-26
Allow select()ing up to 1024 file descriptors on Windows
Pieter Wuille
2012-05-18
Update License in File Headers
Fordy
2012-04-25
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
Timothy Redaelli
[next]