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
Age
Commit message (
Expand
)
Author
2019-10-09
build: Fix #include sys/poll.h to just poll.h (without sys/)
Daki Carnhof
2019-10-01
add stdin helpers for password input support
Karl-Johan Alm
2019-04-13
Include cstring for sanity_test_fdelt if required
Ben Woosley
2019-04-13
[moveonly] Split glibc sanity_test_fdelt out
Ben Woosley
2019-03-05
Document assumptions about C++ compiler
practicalswift
2019-03-04
Add sizeof(size_t) assumptions
practicalswift
2019-02-14
Add compile time verification of assumptions we're currently making implicitl...
practicalswift
2018-08-16
Merge #13665: [build] Add risc-v support to gitian
Wladimir J. van der Laan
2018-08-09
Add risc-v 64-bit to gitian
Chun Kuan Lee
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
scripted-diff: prefer MAC_OSX over __APPLE__
fanquake
2018-06-02
GCC-7 and glibc-2.27 compat code
Chun Kuan Lee
2018-04-16
Default to defining endian-conversion DECLs in compat w/o config
Matt Corallo
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-17
Merge #11140: Trivial: Improve #endif comments
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-28
Merge #11144: Move local include to before system includes
Wladimir J. van der Laan
2017-08-25
Move local include to before system includes
danra
2017-08-25
Trivial: Improve #endif comments
danra
2017-08-25
Simplify bswap_16 implementation
danra
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-17
Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.
Karl-Johan Alm
2016-11-06
[copyright] copyright header style uniform
isle2983
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-06-07
Add an alternate location of endian.h header
Andriy Voskoboinyk
2015-03-06
build: Endian compatibility
Wladimir J. van der Laan
2015-02-23
build: remove libstdc++ backwards-compat
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
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-09-29
update license of compat and crypto
Philip Kaufmann
2014-09-25
Apply clang-format on crypto/* and compat/*
Pieter Wuille
2014-08-08
libc-compat: add new symbol that's now needed
Cory Fields
2014-06-23
build: fix build weirdness after 54372482.
Cory Fields
2014-06-21
small cleanup in src/compat .h and .cpp
Philip Kaufmann
2014-06-16
sanity: add libc/stdlib sanity checks
Cory Fields
2014-04-11
build: add symbol for upcoming gcc 4.9's libstdc++
Cory Fields
2014-04-10
build: add glibc/libstdc++ back-compat stubs
Cory Fields