aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/remote
Commit message (Expand)AuthorAge
* Convert googletest and nanopb CMake builds to add_subdirectory (#1522)Gravatar Gil2018-07-13
* Firestore CMake cleanup (#1510)Gravatar Gil2018-07-11
* C++ migration: add a C++ implementation of `FSTExponentialBackoff` (#1465)Gravatar Konstantin Varlamov2018-07-10
* Add support for NoDocument in the local serializer (#1484)Gravatar rsgowman2018-07-03
* Refactor nanopb decoding methods (#1438)Gravatar rsgowman2018-06-25
* Refactored a few methods from anon namespace to remote serializer (#1435)Gravatar rsgowman2018-06-22
* Initial creation of the local serializer. (#1415)Gravatar rsgowman2018-06-21
* Skip unknown fields while decoding BatchGetDocumentsResponse proto objects (#...Gravatar rsgowman2018-06-05
* Skip unknown fields while decoding FieldValue proto objects. (#1354)Gravatar rsgowman2018-06-04
* Rename nanopb generated headers from foo.pb.h to foo.nanopb.h (#1371)Gravatar rsgowman2018-06-04
* Allow repeated entries in Value proto. (#1346)Gravatar rsgowman2018-05-30
* Handle deserializing BatchGetDocumentsResponse error case... (#1344)Gravatar rsgowman2018-05-29
* "Handle" BatchGetDocumentsResponse.transaction (by ignoring it) (#1318)Gravatar rsgowman2018-05-28
* Deserialize NoDocument instances (#1311)Gravatar rsgowman2018-05-23
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* [De]serialize non-empty Document instances (#1284)Gravatar rsgowman2018-05-22
* fix build for Firestore copybara import (#1308)Gravatar zxu2018-05-22
* Refactoring serializer.cc (#1281)Gravatar rsgowman2018-05-16
* [De]serialize empty Document instances (#1262)Gravatar rsgowman2018-05-15
* Trivial/noop fix to the serializer (#1264)Gravatar rsgowman2018-05-14
* Refactor serializer (#1250)Gravatar rsgowman2018-05-11
* [De]serialize Timestamps via the remote Serializer (#1233)Gravatar rsgowman2018-05-09
* [De]serialize DocumentKeys via the remote Serializer (#1212)Gravatar rsgowman2018-05-04
* Add error handler for serializer (for deserializing cases) (#1181)Gravatar rsgowman2018-05-01
* Adjust serializer test to verify via libprotobuf. (#1039)Gravatar rsgowman2018-04-24
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Refactor deserialization methods (#1038)Gravatar rsgowman2018-04-11
* FIREBASE_DEV_ASSERT -> FIREBASE_ASSERT within serializer.cc (#1062)Gravatar rsgowman2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Add error handling for serializer (for serializing case only) (#991)Gravatar rsgowman2018-04-05
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* Renames in serializer to reflect recent changes (#957)Gravatar rsgowman2018-03-23
* 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
* 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
* 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
* Serialize (and deserialize) string values (#864)Gravatar rsgowman2018-02-28
* Add FieldValue.boolean_value() (#862)Gravatar rsgowman2018-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
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* [En|De]codeUnsignedVarint -> [En|De]codeVarint (#817)Gravatar rsgowman2018-02-20
* Serialize (and deserialize) bool values (#791)Gravatar rsgowman2018-02-16
* Serialize and deserialize null (#783)Gravatar rsgowman2018-02-13
* ./style.shGravatar Rich Gowman2018-02-06
* Hook up nanopb to firestorep projectGravatar Rich Gowman2018-02-06