1. ff6cd70 Update error message when client does not enough memory to hold server response by Muxi Yan · 8 years ago
  2. fc99ff6 Fix error code when client run out of memory in Objective C code base by Muxi Yan · 8 years ago
  3. 89d8f16 Added comment for obj-c by David Garcia Quintas · 8 years ago
  4. 9ac997a Added TODO for php. by David Garcia Quintas · 8 years ago
  5. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  6. c93d6a6 Merge master into merge-0.14-into-master by Jorge Canizales · 8 years ago
  7. a5596db Merge pull request #6378 from jcanizales/let-invalidate-channels by Jan Tattermusch · 8 years ago
  8. 1797402 fixed compiler warning #2 by Makarand Dharmapurikar · 8 years ago
  9. c66ac4f fixed a compiler warning by Makarand Dharmapurikar · 8 years ago
  10. 0475549 Added another comment by Makarand Dharmapurikar · 8 years ago
  11. 5aada71 Added a comment by Makarand Dharmapurikar · 8 years ago
  12. d99a925 fix for working with compressed data. Fixes #6746. by Makarand Dharmapurikar · 8 years ago
  13. 3785d53 Restore fix undid by https://github.com/grpc/grpc/pull/5893 by Jorge Canizales · 8 years ago
  14. 983cf52 Merge pull request #6906 from makdharma/2646 by Jan Tattermusch · 8 years ago
  15. 8a556b7 Merge master into let-invalidate-channels by Jorge Canizales · 8 years ago
  16. 5e824fa Restore fix undid by https://github.com/grpc/grpc/pull/5893 by Jorge Canizales · 8 years ago
  17. ea0dc6a Added a comment by Makarand Dharmapurikar · 8 years ago
  18. ca3e9c8 Merge remote-tracking branch 'upstream/master' into ios-test by Yuchen Zeng · 8 years ago
  19. 36a58a7 Enable treating warnings as errors for target gRPC by Yuchen Zeng · 8 years ago
  20. 88651de Fixes #2646 by Makarand Dharmapurikar · 8 years ago
  21. 4de40ca Fixes #2868 by Makarand Dharmapurikar · 8 years ago
  22. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  23. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  24. 8ba42be s/maybe_compression_level.compression_level/maybe_compression_level.level by David Garcia Quintas · 8 years ago
  25. 5cdc9b9 added comment about host parameter format (issue 4147) by Makarand Dharmapurikar · 8 years ago
  26. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  27. 38d8055 cronet build related changes by Makarand Dharmapurikar · 8 years ago
  28. 7fba068 docgen format fix by Makarand Dharmapurikar · 8 years ago
  29. aed1de9 Style guide related feedback fixes. by Makarand Dharmapurikar · 8 years ago
  30. 6d2ed00 Slight change to surface API. by Makarand Dharmapurikar · 8 years ago
  31. de733bd Cosmetic changes to address feedback. by Makarand Dharmapurikar · 8 years ago
  32. 9b5f640 ObjC interface for using Cronet, and test for Cronet by Makarand Dharmapurikar · 8 years ago
  33. e825df7 updated obj-c code by David Garcia Quintas · 8 years ago
  34. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  35. 0803bb0 Add state transitions to GRPCCall by Jorge Canizales · 8 years ago
  36. 4544325 Add a maybe-temporary way for apps to clear the channel cache by Jorge Canizales · 8 years ago
  37. 40f11aa Objective-C: Add ChannelCredentials to gRPC Call. by Paul Querna · 8 years ago
  38. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  39. 6e6230a Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only by Jan Tattermusch · 8 years ago
  40. 444869b Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-master by Jan Tattermusch · 8 years ago
  41. 6bda849 Fixing copyrights. by Nicolas "Pixel" Noble · 8 years ago
  42. 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
  43. 0b6cb7d Revert "Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"" by Jorge Canizales · 8 years ago
  44. c5dd4d4 Use a singleton completion queue by Jorge Canizales · 8 years ago
  45. e1e459e Merge pull request #5724 from grpc/revert-5607-revert-5544-master by Jan Tattermusch · 8 years ago
  46. 3f2133f kSCNetworkReachabilityFlagsIsWWAN is only available on iOS, not all Mac targets. by Paul Querna · 8 years ago
  47. cfcaccc Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"" by Jorge Canizales · 8 years ago
  48. 8b414f1 Clean up ownership of the connection loss handler by Jorge Canizales · 8 years ago
  49. 07a2a70 Not call external methods from within a critical section by Jorge Canizales · 8 years ago
  50. f1d084a Add monitoring of connectivity by Jorge Canizales · 9 years ago
  51. c1edf22 Fix sanity by Craig Tiller · 8 years ago
  52. 459edd9 Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()" by Jan Tattermusch · 8 years ago
  53. aaf66a9 Add comments and feature flag. by Greg Haines · 8 years ago
  54. 91bd627 Feedback from @jcanizales and @vjpai by Greg Haines · 8 years ago
  55. 42dab36 Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll(). by Greg Haines · 8 years ago
  56. 6c90d89 Fix sanity by Craig Tiller · 9 years ago
  57. 58d9891 Removed unused userAgentPrefix variable by Kristopher Wuollett · 9 years ago
  58. be303e1 Add user agent of the library to that of the app. by Jorge Canizales · 9 years ago
  59. 20b79e7 Updated user agent to be a host-level setting by Kristopher Wuollett · 9 years ago
  60. 99354c3 Formatting and naming fixes by Kristopher Wuollett · 9 years ago
  61. 55484da Restored strdup of keys and values to ensure ownership of their memory by Kristopher Wuollett · 9 years ago
  62. 300f7e4 Renamed user agent setting to userAgentPrefix and changed its scope to global by Kristopher Wuollett · 9 years ago
  63. 2c6d2bd Removed (un)secure channel subclasses by Kristopher Wuollett · 9 years ago
  64. 85bf574 Fixed some formatting by Kristopher Wuollett · 9 years ago
  65. c6b3017 Add channel args to enable user agent string for Objective-C by Kristopher Wuollett · 9 years ago
  66. 47a7b9e Prevent warnings on dictionaries w/o string keys by Jorge Canizales · 9 years ago
  67. 35768db Mark the GRPCRequestHeaders protocol deprecated by Jorge Canizales · 9 years ago
  68. e1f7445 Add the protocol back for backward compatibility. by Jorge Canizales · 9 years ago
  69. f4f150f Makes GRPCRequestHeaders a NSMutableDictionary by Jorge Canizales · 9 years ago
  70. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  71. 54fa62e Reject nils in useTestCertsPath:testName:forHost: by Jorge Canizales · 9 years ago
  72. 3c55958 s/grpc_credentials/grpc_channel_credentials for ObjC by Jorge Canizales · 9 years ago
  73. 8644641 Undo Cocoadoc’ing TODO line. by Jorge Canizales · 9 years ago
  74. b10776c Reformat comments as Cocoadocs by Jorge Canizales · 9 years ago
  75. 88c3284 Finished script and example output. by Jorge Canizales · 9 years ago
  76. a6da17e Test file: GRPCCall.h by Jorge Canizales · 9 years ago
  77. eff9256 Fixes broken build due to misplaced import by Nate Kibler · 9 years ago
  78. 56cd72b Changed GRPCCall import to class forward declaration by Nate Kibler · 9 years ago
  79. fc6a5df Fix import that relies on Cocoapods by Jorge Canizales · 9 years ago
  80. 5269ae4 Merge pull request #3243 from jcanizales/make-headers-property-beta by Michael Lumish · 9 years ago
  81. 3569ae4 Fix Bazel breakage due to magic Cocoapods header search path by Jorge Canizales · 9 years ago
  82. 78a4c74 Make request headers a @property property. by Jorge Canizales · 9 years ago
  83. fd2f3a7 Remove unneeded include of grpc.h by Jorge Canizales · 9 years ago
  84. 6d84373 Manually merge release-0_11 into make-errors-public-beta to solve conflict by Jorge Canizales · 9 years ago
  85. 3d29110 Merge pull request #3235 from jcanizales/dont-strip-bin-beta by Michael Lumish · 9 years ago
  86. d21781f Make the error domain and codes public and documented. by Jorge Canizales · 9 years ago
  87. 4edf832 Don’t strip -bin suffix from response metadata. by Jorge Canizales · 9 years ago
  88. 6697e7f Don’t append -bin automatically to binary request headers. by Jorge Canizales · 9 years ago
  89. bbba491 Reject non-ASCII text header values too. by Jorge Canizales · 9 years ago
  90. 2529735 nit: remove obsolete comment by Jorge Canizales · 9 years ago
  91. 5f6001e nit: _proxy -> _delegate by Jorge Canizales · 9 years ago
  92. acf5e10 Let remove nil or non-ASCII keys (noop instead of throw). by Jorge Canizales · 9 years ago
  93. 12da424 nit: Documentation and formatting. by Jorge Canizales · 9 years ago
  94. 5af2868 Make the grpc_metadataArray property private. by Jorge Canizales · 9 years ago
  95. 2f10127 Publish GRPCRequestHeaders as a protocol by Jorge Canizales · 9 years ago
  96. 05640a5 Simpler code, better exceptions. by Jorge Canizales · 9 years ago
  97. 030e5d0 nit: Style guide by Jorge Canizales · 9 years ago
  98. 5c339d1 Remove -[asDictionary] by Jorge Canizales · 9 years ago
  99. 86e5a05 Make GRPCRequestHeaders public and import from GRPCCall by Jorge Canizales · 9 years ago
  100. 84fa531 Added class for setting request headers on a call by murgatroid99 · 9 years ago