aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore
Commit message (Expand)AuthorAge
...
* Clean up warnings in Firestore (#1146)Gravatar Gil2018-04-19
* Implement iterators for our immutable maps (#1132)Gravatar Gil2018-04-19
* Serialize array transform mutations. (#1107)Gravatar Michael Lehenbauer2018-04-17
* Implement TreeSortedMap::insert (#1081)Gravatar Gil2018-04-17
* Implement local and server application of arrayUnion and arrayRemove transfor...Gravatar Michael Lehenbauer2018-04-16
* Fix iteration past end in LevelDBTransaction::Iterator (#1105)Gravatar Gil2018-04-16
* Array Transforms public API and parsingGravatar Michael Lehenbauer2018-04-13
* Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Refactor deserialization methods (#1038)Gravatar rsgowman2018-04-11
* Make it easier to consume sub-libraries within util (#1065)Gravatar Gil2018-04-10
* Minor cleanups to firebase_assert.h (#1051)Gravatar Gil2018-04-10
* Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* FIREBASE_DEV_ASSERT -> FIREBASE_ASSERT within serializer.cc (#1062)Gravatar rsgowman2018-04-10
* Fix build on linux due to isnan not being present. (#1063)Gravatar rsgowman2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Fix build breakage on linux (#997)Gravatar rsgowman2018-04-05
* Add error handling for serializer (for serializing case only) (#991)Gravatar rsgowman2018-04-05
* Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* Fix optimized build missing symbol issue (#1009)Gravatar Paul Beusterien2018-03-30
* Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* Clean up usages of std::make_unique that crept in (#996)Gravatar Gil2018-03-29
* Initial TreeSortedMap and SortedMap in C++ (#980)Gravatar Gil2018-03-29
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* 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
* 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
* Change CredentialsProvider::TokenListener to use StatusOr<Token> (#945)Gravatar rsgowman2018-03-21
* 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
* Partial wrapping of pb_ostream_t (pt5) (#916)Gravatar rsgowman2018-03-14
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* Partial wrapping of pb_ostream_t (pt4) (#915)Gravatar rsgowman2018-03-13
* Partial wrapping of pb_ostream_t (pt3) (#907)Gravatar rsgowman2018-03-13
* Allow serializing arbitrary length FieldValues (#889)Gravatar rsgowman2018-03-12
* Fix test failures that occur during prod build (#910)Gravatar rsgowman2018-03-12
* Partial wrapping of pb_ostream_t (pt2) (#903)Gravatar rsgowman2018-03-12
* Partial wrapping of pb_ostream_t (pt1) (#899)Gravatar rsgowman2018-03-09
* [De]Serialize FieldValue map_values ("Objects") (#878)Gravatar rsgowman2018-03-08