aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Util
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 C++: make FSTDispatchQueue delegate to C++ implementation (#1240)Gravatar Konstantin Varlamov2018-05-11
* Firestore: use C++ Executor for user queue. (#1238)Gravatar Konstantin Varlamov2018-05-10
* iOS: fix data race in FSTDispatchQueue. (#1070)Gravatar Konstantin Varlamov2018-04-11
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Fix for b/74749605: Cancel pending backoff operations when closing streams. (...Gravatar Michael Lehenbauer2018-03-21
* Temporarily disable currently-over-aggressive assert for duplicate FSTDispatc...Gravatar Michael Lehenbauer2018-03-14
* Defend against users making API calls during deinit (#863)Gravatar Gil2018-03-13
* Add 10 second timeout waiting for connection before client behaves as-if offl...Gravatar Michael Lehenbauer2018-03-05
* Fix implicit retain self warnings (#808)Gravatar rsgowman2018-02-21
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Cleanup import path for FIRLogger (#523)Gravatar rsgowman2017-12-01
* Port autoid to C++ and remove FSTUtil (#475)Gravatar Gil2017-11-27
* Change FSTExponentialBackoff to use firestore::SecureRandom directly (#492)Gravatar Gil2017-11-27
* Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
* Closing the write and watch stream after 60s of idleness (#388)Gravatar Sebastian Schmidt2017-10-30
* Fix warnings exposed by Xcode 9.1 in Firestore source (#354)Gravatar Paul Beusterien2017-10-09
* Release 4.3.0 (#327)Gravatar Gil2017-10-03