summaryrefslogtreecommitdiff
path: root/src/database/database-leveldb.cpp
Commit message (Collapse)AuthorAge
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-01
| | | | | | | 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-12
|
* Add LevelDB auth database. (#9476)luk3yx2020-04-23
| | | | * Add leveldb auth database.
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around