1. 578ab16 Don’t retain self here! by Jorge Canizales · 9 years ago
  2. 297ed7b Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. by Jorge Canizales · 9 years ago
  3. eb87b46 Rename super-confusing ivar _self -> _retainSelf by Jorge Canizales · 9 years ago
  4. fd51dff Clarify invalid-argument message for already-started writers by Jorge Canizales · 9 years ago
  5. 238ad78 Eliminate race in GRPCCall’s operation of the requests writer by Jorge Canizales · 9 years ago
  6. 67ce098 Clarify thread-safety expectations of GRXWriters by Jorge Canizales · 9 years ago
  7. c678c30 Fix ForwardingWriter init preconditions by Jorge Canizales · 9 years ago
  8. 721b7a3 Rename oauth2_lowerCamel -> oauth2UpperCamel by Jorge Canizales · 9 years ago
  9. 26e0c9e Fixup for 971d06ad06caadb369e318112bba0e039188cfc2 by Jorge Canizales · 9 years ago
  10. 631dc00 Exercise GRPCCall+OAuth2 in the tests by Jorge Canizales · 9 years ago
  11. 594ae57 Add OAuth2 headers category to GRPCCall by Jorge Canizales · 9 years ago
  12. 971d06a Fix build breakage by Jorge Canizales · 9 years ago
  13. 015ab35 Clarify intention of the code that adds a default port by Jorge Canizales · 9 years ago
  14. 55fcf50 Document that methods in GRPCCall+Tests can only be called once per host by Jorge Canizales · 9 years ago
  15. b2bd067 Require very explicit registration of non-SSL hosts. by Jorge Canizales · 9 years ago
  16. 82b68d8 Use test certificates and name override for local tests :) by Jorge Canizales · 9 years ago
  17. 9195233 Subclass InteropTests to later repeat the tests using SSL by Jorge Canizales · 9 years ago
  18. 945f72c Make the host of interop tests modifiable per-class by Jorge Canizales · 9 years ago
  19. cdabaca Run test server with and without SSL by Jorge Canizales · 9 years ago
  20. 4ab7cc0 Merge master into support-test-certificates to solve conflicts. by Jorge Canizales · 9 years ago
  21. 7e90745 Document plan to merge the GRPCChannel subclasses by Jorge Canizales · 9 years ago
  22. 77723b1 Document that grpc_channel_args don’t need to survive GRPCSecureChannel init by Jorge Canizales · 9 years ago
  23. 8c5318a Return nil instead of assert when the test certs can’t be read by Jorge Canizales · 9 years ago
  24. 145f865 Undo forward-declaring grpc_channel_args, which isn’t a struct! by Jorge Canizales · 9 years ago
  25. d13bbed Fix breakage (struct before undefined structs) by Jorge Canizales · 9 years ago
  26. d7f2ab3 Forward-declare structs in GRPCSecureChannel.h by Jorge Canizales · 9 years ago
  27. 82fb883 Make GRPCHost cache thread-safe. by Jorge Canizales · 9 years ago
  28. cceeb51 Document intention of hostURL.port conditional check. by Jorge Canizales · 9 years ago
  29. 83b7971 Forward-declare GRPCCompletionQueue and grpc_call by Jorge Canizales · 9 years ago
  30. 0607bae Forward-declare grpc_channel and specify ownership semantics by Jorge Canizales · 9 years ago
  31. 354e212 Update Objective-C by Craig Tiller · 9 years ago
  32. 7d261ee Fixup: mark CertificatesAtPath static by Jorge Canizales · 9 years ago
  33. 56c6574 Fixup: GRPCChannel.unmanagedChannel back to readonly by Jorge Canizales · 9 years ago
  34. 32c4e5e Merge pull request #2774 from jcanizales/diagnose-jenkins by Michael Lumish · 9 years ago
  35. e8d9535 Formatting and documentation by Jorge Canizales · 9 years ago
  36. 37a44d8 Use the protoc made when one isn’t yet installed by Jorge Canizales · 9 years ago
  37. e95f241 Reactivate Cocoapods error output by Jorge Canizales · 9 years ago
  38. 02039a2 Fail early and explicitly if protoc, pod, or xcodebuild are missing by Jorge Canizales · 9 years ago
  39. e21b467 GRPCChannel with NULL grpc_channel is nil. by Jorge Canizales · 9 years ago
  40. 000fa38 Clarify comments in GRPCHost.m by Jorge Canizales · 9 years ago
  41. e8543b0 Let register SSL config per-host. by Jorge Canizales · 9 years ago
  42. 148403a Remove GRPCChannel-initWithHost to simplify implementation by Jorge Canizales · 9 years ago
  43. bd993df Encapsulate grpc_call creation inside GRPCChannel by Jorge Canizales · 9 years ago
  44. 3a5253e Move _channel from GRPCCall into GRPCWrappedCall by Jorge Canizales · 9 years ago
  45. faf58b8 Update doc in GRPCCompletionQueue.h by Jorge Canizales · 9 years ago
  46. 013f87a Unused ivar in GRPCCall.m by Jorge Canizales · 9 years ago
  47. 9e51972 grpc_init() is already called in GRPCWrappedCall by Jorge Canizales · 9 years ago
  48. 597ef98 GRPCCall.m formatting. by Jorge Canizales · 9 years ago
  49. 5d405bd Merge pull request #2663 from jcanizales/run-test-server-locally by Michael Lumish · 9 years ago
  50. d0b32e9 Make plugin & server, and pod install via run_tests.py by Jorge Canizales · 9 years ago
  51. 856aca8 Ensure the tests podspecs find the plugin they make by Jorge Canizales · 9 years ago
  52. f4ff31a Have tests podspecs make only the ObjC plugin by Jorge Canizales · 9 years ago
  53. 0238b3a Generate deterministic UUIDs in the Pods project by Jorge Canizales · 9 years ago
  54. 72b2701 Disable tests: unknown method and bad access token by Jorge Canizales · 9 years ago
  55. ce8ee61 Temporarily point tests to localhost by Jorge Canizales · 9 years ago
  56. 1433f52 Compile and run locally the interop C++ server before the tests by Jorge Canizales · 9 years ago
  57. 6eac01e ObjC formatting fix by Craig Tiller · 9 years ago
  58. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  59. aaab651 Refer simplifying script with xctool. by Jorge Canizales · 9 years ago
  60. cbe18e5 Remove unneeded error trap. by Jorge Canizales · 9 years ago
  61. b71f8fb Simplify xcodebuild’s output filter regex by Jorge Canizales · 9 years ago
  62. a307728 Test on iPhone instead of iPad by Jorge Canizales · 9 years ago
  63. 5dc5899 Filter xcodebuild output, fix return code, and leave make to the podspec by Jorge Canizales · 9 years ago
  64. bed5c3c Always use the locally-built plugin for tests by Jorge Canizales · 9 years ago
  65. be85352 Script to build the ObjC plugin, generate code, and run tests by Jorge Canizales · 9 years ago
  66. 0535b03 Share AllTests scheme, without the local RouteGuide tests by Jorge Canizales · 9 years ago
  67. cd32956 Merge pull request #2526 from jcanizales/accept-nil-container by Michael Lumish · 9 years ago
  68. 51c69e6 Merge pull request #2525 from jcanizales/fix-emptywriter by Michael Lumish · 9 years ago
  69. 03f0bd6 Merge pull request #2501 from jcanizales/gpr-inf-future by Michael Lumish · 9 years ago
  70. ba906ed Merge pull request #2500 from jcanizales/remove-cocoapods-warning by Michael Lumish · 9 years ago
  71. 5fcdffc Accept [GRXWriter writerWithContainer:nil] for consistency with the rest by Jorge Canizales · 9 years ago
  72. bc970ae Fix [GRXWriter emptyWriter] not being reusable. by Jorge Canizales · 9 years ago
  73. 570e941 Fix C library gpr_inf_future breakage by Jorge Canizales · 9 years ago
  74. 243e8ee Remove Cocoapods warning of OTHER_LDFLAGS by Jorge Canizales · 9 years ago
  75. 6531b2b Make the call retain cycle explicit and encapsulated within GRPCCall.m by Jorge Canizales · 9 years ago
  76. 4c6f778 ConcurrentWriteable: NSData *message -> id value by Jorge Canizales · 9 years ago
  77. 35f003b Rename GRPCDelegateWrapper -> GRXConcurrentWriteable by Jorge Canizales · 9 years ago
  78. 29f55d5 Remove GRXWriter wrappers that are now unnecessary by Jorge Canizales · 9 years ago
  79. a38baae Subclass GRXWriter instead of conforming to protocol by Jorge Canizales · 9 years ago
  80. a8c5d96 id<GRXWriter> -> GRXWriter * in the tests by Jorge Canizales · 9 years ago
  81. 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
  82. 7b52c98 Separate GRXForwardingWriter, delete the protocol by Jorge Canizales · 9 years ago
  83. 5580e5d Increase timeout of tests to remove flakes. by Jorge Canizales · 9 years ago
  84. 443f58e Merge pull request #2302 from jcanizales/point-to-protobuf-head by Michael Lumish · 9 years ago
  85. c14c319 Don’t use containsString as it’s iOS 8 only by Jorge Canizales · 9 years ago
  86. 1773007 Point tests Podfile to Protobuf submodule instead of release by Jorge Canizales · 9 years ago
  87. 5260f53 Rename HTTP2Path -> HTTPPath by Jorge Canizales · 9 years ago
  88. be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
  89. 1ac8f9a Rename interface->service by Jorge Canizales · 9 years ago
  90. 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
  91. 7eff1df Point tests Podfile to head protobuf podspec by Jorge Canizales · 9 years ago
  92. 3cacaac Minor: add TODO to improve an error message. by Jorge Canizales · 9 years ago
  93. c608686 Don’t import Protobuf runtime using Cocoapods paths by Jorge Canizales · 9 years ago
  94. bb54ae8 Add roots.pem bundle to the Bazel target, and use a better bundle name. by Jorge Canizales · 9 years ago
  95. d5c5de9 Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes by Jorge Canizales · 9 years ago
  96. 8841208 Merge pull request #2211 from murgatroid99/objective_c_retain_cycle by Jorge Canizales · 9 years ago
  97. 25a2661 Changed argument names in Objective-C generated code by murgatroid99 · 9 years ago
  98. 231103b Fixed name in comments by murgatroid99 · 9 years ago
  99. dbda969 Fixed 'retain cycle' warnings in GRPCWrappedCall.m by murgatroid99 · 9 years ago
  100. 4a77f3b Remove const cast warning in GRPCSecureChannel.m by murgatroid99 · 9 years ago