1. fa44f18 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  2. 7716c53 Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-about by Yang Gao · 9 years ago
  3. 5666a20 Respond to review by Craig Tiller · 9 years ago
  4. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  5. 3e7c6a7 Core-supported context inheritance sketch by Craig Tiller · 9 years ago
  6. 2b84162 Use py.test from run_tests.py by Masood Malekghassemi · 9 years ago
  7. 791cc31 Enable Python testing and coverage by Masood Malekghassemi · 9 years ago
  8. 11af974 Merge pull request #2726 from ctiller/insolent-pork-chop by Vijay Pai · 9 years ago
  9. 5f8d05b Merge pull request #2698 from soltanmm/reorganize-python by Nathaniel Manista · 9 years ago
  10. 5d405bd Merge pull request #2663 from jcanizales/run-test-server-locally by Michael Lumish · 9 years ago
  11. 86d1f13 Merge github.com:grpc/grpc into insolent-pork-chop by Craig Tiller · 9 years ago
  12. 44a127c Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about by Craig Tiller · 9 years ago
  13. 9099179 Merge pull request #2731 from nicolasnoble/regen-and-vs-tweaks by Jan Tattermusch · 9 years ago
  14. d0b32e9 Make plugin & server, and pod install via run_tests.py by Jorge Canizales · 9 years ago
  15. 856aca8 Ensure the tests podspecs find the plugin they make by Jorge Canizales · 9 years ago
  16. f4ff31a Have tests podspecs make only the ObjC plugin by Jorge Canizales · 9 years ago
  17. 0238b3a Generate deterministic UUIDs in the Pods project by Jorge Canizales · 9 years ago
  18. 563b8a2 Regenerating project files and massaging VS project files. by Nicolas Noble · 9 years ago
  19. 623b7ae Reorganize Python tests by Masood Malekghassemi · 9 years ago
  20. fe8dc88 Reorganize Python packages by Masood Malekghassemi · 9 years ago
  21. 9b0fd3b Merge pull request #2723 from a-veitch/issue_2710 by Michael Lumish · 9 years ago
  22. 772fb1e Merge pull request #2697 from soltanmm/add-sphinx-doc by Nathaniel Manista · 9 years ago
  23. 6765604 Merge pull request #2590 from yang-g/jitter by Vijay Pai · 9 years ago
  24. 1178900 merge with master, fix build issue by Alistair Veitch · 9 years ago
  25. 6796805 Merge branch 'master' into issue_2709 by Alistair Veitch · 9 years ago
  26. c5d3f43 make random uint32 by yang-g · 9 years ago
  27. 0613e58 Fix a race that could cause a double delete by Craig Tiller · 9 years ago
  28. e2b3bfa Ensure server is alive when we free requested calls by Craig Tiller · 9 years ago
  29. 42b6c93 Make TSAN happy with our lock free stack by Craig Tiller · 9 years ago
  30. c226edc Merge pull request #2706 from yang-g/remove_get_from_accessor by Vijay Pai · 9 years ago
  31. 2a21434 Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel by Abhishek Kumar · 9 years ago
  32. 7ee4b89 Merge pull request #2670 from a-veitch/server_context by Yang Gao · 9 years ago
  33. ff32faf Move grpc_census_call_*_context calls into public header by Alistair Veitch · 9 years ago
  34. 6b9f5c6 Provide default host name by Craig Tiller · 9 years ago
  35. 83f4d4e Add a subchannel factory decorator library by Craig Tiller · 9 years ago
  36. 1aceadd Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about by Craig Tiller · 9 years ago
  37. 100a6e1 add struct include/grpc++/server_context.h src/cpp/server/server_context.cc by Alistair Veitch · 9 years ago
  38. d65632a Add Python documentation generation by Masood Malekghassemi · 9 years ago
  39. eab5c33 fix race in server shutdown by Jan Tattermusch · 9 years ago
  40. 357f0bd Merge pull request #2700 from nicolasnoble/windows-pollset-set-fix by Jan Tattermusch · 9 years ago
  41. 9a009f2 make accessors from get_x() to x() by yang-g · 9 years ago
  42. 96f1e5a Merge pull request #2669 from a-veitch/init_api_fix by Hongyu Chen · 9 years ago
  43. f29e9db Fixing Windows's missing pollset_set. by Nicolas "Pixel" Noble · 9 years ago
  44. e8afb23 Merge remote-tracking branch 'upstream/master' into jitter by yang-g · 9 years ago
  45. 8e06c2e Merge pull request #2676 from murgatroid99/node_jsdoc by Nicolas Noble · 9 years ago
  46. e71314f Merge pull request #2477 from ctiller/sometimes-its-good-just-to-check-in-with-each-other by Nicolas Noble · 9 years ago
  47. 7aa1491 Merge pull request #2610 from vjpai/shame-cube by Craig Tiller · 9 years ago
  48. 753b3cb Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  49. 36fab90 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  50. c463c53 Add ReleaseSigned configuration for Grpc.sln by Jan Tattermusch · 9 years ago
  51. bba6be1 Merge pull request #2684 from jtattermusch/lowercase_keys by Michael Lumish · 9 years ago
  52. cd114a7 Merge pull request #2677 from nathanielmanistaatgoogle/test-constants by Masood Malekghassemi · 9 years ago
  53. 5f8d9dc only use lowercase metadata keys in headers by Jan Tattermusch · 9 years ago
  54. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  55. 928a0cc Added test that credential channel argument is required by murgatroid99 · 9 years ago
  56. 2aff2b4 Merge pull request #2678 from vjpai/dont_be_explicit by Yang Gao · 9 years ago
  57. c089743 Remove explicit reference to nullptr since this isn't within by Vijay Pai · 9 years ago
  58. 893690f Made credentials an explicit required argument to channels by murgatroid99 · 9 years ago
  59. cbdac55 Merge branch 'master' into node_explicit_insecure_channel by murgatroid99 · 9 years ago
  60. 6249c0c Added explicit insecure credentials constructors by murgatroid99 · 9 years ago
  61. f2b2558 Merge pull request #2593 from ctiller/elliptic-orange-chamelion by Yang Gao · 9 years ago
  62. 7b042c5 Add STREAM_LENGTH and POOL_SIZE to test_constants by Nathaniel Manista · 9 years ago
  63. 6284cdb Merge pull request #2675 from stanley-cheung/php_call_peer_address by Michael Lumish · 9 years ago
  64. c0034dd review feedback: unit test of uri value too strict by Stanley Cheung · 9 years ago
  65. 9cd90a6 Rearranged some code for jsdoc, added some documentation by murgatroid99 · 9 years ago
  66. 54c9757 Merge pull request #2601 from ctiller/warbling-wombat by Vijay Pai · 9 years ago
  67. db98e08 Exposed channel target and call peer in PHP by Stanley Cheung · 9 years ago
  68. 1f21f33 Merge pull request #2666 from jtattermusch/oauth_token_api_fix by Michael Lumish · 9 years ago
  69. d116a2d Merge pull request #2632 from marcinwyszynski/master by Michael Lumish · 9 years ago
  70. cf39e94 Server side census context plumbing for c++ by Alistair Veitch · 9 years ago
  71. 925e4a6 Enrich census initialization and feature code by Alistair Veitch · 9 years ago
  72. d9aed1d Merge github.com:grpc/grpc into elliptic-orange-chamelion by Craig Tiller · 9 years ago
  73. cbc4fb9 Merge github.com:grpc/grpc into warbling-wombat by Craig Tiller · 9 years ago
  74. f0295cb Merge branch 'sometimes-its-good-just-to-check-in-with-each-other' into yeah-we-know-what-youre-talking-about by Craig Tiller · 9 years ago
  75. 26b3714 Add a hook for sending default authority when needed by Craig Tiller · 9 years ago
  76. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  77. 5c575dd Merge pull request #2664 from jtattermusch/async_tests by Stanley Cheung · 9 years ago
  78. cd7a405 make work with out-of-band oauth2 token more pleasant by Jan Tattermusch · 9 years ago
  79. 9a5c4f5 make sure async test wont be silently skipped with old NUnit by Jan Tattermusch · 9 years ago
  80. b98e1dd make some interop tests run as async methods by Jan Tattermusch · 9 years ago
  81. 9b048e5 introducing async tests by Jan Tattermusch · 9 years ago
  82. 6832792 add NUnitTestAdapter for VS by Jan Tattermusch · 9 years ago
  83. 2a31304 Merge pull request #2647 from vjpai/deepend by Yang Gao · 9 years ago
  84. 5749a3f Merge pull request #2605 from yang-g/fake_transport_security_to_private by jboeuf · 9 years ago
  85. 72b2701 Disable tests: unknown method and bad access token by Jorge Canizales · 9 years ago
  86. ce8ee61 Temporarily point tests to localhost by Jorge Canizales · 9 years ago
  87. 1433f52 Compile and run locally the interop C++ server before the tests by Jorge Canizales · 9 years ago
  88. a96ac05 make insecure channel and server explicit by Jan Tattermusch · 9 years ago
  89. 0526161 introduce gRPC logger by Jan Tattermusch · 9 years ago
  90. f9c2d97 fix reference to bouncyCastles assembly by Jan Tattermusch · 9 years ago
  91. a6b8288 upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code by Jan Tattermusch · 9 years ago
  92. dce9f6e fix x86 target to be AnyCPU by Jan Tattermusch · 9 years ago
  93. eea5955 added test for client SSL authentication by Jan Tattermusch · 9 years ago
  94. 88a9b32 added option to authenticate client using root cert chain by Jan Tattermusch · 9 years ago
  95. 062c329 expose peer info in serverside call handlers by Jan Tattermusch · 9 years ago
  96. 6e685ff Merge pull request #2654 from jtattermusch/win_getpeername_fix by Nicolas Noble · 9 years ago
  97. 46f2860 Added documentation command and settings to Node package by murgatroid99 · 9 years ago
  98. 60b653b Use MONOTONIC instead of REALTIME by yang-g · 9 years ago
  99. 88b77c6 merge with parent pR by yang-g · 9 years ago
  100. b3ff741 Merge pull request #2630 from murgatroid99/node_completion_key_names by Jan Tattermusch · 9 years ago