1. beac88c Server: added the ability to disable compression algorithm by David Garcia Quintas · 9 years ago
  2. b58b346 wip. we need a way to pass args to server construction by David Garcia Quintas · 9 years ago
  3. 49a5130 Merge branch 'compression-accept-encoding' into compression-interop by David Garcia Quintas · 9 years ago
  4. 10494fc Merge branch 'master' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  5. 7a75936 Merge pull request #2861 from jcanizales/fix-race-condition by Jorge Canizales · 9 years ago
  6. 578ab16 Don’t retain self here! by Jorge Canizales · 9 years ago
  7. 297ed7b Don’t set the request writer to nil, as @synchr(nil) is undefined behavior. by Jorge Canizales · 9 years ago
  8. eb87b46 Rename super-confusing ivar _self -> _retainSelf by Jorge Canizales · 9 years ago
  9. fd51dff Clarify invalid-argument message for already-started writers by Jorge Canizales · 9 years ago
  10. 238ad78 Eliminate race in GRPCCall’s operation of the requests writer by Jorge Canizales · 9 years ago
  11. 67ce098 Clarify thread-safety expectations of GRXWriters by Jorge Canizales · 9 years ago
  12. c678c30 Fix ForwardingWriter init preconditions by Jorge Canizales · 9 years ago
  13. c29812f Merge pull request #2845 from ctiller/reorder-some-things by jboeuf · 9 years ago
  14. 95a98ca Merge pull request #2829 from ctiller/tell-the-world-about-ALL-the-things by Yang Gao · 9 years ago
  15. 012349f Merge pull request #2842 from ctiller/asan-is-sad by Yang Gao · 9 years ago
  16. 8f1b169 Reorder filters to ensure that :authority is available when the auth filter needs it by Craig Tiller · 9 years ago
  17. c7989b6 Merge pull request #2788 from ctiller/kinetic-lopsided-poetry by Nicolas Noble · 9 years ago
  18. be76f2c Merge pull request #2838 from jcanizales/make-oauth2-easy by Jorge Canizales · 9 years ago
  19. 2e95e4a Move parent removal from final destruction to destruction request by Craig Tiller · 9 years ago
  20. 26f8b28 Merge github.com:grpc/grpc into tell-the-world-about-ALL-the-things by Craig Tiller · 9 years ago
  21. 37f24de Merge pull request #2777 from jboeuf/server_creds_auth_md_processor by Craig Tiller · 9 years ago
  22. 721b7a3 Rename oauth2_lowerCamel -> oauth2UpperCamel by Jorge Canizales · 9 years ago
  23. 26e0c9e Fixup for 971d06ad06caadb369e318112bba0e039188cfc2 by Jorge Canizales · 9 years ago
  24. 631dc00 Exercise GRPCCall+OAuth2 in the tests by Jorge Canizales · 9 years ago
  25. 87e133e merge with head by yang-g · 9 years ago
  26. c8abca8 Resolve comments by yang-g · 9 years ago
  27. 594ae57 Add OAuth2 headers category to GRPCCall by Jorge Canizales · 9 years ago
  28. 971d06a Fix build breakage by Jorge Canizales · 9 years ago
  29. be222f8 Merge pull request #2758 from jcanizales/make-http-not-subtle by Jorge Canizales · 9 years ago
  30. 7aff428 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  31. 6659d8b Fix memory leaks by Craig Tiller · 9 years ago
  32. 015ab35 Clarify intention of the code that adds a default port by Jorge Canizales · 9 years ago
  33. f3128e6 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  34. 6b9477e Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  35. aee5d5c Print error message on client auth error by Craig Tiller · 9 years ago
  36. c281152 Merge branch 'server_creds_auth_md_processor' of github.com:jboeuf/grpc into tell-the-world-about-ALL-the-things by Craig Tiller · 9 years ago
  37. 55fcf50 Document that methods in GRPCCall+Tests can only be called once per host by Jorge Canizales · 9 years ago
  38. b2bd067 Require very explicit registration of non-SSL hosts. by Jorge Canizales · 9 years ago
  39. 82b68d8 Use test certificates and name override for local tests :) by Jorge Canizales · 9 years ago
  40. 9195233 Subclass InteropTests to later repeat the tests using SSL by Jorge Canizales · 9 years ago
  41. 945f72c Make the host of interop tests modifiable per-class by Jorge Canizales · 9 years ago
  42. cdabaca Run test server with and without SSL by Jorge Canizales · 9 years ago
  43. 4ab7cc0 Merge master into support-test-certificates to solve conflicts. by Jorge Canizales · 9 years ago
  44. 5a20170 Merge pull request #2803 from ctiller/delay-start-resolution by Yang Gao · 9 years ago
  45. aa7a75a Merge pull request #2813 from ctiller/every-day-i-propagate by Yang Gao · 9 years ago
  46. e5b0459 Merge pull request #2750 from ctiller/propagate by Yang Gao · 9 years ago
  47. 2ba9e5d Merge pull request #2815 from jtattermusch/introduce_call_options by Jan Tattermusch · 9 years ago
  48. d3368e4 Merge branch 'master' of github.com:grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  49. 7e90745 Document plan to merge the GRPCChannel subclasses by Jorge Canizales · 9 years ago
  50. 77723b1 Document that grpc_channel_args don’t need to survive GRPCSecureChannel init by Jorge Canizales · 9 years ago
  51. 7c8d255 Cleanup. by Julien Boeuf · 9 years ago
  52. 77a7b87 Fixing API (thanks Craig for the comments) and associated tests. by Julien Boeuf · 9 years ago
  53. 8c5318a Return nil instead of assert when the test certs can’t be read by Jorge Canizales · 9 years ago
  54. 145f865 Undo forward-declaring grpc_channel_args, which isn’t a struct! by Jorge Canizales · 9 years ago
  55. d13bbed Fix breakage (struct before undefined structs) by Jorge Canizales · 9 years ago
  56. 7098b1b Merge pull request #2746 from soltanmm/user-agent by Nathaniel Manista · 9 years ago
  57. d7f2ab3 Forward-declare structs in GRPCSecureChannel.h by Jorge Canizales · 9 years ago
  58. 82fb883 Make GRPCHost cache thread-safe. by Jorge Canizales · 9 years ago
  59. cceeb51 Document intention of hostURL.port conditional check. by Jorge Canizales · 9 years ago
  60. 83b7971 Forward-declare GRPCCompletionQueue and grpc_call by Jorge Canizales · 9 years ago
  61. 0607bae Forward-declare grpc_channel and specify ownership semantics by Jorge Canizales · 9 years ago
  62. 5c14763 Add project metadata generation to Python by Masood Malekghassemi · 9 years ago
  63. 354e212 Update Objective-C by Craig Tiller · 9 years ago
  64. 2c3be1d Add tests for C++ propagation by Craig Tiller · 9 years ago
  65. 8708dd7 Add WaitForState by yang-g · 9 years ago
  66. 9804924 Merge pull request #2781 from yang-g/stuboptions by Abhishek Kumar · 9 years ago
  67. e40f964 Merge branch 'propagate' into every-day-i-propagate by Craig Tiller · 9 years ago
  68. 0700d8b Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  69. a6f8f92 Add comment by Craig Tiller · 9 years ago
  70. fdbd728 Rename constants by Craig Tiller · 9 years ago
  71. bb53614 C++ context propagation by Craig Tiller · 9 years ago
  72. 36f5965 clean up and add a test by yang-g · 9 years ago
  73. 3cd76d6 fix tests by Jan Tattermusch · 9 years ago
  74. ffa17b1 regenerated code by Jan Tattermusch · 9 years ago
  75. 5c371f8 renamed CallContext to CallOptions by Jan Tattermusch · 9 years ago
  76. e5e57ad update generator by Jan Tattermusch · 9 years ago
  77. 5cb5ced refactoring client side calls by Jan Tattermusch · 9 years ago
  78. cc97fed regenerated code by Jan Tattermusch · 9 years ago
  79. 641cb1b update generator by Jan Tattermusch · 9 years ago
  80. a9ddd02 add servicename field to method by Jan Tattermusch · 9 years ago
  81. 542e21c refactoring AsyncCall by Jan Tattermusch · 9 years ago
  82. 5e10f18 introduce CallContext by Jan Tattermusch · 9 years ago
  83. a73dc1c specialize deadline type and implementation by yang-g · 9 years ago
  84. c6f2d4f Merge pull request #2797 from jtattermusch/polishing_api by Jan Tattermusch · 9 years ago
  85. 22de7b6 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  86. 4e407ba Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter by Vijay Pai · 9 years ago
  87. d2e9cb3 Merge pull request #2765 from ctiller/the-test-be-sleepy by Yang Gao · 9 years ago
  88. 9f007f0 Merge pull request #2732 from ctiller/primary-goat-whisperer by Vijay Pai · 9 years ago
  89. 8158c6c Merge pull request #2713 from ctiller/plucking-hell by Vijay Pai · 9 years ago
  90. a600d58 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  91. 402acf6 Fix proxy, finalize API by Craig Tiller · 9 years ago
  92. 183c9f7 Merge pull request #2767 from ctiller/no-poop-on-pizza by Abhishek Kumar · 9 years ago
  93. 38ed056 Merge remote-tracking branch 'upstream/master' into stuboptions by yang-g · 9 years ago
  94. ebd7a59 Merge remote-tracking branch 'upstream/master' into reconnect_branch_based_on_jitter by yang-g · 9 years ago
  95. 20a3c35 Delay name resolution until we need a channel to be READY by Craig Tiller · 9 years ago
  96. 18541a1 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  97. dcd45cf Cleanup includes by Craig Tiller · 9 years ago
  98. 5afe5e3 Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  99. 220adcc Merge branch 'primary-goat-whisperer' into the-test-be-sleepy by Craig Tiller · 9 years ago
  100. c436a80 Merge github.com:grpc/grpc into primary-goat-whisperer by Craig Tiller · 9 years ago