1. 35768db Mark the GRPCRequestHeaders protocol deprecated by Jorge Canizales · 9 years ago
  2. e1f7445 Add the protocol back for backward compatibility. by Jorge Canizales · 9 years ago
  3. f4f150f Makes GRPCRequestHeaders a NSMutableDictionary by Jorge Canizales · 9 years ago
  4. 0c0d15f Move BoringSSL.podspec into src, and point Podfiles to it by Jorge Canizales · 9 years ago
  5. 3e5cbee Merge pull request #4223 from jcanizales/filter-protobuf-warnings by Michael Lumish · 9 years ago
  6. f762d40 Filter Protobuf nullable warnings by Jorge Canizales · 9 years ago
  7. e3d9db2 Adjust version requirements through samples and tests. by Jorge Canizales · 9 years ago
  8. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  9. 3edd3af Merge pull request #4119 from bdotdub/objc-cleanup-generated-libraries by Jorge Canizales · 9 years ago
  10. a7c6c85 Remove unused RouteGuideClient and move RemoteTestClient to tests by Benny Wong · 9 years ago
  11. 66ae6bf Update Podfile to point to the right sample dependencies by Benny Wong · 9 years ago
  12. 1d5adb3 Revert edit for generated_libraries RemoteTest by Benny Wong · 9 years ago
  13. 7beff53 Update location of grpc_objective_c_plugin for sample by Benny Wong · 9 years ago
  14. 3f1f5a4 Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName by Benny Wong · 9 years ago
  15. 785d8ae Merge pull request #4009 from jtattermusch/add_badges by Michael Lumish · 9 years ago
  16. d6c0415 Add cocoapods badge by Jan Tattermusch · 9 years ago
  17. 96dde58 Fixup: Target name changed. by Jorge Canizales · 9 years ago
  18. 2beb88c Fix documentation of tests by Jorge Canizales · 9 years ago
  19. 91db5ac Split AllTests into 4 schemes by Jorge Canizales · 9 years ago
  20. 54fa62e Reject nils in useTestCertsPath:testName:forHost: by Jorge Canizales · 9 years ago
  21. ea4955e Remove outdated routeguide test by Jorge Canizales · 9 years ago
  22. dcd35b8 Merge pull request #3969 from grpc/release-0_11 by Nicolas Noble · 9 years ago
  23. 55e9742 s/quit()/sys.exit() by Jorge Canizales · 9 years ago
  24. 5a06278 Copyright notice in the .sh file by Jorge Canizales · 9 years ago
  25. 3c55958 s/grpc_credentials/grpc_channel_credentials for ObjC by Jorge Canizales · 9 years ago
  26. 1bef95d Style and misc fixes to the script by Jorge Canizales · 9 years ago
  27. 8644641 Undo Cocoadoc’ing TODO line. by Jorge Canizales · 9 years ago
  28. b10776c Reformat comments as Cocoadocs by Jorge Canizales · 9 years ago
  29. bbb7774 Make the script support multiple input files by Jorge Canizales · 9 years ago
  30. 88c3284 Finished script and example output. by Jorge Canizales · 9 years ago
  31. fef5bee Prototype script to change comment format. by Jorge Canizales · 9 years ago
  32. a6da17e Test file: GRPCCall.h by Jorge Canizales · 9 years ago
  33. 197adea Git ignore XCode derived files across the repo by Jorge Canizales · 9 years ago
  34. 740a1cc Git ignore XCode derived files across the repo by Jorge Canizales · 9 years ago
  35. 601f03c removed a few more linuxbrew references by Stanley Cheung · 9 years ago
  36. 687bef6 remove a few more linuxbrew references by Stanley Cheung · 9 years ago
  37. 6b10805 Merge branch 'grpc/master' by Nate Kibler · 9 years ago
  38. 3ee1da8 Fixed a typo in the README by Nate Kibler · 9 years ago
  39. b58de50 Merge pull request #3601 from Scott84/Scott84-ObjC-Compiler-Warning-Fix by Jorge Canizales · 9 years ago
  40. fbc1139 Update GRXWriter.m by Scott84 · 9 years ago
  41. 18802c7 change objc by yang-g · 9 years ago
  42. 2d32771 Removed comment from code generation and updated tests by Nate Kibler · 9 years ago
  43. 16672d1 Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos by Eric Anderson · 9 years ago
  44. eff9256 Fixes broken build due to misplaced import by Nate Kibler · 9 years ago
  45. 56cd72b Changed GRPCCall import to class forward declaration by Nate Kibler · 9 years ago
  46. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 9 years ago
  47. fc6a5df Fix import that relies on Cocoapods by Jorge Canizales · 9 years ago
  48. 5269ae4 Merge pull request #3243 from jcanizales/make-headers-property-beta by Michael Lumish · 9 years ago
  49. 3569ae4 Fix Bazel breakage due to magic Cocoapods header search path by Jorge Canizales · 9 years ago
  50. ff6466b Add header manipulation examples by Jorge Canizales · 9 years ago
  51. 4682f8f Point sample proto podspec to latest gRPC and protobuf by Jorge Canizales · 9 years ago
  52. cff8aa2 Point SwiftSample’s Podfile to submodule protobuf by Jorge Canizales · 9 years ago
  53. 78a4c74 Make request headers a @property property. by Jorge Canizales · 9 years ago
  54. fd2f3a7 Remove unneeded include of grpc.h by Jorge Canizales · 9 years ago
  55. 6d84373 Manually merge release-0_11 into make-errors-public-beta to solve conflict by Jorge Canizales · 9 years ago
  56. 674d623 Merge pull request #3237 from jcanizales/server-error-for-bad-protos-beta by Michael Lumish · 9 years ago
  57. 3d29110 Merge pull request #3235 from jcanizales/dont-strip-bin-beta by Michael Lumish · 9 years ago
  58. d21781f Make the error domain and codes public and documented. by Jorge Canizales · 9 years ago
  59. cabbcbf Documentation: Don’t retry if not idempotent! by Jorge Canizales · 9 years ago
  60. f5d5194 Wrap parsing error appropriately before propagating. by Jorge Canizales · 9 years ago
  61. ebfd119 Propagate parsing error if we get a bad response by Jorge Canizales · 9 years ago
  62. 4edf832 Don’t strip -bin suffix from response metadata. by Jorge Canizales · 9 years ago
  63. 6697e7f Don’t append -bin automatically to binary request headers. by Jorge Canizales · 9 years ago
  64. bbba491 Reject non-ASCII text header values too. by Jorge Canizales · 9 years ago
  65. 2529735 nit: remove obsolete comment by Jorge Canizales · 9 years ago
  66. 5f6001e nit: _proxy -> _delegate by Jorge Canizales · 9 years ago
  67. acf5e10 Let remove nil or non-ASCII keys (noop instead of throw). by Jorge Canizales · 9 years ago
  68. 12da424 nit: Documentation and formatting. by Jorge Canizales · 9 years ago
  69. 5af2868 Make the grpc_metadataArray property private. by Jorge Canizales · 9 years ago
  70. 2f10127 Publish GRPCRequestHeaders as a protocol by Jorge Canizales · 9 years ago
  71. 05640a5 Simpler code, better exceptions. by Jorge Canizales · 9 years ago
  72. 030e5d0 nit: Style guide by Jorge Canizales · 9 years ago
  73. 5c339d1 Remove -[asDictionary] by Jorge Canizales · 9 years ago
  74. 86e5a05 Make GRPCRequestHeaders public and import from GRPCCall by Jorge Canizales · 9 years ago
  75. 84fa531 Added class for setting request headers on a call by murgatroid99 · 9 years ago
  76. cfdf8b4 Merge pull request #3175 from jcanizales/test-swift by Michael Lumish · 9 years ago
  77. 9fffc26 Example with generated code :) by Jorge Canizales · 9 years ago
  78. d4a0785 Point to the new RemoteTest pod by Jorge Canizales · 9 years ago
  79. 0bf6b20 Create RemoteTest proto client that doesn’t depend on the tests framework by Jorge Canizales · 9 years ago
  80. 875d1d1 Add Swift example with non-generated code :D by Jorge Canizales · 9 years ago
  81. 587c255 Add empty bridging header by Jorge Canizales · 9 years ago
  82. fd09d84 Install pods in project by Jorge Canizales · 9 years ago
  83. 5e5733b Test Podfile by Jorge Canizales · 9 years ago
  84. 4020594 Minimal Swift sample app template by Jorge Canizales · 9 years ago
  85. 61cfa57 change test too by yang-g · 9 years ago
  86. e7fb189 fix internal objc test proto by yang-g · 9 years ago
  87. cb7ae77 Merge pull request #2862 from jcanizales/small-analyse-fix by Michael Lumish · 9 years ago
  88. 0a26821 replace all grpc-common occurances with examples by Stanley Cheung · 9 years ago
  89. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  90. 2e49a35 Fixed KVO test by murgatroid99 · 9 years ago
  91. 81b4fcb Added test for responseHeaders KVO compliance by murgatroid99 · 9 years ago
  92. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  93. 5263758 Document not to modify headers after start by Jorge Canizales · 9 years ago
  94. 1ab2a71 Put both headers and trailers in the error.userInfo by Jorge Canizales · 9 years ago
  95. 0b34c89 Turn allResponseMetadata into *Headers and *Trailers by Jorge Canizales · 9 years ago
  96. 25884b3 nit: Comment formatting by Jorge Canizales · 9 years ago
  97. 2a24654 More requestMetadata -> requestHeaders renaming by Jorge Canizales · 9 years ago
  98. 4e45a6f Rename responseMetadata -> allResponseMetadata by Jorge Canizales · 9 years ago
  99. 6512d26 Rename requestMetadata -> requestHeaders by Jorge Canizales · 9 years ago
  100. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago