| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Cleans up and organizes several scattered functions and variables related to
the BDB env. Class CDBInit() existed to provide a
guaranteed-via-C++-destructor cleanup of the db environment.
A formal CDBEnv class provides all of this inside a single wrapper.
|
| |/
|
|
|
|
| |
I originally created a pull to replace the "COPYING" in crypter.cpp and
crypter.h, but it turned out that COPYING was actually the correct
file.
|
| |
|
|
| |
manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log)
|
| |
|
|
| |
%12"PRI64d" instead
|
| |
|
|
|
|
|
| |
This commit removes the dependency of serialize.h on PROTOCOL_VERSION,
and makes this parameter required instead of implicit. This is much saner,
as it makes the places where changing a version number can have an
influence obvious.
|
|
|
In addition to standard code separation, this change opens the door
to fixing several include inter-dependencies.
|