aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTLevelDBRemoteDocumentCache.mm
Commit message (Expand)AuthorAge
* Eliminate unnecessary DocumentKey->FSTDocumentKey conversions (#1507)Gravatar Konstantin Varlamov2018-07-10
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Remove unused shutdown methods (#993)Gravatar Greg Soltis2018-03-29
* Remove some usages of FSTWriteGroup (#983)Gravatar Greg Soltis2018-03-29
* Running a transaction (#969)Gravatar Greg Soltis2018-03-26
* Switch LevelDB MutationQueue and RemoteDocumentCache to use transactions (#968)Gravatar Greg Soltis2018-03-26
* port C++ `DocumentKey` to `Local/*` (#963)Gravatar zxu2018-03-23
* port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* normalize and port the rest of Firebase/Port code (#713)Gravatar zxu2018-01-27
* normalize string_util (#708)Gravatar zxu2018-01-25
* Use a prefix scan when fetching documents matching a query. (#488)Gravatar rsgowman2017-11-22
* Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
* Clang-format Objective-C++ too (#419)Gravatar Gil2017-11-07
* Release 4.3.0 (#327)Gravatar Gil2017-10-03