aboutsummaryrefslogtreecommitdiff
path: root/src/database/database-leveldb.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spacing fixesShadowNinja2022-04-081-1/+1
|
* Make sure relevant std::stringstreams are set to binarysfan52021-09-111-8/+8
|
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-011-8/+8
| | | | | | | This commit clarifies the maximal length of the serialized strings. It will avoid accidental use of serializeString() when a larger string can be expected. Removes unused Wide String serialization functions
* Add LevelDB player database (#9982)luk3yx2020-06-121-0/+112
|
* Add LevelDB auth database. (#9476)luk3yx2020-04-231-1/+97
| | | | * Add leveldb auth database.
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+101
* Move files around