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
/
fs.cpp
Age
Commit message (
Expand
)
Author
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-14
fs: fully initialize _OVERLAPPED for win32
Cory Fields
2022-06-20
build: globally define NOMINMAX
fanquake
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-26
fs: add missing <cassert> include
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-22
refactor: include a missing <limits> header in fs.cpp
Joan Karadimov
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-08-27
Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werror
W. J. van der Laan
2021-08-24
Fix build with Boost 1.77.0
Rafael Sadowski
2021-04-13
Fix Windows build with --enable-werror on Ubuntu Focal
Hennadii Stepanov
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-06-16
Add missing includes to fix compile errors
MarcoFalke
2020-04-26
Fix WSL file locking by using flock instead of fcntl
Samuel Dobson
2020-01-04
scripted-diff: Add missed copyright headers
Hennadii Stepanov
2019-10-28
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-04-10
Avoid redefine warning
Peter Bushnell
2019-02-23
wallet: Use fsbridge::ifstream to fix Windows path issue
Chun Kuan Lee
2018-10-19
utils: Fix broken Windows filelock
Chun Kuan Lee
2018-09-26
utils: Add fsbridge fstream function wrapper
Chun Kuan Lee
2018-09-13
Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...
Wladimir J. van der Laan
2018-09-11
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-08-31
utils: Use _wfopen and _wreopen on Windows
Chun Kuan Lee
2018-08-29
Remove unused fsbridge::freopen
practicalswift
2018-08-28
add unicode compatible file_lock for Windows
Chun Kuan Lee
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-09
Remove unused Boost includes
practicalswift
2017-04-03
Add fs.cpp/h
Wladimir J. van der Laan