1. 800a71c Don't always import Protobuf like a framework by Jorge Canizales · 8 years ago
  2. c93d6a6 Merge master into merge-0.14-into-master by Jorge Canizales · 8 years ago
  3. 96e3d1c fixed indentation #2 by Makarand Dharmapurikar · 8 years ago
  4. 7a3c427 fixed indentation by Makarand Dharmapurikar · 8 years ago
  5. fc5f505 fixes #7051 by Makarand Dharmapurikar · 8 years ago
  6. d5fd7dd Addressed review comments by Yuchen Zeng · 8 years ago
  7. aa33832 Revert ProtoService.m, add an exception for its incompatible-pointer-types warning by Yuchen Zeng · 8 years ago
  8. 36a58a7 Enable treating warnings as errors for target gRPC by Yuchen Zeng · 8 years ago
  9. fb4a545 ProtoRPC: Framework-like import of proto runtime by Jorge Canizales · 8 years ago
  10. d861b13 Merge pull request #6823 from makdharma/bugfixes by Jan Tattermusch · 8 years ago
  11. 4f11ab1 addressed feedback. by Makarand Dharmapurikar · 8 years ago
  12. 6f95010 fix for issue 5548. Deprecated old classes and created subclasses. by Makarand Dharmapurikar · 8 years ago
  13. 150e502 added ** for doc autogen. by Makarand Dharmapurikar · 8 years ago
  14. b43bda4 added comment about host parameter format (issue 4147) by Makarand Dharmapurikar · 8 years ago
  15. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  16. 9b5de79 Copyright fix by Craig Tiller · 8 years ago
  17. ab5500e Fixed proto method without package naming in ObjC. by Kristopher Wuollett · 8 years ago
  18. b10776c Reformat comments as Cocoadocs by Jorge Canizales · 9 years ago
  19. cabbcbf Documentation: Don’t retry if not idempotent! by Jorge Canizales · 9 years ago
  20. f5d5194 Wrap parsing error appropriately before propagating. by Jorge Canizales · 9 years ago
  21. ebfd119 Propagate parsing error if we get a bad response by Jorge Canizales · 9 years ago
  22. 29f55d5 Remove GRXWriter wrappers that are now unnecessary by Jorge Canizales · 9 years ago
  23. 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
  24. 7b52c98 Separate GRXForwardingWriter, delete the protocol by Jorge Canizales · 9 years ago
  25. 5260f53 Rename HTTP2Path -> HTTPPath by Jorge Canizales · 9 years ago
  26. be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
  27. 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
  28. 3cacaac Minor: add TODO to improve an error message. by Jorge Canizales · 9 years ago
  29. c608686 Don’t import Protobuf runtime using Cocoapods paths by Jorge Canizales · 9 years ago
  30. 3936ed7 Import headers based on path in the runtime libraries by Jorge Canizales · 9 years ago
  31. f03d266 Fix for changed parseFromData: signature (now parseFromData:error:) by Marc Wandschneider · 9 years ago
  32. b2c300c s/didFinishWithError/writesFinishedWithError by Jorge Canizales · 9 years ago
  33. a90a9c3 s/didReceiveValue/writeValue by Jorge Canizales · 9 years ago
  34. 44fb295 Move our runtime to proto3 and make the dependency explicit by Jorge Canizales · 9 years ago
  35. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago
  36. f593fef Fixes syntax errors. by Jorge Canizales · 9 years ago
  37. 6482d5d Makes the runtime serialize alright. by Jorge Canizales · 9 years ago
  38. 2779ccb Adds basic runtime library and generated stub by Jorge Canizales · 9 years ago