1. 0882a35 Fix refcounting by Craig Tiller · 9 years ago
  2. c84d4aa Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  3. 47ec9a4 Add ostream support for string_ref by Craig Tiller · 9 years ago
  4. afbbaf9 Merge pull request #3065 from yang-g/string_ref by Craig Tiller · 9 years ago
  5. f1c7674 Merge pull request #3048 from maxwell-demon/timespec by Craig Tiller · 9 years ago
  6. 52730d3 Merge pull request #3035 from ctiller/naming-crisis by David G. Quintas · 9 years ago
  7. c22b179 Merge remote-tracking branch 'upstream/master' into timespec by Hongyu Chen · 9 years ago
  8. 6e86944 Merge pull request #3021 from ctiller/reject-the-stuffs by Yang Gao · 9 years ago
  9. 011ea49 Merge remote-tracking branch 'upstream/master' into timespec by Hongyu Chen · 9 years ago
  10. 1b481b6 Merge pull request #3059 from soltanmm/timeout by Nathaniel Manista · 9 years ago
  11. 9f8c100 Merge remote-tracking branch 'upstream/master' into string_ref by yang-g · 9 years ago
  12. 26fd1a3 Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  13. 04babec Merge pull request #3043 from murgatroid99/objc_kvo_compliance by Michael Lumish · 9 years ago
  14. 8f56c42 Add global per-test timeout to Python test harness by Masood Malekghassemi · 9 years ago
  15. 9dee67b Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  16. 58824d4 Merge remote-tracking branch 'upstream/master' into string_ref by yang-g · 9 years ago
  17. 25de92c Assert uri not null better by Craig Tiller · 9 years ago
  18. e21908f impl by yang-g · 9 years ago
  19. 4087ea6 Merge pull request #2945 from maxwell-demon/master by Alistair Veitch · 9 years ago
  20. 4f5e6f0 Merge pull request #3063 from jtattermusch/windows_server_memory_leak by Craig Tiller · 9 years ago
  21. f5cf6fa Assert uri not null by Craig Tiller · 9 years ago
  22. a4d9f26 fix gpr_slice leak in server on connection reset by Jan Tattermusch · 9 years ago
  23. 1dc323b Spam cleanup by Craig Tiller · 9 years ago
  24. c0136b9 Add comments by Craig Tiller · 9 years ago
  25. c9a3b0d Respond to review by Craig Tiller · 9 years ago
  26. d5539ec remove constexpr since gcc 4.4 or vs2010 does not support it by yang-g · 9 years ago
  27. 775ec1d Use SSL override as a default host name if none is specified by Craig Tiller · 9 years ago
  28. a96ce80 Update include path of core/profiling/basic_timers.c by Hongyu Chen · 9 years ago
  29. 9639b81 Merge pull request #3046 from nathanielmanistaatgoogle/defect by Masood Malekghassemi · 9 years ago
  30. 62597fd Merge pull request #3047 from nathanielmanistaatgoogle/status by Masood Malekghassemi · 9 years ago
  31. d1f0838 Merge pull request #3051 from jtattermusch/csharp_docs by Michael Lumish · 9 years ago
  32. b3e56c4 Drop whitespace from Python test metadata keys by Nathaniel Manista · 9 years ago
  33. 12a2701 Merge pull request #3011 from dgquintas/comma-separated-ips by Craig Tiller · 9 years ago
  34. b5bf12b Merge pull request #3049 from murgatroid99/objc_disable_udp_error by Craig Tiller · 9 years ago
  35. 5d4d1ee Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  36. 0382bfa Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref by Julien Boeuf · 9 years ago
  37. 8fd915a Adding grpc::string_ref class. by Julien Boeuf · 9 years ago
  38. 6047868 Use a custom exception in test_control by Nathaniel Manista · 9 years ago
  39. e289e52 Merge pull request #3038 from nathanielmanistaatgoogle/four-fixes by Masood Malekghassemi · 9 years ago
  40. 7c70bc2 Merge pull request #3045 from nathanielmanistaatgoogle/parameter-reassignment by Masood Malekghassemi · 9 years ago
  41. 5459875 Merge pull request #3040 from nathanielmanistaatgoogle/face by Masood Malekghassemi · 9 years ago
  42. 7b92bae Status code conformance in grpc._links by Nathaniel Manista · 9 years ago
  43. 8caba05 A test suite for the RPC Framework Face interface by Nathaniel Manista · 9 years ago
  44. 12855fc polishing public docs by Jan Tattermusch · 9 years ago
  45. 049e1df Made udp_server.c compile for iOS by murgatroid99 · 9 years ago
  46. a0f149e Move core/profiling/timers_preciseclock.h to core/support/ such that we by Hongyu Chen · 9 years ago
  47. 9d1f0c4 Fix merge failures by yang-g · 9 years ago
  48. 3e4bd95 merge with head by yang-g · 9 years ago
  49. 045c12a Merge pull request #3008 from yang-g/docs by David G. Quintas · 9 years ago
  50. f637573 make unneeded API internal-only, update docs by Jan Tattermusch · 9 years ago
  51. 8c4549a Merge pull request #3039 from nathanielmanistaatgoogle/transport-objects by Masood Malekghassemi · 9 years ago
  52. c9dc74b Fix parameter reassignment defect by Nathaniel Manista · 9 years ago
  53. d7af736 Merge pull request #3010 from dgquintas/head_vs_tails by Craig Tiller · 9 years ago
  54. b1f2407 merge with head and resolve conflicts by yang-g · 9 years ago
  55. 207e644 Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  56. 0e67ac2 Merge pull request #3034 from yang-g/sec_conn_leak by jboeuf · 9 years ago
  57. 2e49a35 Fixed KVO test by murgatroid99 · 9 years ago
  58. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  59. 11c3c68 Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  60. 7f4fc98 Merge branch 'endpoints' of github.com:ctiller/grpc into endpoints by Craig Tiller · 9 years ago
  61. d1ed567 Update comments by Craig Tiller · 9 years ago
  62. ddb0b8c Merge pull request #3019 from dgquintas/channel_args_compression by Yang Gao · 9 years ago
  63. e75ee38 Merge pull request #2969 from soltanmm/gravity-well by Nathaniel Manista · 9 years ago
  64. d2ea031 Merge pull request #2818 from ctiller/y12kdm3 by Vijay Pai · 9 years ago
  65. e180766 Merge pull request #3007 from jboeuf/core_md_processor_fixes by Craig Tiller · 9 years ago
  66. 115b759 Merge github.com:grpc/grpc into reject-the-stuffs by Craig Tiller · 9 years ago
  67. bb88b90 Merge branch 'master' of github.com:grpc/grpc into head_vs_tails by David Garcia Quintas · 9 years ago
  68. 9c36857 Merge branch 'master' of github.com:grpc/grpc into comma-separated-ips by David Garcia Quintas · 9 years ago
  69. 25bf313 Fix for lame clients by Craig Tiller · 9 years ago
  70. 02dda83 Merge branch 'master' of github.com:grpc/grpc into channel_args_compression by David Garcia Quintas · 9 years ago
  71. fe5f254 Improvements to the grpc_channel_args_compression_algorithm_set_state api by David Garcia Quintas · 9 years ago
  72. 2432c22 Add a "transport" field to links.Ticket by Nathaniel Manista · 9 years ago
  73. 9faff0e Four small bugfixes by Nathaniel Manista · 9 years ago
  74. 4473e52 Merge remote-tracking branch 'upstream/master' by Hongyu Chen · 9 years ago
  75. 81b4fcb Added test for responseHeaders KVO compliance by murgatroid99 · 9 years ago
  76. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  77. 46f2d34 Move the default roots check before allocation by yang-g · 9 years ago
  78. bc85be1 Refactor default host name resolution by Craig Tiller · 9 years ago
  79. 79c9b35 The face interface of RPC Framework. by Nathaniel Manista · 9 years ago
  80. 0471588 Merge pull request #3029 from jtattermusch/csharp_responseheaders_and_tests by Jan Tattermusch · 9 years ago
  81. c530d50 Merge github.com:grpc/grpc into reject-the-stuffs by Craig Tiller · 9 years ago
  82. eb95b11 Turn off refcount debugging by Craig Tiller · 9 years ago
  83. 03d281a Merge pull request #2968 from nathanielmanistaatgoogle/nathaniel-core by Masood Malekghassemi · 9 years ago
  84. 578c7c5 revert AssemblyInfo.cs by Jan Tattermusch · 9 years ago
  85. 987263a Lower-case string by Craig Tiller · 9 years ago
  86. dca145b fix stylecop issues by Jan Tattermusch · 9 years ago
  87. 4c25efa support for reading response headers on client side by Jan Tattermusch · 9 years ago
  88. 3af838a simplify stream reads on client side by Jan Tattermusch · 9 years ago
  89. fb34a99 reading of response headers for unary response calls by Jan Tattermusch · 9 years ago
  90. ea02eb6 introduce INativeCall interface to simplify testing by Jan Tattermusch · 9 years ago
  91. b7e22b9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  92. 849c7ca prettify comment by Craig Tiller · 9 years ago
  93. 9fb35a5 split stream.h into sync_stream.h and async_stream.h by yang-g · 9 years ago
  94. 9e2f90c headers reorg by yang-g · 9 years ago
  95. b7e55a2 Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs by Tim Emiola · 9 years ago
  96. 1c09069 clang-format by Craig Tiller · 9 years ago
  97. ec9acab Update Windows to new endpoint API by Craig Tiller · 9 years ago
  98. f36e1b7 The RPC Framework core package. by Nathaniel Manista · 9 years ago
  99. e09dc78 rename census_filter.{c,h} to grpc_filter.{c,h} by Hongyu Chen · 9 years ago
  100. 592e7f2 Refactor Endpoint API by Craig Tiller · 9 years ago