Pieter Wuille
|
cf68a488a4
|
Deduplicate addrdb.cpp and use CHashWriter/Verifier
|
2017-06-01 16:42:07 -07:00 |
|
Wladimir J. van der Laan
|
2a5f574762
|
Use fsbridge for fopen and freopen
Abstracts away how a path is opened to a `FILE*`.
Reduces the number of places where path is converted to a string
for anything else but printing.
|
2017-04-03 12:32:32 +02:00 |
|
Wladimir J. van der Laan
|
bac5c9cf64
|
Replace uses of boost::filesystem with fs
Step two in abstracting away boost::filesystem.
To repeat this, simply run:
```
git ls-files \*.cpp \*.h | xargs sed -i 's/boost::filesystem/fs/g'
```
|
2017-04-03 12:32:32 +02:00 |
|
Wladimir J. van der Laan
|
7d5172d354
|
Replace includes of boost/filesystem.h with fs.h
This is step one in abstracting the use of boost::filesystem.
|
2017-04-03 12:32:32 +02:00 |
|
isle2983
|
27765b6403
|
Increment MIT Licence copyright header year on files modified in 2016
Edited via:
$ contrib/devtools/copyright_header.py update .
|
2016-12-31 11:01:21 -07:00 |
|
Pavel Janík
|
f26da35142
|
Fix copypasted comment.
|
2016-11-24 12:12:57 +01:00 |
|
Cory Fields
|
d93b14dc5d
|
net: move CBanDB and CAddrDB out of net.h/cpp
This will eventually solve a circular dependency
|
2016-09-08 12:03:22 -04:00 |
|