aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local
Commit message (Expand)AuthorAge
* Eliminate unnecessary DocumentKey->FSTDocumentKey conversions (#1507)Gravatar Konstantin Varlamov2018-07-10
* In FSTLocalDocumentsView, search for all batches affecting a set of keys in o...Gravatar Konstantin Varlamov2018-07-10
* Add allMutationsAffectingDocumentKeys to FSTMutationQueue (#1479)Gravatar Gil2018-07-09
* Minor LevelDB cleanups (#1401)Gravatar Gil2018-06-13
* Refactor Remote Event (#1396)Gravatar Sebastian Schmidt2018-06-12
* Remove nearly all usages of WrapNSStringNoCopy (#1351)Gravatar Gil2018-05-30
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* Remove extraneous braces (#1315)Gravatar Gil2018-05-22
* Remove final vestiges of FSTSnapshotVersion (#1253)Gravatar Gil2018-05-09
* Introduce ReferenceDelegates (#1222)Gravatar Greg Soltis2018-05-08
* Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)Gravatar Gil2018-05-05
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* Bump sequence numbers when receiving a new resume token (#1214)Gravatar Greg Soltis2018-05-03
* Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* Port `SnapshotVersion` for `Remote` (#1174)Gravatar zxu2018-04-25
* Port `SnapshotVersion` for `Local` (#1182)Gravatar zxu2018-04-25
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Drop FSTRemoteDocumentChangeBuffer (#1013)Gravatar Greg Soltis2018-04-02
* Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* 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 `Remote/*` (#965)Gravatar zxu2018-03-24
* port C++ `DocumentKey` to `Local/*` (#963)Gravatar zxu2018-03-23
* Switch FSTLevelDBQueryCache to use transactions (#942)Gravatar Greg Soltis2018-03-22
* Change write groups to use transactions (#912)Gravatar Greg Soltis2018-03-22
* 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
* Fix MutationQueue issue resulting in re-sending acknowledged writes. (#909)Gravatar Michael Lehenbauer2018-03-12
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Keep track of number of queries in the query cache (#776)Gravatar Greg Soltis2018-02-13
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Schema migrations for LevelDB (#728)Gravatar Greg Soltis2018-01-30
* normalize and port the rest of Firebase/Port code (#713)Gravatar zxu2018-01-27
* port TargetIdGenerator to iOS (#709)Gravatar zxu2018-01-25
* normalize string_util (#708)Gravatar zxu2018-01-25
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Listen sequence numbers (#675)Gravatar Greg Soltis2018-01-17
* Fix FSTLocalDocumentsView to allow multiple mutations while offline (#644)Gravatar rsgowman2018-01-11
* Run style.sh (#636)Gravatar Michael Lehenbauer2018-01-10
* Firestore `isEqual()` on Public Types (#569)Gravatar zxu2017-12-19
* Fix StringView to properly convert NSStrings (#509)Gravatar rsgowman2017-11-30
* Use a prefix scan when fetching documents matching a query. (#488)Gravatar rsgowman2017-11-22