1. 44ad3fd Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  2. 9768457 Merge branch 'ignore_connectivity' of github.com:ctiller/grpc into ignore_connectivity by Craig Tiller · 8 years ago
  3. c201158 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  4. c91504e Merge pull request #5900 from murgatroid99/node_callback_convention by Nicolas Noble · 8 years ago
  5. ad0492d Merge pull request #5945 from ahedberg/ip_pktinfo_optional by Nicolas Noble · 8 years ago
  6. d29d515 Merge pull request #5973 from ctiller/optionalize_chttp2 by Nicolas Noble · 8 years ago
  7. 078ff3b Merge github.com:grpc/grpc into optionalize_chttp2 by Craig Tiller · 8 years ago
  8. 9a0f14b Merge pull request #5935 from ctiller/status_codes by jboeuf · 8 years ago
  9. e72454c merge to take src/core componentization into account by ahedberg · 8 years ago
  10. c86de00 tell older compilers that not using fd is okay by ahedberg · 8 years ago
  11. d69dcd3 fix copyright to include 2015 by ahedberg · 8 years ago
  12. ebb79ba Fix include guards by Craig Tiller · 8 years ago
  13. 8ae3b1f Merge github.com:grpc/grpc into status_codes by Craig Tiller · 8 years ago
  14. 51b81c1 Make option passing down to the client constructor more consistent by murgatroid99 · 8 years ago
  15. c5ff781 Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  16. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  17. 0d7fa3c Update copyright by Craig Tiller · 8 years ago
  18. 44cc10b Add uses clauses to filegroups to ease dependency management by Craig Tiller · 8 years ago
  19. f0555b3 Declare filegroups for chttp2 by Craig Tiller · 8 years ago
  20. 86bb662 fix copyright by ahedberg · 8 years ago
  21. adcb92d clang-format by Craig Tiller · 8 years ago
  22. c7762a8 Move chttp2 related files under ext/ by Craig Tiller · 8 years ago
  23. e5cc05b Merge pull request #5964 from ctiller/move_the_things by Nicolas Noble · 8 years ago
  24. 77c5dc6 Merge github.com:grpc/grpc into move_the_things by Craig Tiller · 8 years ago
  25. 97e0ebc Fix shell script by Craig Tiller · 8 years ago
  26. cb16a24 Fix tool by Craig Tiller · 8 years ago
  27. b84b553 Fix formatting by Craig Tiller · 8 years ago
  28. 78abce7 Merge github.com:grpc/grpc into status_codes by Craig Tiller · 8 years ago
  29. 2586905 Update tool by Craig Tiller · 8 years ago
  30. 8a891eb Regenerate files by Craig Tiller · 8 years ago
  31. 94f908a Merge pull request #5962 from nicolasnoble/windows-flake-are-not by Jan Tattermusch · 8 years ago
  32. 19d25aa Fix path by Craig Tiller · 8 years ago
  33. 605ad62 Fix copyright by Craig Tiller · 8 years ago
  34. 40ee2aa Fix another path by Craig Tiller · 8 years ago
  35. eff44d7 Fix another path by Craig Tiller · 8 years ago
  36. 43539fb Fix another path by Craig Tiller · 8 years ago
  37. 5070d8b Fix another path by Craig Tiller · 8 years ago
  38. 1796f87 Fix creds path by Craig Tiller · 8 years ago
  39. ffae43c Fix paths by Craig Tiller · 8 years ago
  40. 34fe47e Merge pull request #5934 from murgatroid99/node_performance_test_improvements by Jan Tattermusch · 8 years ago
  41. 8424aee Fix codegen for protos by Craig Tiller · 8 years ago
  42. 0bcca41 Fix by Craig Tiller · 8 years ago
  43. b7f3f6e Fix copyright by Craig Tiller · 8 years ago
  44. 9533d04 Fix includes by Craig Tiller · 8 years ago
  45. 8a9fd52 Fix copyright by Craig Tiller · 8 years ago
  46. 9a4dddd Fix include guards by Craig Tiller · 8 years ago
  47. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago
  48. f3d7638 Merge pull request #5877 from vjpai/make_generic_payloads_great_again by Jan Tattermusch · 8 years ago
  49. d9a2368 Moving grpc_pick_unused_port_of_die before creating a deadline. by Nicolas "Pixel" Noble · 8 years ago
  50. f6a87f8 Merge pull request #5895 from ctiller/clang_fmt_upd by Nicolas Noble · 8 years ago
  51. 3bd0b99 Merge pull request #5960 from jtattermusch/performance_worker_scripts by Jan Tattermusch · 8 years ago
  52. d1fce83 Fixes by Craig Tiller · 8 years ago
  53. 534ce4e Fixes by Craig Tiller · 8 years ago
  54. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  55. a30fc5d add scripts for creating performance worker VMs by Jan Tattermusch · 8 years ago
  56. f40df23 Auto-changes by Craig Tiller · 8 years ago
  57. b7b20fe Merge github.com:grpc/grpc into clang_fmt_upd by Craig Tiller · 8 years ago
  58. bceec94 Merge pull request #5951 from vjpai/make_codegen_build_great_again by Jan Tattermusch · 8 years ago
  59. 609226a Merge pull request #5660 from leifurhauks/py3_test_fixes by Jan Tattermusch · 8 years ago
  60. 1a39592 Merge pull request #5953 from jtattermusch/fix_wsaerror_printing by Jan Tattermusch · 8 years ago
  61. 6412479 dont check read_info for writes by Jan Tattermusch · 8 years ago
  62. 26cc708 Merge pull request #5847 from nicolasnoble/bad_ssl_certificate_path by Jan Tattermusch · 8 years ago
  63. 195fd84 Merge pull request #5931 from stanley-cheung/php-remove-hardcode-version by Jan Tattermusch · 8 years ago
  64. 9507eab Change c++_codegen_lib from build: protoc to build: all by vjpai · 8 years ago
  65. 36da240 Merge pull request #5941 from murgatroid99/node_error_code_compliance_2 by Jan Tattermusch · 8 years ago
  66. b830fb3 Merge branch 'master' into make_generic_payloads_great_again by Vijay Pai · 8 years ago
  67. d83ab26 compare setsockopt result to 0 before returning by ahedberg · 8 years ago
  68. c9bfd00 re-add grpc_set_socket_ipv6... by ahedberg · 8 years ago
  69. 8d7cff4 make IP_PKTINFO and IPV6_RECVPKTINFO optional by ahedberg · 8 years ago
  70. 444869b Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-master by Jan Tattermusch · 8 years ago
  71. 518e0c1 Merge pull request #5837 from sreecha/grpc_fixit_node by Jan Tattermusch · 8 years ago
  72. ae21956 fixes to tests for py2/3 syntax compatibility by Leifur Halldor Asgeirsson · 8 years ago
  73. 9312456 Merge pull request #5942 from sreecha/fix_copyright by Nicolas Noble · 8 years ago
  74. 77371cc Merge pull request #5920 from yang-g/ipv6 by Jan Tattermusch · 8 years ago
  75. cf82665 Merge pull request #5909 from vjpai/make_building_great_again by Jan Tattermusch · 8 years ago
  76. df7e422 Merge pull request #5916 from leifurhauks/py3_str_bytes_in_links_service_and_beta_server by Jan Tattermusch · 8 years ago
  77. 0450410 Fixing sanity. by Nicolas "Pixel" Noble · 8 years ago
  78. 7394547 fix copyright by Sree Kuchibhotla · 8 years ago
  79. 80dfb56 Merge branch 'master' of https://github.com/grpc/grpc into bad_ssl_certificate_path by Nicolas "Pixel" Noble · 8 years ago
  80. 0cdf047 Fix Node status code usage to match spec by murgatroid99 · 8 years ago
  81. e7964dd Fix the link again: Third time's a charm! by Sree Kuchibhotla · 8 years ago
  82. 634e676 Merge pull request #5921 from sreecha/stress_client_spec by David G. Quintas · 8 years ago
  83. 8ce3b1a Merge pull request #5383 from miselin/add_request_parsing by Jan Tattermusch · 8 years ago
  84. 5ce5d82 Merge pull request #5897 from ctiller/fix_time by Jan Tattermusch · 8 years ago
  85. 314575f Merge pull request #5657 from leifurhauks/py3_generated_code by Jan Tattermusch · 8 years ago
  86. 68f5a3b Merge pull request #5368 from leifurhauks/py3_test_compat by Jan Tattermusch · 8 years ago
  87. c82048f Fix some status codes to match spec by Craig Tiller · 8 years ago
  88. b5a1ff5 Try fixing the link again by Sree Kuchibhotla · 8 years ago
  89. 26cbe1e Fix broken link by Sree Kuchibhotla · 8 years ago
  90. 294c5d8 Address review feedback by Sree Kuchibhotla · 8 years ago
  91. e9b3af8 Fixed import by murgatroid99 · 8 years ago
  92. 8447b88 Address code review comments by Sree Kuchibhotla · 8 years ago
  93. 3dab462 php: remove hardcoded version in templates by Stanley Cheung · 8 years ago
  94. 9e3e0ab Added generic service client and server to Node perf tests by murgatroid99 · 8 years ago
  95. 9a1fa34 Merge pull request #5892 from yang-g/copy_generic_byte_buffer by Jan Tattermusch · 8 years ago
  96. 68d6a77 Merge pull request #5927 from ctiller/tracer-tsan by Jan Tattermusch · 8 years ago
  97. b7921c7 resolve comments by yang-g · 8 years ago
  98. f1050f6 Merge pull request #5755 from ahedberg/unix_sockets_optional by Jan Tattermusch · 8 years ago
  99. 9498bb1 Reorder asserts to avoid TSAN failure by Craig Tiller · 8 years ago
  100. e3af44e Merge pull request #5914 from thought-machine/fix_slow_string_read by Jan Tattermusch · 8 years ago