aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase
Commit message (Expand)AuthorAge
...
* 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
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* Serialize (and deserialize) string values (#864)Gravatar rsgowman2018-02-28
* Add FieldValue.boolean_value() (#862)Gravatar rsgowman2018-02-27
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* Eliminate TypedValue and serialize direct from FieldValue to bytes. (#860)Gravatar rsgowman2018-02-27
* Refactor [En|De]codeVarint to be symetric wrt tags (#837)Gravatar rsgowman2018-02-22
* Fix Firestore tests for M22 (#834)Gravatar Gil2018-02-22
* Avoid wrapping and rewrapping NSStrings when constructing DatabaseId (#833)Gravatar Gil2018-02-22
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* [En|De]codeUnsignedVarint -> [En|De]codeVarint (#817)Gravatar rsgowman2018-02-20
* replacing FSTGetTokenResult by C++ Token implementation (#805)Gravatar zxu2018-02-20
* Serialize (and deserialize) bool values (#791)Gravatar rsgowman2018-02-16
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Serialize and deserialize null (#783)Gravatar rsgowman2018-02-13
* Port Firestore Document to C++ (#777)Gravatar zxu2018-02-12
* Update FieldValue of type Reference (#775)Gravatar zxu2018-02-12
* C++ port: add C++ equivalent of FSTDocumentKey. (#762)Gravatar Konstantin Varlamov2018-02-09
* port Firestore SnapshotVersion in C++ (#767)Gravatar zxu2018-02-09
* port Firestore Auth module in C++ (#733)Gravatar zxu2018-02-09
* cmake build fixes (#770)Gravatar rsgowman2018-02-09
* Explicitly specify the default constructor to FieldPath (#773)Gravatar Gil2018-02-08
* C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749)Gravatar Konstantin Varlamov2018-02-06
* Merge pull request #747 from firebase/rsgowman/nanopbGravatar rsgowman2018-02-06
|\
* | Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
| * ./style.shGravatar Rich Gowman2018-02-06
| * Hook up nanopb to firestorep projectGravatar Rich Gowman2018-02-06
|/
* Start on ArraySortedMap in C++ (#721)Gravatar Gil2018-01-31
* Firestore DatabaseId in C++ (#727)Gravatar zxu2018-01-29