1. cb7ae77 Merge pull request #2862 from jcanizales/small-analyse-fix by Michael Lumish · 9 years ago
  2. c5b570f Adding void* at then end of security related method in order to have a stable ABI. by Julien Boeuf · 9 years ago
  3. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  4. 5263758 Document not to modify headers after start by Jorge Canizales · 9 years ago
  5. 1ab2a71 Put both headers and trailers in the error.userInfo by Jorge Canizales · 9 years ago
  6. 0b34c89 Turn allResponseMetadata into *Headers and *Trailers by Jorge Canizales · 9 years ago
  7. 25884b3 nit: Comment formatting by Jorge Canizales · 9 years ago
  8. 2a24654 More requestMetadata -> requestHeaders renaming by Jorge Canizales · 9 years ago
  9. 4e45a6f Rename responseMetadata -> allResponseMetadata by Jorge Canizales · 9 years ago
  10. 6512d26 Rename requestMetadata -> requestHeaders 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. 2eacf7b Allow UTF8 in comments of root certificates files by Jorge Canizales · 9 years ago
  13. d9d41fa Prevent storing in the hosts cache with a nil key by Jorge Canizales · 9 years ago
  14. 578ab16 Don’t retain self here! by Jorge Canizales · 9 years ago
  15. 297ed7b Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. by Jorge Canizales · 9 years ago
  16. eb87b46 Rename super-confusing ivar _self -> _retainSelf by Jorge Canizales · 9 years ago
  17. b3584aa Have ObjC use the new future-proofed C interface by Jorge Canizales · 9 years ago
  18. 238ad78 Eliminate race in GRPCCall’s operation of the requests writer by Jorge Canizales · 9 years ago
  19. 721b7a3 Rename oauth2_lowerCamel -> oauth2UpperCamel by Jorge Canizales · 9 years ago
  20. 26e0c9e Fixup for 971d06ad06caadb369e318112bba0e039188cfc2 by Jorge Canizales · 9 years ago
  21. 594ae57 Add OAuth2 headers category to GRPCCall by Jorge Canizales · 9 years ago
  22. 971d06a Fix build breakage by Jorge Canizales · 9 years ago
  23. 015ab35 Clarify intention of the code that adds a default port by Jorge Canizales · 9 years ago
  24. 55fcf50 Document that methods in GRPCCall+Tests can only be called once per host by Jorge Canizales · 9 years ago
  25. b2bd067 Require very explicit registration of non-SSL hosts. by Jorge Canizales · 9 years ago
  26. 4ab7cc0 Merge master into support-test-certificates to solve conflicts. by Jorge Canizales · 9 years ago
  27. 7e90745 Document plan to merge the GRPCChannel subclasses by Jorge Canizales · 9 years ago
  28. 77723b1 Document that grpc_channel_args don’t need to survive GRPCSecureChannel init by Jorge Canizales · 9 years ago
  29. 8c5318a Return nil instead of assert when the test certs can’t be read by Jorge Canizales · 9 years ago
  30. 145f865 Undo forward-declaring grpc_channel_args, which isn’t a struct! by Jorge Canizales · 9 years ago
  31. d13bbed Fix breakage (struct before undefined structs) by Jorge Canizales · 9 years ago
  32. d7f2ab3 Forward-declare structs in GRPCSecureChannel.h by Jorge Canizales · 9 years ago
  33. 82fb883 Make GRPCHost cache thread-safe. by Jorge Canizales · 9 years ago
  34. cceeb51 Document intention of hostURL.port conditional check. by Jorge Canizales · 9 years ago
  35. 83b7971 Forward-declare GRPCCompletionQueue and grpc_call by Jorge Canizales · 9 years ago
  36. 0607bae Forward-declare grpc_channel and specify ownership semantics by Jorge Canizales · 9 years ago
  37. 354e212 Update Objective-C by Craig Tiller · 9 years ago
  38. 7d261ee Fixup: mark CertificatesAtPath static by Jorge Canizales · 9 years ago
  39. 56c6574 Fixup: GRPCChannel.unmanagedChannel back to readonly by Jorge Canizales · 9 years ago
  40. e21b467 GRPCChannel with NULL grpc_channel is nil. by Jorge Canizales · 9 years ago
  41. 000fa38 Clarify comments in GRPCHost.m by Jorge Canizales · 9 years ago
  42. e8543b0 Let register SSL config per-host. by Jorge Canizales · 9 years ago
  43. 148403a Remove GRPCChannel-initWithHost to simplify implementation by Jorge Canizales · 9 years ago
  44. bd993df Encapsulate grpc_call creation inside GRPCChannel by Jorge Canizales · 9 years ago
  45. 3a5253e Move _channel from GRPCCall into GRPCWrappedCall by Jorge Canizales · 9 years ago
  46. faf58b8 Update doc in GRPCCompletionQueue.h by Jorge Canizales · 9 years ago
  47. 013f87a Unused ivar in GRPCCall.m by Jorge Canizales · 9 years ago
  48. 9e51972 grpc_init() is already called in GRPCWrappedCall by Jorge Canizales · 9 years ago
  49. 597ef98 GRPCCall.m formatting. by Jorge Canizales · 9 years ago
  50. 6eac01e ObjC formatting fix by Craig Tiller · 9 years ago
  51. 4a4f149 Rename grpc_channel_create to grpc_insecure_channel_create by Craig Tiller · 9 years ago
  52. 03f0bd6 Merge pull request #2501 from jcanizales/gpr-inf-future by Michael Lumish · 9 years ago
  53. 570e941 Fix C library gpr_inf_future breakage by Jorge Canizales · 9 years ago
  54. 6531b2b Make the call retain cycle explicit and encapsulated within GRPCCall.m by Jorge Canizales · 9 years ago
  55. 4c6f778 ConcurrentWriteable: NSData *message -> id value by Jorge Canizales · 9 years ago
  56. 35f003b Rename GRPCDelegateWrapper -> GRXConcurrentWriteable by Jorge Canizales · 9 years ago
  57. a38baae Subclass GRXWriter instead of conforming to protocol by Jorge Canizales · 9 years ago
  58. 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
  59. c14c319 Don’t use containsString as it’s iOS 8 only by Jorge Canizales · 9 years ago
  60. be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
  61. 1ac8f9a Rename interface->service by Jorge Canizales · 9 years ago
  62. 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
  63. bb54ae8 Add roots.pem bundle to the Bazel target, and use a better bundle name. by Jorge Canizales · 9 years ago
  64. 8841208 Merge pull request #2211 from murgatroid99/objective_c_retain_cycle by Jorge Canizales · 9 years ago
  65. 231103b Fixed name in comments by murgatroid99 · 9 years ago
  66. dbda969 Fixed 'retain cycle' warnings in GRPCWrappedCall.m by murgatroid99 · 9 years ago
  67. 4a77f3b Remove const cast warning in GRPCSecureChannel.m by murgatroid99 · 9 years ago
  68. 269575a Merge pull request #2195 from jcanizales/rewrite-grpcclient-includes by Michael Lumish · 9 years ago
  69. 59bb9d7 Have Cocoapods rename includes in the core wrapper by Jorge Canizales · 9 years ago
  70. 3936ed7 Import headers based on path in the runtime libraries by Jorge Canizales · 9 years ago
  71. 8848704 Document why a grpc_op ivar, and the role of -finish by Jorge Canizales · 9 years ago
  72. 8d99775 Simplify GRPCOps implementations by Jorge Canizales · 9 years ago
  73. bae38d9 Output call_error number by Jorge Canizales · 9 years ago
  74. fb95092 Ensure op flags don't have garbage from malloc by Jorge Canizales · 9 years ago
  75. 22a7cdf Merge pull request #2108 from jcanizales/disallow-started-writers by Michael Lumish · 9 years ago
  76. 6bbfcc3 Disallow started request writers on GRPCCall init by Jorge Canizales · 9 years ago
  77. c58a110 Fix NPE for trying to add metadata to error when it was nil by Jorge Canizales · 9 years ago
  78. 2285b36 Specify responseMetadata structure by Jorge Canizales · 9 years ago
  79. 1a38475 Drop repeated response headers. by Jorge Canizales · 9 years ago
  80. f3a4f2c Merge trailers into responseMetadata. Add it to NSError. by Jorge Canizales · 9 years ago
  81. 544963e Let set NSDictionary as headers, and init the property (not nil) by Jorge Canizales · 9 years ago
  82. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  83. 669c139 Merge pull request #1866 from dgquintas/stack-allocate-bb-reader by Craig Tiller · 9 years ago
  84. d3a2d40 Disallow NSString headers with -bin suffix by Jorge Canizales · 9 years ago
  85. b9692ca Fix NSDictionary <-> metadata codec by Jorge Canizales · 9 years ago
  86. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  87. f1c368c Fix problem loading certs for tests of library projects by Jorge Canizales · 9 years ago
  88. b2c300c s/didFinishWithError/writesFinishedWithError by Jorge Canizales · 9 years ago
  89. a90a9c3 s/didReceiveValue/writeValue by Jorge Canizales · 9 years ago
  90. dda9a3c Made cache thread-safe by murgatroid99 · 9 years ago
  91. ec4e5cf Added channel caching by host string by murgatroid99 · 9 years ago
  92. 91b66bb Ignore .DS_Store files by murgatroid99 · 10 years ago
  93. 6b54244 Updated Objective C code to match completion queue changes by murgatroid99 · 10 years ago
  94. 4925063 Resolved some comments by murgatroid99 · 10 years ago
  95. ca38ddb Fixed ivar names and comments by murgatroid99 · 10 years ago
  96. 2101a48 Simplified startBatch, resolved comments by murgatroid99 · 10 years ago
  97. 33655f9 Moved deallocation code to the right place by murgatroid99 · 10 years ago
  98. fe2c0c6 Added nil check in GRPCWrappedCall initializer by murgatroid99 · 10 years ago
  99. a571ceb Fixed missing increment by murgatroid99 · 10 years ago
  100. def47aa Removed thrown error in one case by murgatroid99 · 10 years ago