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