aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase/firestore/remote
Commit message (Expand)AuthorAge
* Fix Firestore when compiled with Xcode 8.3 (#1519)Gravatar Gil2018-07-11
* C++ migration: add a C++ implementation of `FSTExponentialBackoff` (#1465)Gravatar Konstantin Varlamov2018-07-10
* Fix a few implicit converstion warnings (#1439)Gravatar rsgowman2018-06-22
* Merge remote-tracking branch 'origin/master' into rsgowman/protobuf_cppGravatar Rich Gowman2018-06-12
|\
| * 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
| * 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 namespace alias for v1beta1 (#1310)Gravatar rsgowman2018-05-22
* [De]serialize non-empty Document instances (#1284)Gravatar rsgowman2018-05-22
* [De]serialize empty Document instances (#1262)Gravatar rsgowman2018-05-15
* [De]serialize Timestamps via the remote Serializer (#1233)Gravatar rsgowman2018-05-09
* [De]serialize DocumentKeys via the remote Serializer (#1212)Gravatar rsgowman2018-05-04
* Minor test naming fixup (#1209)Gravatar rsgowman2018-05-02
* 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
* 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
* [De]Serialize FieldValue map_values ("Objects") (#878)Gravatar rsgowman2018-03-08
* Serialize (and deserialize) string values (#864)Gravatar rsgowman2018-02-28
* Eliminate TypedValue and serialize direct from FieldValue to bytes. (#860)Gravatar rsgowman2018-02-27
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* Fix trivial mem leak in the test suite (#828)Gravatar rsgowman2018-02-21
* 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