aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
Commit message (Expand)AuthorAge
* Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* Drop FSTRemoteDocumentChangeBuffer (#1013)Gravatar Greg Soltis2018-04-02
* Updating Firestore Changelog for v0.11.0Gravatar Sebastian Schmidt2018-04-02
* Add a flag to control whether DocumentSnapshots return Dates or Timestamps fo...Gravatar Konstantin Varlamov2018-03-30
* Fix optimized build missing symbol issue (#1009)Gravatar Paul Beusterien2018-03-30
* Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* C++ migration: refactor Timestamp logic checking for overflow. (#1000)Gravatar Konstantin Varlamov2018-03-29
* C++ migration: fix some Timestamp tests failing on Linux. (#999)Gravatar Konstantin Varlamov2018-03-29
* Clean up usages of std::make_unique that crept in (#996)Gravatar Gil2018-03-29
* Remove unused shutdown methods (#993)Gravatar Greg Soltis2018-03-29
* Remove some usages of FSTWriteGroup (#983)Gravatar Greg Soltis2018-03-29
* Initial TreeSortedMap and SortedMap in C++ (#980)Gravatar Gil2018-03-29
* Fix some formatting issues.Gravatar Bryan Klimt2018-03-27
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* Only add nanopb proto headers to the -I path when depending on the nanopb pro...Gravatar rsgowman2018-03-27
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* Merge pull request #979 from firebase/morganchen12-patch-1Gravatar Morgan Chen2018-03-26
|\
* | Running a transaction (#969)Gravatar Greg Soltis2018-03-26
| * backtick-escape code blockGravatar Morgan Chen2018-03-26
|/
* Fix issue that could cause offline get()s to wait up to 10 seconds. (#978)Gravatar Michael Lehenbauer2018-03-26
* Switch LevelDB MutationQueue and RemoteDocumentCache to use transactions (#968)Gravatar Greg Soltis2018-03-26
* Rewrite leveldb_key to use a Reader/Writer class (#960)Gravatar Gil2018-03-24
* port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* fix a typo (#970)Gravatar zxu2018-03-23
* port C++ `DocumentKey` to `Local/*` (#963)Gravatar zxu2018-03-23
* Renames in serializer to reflect recent changes (#957)Gravatar rsgowman2018-03-23
* Switch FSTLevelDBQueryCache to use transactions (#942)Gravatar Greg Soltis2018-03-22
* Change write groups to use transactions (#912)Gravatar Greg Soltis2018-03-22
* Add `ToString()` to `LevelDbTransaction` (#946)Gravatar Greg Soltis2018-03-22
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* 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
* Fix FSTTimerID strings in spec tests to match constants used in web. (#953)Gravatar Michael Lehenbauer2018-03-20
* Merge pull request #950 from firebase/release-4.11.0Gravatar Paul Beusterien2018-03-20
|\
* | Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* | port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* | Implements transactions for leveldb (#881)Gravatar Greg Soltis2018-03-15
* | Move core/types.h to model to prevent a core -> local -> core dependency cycl...Gravatar Gil2018-03-15
* | adding converters between DocumentKey (#900)Gravatar zxu2018-03-15
* | Move creation of pb_ostream_t's into Writer (#920)Gravatar rsgowman2018-03-15
| * Temporarily disable currently-over-aggressive assert for duplicate FSTDispatc...Gravatar Michael Lehenbauer2018-03-14
* | Partial wrapping of pb_ostream_t (pt5) (#916)Gravatar rsgowman2018-03-14
| * Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|/
* Add a CHANGELOG entry for fixed absl symbols (#918)Gravatar Gil2018-03-14
* 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
* Partial wrapping of pb_ostream_t (pt4) (#915)Gravatar rsgowman2018-03-13
* Update CHANGELOG for Firestore v0.10.4 (#914)Gravatar Gil2018-03-13