aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Core
Commit message (Expand)AuthorAge
* Move creation of FSTFilter objects to static create method on FSTFilter. (#1512)Gravatar rsgowman2018-07-11
* Eliminate unnecessary DocumentKey->FSTDocumentKey conversions (#1507)Gravatar Konstantin Varlamov2018-07-10
* Remove Limbo Document GC (#1413)Gravatar Greg Soltis2018-06-20
* 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
* b/79432277: Limit Queries to only a single array-contains clause. (#1286)Gravatar Michael Lehenbauer2018-05-16
* Clean up implicit retain self warnings introduced recently (#1268)Gravatar Gil2018-05-13
* Firestore: use C++ Executor for user queue. (#1238)Gravatar Konstantin Varlamov2018-05-10
* Remove final vestiges of FSTSnapshotVersion (#1253)Gravatar Gil2018-05-09
* Make BasePath hash directly as a range (#1232)Gravatar Gil2018-05-06
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* Fix Firestore style issue. (#1220)Gravatar Ryan Wilson2018-05-03
* Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* Port the feedback from the Java port (#1199)Gravatar Greg Soltis2018-04-30
* Identify limbo-only document updates (#1167)Gravatar Greg Soltis2018-04-25
* Port `SnapshotVersion` for `Remote` (#1174)Gravatar zxu2018-04-25
* Array Contains Queries (not added to public headers yet). (#1138)Gravatar Michael Lehenbauer2018-04-23
* Filter out document updates from target association changes (#1122)Gravatar Greg Soltis2018-04-20
* Add GetOptions for controlling offline get behaviour (#655)Gravatar rsgowman2018-04-18
* Replace the `SetOptions` object with a simple boolean. (#1098)Gravatar Gil2018-04-15
* Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* Remove unused shutdown methods (#993)Gravatar Greg Soltis2018-03-29
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* port C++ `DocumentKey` to `Local/*` (#963)Gravatar zxu2018-03-23
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* 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 10 second timeout waiting for connection before client behaves as-if offl...Gravatar Michael Lehenbauer2018-03-05
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* Style fixesGravatar Benoit St-Pierre2018-02-26
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* replacing FSTGetTokenResult by C++ Token implementation (#805)Gravatar zxu2018-02-20
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* fix null block execution crashGravatar Morgan Chen2018-02-02
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* travis: check for copyright in sources (#717)Gravatar Paul Beusterien2018-01-27
* Fix b/72502745: OnlineState changes cause limbo document crash. (#470) (#714)Gravatar Michael Lehenbauer2018-01-27
* port TargetIdGenerator to iOS (#709)Gravatar zxu2018-01-25
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Listen sequence numbers (#675)Gravatar Greg Soltis2018-01-17