aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/remote
Commit message (Expand)AuthorAge
* "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
* Add a cc_library to the CMake build (#670)Gravatar Gil2018-01-17
* Build gRPC for Firestore C++ (#652)Gravatar Gil2018-01-13