1. 1b22b9d Add grpc_call_get_peer by Craig Tiller · 9 years ago
  2. 698d00c Add ipv4:, ipv6: schemes by Craig Tiller · 9 years ago
  3. cd32956 Merge pull request #2526 from jcanizales/accept-nil-container by Michael Lumish · 9 years ago
  4. 51c69e6 Merge pull request #2525 from jcanizales/fix-emptywriter by Michael Lumish · 9 years ago
  5. 03f0bd6 Merge pull request #2501 from jcanizales/gpr-inf-future by Michael Lumish · 9 years ago
  6. baf2ab0 Merge pull request #2503 from jcanizales/fixup-codegen by Michael Lumish · 9 years ago
  7. ba906ed Merge pull request #2500 from jcanizales/remove-cocoapods-warning by Michael Lumish · 9 years ago
  8. b69d4c0 Merge pull request #2499 from jcanizales/move-delegate-wrapper-to-grx by Michael Lumish · 9 years ago
  9. f08b067 Merge pull request #2494 from grpc/cconfig-readme by Craig Tiller · 9 years ago
  10. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  11. 5fcdffc Accept [GRXWriter writerWithContainer:nil] for consistency with the rest by Jorge Canizales · 9 years ago
  12. bc970ae Fix [GRXWriter emptyWriter] not being reusable. by Jorge Canizales · 9 years ago
  13. d82d0b2 Merge pull request #2319 from dgquintas/str_join_with_sep by Nicolas Noble · 9 years ago
  14. 4368221 Merge pull request #2476 from murgatroid99/ruby_fix_warnings by Nicolas Noble · 9 years ago
  15. faeeac5 Rephrasing of lb policies sentence by David G. Quintas · 9 years ago
  16. 9fce455 Fixup codegen now that GRXWriter is a class by Jorge Canizales · 9 years ago
  17. 570e941 Fix C library gpr_inf_future breakage by Jorge Canizales · 9 years ago
  18. 243e8ee Remove Cocoapods warning of OTHER_LDFLAGS by Jorge Canizales · 9 years ago
  19. 6531b2b Make the call retain cycle explicit and encapsulated within GRPCCall.m by Jorge Canizales · 9 years ago
  20. 4c6f778 ConcurrentWriteable: NSData *message -> id value by Jorge Canizales · 9 years ago
  21. 35f003b Rename GRPCDelegateWrapper -> GRXConcurrentWriteable by Jorge Canizales · 9 years ago
  22. 4a4e22d client config README small fixes by David G. Quintas · 9 years ago
  23. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  24. 6016e26 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  25. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 9 years ago
  26. 0c2f162 Moved docs from .c to .h for compress_filter by David Garcia Quintas · 9 years ago
  27. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  28. 29cb6dd Merge pull request #2482 from vjpai/rename_schedule_callback by Craig Tiller · 9 years ago
  29. e086725 Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  30. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  31. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  32. 232e04b Spelling correction by Craig Tiller · 9 years ago
  33. 2510ce4 Reflect new gpr_timespec type in C# by Craig Tiller · 9 years ago
  34. 7c4fdb5 Added comments by David Garcia Quintas · 9 years ago
  35. fea28b7 Merge pull request #2485 from ctiller/thread-stress=craig-stress by David G. Quintas · 9 years ago
  36. 068e320 Merge pull request #2486 from murgatroid99/node_error_status_test by Jan Tattermusch · 9 years ago
  37. 048fc2f Merge pull request #2488 from jcanizales/subclass-grxwriter by Michael Lumish · 9 years ago
  38. 560b82c Added tests for UNKNOWN status when the handler does not specify by murgatroid99 · 9 years ago
  39. fb5ce3d Merge pull request #2479 from grpc/pick_first_h_docstring by Craig Tiller · 9 years ago
  40. 3644adf Merge pull request #2478 from grpc/pollset_set_comment_fix by Craig Tiller · 9 years ago
  41. 29f55d5 Remove GRXWriter wrappers that are now unnecessary by Jorge Canizales · 9 years ago
  42. a38baae Subclass GRXWriter instead of conforming to protocol by Jorge Canizales · 9 years ago
  43. 739c998 Codegen GRXWriter* instead of id<GRXWriter> by Jorge Canizales · 9 years ago
  44. a8c5d96 id<GRXWriter> -> GRXWriter * in the tests by Jorge Canizales · 9 years ago
  45. 5604712 id<GRXWriter> -> GRXWriter * in the runtime by Jorge Canizales · 9 years ago
  46. 7b52c98 Separate GRXForwardingWriter, delete the protocol by Jorge Canizales · 9 years ago
  47. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  48. 06f0972 Add tests for translating server handler errors to status objects by murgatroid99 · 9 years ago
  49. 304048c Fix leaked completions (leading to leaked calls in thread_stress_test) by Craig Tiller · 9 years ago
  50. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  51. fb58d23 Merge with head by yang-g · 9 years ago
  52. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  53. 65ef0ff Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyard by Abhishek Kumar · 9 years ago
  54. 65749c1 Docstring for grpc_create_pick_first_lb_policy by David G. Quintas · 9 years ago
  55. a5d6e72 Tiny comment grammar fix by David G. Quintas · 9 years ago
  56. abfaf2a Expand comment by Craig Tiller · 9 years ago
  57. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  58. c9af31d Merge pull request #2473 from hongweiwang/uri_parser by Craig Tiller · 9 years ago
  59. 9a3f858 Merge pull request #2460 from vjpai/exposed_pool by Craig Tiller · 9 years ago
  60. 87afb5d Clean up some warnings in the ruby wrapping code by murgatroid99 · 9 years ago
  61. 2884b6a Merge pull request #2454 from stanley-cheung/php_minor_fix by Jan Tattermusch · 9 years ago
  62. 275a02c Small fix by Hongwei Wang · 9 years ago
  63. 4ff154e Merge pull request #2459 from jtattermusch/csharp_metadata_refactoring by Stanley Cheung · 9 years ago
  64. 55652c7 remove trailing whitespace by Jan Tattermusch · 9 years ago
  65. d423f3c Fix authority in uri_parser by Hongwei Wang · 9 years ago
  66. c478c13 Merge pull request #2469 from jcanizales/remove-flakes by Michael Lumish · 9 years ago
  67. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  68. b0c13ad Fix a leaked lock, and make a debug-only detection for this class of bug by Craig Tiller · 9 years ago
  69. f101af1 Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server_shutdown by Craig Tiller · 9 years ago
  70. 5580e5d Increase timeout of tests to remove flakes. by Jorge Canizales · 9 years ago
  71. 097468d Clean up handshaking server channels properly by yang-g · 9 years ago
  72. 45b477e Fixed small leak. by David Garcia Quintas · 9 years ago
  73. 5065d72 Update comment by Craig Tiller · 9 years ago
  74. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  75. 6dd49a5 Added some methods to context inspector. Also minor tweak to server context IsCancelled() method by David Garcia Quintas · 9 years ago
  76. 211e65b Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  77. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  78. 658b608 Added some comments, minot stylistic tweaks by David Garcia Quintas · 9 years ago
  79. 3e5d616 Merge pull request #2371 from yang-g/security_context2 by Craig Tiller · 9 years ago
  80. 8ea6308 Merge pull request #2383 from vjpai/lockfree-stack by Craig Tiller · 9 years ago
  81. ded3f69 Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server by Craig Tiller · 9 years ago
  82. 5c517b1 Fix integration bugs by Craig Tiller · 9 years ago
  83. 14b3684 Remove const_iterator typedef and add a range based loop test by yang-g · 9 years ago
  84. c77fa40 Merge branch 'flow-like-lava-to-a-barnyard' of github.com:ctiller/grpc into flow-like-lava-to-a-barnyard by Craig Tiller · 9 years ago
  85. 321cfc5 Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard by Craig Tiller · 9 years ago
  86. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  87. fd953a5 add support for per-call metadata by Jan Tattermusch · 9 years ago
  88. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  89. 8631652 Ensure streams are sent in-order by Craig Tiller · 9 years ago
  90. e5c9b80 renaming stub to client and refactoring metadata class by Jan Tattermusch · 9 years ago
  91. 37fccb0 make build_packages.bat provide version of grpc.native.csharp_ext dependency by Jan Tattermusch · 9 years ago
  92. a580070 introduce Version.cs as single source of truth of gRPC C# version by Jan Tattermusch · 9 years ago
  93. 48f7ed4 pick up nuget package version from cmdline param and fix nuget build by Jan Tattermusch · 9 years ago
  94. 5253467 C# health checking support by Jan Tattermusch · 9 years ago
  95. 8092af8 Updates the requirements comment before releasing on the release branch by Tim Emiola · 9 years ago
  96. e726a53 php script minor fix by Stanley Cheung · 9 years ago
  97. 4ed8e40 Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard by Craig Tiller · 9 years ago
  98. a508c80 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  99. 811536e auth context iterator by yang-g · 9 years ago
  100. 0ea6be3 Merge pull request #2450 from dgquintas/frame_data_one_byte by Yang Gao · 9 years ago