1. 16672d1 Merge pull request #3429 from nathanielmanistaatgoogle/drop-527-todos by Eric Anderson · 10 years ago
  2. 8d004a3 Merge pull request #3439 from nkibler/master by Jorge Canizales · 10 years ago
  3. f99a81f Merge pull request #3433 from nathanielmanistaatgoogle/utility-python-shebang by Craig Tiller · 10 years ago
  4. ae4fc13 Merge pull request #3400 from murgatroid99/core_gyp by Craig Tiller · 10 years ago
  5. eff9256 Fixes broken build due to misplaced import by Nate Kibler · 10 years ago
  6. 5f859ee Merge remote-tracking branch 'grpc/master' by Nate Kibler · 10 years ago
  7. 38f1358 Merge pull request #3437 from nkibler/master by Jorge Canizales · 10 years ago
  8. 56cd72b Changed GRPCCall import to class forward declaration by Nate Kibler · 10 years ago
  9. ae4fbcd Use "#!/usr/bin/env python2.7" only in utilities by Nathaniel Manista · 10 years ago
  10. 4c8f668 Merge pull request #3426 from ejona86/cleanup-failed-containers by Tim Emiola · 10 years ago
  11. 3ba30e1 Drop issue 527 TODOs for interop specification by Nathaniel Manista · 10 years ago
  12. 37aad2a Prevent failed docker builds from accumulating by Eric Anderson · 10 years ago
  13. 7a82bed Regenerated gyp file by murgatroid99 · 10 years ago
  14. 41aab15 Merge pull request #3422 from jcanizales/fix-mutex-bug by Craig Tiller · 10 years ago
  15. 0619dd1 Merge pull request #3415 from jboeuf/fix_cpp_credentials_plugin_api by Vijay Pai · 10 years ago
  16. b873ac9 Fix mutex bug by Jorge Canizales · 10 years ago
  17. 521300e Merge branch 'master' into core_gyp by murgatroid99 · 10 years ago
  18. 08fac99 Added gyp to Jenkins slave Dockerfile by murgatroid99 · 10 years ago
  19. 8b0b6f4 It is a bad idea to have a map with string_refs as output params. by Julien Boeuf · 10 years ago
  20. e456f77 Merge pull request #3396 from jtattermusch/win_fix_parameter_types by Nicolas Noble · 10 years ago
  21. ba29342 Merge pull request #3404 from dgquintas/dgquintas-patch-1 by Nicolas Noble · 10 years ago
  22. a3e244f Fixed run-time conflicts between gyp tests and other tests by murgatroid99 · 10 years ago
  23. fddac96 Fixed more style issues by murgatroid99 · 10 years ago
  24. 89899b1 Removed another semicolon by murgatroid99 · 10 years ago
  25. fafeeb3 Fixed some style issues by murgatroid99 · 10 years ago
  26. 1ca0513 Merge pull request #3393 from jtattermusch/fix_windows_build by Craig Tiller · 10 years ago
  27. 4664587 Merge pull request #3387 from dgquintas/content_type_filtering by Craig Tiller · 10 years ago
  28. f9dd54c Merge pull request #3378 from yang-g/connection_failure_detection by Craig Tiller · 10 years ago
  29. 7865221 Merge pull request #3027 from jboeuf/security_connector_refactoring by Craig Tiller · 10 years ago
  30. 0eb44a6 Merge pull request #3406 from jboeuf/auth_plugin_fixes by Yang Gao · 10 years ago
  31. b35ccf5 Merge pull request #3405 from dgquintas/they_see_me_branching by Craig Tiller · 10 years ago
  32. 14929d4 Credentials plugin fixes (after the branch was merged). by Julien Boeuf · 10 years ago
  33. ed299d1 Merge pull request #3388 from jtattermusch/runtest_docker_made_simple by Craig Tiller · 10 years ago
  34. f065c74 Removed spurious predicate from if branch by David Garcia Quintas · 10 years ago
  35. af970ed Fixed typo in channel_args.h docstring by David G. Quintas · 10 years ago
  36. 256d3df Added build steps to run_tests.py to run gyp before make by murgatroid99 · 10 years ago
  37. 91b9642 Fixed TODO comment by murgatroid99 · 10 years ago
  38. 38745ef Added check for OpenSSL version by murgatroid99 · 10 years ago
  39. cf08daf Added gyp language to run_tests.py by murgatroid99 · 10 years ago
  40. ca9db40 Removed C++ build from gyp file, fixed some minor issues by murgatroid99 · 10 years ago
  41. 8233941 Merge branch 'fix_windows_build' into win_fix_parameter_types by Jan Tattermusch · 10 years ago
  42. 48e57fa make function definitions match declaration in header by Jan Tattermusch · 10 years ago
  43. 2d6d330 Added grpc.gyp template by murgatroid99 · 10 years ago
  44. 5b7f6c9 Merge pull request #3392 from jtattermusch/portserver_fix by Craig Tiller · 10 years ago
  45. a85a015 Merge pull request #3394 from yang-g/empty_stream_interop by David G. Quintas · 10 years ago
  46. 78bddc6 Add empty_stream test case by yang-g · 10 years ago
  47. 36a5551 Merge pull request #3176 from jboeuf/core_creds_plugin by Yang Gao · 10 years ago
  48. 34f398e remove leftover field initialization by Jan Tattermusch · 10 years ago
  49. 13e65df import yaml module lazily by Jan Tattermusch · 10 years ago
  50. 261b58c using tty option is not ok on jenkins by Jan Tattermusch · 10 years ago
  51. c96b9eb correct behavior for travis flag by Jan Tattermusch · 10 years ago
  52. 5896984 Merge pull request #3132 from rjshade/rename_callback by Yang Gao · 10 years ago
  53. c95eead use_docker support for run_tests.py by Jan Tattermusch · 10 years ago
  54. 13a7112 Client now swallows content-type on receive by David Garcia Quintas · 10 years ago
  55. 5e8abed use seconds by yang-g · 10 years ago
  56. d886f33 add a test by yang-g · 10 years ago
  57. a63fe4e remove interested party early by yang-g · 10 years ago
  58. 4a47c2a Revert "Swallow content-type at the client. Fixes #3368" by David Garcia Quintas · 10 years ago
  59. 0cd97d9 Merge pull request #3370 from dgquintas/content_type_filtering by Nicolas Noble · 10 years ago
  60. 784db97 Swallow content-type at the client. Fixes #3368 by David Garcia Quintas · 10 years ago
  61. ad96e1d Merge pull request #3320 from dgquintas/rr_with_registry by Craig Tiller · 10 years ago
  62. fda8260 Ran ./tools/buildgen/generate_projects.sh by Robbie Shade · 10 years ago
  63. 9ab3704 Merge remote-tracking branch 'upstream/master' into rename_callback by Robbie Shade · 10 years ago
  64. 19c0649 Merge pull request #3288 from ctiller/snarky-nanny by David G. Quintas · 10 years ago
  65. 2921cf0 regenerated projects by David Garcia Quintas · 10 years ago
  66. f65ba34 Merge branch 'rr_with_registry' of github.com:dgquintas/grpc into rr_with_registry by David Garcia Quintas · 10 years ago
  67. 61d003a Merge branch 'master' of github.com:grpc/grpc into rr_with_registry by David Garcia Quintas · 10 years ago
  68. 1f351c9 Merge pull request #3356 from ctiller/fixit by Nicolas Noble · 10 years ago
  69. 7a51491 Move in-flight callback check up by Craig Tiller · 10 years ago
  70. 64b357c Merge pull request #3351 from ctiller/no-trace by Nicolas Noble · 10 years ago
  71. 3461957 Merge pull request #3350 from ctiller/cowabunga by Nicolas Noble · 10 years ago
  72. 6728038 Add server trace line by Craig Tiller · 10 years ago
  73. 15f8761 Disable refcount tracing by Craig Tiller · 10 years ago
  74. 5e53ddb Add tracing for connect latency by Craig Tiller · 10 years ago
  75. 5600a6a Changing build.yaml: s/secure_tranport_setup/handshake by Julien Boeuf · 10 years ago
  76. e9961d2 Merge branch 'master' of github.com:grpc/grpc into security_connector_refactoring by Julien Boeuf · 10 years ago
  77. 97f80fa Adding documentation. by Julien Boeuf · 10 years ago
  78. 34da966 Regenerating project after merge with master. by Julien Boeuf · 10 years ago
  79. fd2f733 Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin by Julien Boeuf · 10 years ago
  80. 1928d49 Adding C++ tests and fixing a few things. by Julien Boeuf · 10 years ago
  81. 9ed4be4 Merge pull request #3123 from rjshade/SOCK_NONBLOCK by Yang Gao · 10 years ago
  82. 3d29666 Merge pull request #3135 from rjshade/remove_udp_new_transport_cb by Yang Gao · 10 years ago
  83. 6f36801 Merge pull request #3338 from ctiller/bettererer-ports by David G. Quintas · 10 years ago
  84. 76cda1f Merge pull request #3344 from grpc/jtattermusch-patch-3 by Craig Tiller · 10 years ago
  85. 901b0f1 Remove traces of running zookeeper on jenkins master by Jan Tattermusch · 10 years ago
  86. 131f6ed Fix memory leak by Craig Tiller · 10 years ago
  87. 7dc34ac Fix memory leak by Craig Tiller · 10 years ago
  88. 4ffbf0d Adding tests for credentials plugin. by Julien Boeuf · 10 years ago
  89. c7fa5f2 Merge pull request #3340 from grpc/release-0_11 by Eric Anderson · 10 years ago
  90. e865997 Merge pull request #3329 from ctiller/oooooops by Nicolas Noble · 10 years ago
  91. 1d3f127 Fix a race in fd_posix.c by Craig Tiller · 10 years ago
  92. f52884c Merge branch 'bettererer-ports' of github.com:ctiller/grpc into bettererer-ports by Craig Tiller · 10 years ago
  93. 404044a Retry failed port get attempts a few times by Craig Tiller · 10 years ago
  94. 58c6287 Merge branch 'bettererer-ports' of github.com:ctiller/grpc into bettererer-ports by Craig Tiller · 10 years ago
  95. d70293c Sprinkle casts by Craig Tiller · 10 years ago
  96. e388ed3 Remove arguments from on_read in test by Robbie Shade · 10 years ago
  97. 78856d7 Merge remote-tracking branch 'upstream/master' into SOCK_NONBLOCK by Robbie Shade · 10 years ago
  98. bb84dc0 Merge remote-tracking branch 'upstream/master' into remove_udp_new_transport_cb by Robbie Shade · 10 years ago
  99. f798b77 Merge remote-tracking branch 'upstream/master' into rename_callback by Robbie Shade · 10 years ago
  100. d8374ef No need for the assert here by Craig Tiller · 10 years ago