aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Remote
Commit message (Expand)AuthorAge
* Move creation of FSTFilter objects to static create method on FSTFilter. (#1512)Gravatar rsgowman2018-07-11
* Improves "Could not reach Firestore backend." log message. (#1455)Gravatar Michael Lehenbauer2018-06-26
* Removing the target state on stream error (#1420)Gravatar Sebastian Schmidt2018-06-20
* Hookup serializer_test.cc to the xcode based test suite (#1343)Gravatar rsgowman2018-06-18
|\
| * Fix retain self warnings that crept inGravatar Marek Gilbert2018-06-15
* | Refactor Remote Event (#1396)Gravatar Sebastian Schmidt2018-06-12
|/
* Force refresh token if RPC fails with "Unauthenticated" error (#1373)Gravatar Konstantin Varlamov2018-06-07
* Fix Firestore compilation under Xcode < 9.2 (#1367)Gravatar Gil2018-06-01
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* Remove final vestiges of FSTSnapshotVersion (#1253)Gravatar Gil2018-05-09
* Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)Gravatar Gil2018-05-05
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* [De]serialize DocumentKeys via the remote Serializer (#1212)Gravatar rsgowman2018-05-04
* Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-03
* Fix warning on FSTTargetMapping mentioned in #1210 (#1218)Gravatar Gil2018-05-03
* 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 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
* Serialize array transform mutations. (#1107)Gravatar Michael Lehenbauer2018-04-17
* Remove immutable map from [FSTDatastore lookupDocuments:completion:] (#1080)Gravatar Gil2018-04-13
* 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 transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* Add a flag to control whether DocumentSnapshots return Dates or Timestamps fo...Gravatar Konstantin Varlamov2018-03-30
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* Fix issue that could cause offline get()s to wait up to 10 seconds. (#978)Gravatar Michael Lehenbauer2018-03-26
* port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* Fix for b/74749605: Cancel pending backoff operations when closing streams. (...Gravatar Michael Lehenbauer2018-03-21
* Change CredentialsProvider::TokenListener to use StatusOr<Token> (#945)Gravatar rsgowman2018-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
* Defend against users making API calls during deinit (#863)Gravatar Gil2018-03-13
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
* 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
* Avoid warnings about failing to override a designated initializer (#832)Gravatar Gil2018-02-22
* Fix implicit retain self warnings (#808)Gravatar rsgowman2018-02-21
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* Fix two stream close issues (b/73167987, b/73382103). (#810)Gravatar Michael Lehenbauer2018-02-20
* replacing FSTGetTokenResult by C++ Token implementation (#805)Gravatar zxu2018-02-20
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15