aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore
Commit message (Expand)AuthorAge
* Create Status objects from errno (#1374)Gravatar Gil2018-06-12
* Force refresh token if RPC fails with "Unauthenticated" error (#1373)Gravatar Konstantin Varlamov2018-06-07
* Add pathname manipulation utilities (#1376)Gravatar Gil2018-06-05
* Skip unknown fields while decoding BatchGetDocumentsResponse proto objects (#...Gravatar rsgowman2018-06-05
* Build cleanup (#1375)Gravatar Gil2018-06-04
* 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
* Fix Firestore compilation under Xcode < 9.2 (#1367)Gravatar Gil2018-06-01
* Remove nearly all usages of WrapNSStringNoCopy (#1351)Gravatar Gil2018-05-30
* 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
* Fix Objective-C logging (#1322)Gravatar Gil2018-05-23
* Deserialize NoDocument instances (#1311)Gravatar rsgowman2018-05-23
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* Remove extraneous braces (#1315)Gravatar Gil2018-05-22
* 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
* Add a C++ native StringFormat (#1289)Gravatar Gil2018-05-21
* fix lint to run copybara (#1290)Gravatar zxu2018-05-17
* 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
* Firestore C++: make FSTDispatchQueue delegate to C++ implementation (#1240)Gravatar Konstantin Varlamov2018-05-11
* Refactor serializer (#1250)Gravatar rsgowman2018-05-11
* Add missing tests to the Firestore project (#1254)Gravatar Gil2018-05-09
* Remove final vestiges of FSTSnapshotVersion (#1253)Gravatar Gil2018-05-09
* [De]serialize Timestamps via the remote Serializer (#1233)Gravatar rsgowman2018-05-09
* Firestore C++: in AsyncQueue, use steady_clock instead of system_clock. (#1246)Gravatar Konstantin Varlamov2018-05-09
* Firestore C++: compile ExecutorLibdispatch in Objective-C++ mode (#1237)Gravatar Konstantin Varlamov2018-05-08
* Backport array contains / transform improvements from Web. (#1242)Gravatar Michael Lehenbauer2018-05-08
* C++ migration: add AsyncQueue, the C++ version of FSTDispatchQueue (#1176)Gravatar Konstantin Varlamov2018-05-07
* Make BasePath hash directly as a range (#1232)Gravatar Gil2018-05-06
* Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)Gravatar Gil2018-05-05
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* [De]serialize DocumentKeys via the remote Serializer (#1212)Gravatar rsgowman2018-05-04
* Add Immutable SortedSet in C++ (#1206)Gravatar Gil2018-05-02
* Adding mergeFields support (#1141)Gravatar Sebastian Schmidt2018-05-02
* Add error handler for serializer (for deserializing cases) (#1181)Gravatar rsgowman2018-05-01
* Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* Define a general hashing utility in C++ (#1195)Gravatar Gil2018-05-01
* Port `SnapshotVersion` for `Local` (#1182)Gravatar zxu2018-04-25
* Add key-only projections to immutable C++ maps (#1166)Gravatar Gil2018-04-24
* fix a bug caught by asan failure (#1173)Gravatar zxu2018-04-24
* Implement erase in C++ immutable maps (#1158)Gravatar Gil2018-04-24
* Adjust serializer test to verify via libprotobuf. (#1039)Gravatar rsgowman2018-04-24
* Update `FieldValue` For Porting `Mutation`s to C++ (#1144)Gravatar zxu2018-04-23
* Implement find-related methods on C++ immutable maps (#1145)Gravatar Gil2018-04-20
* Fix build breakages under linux (gcc) (#1154)Gravatar rsgowman2018-04-20