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