1. 7022436 For GRPCOperation's, ensure finish _handler can only be called once, and release it when called, so weak ptrs needn't be used with it, and the call won't be released until the finish handler is called. by Nicolas "Pixel" Noble · 8 years ago
  2. f1d084a Add monitoring of connectivity by Jorge Canizales · 9 years ago
  3. f4f150f Makes GRPCRequestHeaders a NSMutableDictionary by Jorge Canizales · 9 years ago
  4. 78a4c74 Make request headers a @property property. by Jorge Canizales · 9 years ago
  5. 2f10127 Publish GRPCRequestHeaders as a protocol by Jorge Canizales · 9 years ago
  6. 5c339d1 Remove -[asDictionary] by Jorge Canizales · 9 years ago
  7. 86e5a05 Make GRPCRequestHeaders public and import from GRPCCall by Jorge Canizales · 9 years ago
  8. 84fa531 Added class for setting request headers on a call by murgatroid99 · 9 years ago
  9. 1ab2a71 Put both headers and trailers in the error.userInfo by Jorge Canizales · 9 years ago
  10. 0b34c89 Turn allResponseMetadata into *Headers and *Trailers by Jorge Canizales · 9 years ago
  11. 2a24654 More requestMetadata -> requestHeaders renaming by Jorge Canizales · 9 years ago
  12. 4e45a6f Rename responseMetadata -> allResponseMetadata by Jorge Canizales · 9 years ago
  13. 6512d26 Rename requestMetadata -> requestHeaders 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. 238ad78 Eliminate race in GRPCCall’s operation of the requests writer by Jorge Canizales · 9 years ago
  18. 8c5318a Return nil instead of assert when the test certs can’t be read by Jorge Canizales · 9 years ago
  19. 3a5253e Move _channel from GRPCCall into GRPCWrappedCall by Jorge Canizales · 9 years ago
  20. 013f87a Unused ivar in GRPCCall.m by Jorge Canizales · 9 years ago
  21. 9e51972 grpc_init() is already called in GRPCWrappedCall by Jorge Canizales · 9 years ago
  22. 597ef98 GRPCCall.m formatting. by Jorge Canizales · 9 years ago
  23. 6531b2b Make the call retain cycle explicit and encapsulated within GRPCCall.m by Jorge Canizales · 9 years ago
  24. 4c6f778 ConcurrentWriteable: NSData *message -> id value by Jorge Canizales · 9 years ago
  25. 35f003b Rename GRPCDelegateWrapper -> GRXConcurrentWriteable by Jorge Canizales · 9 years ago
  26. 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
  27. be808e3 Move ProtoMethod to ProtoRPC package by Jorge Canizales · 9 years ago
  28. 469d4b6 Rename GRPCMethodName->ProtoMethod by Jorge Canizales · 9 years ago
  29. 59bb9d7 Have Cocoapods rename includes in the core wrapper by Jorge Canizales · 9 years ago
  30. 22a7cdf Merge pull request #2108 from jcanizales/disallow-started-writers by Michael Lumish · 9 years ago
  31. 6bbfcc3 Disallow started request writers on GRPCCall init by Jorge Canizales · 9 years ago
  32. c58a110 Fix NPE for trying to add metadata to error when it was nil by Jorge Canizales · 9 years ago
  33. f3a4f2c Merge trailers into responseMetadata. Add it to NSError. by Jorge Canizales · 9 years ago
  34. 544963e Let set NSDictionary as headers, and init the property (not nil) by Jorge Canizales · 9 years ago
  35. b2c300c s/didFinishWithError/writesFinishedWithError by Jorge Canizales · 9 years ago
  36. a90a9c3 s/didReceiveValue/writeValue by Jorge Canizales · 9 years ago
  37. ca38ddb Fixed ivar names and comments by murgatroid99 · 9 years ago
  38. b56609c Updated GRPCCall comments and spacing by murgatroid99 · 9 years ago
  39. 6cc4680 Changed message handling, fixed line lengths by murgatroid99 · 9 years ago
  40. b5c076f Rewrote comment to match changes by murgatroid99 · 9 years ago
  41. e08a9c0 Simplified an initializer call by murgatroid99 · 9 years ago
  42. dcde970 Fixed spacing by murgatroid99 · 9 years ago
  43. 54e93d4 Made startBatch more strongly typed by murgatroid99 · 9 years ago
  44. 69927d6 Addressed review comments by murgatroid99 · 9 years ago
  45. 30b7d4e Migrated Objective C library to C batch API by murgatroid99 · 9 years ago
  46. c2d7ecb Working podspecs for gRPC core & wrapper by Jorge Canizales · 10 years ago
  47. 5fc9029 include .m in check_copyright.py by Yang Gao · 10 years ago
  48. 9409ad8 Adds copyright notices to the GRPCClient files. by Jorge Canizales · 10 years ago
  49. 5e0efd9 Imports code of the generic gRPC client library. by Jorge Canizales · 10 years ago