1. b00a3f6 fix links in docs by yang-g · 9 years ago
  2. 75d04da sync up with CreateChannel API change by yang-g · 9 years ago
  3. a883ccf Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  4. 0c711ad Adding C++ metadata processor. by Julien Boeuf · 9 years ago
  5. 4354f3e Make ServiceLink shut-down a two step process by Nathaniel Manista · 9 years ago
  6. 6afe53f add functions for getting trace records by Alistair Veitch · 9 years ago
  7. 487a72b Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem. by Jan Tattermusch · 9 years ago
  8. 808e5ae Merge pull request #3130 from nathanielmanistaatgoogle/test-cleanup by Masood Malekghassemi · 9 years ago
  9. 42188d2 Merge pull request #3128 from nathanielmanistaatgoogle/add_port by Masood Malekghassemi · 9 years ago
  10. 0ed0843 Merge pull request #3124 from nathanielmanistaatgoogle/_end-fixes by Masood Malekghassemi · 9 years ago
  11. 623860f Merge pull request #3133 from yang-g/fix_build by Jan Tattermusch · 9 years ago
  12. 9708425 Merge branch 'master' into node_method_name_conflicts by murgatroid99 · 9 years ago
  13. 0d1625a Merge branch 'master' into node_error_code_compliance by murgatroid99 · 9 years ago
  14. 956e411 Merge pull request #3012 from murgatroid99/node_metadata_class by Tim Emiola · 9 years ago
  15. c3ee1d5 Do not include internal proto header by yang-g · 9 years ago
  16. ae7bbfc merge to head by Alistair Veitch · 9 years ago
  17. b855202 rewrite to reviewer comments by Alistair Veitch · 9 years ago
  18. 4a6bbdd Python test clean-up by Nathaniel Manista · 9 years ago
  19. 9b1f91e Merge pull request #3125 from jtattermusch/metadata_key_check by Michael Lumish · 9 years ago
  20. a620e99 Merge pull request #3111 from ctiller/reject-the-stuffs by Yang Gao · 9 years ago
  21. 6e6ddbe Accept addresses rather than ports in add_port by Nathaniel Manista · 9 years ago
  22. 7279567 check for allowed characters in metadata key by Jan Tattermusch · 9 years ago
  23. 4b41ba2 Two fixes in grpc.framework.core._end by Nathaniel Manista · 9 years ago
  24. 9f80fcf Cleaning up Windows endpoint code by Craig Tiller · 9 years ago
  25. 400e0cd Merge pull request #3117 from nathanielmanistaatgoogle/force-client-auth by Masood Malekghassemi · 9 years ago
  26. 89a3330 Merge pull request #3118 from jtattermusch/csharp_errors by Stanley Cheung · 9 years ago
  27. 607ace8 Merge pull request #3102 from soltanmm/ihop by Nathaniel Manista · 9 years ago
  28. e535aac Merge github.com:grpc/grpc into reject-the-stuffs by Craig Tiller · 9 years ago
  29. 2d487f2 Merge pull request #3082 from dgquintas/cl by Craig Tiller · 9 years ago
  30. a8c01be Merge pull request #3100 from murgatroid99/core_fix_improper_include by Craig Tiller · 9 years ago
  31. 477538d Merge pull request #3101 from yang-g/string_ref_auth by Craig Tiller · 9 years ago
  32. 89d5610 Merge pull request #3104 from yang-g/create_channel by Craig Tiller · 9 years ago
  33. 67c4587 error spec compliance and marshalling tests by Jan Tattermusch · 9 years ago
  34. 0908c23 Expand force_client_auth to old ServerCredentials by Nathaniel Manista · 9 years ago
  35. 084b2f3 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  36. a1ad051 Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  37. ee8d6a3 Merge pull request #3113 from yang-g/fix_build by David G. Quintas · 9 years ago
  38. 63720d4 Python service account cleanup. by Julien Boeuf · 9 years ago
  39. 910ad08 Merge pull request #3106 from jtattermusch/culture_invariant by Stanley Cheung · 9 years ago
  40. 421738b Addressing comments, round 2. by Julien Boeuf · 9 years ago
  41. e62f68c make metric part of view by Alistair Veitch · 9 years ago
  42. 12577a7 Fix build by yang-g · 9 years ago
  43. 7d58aba Emit proper status when failing to parse server stream by murgatroid99 · 9 years ago
  44. 459faf3 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  45. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  46. 2cf9cd3 Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  47. 4eaeb99 Addressing comments. by Julien Boeuf · 9 years ago
  48. 240b7db Outlaw comma in non-binary metadata values by Craig Tiller · 9 years ago
  49. 1029e70 Merge pull request #3109 from stanley-cheung/move_grpc_common_examples_here by Tim Emiola · 9 years ago
  50. 43f1bf8 fix links by Stanley Cheung · 9 years ago
  51. 23b3712 remove examples/pubsub by Stanley Cheung · 9 years ago
  52. 0a26821 replace all grpc-common occurances with examples by Stanley Cheung · 9 years ago
  53. 20fa669 move examples to correct locations by Stanley Cheung · 9 years ago
  54. b2bea23 move grpc-common examples to here by Stanley Cheung · 9 years ago
  55. 60ff5c3 Merge pull request #3103 from nathanielmanistaatgoogle/force_client_auth by Masood Malekghassemi · 9 years ago
  56. 6905915 prepare for move by Stanley Cheung · 9 years ago
  57. 047f20d Make single-response calls emit INTERNAL status for unparseable responses by murgatroid99 · 9 years ago
  58. 6f1e2ea Merge branch 'node_metadata_class' into node_error_code_compliance by murgatroid99 · 9 years ago
  59. f03e128 Merge pull request #3026 from stanley-cheung/php_update_gen_code_test by Michael Lumish · 9 years ago
  60. 9a09982 view and aggregation API by Alistair Veitch · 9 years ago
  61. 5414df3 make ToLower culture invariant by Jan Tattermusch · 9 years ago
  62. 209d047 Merge pull request #278 from yang-g/async_doc by Abhishek Kumar · 9 years ago
  63. 7dc25d3 Add force_client_auth to _low.ServerCredentials by Nathaniel Manista · 9 years ago
  64. 2add980 Resolve comments by yang-g · 9 years ago
  65. b17ad55 Merge pull request #3062 from dgquintas/interop_spec by Yang Gao · 9 years ago
  66. dcb1691 Merge pull request #3105 from nathanielmanistaatgoogle/update-protobuf-submodule by Jan Tattermusch · 9 years ago
  67. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  68. 6686808 Update protobuf submodule to v3.0.0-beta-1 by Nathaniel Manista · 9 years ago
  69. 730055d implementation fix by yang-g · 9 years ago
  70. 1c3b213 Merge pull request #3070 from ctiller/winlog by Jan Tattermusch · 9 years ago
  71. 9a97a09 Merge pull request #2863 from jtattermusch/csharp_upgrade_to_proto3 by Michael Lumish · 9 years ago
  72. dafcce9 channel creation API change by yang-g · 9 years ago
  73. b59f134 Python OAuth2 auth-token interop test by Masood Malekghassemi · 9 years ago
  74. cf44bb5 use millis to protect against potential overflow by yang-g · 9 years ago
  75. edd4667 Reduce a timeout causing overflow by yang-g · 9 years ago
  76. 8685459 Fixed incorrect include line in core/census/grpc_filter.c by murgatroid99 · 9 years ago
  77. 4ad4003 Fixed handling of binary metadata values by murgatroid99 · 9 years ago
  78. 4135a21 php: add comment for why cancel_after_begin cannot be done by Stanley Cheung · 9 years ago
  79. 69e9747 php: fix interop stub construction after codegen fix by Stanley Cheung · 9 years ago
  80. 41d2b29 Merge pull request #3093 from nathanielmanistaatgoogle/channel by Masood Malekghassemi · 9 years ago
  81. ae69ad1 Add a portable test of endpoint pairs by Craig Tiller · 9 years ago
  82. 939ccbe switch C# projects to Google.Protobuf 3.0.0-alpha4 package by Jan Tattermusch · 9 years ago
  83. d68ef4f upgrade third_party/protobufs to 3.0.0-beta-1 by Jan Tattermusch · 9 years ago
  84. 08a4cf3 Merge pull request #3090 from maxwell-demon/master by Alistair Veitch · 9 years ago
  85. b029859 Revert "Revert "Refactor Endpoint API"" by Craig Tiller · 9 years ago
  86. 4ff47d9 Merge pull request #3095 from grpc/revert-3025-endpoints by Craig Tiller · 9 years ago
  87. 99d7b66 Revert "Refactor Endpoint API" by Craig Tiller · 9 years ago
  88. b6c912b Merge pull request #3025 from ctiller/endpoints by Yang Gao · 9 years ago
  89. 35b559f Aligning C++ interface with C for the auth metadata processor. by Julien Boeuf · 9 years ago
  90. 15df9b1 Merge pull request #3094 from yang-g/string_ref_auth by jboeuf · 9 years ago
  91. 0d9f81f minor fixes by yang-g · 9 years ago
  92. 967caaa Merge pull request #3052 from nathanielmanistaatgoogle/crust by Masood Malekghassemi · 9 years ago
  93. 8e3dc00 The Beta API Channel by Nathaniel Manista · 9 years ago
  94. 2845c86 Fix include guard of census/grpc_filter.h by Hongyu Chen · 9 years ago
  95. 0c63351 sync and async doc by yang-g · 9 years ago
  96. d739ece Merge pull request #3086 from ctiller/radio-ga-ga by David G. Quintas · 9 years ago
  97. 4a71ce2 Increase msan timeout also by Craig Tiller · 9 years ago
  98. 70964fc Properly reset incoming buffer by Craig Tiller · 9 years ago
  99. 69b2afe Merge branch 'endpoints' of github.com:ctiller/grpc into endpoints by Craig Tiller · 9 years ago
  100. 8bf3408 Fix uninitialized data by Craig Tiller · 9 years ago