1. 714c7ec Plumbed read_buffer through and fixed leftover bytes problem. by Mark D. Roth · 8 years ago
  2. 32387b3 Merge branch 'handshaker_api' into http_connect by Mark D. Roth · 8 years ago
  3. a3e7bd8 clang-format by Mark D. Roth · 8 years ago
  4. 28ee43b Updated tests. by Mark D. Roth · 8 years ago
  5. 7d9f276 Change handshaker API to use a read buffer to pass leftover bytes read by Mark D. Roth · 8 years ago
  6. f14effb Merge pull request #7626 from nicolasnoble/manual-upmerge-after-version-bump by Nicolas Noble · 8 years ago
  7. 229b161 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  8. eedc335 Merge pull request #5803 from nicolasnoble/what-the-fuzz by Nicolas Noble · 8 years ago
  9. 86ea627 Merge pull request #7572 from jcanizales/p0-4MB-should-be-more-than-enough-for-everybody by Jorge Canizales · 8 years ago
  10. 1e6e21b Merge pull request #7619 from dgquintas/fix_grpclbtest by kpayson64 · 8 years ago
  11. 5d96056 regenerated projects by David Garcia Quintas · 8 years ago
  12. e60ae9c deflake grpclb_test by David Garcia Quintas · 8 years ago
  13. d924b01 Merge pull request #7554 from muxi/fix-cronet-interop-test by Muxi Yan · 8 years ago
  14. 5e1fbd2 Merge pull request #7370 from rjshade/move_timeout_encoding by kpayson64 · 8 years ago
  15. eef2887 Merge pull request #7254 from nicolasnoble/gcloud-no-image-aliases by Nicolas Noble · 8 years ago
  16. cc752a3 Merge pull request #7618 from dgquintas/v1.0.x by Nicolas Noble · 8 years ago
  17. b212271 Merge pull request #7587 from dgquintas/install_docs by Nicolas Noble · 8 years ago
  18. ac7f0bd Merge pull request #7587 from dgquintas/install_docs by Nicolas Noble · 8 years ago
  19. d47d03f corrected typo by David Garcia Quintas · 8 years ago
  20. 34befca Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  21. 18c7111 Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz by Nicolas "Pixel" Noble · 8 years ago
  22. 5c3877e Merge pull request #7520 from thunderboltsid/update-gitignore by Nicolas Noble · 8 years ago
  23. e90671e Merge pull request #7522 from makdharma/enable_secure_endpoint_trace by Nicolas Noble · 8 years ago
  24. 6a4397e Merge pull request #7600 from dgquintas/fix_includes by Nicolas Noble · 8 years ago
  25. 329d647 Merge pull request #6774 from a-veitch/add_resource by kpayson64 · 8 years ago
  26. 9fa684f Merge pull request #7610 from kpayson64/downgrade_setuptools by kpayson64 · 8 years ago
  27. 212a03e Merge pull request #7024 from markdroth/filter_call_init_failure by kpayson64 · 8 years ago
  28. 52f3b67 Merge pull request #7601 from dgquintas/census_stuff by kpayson64 · 8 years ago
  29. f32e71e Downgrade docker setuptools by Ken Payson · 8 years ago
  30. cca4a19 Fix destroy_call_elem API in test. by Mark D. Roth · 8 years ago
  31. 18983f8 Merge pull request #7590 from vjpai/affinity_optional by Vijay Pai · 8 years ago
  32. 51c7b91 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  33. 6f74893 Fix Jenkins test error by Muxi Yan · 8 years ago
  34. 0ff122e Ran generate_projects.sh. by Mark D. Roth · 8 years ago
  35. 6e26952 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  36. fcccb5a Merge pull request #7603 from vitalybuka/stack-use-after-scope by kpayson64 · 8 years ago
  37. 63aa0f7 Trying to debug proxy tests. Not working yet. by Mark D. Roth · 8 years ago
  38. 1e3fdbe Merge pull request #6924 from dgquintas/grpclb_v0 by kpayson64 · 8 years ago
  39. abaa705 Merge pull request #7575 from vjpai/make_stack_small_again by Vijay Pai · 8 years ago
  40. baa8c31 Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm by Jan Tattermusch · 8 years ago
  41. 52c54e3 Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 by David Garcia Quintas · 8 years ago
  42. e60003d Fix stack use after scope in call.c by Vitaly Buka · 8 years ago
  43. 5b88eb2 Merge pull request #7602 from kpayson64/downgrade_setuptools.py by kpayson64 · 8 years ago
  44. 6f156b7 Downgrade docker setuptools by Ken Payson · 8 years ago
  45. d9cee6f moar clang-format by David Garcia Quintas · 8 years ago
  46. 8eec9ec Changed census static metadata keys for tracing and tag propagation by David Garcia Quintas · 8 years ago
  47. 3856a97 regenerated projects by David Garcia Quintas · 8 years ago
  48. a29ca4e Merge pull request #7391 from dgquintas/lr_july_16 by Nicolas Noble · 8 years ago
  49. ffd207f fixed include guard script and faulty .h by David Garcia Quintas · 8 years ago
  50. c44f619 Bug fix on error suppression and comment by Muxi Yan · 8 years ago
  51. 54fe31a clang-format by David Garcia Quintas · 8 years ago
  52. 6210535 Merge branch 'master' of github.com:grpc/grpc into lr_july_16 by David Garcia Quintas · 8 years ago
  53. 740759e fixed premature destruction of lb_client by David Garcia Quintas · 8 years ago
  54. d915c6e Suppress warning in all libraries whose names starting with gRPC-Core by Muxi Yan · 8 years ago
  55. 9e83d7e Fix local server tests & exceptions tests by Jorge Canizales · 8 years ago
  56. b507780 Merge pull request #7585 from nicolasnoble/bump-to-v1.0.0-pre2 by Nicolas Noble · 8 years ago
  57. a0e278e fw-declare struct properly by David Garcia Quintas · 8 years ago
  58. b9be58e Use dedicated build configuration 'Cronet' for the new target by Muxi Yan · 8 years ago
  59. 87e06c8 Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 by David Garcia Quintas · 8 years ago
  60. b954df1 Fix memory leaks. by Mark D. Roth · 8 years ago
  61. 0a5a0ca build everything by Jan Tattermusch · 8 years ago
  62. 1c0f30c fix conditional compilation for netcoreapp1.0 projects by Jan Tattermusch · 8 years ago
  63. 6e5c33c Don't assert if we're not able to set affinity for some reason by Vijay Pai · 8 years ago
  64. 32fde7a Better names for the methods to clear all host settings by Jorge Canizales · 8 years ago
  65. 4d440bb added windows to INSTALL.md by David Garcia Quintas · 8 years ago
  66. 2507fef Merge pull request #7553 from podsvirov/topic-cmake-template by Nicolas Noble · 8 years ago
  67. 5bb44e9 Merge pull request #7584 from nicolasnoble/manual-upmerge by Nicolas Noble · 8 years ago
  68. f4f3cb3 Merge pull request #7582 from stanley-cheung/php-fix-zts-error by Stanley Cheung · 8 years ago
  69. 5e623b8 Merge pull request #7581 from stanley-cheung/php-fix-zts-error-v1_0 by Stanley Cheung · 8 years ago
  70. 8d48911 added some separating comments by David Garcia Quintas · 8 years ago
  71. 4166cb0 Addressed the rest of the PR comments by David Garcia Quintas · 8 years ago
  72. 4bb2eb2 Reset all host configs *before* setting what we need by Jorge Canizales · 8 years ago
  73. 3260a17 Bumping to 1.0.0-pre2. by Nicolas "Pixel" Noble · 8 years ago
  74. 8302b12 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  75. 6531826 Reordered lines in grpclb.c for readability by David Garcia Quintas · 8 years ago
  76. c1f25fb php: missed a macro; by Stanley Cheung · 8 years ago
  77. d083c14 php: missed a macro by Stanley Cheung · 8 years ago
  78. 18e54a5 Merge pull request #7567 from murgatroid99/node_artifact_build_health_check by Nicolas Noble · 8 years ago
  79. 3fc8c8a regenerate by Jan Tattermusch · 8 years ago
  80. 36d1540 use netcoreapp1.0 for executable projects by Jan Tattermusch · 8 years ago
  81. 660333a update project.json templates to RTM .NET core nugets by Jan Tattermusch · 8 years ago
  82. c70f2f7 Merge pull request #7576 from apolcyn/fix_sanity_test_diff by kpayson64 · 8 years ago
  83. 531c909 Merge pull request #7568 from apolcyn/update_tests_for_new_nuget_ga by kpayson64 · 8 years ago
  84. 477d061 Clean up test. Still debugging things. by Mark D. Roth · 8 years ago
  85. 623e4fc Merge pull request #7569 from dgquintas/backport_cpp_compression_level by Nicolas Noble · 8 years ago
  86. f8372c6 Minor revisions by Muxi Yan · 8 years ago
  87. 8d7dc27 Fix use-after-free and memory leak problems. by Mark D. Roth · 8 years ago
  88. 8f76df4 Some compilers don't like big stack frames. There is no need by Vijay Pai · 8 years ago
  89. 9f709a4 Work on debugging the HTTP proxy implementation. by Mark D. Roth · 8 years ago
  90. 4da5fd0 Document by Jorge Canizales · 8 years ago
  91. ec0743e Leave improving the error message as a TODO by Jorge Canizales · 8 years ago
  92. 40e8486 compare test config as objects instead of strings by Alex Polcyn · 8 years ago
  93. 6af4add Let override default response size limit by Jorge Canizales · 8 years ago
  94. 41bef45 pr comments by David Garcia Quintas · 8 years ago
  95. 5a36325 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  96. e51b9d2 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  97. 5dde14c clang-format by David Garcia Quintas · 8 years ago
  98. 1617677 update to use new nuget client in tests by Alexander Polcyn · 8 years ago
  99. 5d65eb6 Build the Node health-check package in the build_packages script by murgatroid99 · 8 years ago
  100. a062a7f Merge pull request #7551 from murgatroid99/ruby_tools_plugin_arg by Nicolas Noble · 8 years ago