1. 5fec4bf Merge branch 'master' into grpc_trace_granularity by murgatroid99 · 8 years ago
  2. b309bc9 Merge pull request #6922 from y-zeng/ios-test by Jan Tattermusch · 8 years ago
  3. 1bc42d9 Merge pull request #6994 from y-zeng/update-example by Jan Tattermusch · 8 years ago
  4. d5c615e Merge pull request #7005 from slash-lib/master by Jan Tattermusch · 8 years ago
  5. fc74d51 Merge pull request #7012 from kpayson64/python_windows_mingw by Jan Tattermusch · 8 years ago
  6. c9b7ad0 Updated grpcio c extension build for windows to use mingw. by Ken Payson · 8 years ago
  7. 60e98ec Merge pull request #6971 from y-zeng/Update_objc_example_podspec by Jan Tattermusch · 8 years ago
  8. ee694fb Merge pull request #6955 from nathanielmanistaatgoogle/metadata-code-details by Jan Tattermusch · 8 years ago
  9. 1fedcc9 Merge pull request #7007 from kpayson64/ruby_ignore_unused by Jan Tattermusch · 8 years ago
  10. d93d3dd Merge pull request #7004 from kpayson64/set_windows_port by Jan Tattermusch · 8 years ago
  11. 91e8314 Merge pull request #5641 from dgquintas/publish_compression_spec by David G. Quintas · 8 years ago
  12. 17233ce Ignore unused variables in ruby compilation by Ken Payson · 8 years ago
  13. ca85303 Merge branch 'master' of https://github.com/slash-lib/grpc by Bill Clarke · 8 years ago
  14. c072c92 Const correctness for ClientContext and ServerContext getters by Bill Clarke · 8 years ago
  15. 9c578c7 Const correctness for ClientContext and ServerContext getters by Bill Clarke · 8 years ago
  16. 8891ef5 Initialize port to -1 by Ken Payson · 8 years ago
  17. c9396aa Merge pull request #6991 from jtattermusch/csharp_fix_compressed_read by Jan Tattermusch · 8 years ago
  18. b16e451 Add a test of metadata, status code, and details by Nathaniel Manista · 8 years ago
  19. 606e35a add C# constant for GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY by Jan Tattermusch · 8 years ago
  20. 9fc079f enable client compression interop tests for C# by Jan Tattermusch · 8 years ago
  21. a7daf1e implement C# client compression interop tests by Jan Tattermusch · 8 years ago
  22. f8135f6 remove occurences of compressable payload type by Jan Tattermusch · 8 years ago
  23. 67ceba5 regenerate messages.proto by Jan Tattermusch · 8 years ago
  24. 4047d5d add test that C# can read compressed messages by Jan Tattermusch · 8 years ago
  25. 0d896ef fix reading of compressed byte_buffer in C# by Jan Tattermusch · 8 years ago
  26. acbf8c2 Merge pull request #6437 from kpayson64/build_change by Jan Tattermusch · 8 years ago
  27. 4bfb794 Merge pull request #6993 from grpc/update_csharp_readme by Jan Tattermusch · 8 years ago
  28. cfce066 Merge pull request #6104 from jtattermusch/coreclr_support by Jan Tattermusch · 8 years ago
  29. b2a18c8 Merge pull request #6984 from jtattermusch/fix_6930 by Jan Tattermusch · 8 years ago
  30. db3ffe1 Update examples with Cocoapods 1.0.0 by Yuchen Zeng · 8 years ago
  31. 892f8f9 Update c# readme. by Jan Tattermusch · 8 years ago
  32. 00ab530 Merge pull request #6839 from dgquintas/simplify_compression_interop by Jan Tattermusch · 8 years ago
  33. 396f943 added freaking missing comma by David Garcia Quintas · 8 years ago
  34. 446f70e fixed faulty server streaming c++ test case by David Garcia Quintas · 8 years ago
  35. 47031a8 Add egg-info to python distribution. by Ken Payson · 8 years ago
  36. ff32a86 updated the interop tests driver by David Garcia Quintas · 8 years ago
  37. 19cce59 Merge pull request #6985 from dgquintas/fix_performance_jenkins by Jan Tattermusch · 8 years ago
  38. e89aad0 updated node interop server by David Garcia Quintas · 8 years ago
  39. dacce7a fixed bad merge. c++ tests should work again by David Garcia Quintas · 8 years ago
  40. 311c74e Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown by Jan Tattermusch · 8 years ago
  41. 34d052a Merge pull request #6981 from murgatroid99/node_tools_package_regenerate by Jan Tattermusch · 8 years ago
  42. 9d393a5 slightly fancier output by David Garcia Quintas · 8 years ago
  43. be37455 add missing ConfigureAwait(false) by Jan Tattermusch · 8 years ago
  44. 176a557 Merge pull request #6974 from dgquintas/fix_performance_jenkins by Jan Tattermusch · 8 years ago
  45. f8bbe72 Make src/node/tools/package.json consistent with its template by murgatroid99 · 8 years ago
  46. ad8723f moved up 'package' statement. by David Garcia Quintas · 8 years ago
  47. be22335 Merge pull request #6969 from ctiller/stream_finish by Jan Tattermusch · 8 years ago
  48. 7bfa751 Merge pull request #6966 from ctiller/get_settings_first by Jan Tattermusch · 8 years ago
  49. f019766 Merge pull request #6965 from ctiller/naughty_client by Jan Tattermusch · 8 years ago
  50. 0c3ea08 Merge pull request #6970 from nathanielmanistaatgoogle/with_call by Jan Tattermusch · 8 years ago
  51. 7edfcb0 Using inlined BoolValue in lieu of wrappers.proto due to lack of node support by David Garcia Quintas · 8 years ago
  52. b665dd2 reworded some by David Garcia Quintas · 8 years ago
  53. 743decd fix C# --use_docker on linux by Jan Tattermusch · 8 years ago
  54. 8d9e838 Fixed format issues by Yuchen Zeng · 8 years ago
  55. d5fd7dd Addressed review comments by Yuchen Zeng · 8 years ago
  56. 6e2f88c compile 64bit extension for coreclr on windows by Jan Tattermusch · 8 years ago
  57. 9f26a14 fixed incomplete sentence by David Garcia Quintas · 8 years ago
  58. 6d08220 try making C# tests work on coreclr on mac by Jan Tattermusch · 8 years ago
  59. 381e26a regenerate project.json files by Jan Tattermusch · 8 years ago
  60. 939e9ca use template to generate project.json files by Jan Tattermusch · 8 years ago
  61. 5988716 Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 by Jan Tattermusch · 8 years ago
  62. 74ea91d use qps_json_driver for latency profiling by David Garcia Quintas · 8 years ago
  63. 64c137c select runtime dir by Jan Tattermusch · 8 years ago
  64. bbe601a add a hack by Jan Tattermusch · 8 years ago
  65. aa33832 Revert ProtoService.m, add an exception for its incompatible-pointer-types warning by Yuchen Zeng · 8 years ago
  66. 7433013 improve project.json files by Jan Tattermusch · 8 years ago
  67. bc98af1 make run_tests.py support coreclr on windows by Jan Tattermusch · 8 years ago
  68. bc43e07 Merge pull request #6896 from soltanmm/maybe by Jan Tattermusch · 8 years ago
  69. 3b5ae53 Correct lingering FATAL_FAILURE sites by Nathaniel Manista · 8 years ago
  70. abc7427 Update podfiles for objc examples by Yuchen Zeng · 8 years ago
  71. ca3e9c8 Merge remote-tracking branch 'upstream/master' into ios-test by Yuchen Zeng · 8 years ago
  72. 36a58a7 Enable treating warnings as errors for target gRPC by Yuchen Zeng · 8 years ago
  73. 1468d4b Merge pull request #6848 from thinkerou/default_roots_pem by Jan Tattermusch · 8 years ago
  74. 8d3477c Merge pull request #6962 from nathanielmanistaatgoogle/delete-dead-code-tests by Jan Tattermusch · 8 years ago
  75. 604bdf7 Merge pull request #6961 from nathanielmanistaatgoogle/secure-channel-construction by Jan Tattermusch · 8 years ago
  76. ffaafe6 Change with_call from parameter to attribute by Nathaniel Manista · 8 years ago
  77. 53018e4 Merge pull request #6954 from dgquintas/protoc_include_path by Nicolas Noble · 8 years ago
  78. 89dde5e Fix copyright by Craig Tiller · 8 years ago
  79. fa1f74e Fix errored streams prematurely terminating, add a test by Craig Tiller · 8 years ago
  80. e16907e Resolved merge conflicts with master by murgatroid99 · 8 years ago
  81. daec5f9 We dont need to account for parsing or not when writing by Craig Tiller · 8 years ago
  82. 56565fc Force receiving a SETTINGS frame as the first frame by Craig Tiller · 8 years ago
  83. 78a7333 Fix memory leak upon receiving two RST_STREAMs by Craig Tiller · 8 years ago
  84. 4e29480 Merge pull request #6957 from ctiller/cpu_cost by Jan Tattermusch · 8 years ago
  85. c7d7be9 Merge pull request #6958 from ctiller/cpuburn by Jan Tattermusch · 8 years ago
  86. 76233f5 Delete tests of dead pre-GA code by Nathaniel Manista · 8 years ago
  87. 6efe7c7 Fix secure channel construction by Nathaniel Manista · 8 years ago
  88. 5ad70a6 removed spurious .format() by David Garcia Quintas · 8 years ago
  89. 913f5ab Merge remote-tracking branch 'origin/fix_logproto' into simplify_compression_interop by David Garcia Quintas · 8 years ago
  90. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  91. 377bfde added extra path to python protoc by David Garcia Quintas · 8 years ago
  92. e5f0f95 fixed syntax errors in proto by David Garcia Quintas · 8 years ago
  93. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  94. 56f9862 Merge pull request #6863 from vjpai/wheezy by Jan Tattermusch · 8 years ago
  95. e2715df Reduce cost of some heavyweight tests by Craig Tiller · 8 years ago
  96. 76511a5 attempt for run_tests.py by Jan Tattermusch · 8 years ago
  97. 099cbf8 add debian.8-x64 to the list of runtimes by Jan Tattermusch · 8 years ago
  98. 39ec1cb add csharp CoreCLR docker image by Jan Tattermusch · 8 years ago
  99. fab857e address review comments by Jan Tattermusch · 8 years ago
  100. b544c29 Adjust cpu_cost of some tests to better reflect reality by Craig Tiller · 8 years ago