1. 38d8055 cronet build related changes by Makarand Dharmapurikar · 8 years ago
  2. 7fba068 docgen format fix by Makarand Dharmapurikar · 8 years ago
  3. aed1de9 Style guide related feedback fixes. by Makarand Dharmapurikar · 8 years ago
  4. 6d2ed00 Slight change to surface API. by Makarand Dharmapurikar · 8 years ago
  5. de733bd Cosmetic changes to address feedback. by Makarand Dharmapurikar · 8 years ago
  6. 9b5f640 ObjC interface for using Cronet, and test for Cronet by Makarand Dharmapurikar · 8 years ago
  7. f742afc Update BoringSSL podspec version. by Jorge Canizales · 8 years ago
  8. 0803bb0 Add state transitions to GRPCCall by Jorge Canizales · 8 years ago
  9. 47b80bc Test that GRPCCall transitions states properly by Jorge Canizales · 8 years ago
  10. 40f11aa Objective-C: Add ChannelCredentials to gRPC Call. by Paul Querna · 8 years ago
  11. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  12. 6e6230a Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only by Jan Tattermusch · 8 years ago
  13. 444869b Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-master by Jan Tattermusch · 8 years ago
  14. 6bda849 Fixing copyrights. by Nicolas "Pixel" Noble · 8 years ago
  15. 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
  16. 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
  17. e6bebe9 Merge pull request #5749 from jcanizales/only-one-completion-queue by Jan Tattermusch · 8 years ago
  18. f21b0d1 Merge pull request #5722 from jcanizales/fix-writeable by Jan Tattermusch · 8 years ago
  19. 7cfb396 Make copyright not expire one year too soon. by Jorge Canizales · 8 years ago
  20. c5dd4d4 Use a singleton completion queue by Jorge Canizales · 8 years ago
  21. 879c764 Merge pull request #5727 from nicolasnoble/upmerge by Jan Tattermusch · 8 years ago
  22. e1e459e Merge pull request #5724 from grpc/revert-5607-revert-5544-master by Jan Tattermusch · 8 years ago
  23. 3f2133f kSCNetworkReachabilityFlagsIsWWAN is only available on iOS, not all Mac targets. by Paul Querna · 8 years ago
  24. 5a8ec75 Use a named constant for error domain and code by Jorge Canizales · 8 years ago
  25. 9ff2c14 Merge branch 'release-0_13' by Nicolas "Pixel" Noble · 8 years ago
  26. aad4156 Disabling iOS user-agent test. by Nicolas "Pixel" Noble · 8 years ago
  27. 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
  28. 5e67232 Make Writeable with single handler robust against stream Writers by Jorge Canizales · 8 years ago
  29. 232b6a8 Test robustness of WriteableSingleHandler against non-single Writers by Jorge Canizales · 8 years ago
  30. 8b414f1 Clean up ownership of the connection loss handler by Jorge Canizales · 8 years ago
  31. 07a2a70 Not call external methods from within a critical section by Jorge Canizales · 8 years ago
  32. f1d084a Add monitoring of connectivity by Jorge Canizales · 9 years ago
  33. c1edf22 Fix sanity by Craig Tiller · 8 years ago
  34. 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
  35. aaf66a9 Add comments and feature flag. by Greg Haines · 8 years ago
  36. 91bd627 Feedback from @jcanizales and @vjpai by Greg Haines · 8 years ago
  37. 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
  38. f1588b5 Another nit fix.. by Makarand Dharmapurikar · 8 years ago
  39. c9dbf64 fixed indentation and removed unnecessary empty line by Makarand Dharmapurikar · 8 years ago
  40. c2b3490 Added a test to verify user agent prefix can be set correctly. by Makarand Dharmapurikar · 8 years ago
  41. 7204010 Fixing format and copyright. by Nicolas "Pixel" Noble · 8 years ago
  42. 1c2890d Order change of includes. by Makarand Dharmapurikar · 8 years ago
  43. 54a3cc6 Reverted a change, removed empty test. by Makarand Dharmapurikar · 8 years ago
  44. 63f2b5b Fixed nits. by Makarand Dharmapurikar · 8 years ago
  45. a0414ee Addressed feedback from @jcanizales by Makarand Dharmapurikar · 8 years ago
  46. 9656eca Added tests for code coverage by Test User · 8 years ago
  47. 6c90d89 Fix sanity by Craig Tiller · 8 years ago
  48. 58d9891 Removed unused userAgentPrefix variable by Kristopher Wuollett · 8 years ago
  49. be303e1 Add user agent of the library to that of the app. by Jorge Canizales · 8 years ago
  50. 20b79e7 Updated user agent to be a host-level setting by Kristopher Wuollett · 8 years ago
  51. 99354c3 Formatting and naming fixes by Kristopher Wuollett · 8 years ago
  52. 55484da Restored strdup of keys and values to ensure ownership of their memory by Kristopher Wuollett · 8 years ago
  53. 300f7e4 Renamed user agent setting to userAgentPrefix and changed its scope to global by Kristopher Wuollett · 8 years ago
  54. 2c6d2bd Removed (un)secure channel subclasses by Kristopher Wuollett · 8 years ago
  55. 85bf574 Fixed some formatting by Kristopher Wuollett · 8 years ago
  56. c6b3017 Add channel args to enable user agent string for Objective-C by Kristopher Wuollett · 8 years ago
  57. 5441c22 Merge pull request #4959 from grpc/release-0_12 by Michael Lumish · 9 years ago
  58. 83f746b Upgrade BoringSSL podspec to v2.0 by Jorge Canizales · 9 years ago
  59. 73128da fix copyrights by Jan Tattermusch · 9 years ago
  60. d7745f0 Merge pull request #4790 from adelez/update_interop_url by Yang Gao · 9 years ago
  61. 9b5de79 Copyright fix by Craig Tiller · 9 years ago
  62. ab5500e Fixed proto method without package naming in ObjC. by Kristopher Wuollett · 9 years ago
  63. 83576ba Update interop test service url to grpc-test.sandbox.googleapis.com. by Adele Zhou · 9 years ago
  64. 1702918 Merge pull request #4480 from jcanizales/swift-sample by Michael Lumish · 9 years ago
  65. 47a7b9e Prevent warnings on dictionaries w/o string keys by Jorge Canizales · 9 years ago
  66. a78d117 Update Swift sample’s XCode project to latest Swift version 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. 0c0d15f Move BoringSSL.podspec into src, and point Podfiles to it by Jorge Canizales · 9 years ago
  71. 3e5cbee Merge pull request #4223 from jcanizales/filter-protobuf-warnings by Michael Lumish · 9 years ago
  72. f762d40 Filter Protobuf nullable warnings by Jorge Canizales · 9 years ago
  73. e3d9db2 Adjust version requirements through samples and tests. by Jorge Canizales · 9 years ago
  74. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  75. 3edd3af Merge pull request #4119 from bdotdub/objc-cleanup-generated-libraries by Jorge Canizales · 9 years ago
  76. a7c6c85 Remove unused RouteGuideClient and move RemoteTestClient to tests by Benny Wong · 9 years ago
  77. 66ae6bf Update Podfile to point to the right sample dependencies by Benny Wong · 9 years ago
  78. 1d5adb3 Revert edit for generated_libraries RemoteTest by Benny Wong · 9 years ago
  79. 7beff53 Update location of grpc_objective_c_plugin for sample by Benny Wong · 9 years ago
  80. 3f1f5a4 Update ObjC sample to use the new ProtoMethod instead of GRPCMethodName by Benny Wong · 9 years ago
  81. 785d8ae Merge pull request #4009 from jtattermusch/add_badges by Michael Lumish · 9 years ago
  82. d6c0415 Add cocoapods badge by Jan Tattermusch · 9 years ago
  83. 96dde58 Fixup: Target name changed. by Jorge Canizales · 9 years ago
  84. 2beb88c Fix documentation of tests by Jorge Canizales · 9 years ago
  85. 91db5ac Split AllTests into 4 schemes by Jorge Canizales · 9 years ago
  86. 54fa62e Reject nils in useTestCertsPath:testName:forHost: by Jorge Canizales · 9 years ago
  87. ea4955e Remove outdated routeguide test by Jorge Canizales · 9 years ago
  88. dcd35b8 Merge pull request #3969 from grpc/release-0_11 by Nicolas Noble · 9 years ago
  89. 55e9742 s/quit()/sys.exit() by Jorge Canizales · 9 years ago
  90. 5a06278 Copyright notice in the .sh file by Jorge Canizales · 9 years ago
  91. 3c55958 s/grpc_credentials/grpc_channel_credentials for ObjC by Jorge Canizales · 9 years ago
  92. 1bef95d Style and misc fixes to the script by Jorge Canizales · 9 years ago
  93. 8644641 Undo Cocoadoc’ing TODO line. by Jorge Canizales · 9 years ago
  94. b10776c Reformat comments as Cocoadocs by Jorge Canizales · 9 years ago
  95. bbb7774 Make the script support multiple input files by Jorge Canizales · 9 years ago
  96. 88c3284 Finished script and example output. by Jorge Canizales · 9 years ago
  97. fef5bee Prototype script to change comment format. by Jorge Canizales · 9 years ago
  98. a6da17e Test file: GRPCCall.h by Jorge Canizales · 9 years ago
  99. 197adea Git ignore XCode derived files across the repo by Jorge Canizales · 9 years ago
  100. 740a1cc Git ignore XCode derived files across the repo by Jorge Canizales · 9 years ago