1. 68b9068 Address comments by Muxi Yan · 6 years ago
  2. 731d3e1 Update Swift version in xcodeproj by Muxi Yan · 7 years ago
  3. e7aa6c7 Convert SwiftSample to Swift 3 style by Muxi Yan · 7 years ago
  4. c92d90a clang-format objective-c files by Muxi Yan · 6 years ago
  5. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  6. 2ca8282 Merge pull request #11738 from mehrdada/canonica-urls by Mehrdad Afshari · 7 years ago
  7. a840e4a make SwiftSample support Xcode8 by Jan Tattermusch · 7 years ago
  8. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  9. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  10. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  11. 4a08e71 Revert PR #8425 by Muxi Yan · 8 years ago
  12. bc7fae2 Update Sample project to XCode 8 by Jorge Canizales · 8 years ago
  13. 20d58ef Upgrade SwiftSample to XCode 8 and Swift 3 by Jorge Canizales · 8 years ago
  14. 4a18c67 Move Podspecs to v1 by Jorge Canizales · 8 years ago
  15. 8ac55f8 Solve merge conflict at gRPC-ProtoRPC.podspec by Jorge Canizales · 8 years ago
  16. a9b1c5c Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix by Jorge Canizales · 8 years ago
  17. fb3a71d Fix usage of proto message parsing by Jorge Canizales · 8 years ago
  18. 7a2bc14 Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into p0-advance-protobuf-version by Jorge Canizales · 8 years ago
  19. 72dce2d Update podspecs to use Protobuf 3.0.0 by Jorge Canizales · 8 years ago
  20. 7195a49 Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-tests by makdharma · 8 years ago
  21. 70ded7e Update sample and test versions to -pre1.1 by Jorge Canizales · 8 years ago
  22. f8c4580 Commit as 1.0.0-pre1 so we can release already. by Jorge Canizales · 8 years ago
  23. e4704d3 “Allow non-modular includes in framework modules” by Jorge Canizales · 8 years ago
  24. a5e86f3 SwiftSample app: ProtoMethod -> GRPCProtoMethod, etc. by Jorge Canizales · 8 years ago
  25. d7f0e87 Sample app: ProtoMethod -> GRPCProtoMethod by Jorge Canizales · 8 years ago
  26. ac06cf0 SwiftSample app: solve XCode config warnings by Jorge Canizales · 8 years ago
  27. 57dab92 Sample app: solve XCode config warnings by Jorge Canizales · 8 years ago
  28. 7f097a1 Build sample app both with and without frameworks by Jorge Canizales · 8 years ago
  29. 4a72356 SwiftSample: always use frameworks by Jorge Canizales · 8 years ago
  30. 7ed4fb7 Use google/protobuf/empty.proto in the sample apps by Jorge Canizales · 8 years ago
  31. 854b81a Advance versions from 0.14 -> 1.0 by Jorge Canizales · 8 years ago
  32. 6eade6d Podspecs for Protoc and the gRPC plugin by Jorge Canizales · 8 years ago
  33. 0f213c3 Fix examples to work with local gRPC-Core by Jorge Canizales · 8 years ago
  34. c09854b Fix example Podfiles, and document better by Jorge Canizales · 8 years ago
  35. c93d6a6 Merge master into merge-0.14-into-master by Jorge Canizales · 8 years ago
  36. b8431ae Add .xcscheme files for ObjC examples by Yuchen Zeng · 8 years ago
  37. d1bdfd0 Merge pull request #7029 from y-zeng/fix-swiftsample by makdharma · 8 years ago
  38. d6f8f0b Add TODO by Yuchen Zeng · 8 years ago
  39. 565c6a0 Bump Protobuf to beta-3.1 by Jorge Canizales · 8 years ago
  40. 1bc42d9 Merge pull request #6994 from y-zeng/update-example by Jan Tattermusch · 8 years ago
  41. db3ffe1 Update examples with Cocoapods 1.0.0 by Yuchen Zeng · 8 years ago
  42. abc7427 Update podfiles for objc examples by Yuchen Zeng · 8 years ago
  43. db502a7 Update documentation and samples. by Jorge Canizales · 8 years ago
  44. 9a4d089 Fix build error caused by immutability of value type by Yosuke Ishikawa · 8 years ago
  45. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  46. 73128da fix copyrights by Jan Tattermusch · 9 years ago
  47. 83576ba Update interop test service url to grpc-test.sandbox.googleapis.com. by Adele Zhou · 9 years ago
  48. a78d117 Update Swift sample’s XCode project to latest Swift version by Jorge Canizales · 9 years ago
  49. 0c0d15f Move BoringSSL.podspec into src, and point Podfiles to it by Jorge Canizales · 9 years ago
  50. e3d9db2 Adjust version requirements through samples and tests. by Jorge Canizales · 9 years ago
  51. 66ae6bf Update Podfile to point to the right sample dependencies by Benny Wong · 9 years ago
  52. 3f1f5a4 Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName by Benny Wong · 9 years ago
  53. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  54. ff6466b Add header manipulation examples by Jorge Canizales · 9 years ago
  55. 4682f8f Point sample proto podspec to latest gRPC and protobuf by Jorge Canizales · 9 years ago
  56. cff8aa2 Point SwiftSample’s Podfile to submodule protobuf by Jorge Canizales · 9 years ago
  57. 9fffc26 Example with generated code :) by Jorge Canizales · 9 years ago
  58. d4a0785 Point to the new RemoteTest pod by Jorge Canizales · 9 years ago
  59. 0bf6b20 Create RemoteTest proto client that doesn’t depend on the tests framework by Jorge Canizales · 9 years ago
  60. 875d1d1 Add Swift example with non-generated code :D by Jorge Canizales · 9 years ago
  61. 587c255 Add empty bridging header by Jorge Canizales · 9 years ago
  62. fd09d84 Install pods in project by Jorge Canizales · 9 years ago
  63. 5e5733b Test Podfile by Jorge Canizales · 9 years ago
  64. 4020594 Minimal Swift sample app template by Jorge Canizales · 9 years ago
  65. b888139 Import headers based on path in sample app by Jorge Canizales · 9 years ago
  66. ba65a10 Point test and sample podfiles to protobuf release by Jorge Canizales · 9 years ago
  67. 08dfef2 Make sample app easier to understand by Jorge Canizales · 9 years ago
  68. 2ab5383 Remove remaining tests and RouteGuide from sample app by Jorge Canizales · 9 years ago
  69. 0f5ee82 Move RouteGuideClient to generated_libraries/ by Jorge Canizales · 9 years ago
  70. 1641cc9 Delete RemoteProtoTests from sample app by Jorge Canizales · 9 years ago
  71. 15c8e1b Point Podfile of sample app to new RemoteTestsClient location by Jorge Canizales · 9 years ago
  72. 2884822 Move RemoteTestClient files to /objective-c by Jorge Canizales · 9 years ago
  73. f03d266 Fix for changed parseFromData: signature (now parseFromData:error:) by Marc Wandschneider · 9 years ago
  74. cf08bad Point sample app to official protobuf podspec by Jorge Canizales · 9 years ago
  75. 8166675 Fixed writer comment by murgatroid99 · 9 years ago
  76. 606129b Fixed boolean variable by murgatroid99 · 9 years ago
  77. dbfe2f4 Added cancel_after_first_response test by murgatroid99 · 9 years ago
  78. b2c300c s/didFinishWithError/writesFinishedWithError by Jorge Canizales · 9 years ago
  79. a90a9c3 s/didReceiveValue/writeValue by Jorge Canizales · 9 years ago
  80. 421f6c9 Use BufferedPipe to add PingPong test and fix Cancel test by Jorge Canizales · 9 years ago
  81. e454f4a Fix false positive in server streaming test by Jorge Canizales · 9 years ago
  82. 05456f8 Move sample app to proto3 and clarify usage example by Jorge Canizales · 9 years ago
  83. c54a0ca Adds local sample test using generated service by Jorge Canizales · 9 years ago
  84. 184e02b Moves the RouteGuide local tests to proto3 by Jorge Canizales · 9 years ago
  85. 2410f99 Regenerates RouteGuide library as proto3 by Jorge Canizales · 9 years ago
  86. 206e75b Adjust remote tests to use proto3 by Jorge Canizales · 9 years ago
  87. fd88e46 Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile by Jorge Canizales · 9 years ago
  88. 25750d9 Some modifications based on comments by murgatroid99 · 9 years ago
  89. 343bea6 Fixed cancellation tests by murgatroid99 · 9 years ago
  90. 1602c5f Added more interop tests by murgatroid99 · 9 years ago
  91. ea43b90 Added server_streaming interop test by murgatroid99 · 9 years ago
  92. c55a0ca Podfile.lock prevents gRPC to be properly installed by Jorge Canizales · 9 years ago
  93. 87b650b Increases timeout of client_streaming test to 4s by Jorge Canizales · 9 years ago
  94. 6f1ce1a Checks in Podfile.lock so the build is reproducible by Jorge Canizales · 9 years ago
  95. 9b3951d Warn in the sample's README that pod install must be run by Jorge Canizales · 9 years ago
  96. f93b11b Removes Cocoapod-generated files by Jorge Canizales · 9 years ago
  97. 57d9f93 Augments the timeout of the large_unary test to 4s by Jorge Canizales · 9 years ago
  98. 9d96aa6 Implements empty_unary, large_unary, and client_streaming integration tests. by Jorge Canizales · 9 years ago
  99. 8957cae Moves ProtoRPC.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  100. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago