aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/local
Commit message (Expand)AuthorAge
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* Remove extraneous braces (#1315)Gravatar Gil2018-05-22
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Fix iteration past end in LevelDBTransaction::Iterator (#1105)Gravatar Gil2018-04-16
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* Clean up usages of std::make_unique that crept in (#996)Gravatar Gil2018-03-29
* Switch LevelDB MutationQueue and RemoteDocumentCache to use transactions (#968)Gravatar Greg Soltis2018-03-26
* Rewrite leveldb_key to use a Reader/Writer class (#960)Gravatar Gil2018-03-24
* Switch FSTLevelDBQueryCache to use transactions (#942)Gravatar Greg Soltis2018-03-22
* Change write groups to use transactions (#912)Gravatar Greg Soltis2018-03-22
* Add `ToString()` to `LevelDbTransaction` (#946)Gravatar Greg Soltis2018-03-22
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* Implements transactions for leveldb (#881)Gravatar Greg Soltis2018-03-15