1. 4e1b26e Replace dispatch_once_t with BOOL by Muxi Yan · 7 years ago
  2. 860b1da Resume GRXBufferedPipe when it gets dealloced by Muxi Yan · 7 years ago
  3. c05d1b4 Some fixes for tests and change contract by Muxi Yan · 7 years ago
  4. bea9fe4 Merge remote-tracking branch 'upstream/master' into fix-pipe-buffer by Muxi Yan · 7 years ago
  5. d6cee15 Simply queue up writesFinishedWithError without cancelling pending messages by Muxi Yan · 7 years ago
  6. 08fef09 Fix minor problems by Muxi Yan · 7 years ago
  7. 9ae2a7d Remove conditionals covered by invoke agreement by Muxi Yan · 7 years ago
  8. d4792e9 Polish GRXBufferedPipe by Muxi Yan · 7 years ago
  9. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  10. d7d6a2e Better concurrency handling by Muxi Yan · 7 years ago
  11. e09e47c Use getter/setter by Muxi Yan · 7 years ago
  12. d6545bb Comments on BufferedPipe by Muxi Yan · 7 years ago
  13. 033db46 Fix pipeline finishing bug by Muxi Yan · 7 years ago
  14. 49b7f83 Remove synchronization in GRXBufferedPipe:writesFinishedWithError and change tests correspondingly by Muxi Yan · 7 years ago
  15. ec8e825 Use dispatch_queue to serialize writes by Muxi Yan · 7 years ago
  16. 91d7bb0 Sync writes with queue by Muxi Yan · 7 years ago
  17. 895f3d8 Support configuring dispatch queue in GRPCCall and below by Muxi Yan · 7 years ago
  18. 29a912d Add more comments by Muxi Yan · 7 years ago
  19. c2e53b5 Addressed the comments by Muxi Yan · 7 years ago
  20. 01bbf87 Add comments for map function by Muxi Yan · 7 years ago
  21. a40ccd8 Packet coalescing Objc layer and interop tests by Muxi Yan · 8 years ago
  22. ea5325c Avoid static initialization of the kIdentity block by Jorge Canizales · 8 years ago
  23. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  24. 7cfb396 Make copyright not expire one year too soon. by Jorge Canizales · 8 years ago
  25. 5a8ec75 Use a named constant for error domain and code by Jorge Canizales · 8 years ago
  26. 5e67232 Make Writeable with single handler robust against stream Writers by Jorge Canizales · 8 years ago
  27. dcd35b8 Merge pull request #3969 from grpc/release-0_11 by Nicolas Noble · 9 years ago
  28. b10776c Reformat comments as Cocoadocs by Jorge Canizales · 9 years ago
  29. fbc1139 Update GRXWriter.m by Scott84 · 9 years ago
  30. f95ddba Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler by Jorge Canizales · 9 years ago
  31. 297ed7b Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. by Jorge Canizales · 9 years ago
  32. fd51dff Clarify invalid-argument message for already-started writers by Jorge Canizales · 9 years ago
  33. 67ce098 Clarify thread-safety expectations of GRXWriters by Jorge Canizales · 9 years ago
  34. c678c30 Fix ForwardingWriter init preconditions by Jorge Canizales · 9 years ago
  35. cd32956 Merge pull request #2526 from jcanizales/accept-nil-container by Michael Lumish · 9 years ago
  36. 51c69e6 Merge pull request #2525 from jcanizales/fix-emptywriter by Michael Lumish · 9 years ago
  37. 5fcdffc Accept [GRXWriter writerWithContainer:nil] for consistency with the rest by Jorge Canizales · 9 years ago
  38. bc970ae Fix [GRXWriter emptyWriter] not being reusable. by Jorge Canizales · 9 years ago
  39. 6531b2b Make the call retain cycle explicit and encapsulated within GRPCCall.m by Jorge Canizales · 9 years ago
  40. 4c6f778 ConcurrentWriteable: NSData *message -> id value by Jorge Canizales · 9 years ago
  41. 35f003b Rename GRPCDelegateWrapper -> GRXConcurrentWriteable by Jorge Canizales · 9 years ago
  42. 29f55d5 Remove GRXWriter wrappers that are now unnecessary by Jorge Canizales · 9 years ago
  43. a38baae Subclass GRXWriter instead of conforming to protocol by Jorge Canizales · 9 years ago
  44. 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
  45. 7b52c98 Separate GRXForwardingWriter, delete the protocol by Jorge Canizales · 9 years ago
  46. 3936ed7 Import headers based on path in the runtime libraries by Jorge Canizales · 9 years ago
  47. 958b0b9 Merge pull request #1664 from jcanizales/renames-grx-writeable-methods by Michael Lumish · 9 years ago
  48. b2c300c s/didFinishWithError/writesFinishedWithError by Jorge Canizales · 9 years ago
  49. a90a9c3 s/didReceiveValue/writeValue by Jorge Canizales · 9 years ago
  50. 42e47b4 Copy values before buffering them. by Jorge Canizales · 9 years ago
  51. 63e4091 Add warning about the perils of buffering without bounds by Jorge Canizales · 9 years ago
  52. 142acc9 Adds GRXBufferedPipe by Jorge Canizales · 9 years ago
  53. 2779ccb Adds basic runtime library and generated stub by Jorge Canizales · 9 years ago
  54. c2d7ecb Working podspecs for gRPC core & wrapper by Jorge Canizales · 9 years ago
  55. 5fc9029 include .m in check_copyright.py by Yang Gao · 9 years ago
  56. af2d997 Fixes podspec of the RxLibrary by Jorge Canizales · 9 years ago
  57. e8304d5 Fixes copyright notices by Jorge Canizales · 9 years ago
  58. d1a8cc0 Adds podspec for RxLibrary and sample app by Jorge Canizales · 9 years ago
  59. 30697c9 Imports code of the RX library. by Jorge Canizales · 9 years ago