aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Remote
Commit message (Expand)AuthorAge
...
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Actually ignore events on inactive streams, rather than just logging that we'...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
* Listen sequence numbers (#675)Gravatar Greg Soltis2018-01-17
* Remove over-aggressive closeWithFinalState: delegate assert. (#656)Gravatar Michael Lehenbauer2018-01-11
* Log pending writes when we disable the network (#604)Gravatar Greg Soltis2018-01-02
* Rename all the onlineStateChanged methods to applyChangedOnlineState. (#574)Gravatar Michael Lehenbauer2017-12-19
* Firestore `isEqual()` on Public Types (#569)Gravatar zxu2017-12-19
* Expose network management (#566)Gravatar Greg Soltis2017-12-18
* Test cleanup: Adds a helper for waiting for FSTVoidErrorBlock callbacks.Gravatar Michael Lehenbauer2017-12-18
* b/68276665: Raise isFromCache=true events when offline (#567)Gravatar Michael Lehenbauer2017-12-15
* Merge pull request #514 from firebase/zxu/logofflineGravatar zxu2017-12-07
|\
| * refactoring the condition when to warn offlineGravatar zxu1232017-12-06
| * implement log warning for offline statusGravatar zxu1232017-12-05
* | Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
|/
* Merge pull request #522 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\
| * Ignoring stream messages for closed streamsGravatar Sebastian Schmidt2017-12-01
* | Merge pull request #510 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\|
| * Checking for stream close in handleStreamCloseGravatar Sebastian Schmidt2017-11-30
* | Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30
| * Fixing testsGravatar Sebastian Schmidt2017-11-29
| * Merge branch 'master' into mrschmidt-crashGravatar Sebastian Schmidt2017-11-29
| |\ | |/ |/|
| * Fixing race in FSTWriteStreamGravatar Sebastian Schmidt2017-11-29
* | Change FSTExponentialBackoff to use firestore::SecureRandom directly (#492)Gravatar Gil2017-11-27
* | Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
|/
* Sending an empty write request before tearing down the stream (#438)Gravatar Sebastian Schmidt2017-11-08
* Moving the Stream class to their own file (#418)Gravatar Sebastian Schmidt2017-10-31
* Closing the write and watch stream after 60s of idleness (#388)Gravatar Sebastian Schmidt2017-10-30
* b/67423356: Exponential backoff on writes should back off until the first suc...Gravatar Michael Lehenbauer2017-10-26
* Moving the StreamTest to integration tests (#391)Gravatar Sebastian Schmidt2017-10-24
* Port of fix for b/67042460 (retry more often before considering client offlin...Gravatar Michael Lehenbauer2017-10-23
* Adding goOnline/goOffline to the RemoteStore (#347)Gravatar Sebastian Schmidt2017-10-11
* 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