aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/local
Commit message (Expand)AuthorAge
* Convert googletest and nanopb CMake builds to add_subdirectory (#1522)Gravatar Gil2018-07-13
* Fix Firestore when compiled with Xcode 8.3 (#1519)Gravatar Gil2018-07-11
* Firestore CMake cleanup (#1510)Gravatar Gil2018-07-11
* Add support for NoDocument in the local serializer (#1484)Gravatar rsgowman2018-07-03
* Refactor nanopb decoding methods (#1438)Gravatar rsgowman2018-06-25
* Fix a few implicit converstion warnings (#1439)Gravatar rsgowman2018-06-22
* Initial creation of the local serializer. (#1415)Gravatar rsgowman2018-06-21
* Minor LevelDB cleanups (#1401)Gravatar Gil2018-06-13
* 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