aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Core/FSTFirestoreClient.mm
Commit message (Expand)AuthorAge
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* 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
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* Fix Firestore style issue. (#1220)Gravatar Ryan Wilson2018-05-03
* Add GetOptions for controlling offline get behaviour (#655)Gravatar rsgowman2018-04-18
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Remove unused shutdown methods (#993)Gravatar Greg Soltis2018-03-29
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* Add 10 second timeout waiting for connection before client behaves as-if offl...Gravatar Michael Lehenbauer2018-03-05
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* Style fixesGravatar Benoit St-Pierre2018-02-26
* 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