1. 9f218dd Adding support for per call credentials in core. by Julien Boeuf · 9 years ago
  2. 63733ef Merge pull request #1499 from jtattermusch/core_cb_fix by Nicolas Noble · 9 years ago
  3. a568ce7 Merge pull request #1495 from stanley-cheung/fix_php_gce_test by Tim Emiola · 9 years ago
  4. ba57cf2 Merge pull request #1501 from donnadionne/test-log by Stanley Cheung · 9 years ago
  5. 030ca38 more division of logs to make it easier to analyze test results. by Donna Dionne · 9 years ago
  6. 594856f Fix: Server side call with both streams closed doesnt get properly finalized by Jan Tattermusch · 9 years ago
  7. ae35546 Merge pull request #1497 from donnadionne/test-log by Stanley Cheung · 9 years ago
  8. 71cbac4 Merge branch 'master' of github.com:google/grpc into test-log by Donna Dionne · 9 years ago
  9. 5c1368e Ensuring test logs are not over written between runs. by Donna Dionne · 9 years ago
  10. 62d0b28 update php composer.lock by Stanley Cheung · 9 years ago
  11. 096528d Merge pull request #1492 from tbetbetbe/grpc_ruby_fix_travis by Craig Tiller · 9 years ago
  12. f2fb07d Pin the version of rubocop used in grpc.gemspec by Tim Emiola · 9 years ago
  13. 78193bf Merge pull request #1491 from dgquintas/important_mark_analysis by Craig Tiller · 9 years ago
  14. 5b2ea29 Added support for important mark (!) analysis. by David Garcia Quintas · 9 years ago
  15. 999971d Merge pull request #1482 from stanley-cheung/php_cloud_prod_cmd by donnadionne · 9 years ago
  16. 0e17857 Merge pull request #1484 from dgquintas/profiling_add_bang_mark by Craig Tiller · 9 years ago
  17. 73423ae Added important (!) profiling mark. by David Garcia Quintas · 9 years ago
  18. 234e62c Merge pull request #1395 from ctiller/swappy by David G. Quintas · 9 years ago
  19. ab4ad85 add command for the rest of PHP interop test by Stanley Cheung · 9 years ago
  20. fde356c Merge pull request #1445 from jtattermusch/csharp_new_api by Tim Emiola · 9 years ago
  21. e785be8 Merge pull request #1479 from nathanielmanistaatgoogle/interop-test-specification by Eric Anderson · 9 years ago
  22. ef42ea2 Make headers of TODO interop test priorities by Nathaniel Manista · 9 years ago
  23. da00c0a Merge pull request #1452 from ctiller/profile-analyze by David G. Quintas · 9 years ago
  24. bd9f924 Basic profiler analyzer by Craig Tiller · 9 years ago
  25. 97c5559 Merge pull request #1476 from stanley-cheung/php_gce_auth_test by Tim Emiola · 9 years ago
  26. e19497a add php compute_engine_creds auth interop test by Stanley Cheung · 9 years ago
  27. a0e1454 Merge pull request #1447 from ctiller/magical-void-pointers by jboeuf · 9 years ago
  28. d53d87c Merge pull request #1464 from yang-g/init by Craig Tiller · 9 years ago
  29. 380b0f3 Merge pull request #1466 from ctiller/seqno2 by Yang Gao · 9 years ago
  30. a844771 stylecop fixes by Jan Tattermusch · 9 years ago
  31. 32d95b9 remove duplicate initialize by Jan Tattermusch · 9 years ago
  32. 1458e66 Merge pull request #1469 from dgquintas/fix_ptags by Craig Tiller · 9 years ago
  33. 172791a resolve comments by Yang Gao · 9 years ago
  34. b7d1608 Merge github.com:grpc/grpc into seqno2 by Craig Tiller · 9 years ago
  35. 80abd54 Merge github.com:grpc/grpc into swappy by Craig Tiller · 9 years ago
  36. 8c2dd9d Fixes for C# cancellation support by Jan Tattermusch · 9 years ago
  37. 3d3d632 merge with head by Yang Gao · 9 years ago
  38. 26839c7 Add a c test for max message length by Yang Gao · 9 years ago
  39. 6dc5502 Merge pull request #1432 from vjpai/async-cleanup by David G. Quintas · 9 years ago
  40. f667f1b Added missing profiling tags. by David Garcia Quintas · 9 years ago
  41. 925573c Merge remote-tracking branch 'upstream/master' by David Garcia Quintas · 9 years ago
  42. 097e7bf Merge pull request #1465 from ctiller/foo by Yang Gao · 9 years ago
  43. 7164eea Merge pull request #1463 from ctiller/seqno by Yang Gao · 9 years ago
  44. 7c2ba27 Merge remote-tracking branch 'upstream/master' by David Garcia Quintas · 9 years ago
  45. c112d14 Merge pull request #1462 from vjpai/kill45 by Nicolas Noble · 9 years ago
  46. 4c87263 Merge pull request #1450 from donnadionne/php by Stanley Cheung · 9 years ago
  47. 539af31 Merge pull request #1396 from ctiller/one-read by Yang Gao · 9 years ago
  48. cfda2bd Test that we dont wrap-around sequence numbers by Craig Tiller · 9 years ago
  49. 7098c03 Synthesize goaway when max sequence number generated by Craig Tiller · 9 years ago
  50. 4b40559 Remove dead file by Craig Tiller · 9 years ago
  51. e901ff5 Merge pull request #1461 from murgatroid99/pod_typo_fix by Tim Emiola · 9 years ago
  52. 181ad88 merge with head by Yang Gao · 9 years ago
  53. 434a36b Add test for >16777215 sequence numbered streams by Craig Tiller · 9 years ago
  54. 8fc673e Fix typo resulting in masking out high byte of http2 sequence numbers by Craig Tiller · 9 years ago
  55. 5fd6794 Remove gcc 4.5 testing and keep 4.4 by vjpai · 9 years ago
  56. 8802558 Add a hook to allow initial HTTP2 sequence number to be specified by Craig Tiller · 9 years ago
  57. 27c0bf4 Fixed typo by murgatroid99 · 9 years ago
  58. 337814a Merge branch 'master' into async-cleanup by vjpai · 9 years ago
  59. 041998d Change function-pointer to std::function by vjpai · 9 years ago
  60. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  61. 618647d fixed some stylecop warnings by Jan Tattermusch · 9 years ago
  62. e5c4460 Added basic support for cancellation by Jan Tattermusch · 9 years ago
  63. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  64. 520ecb1 Merge pull request #1460 from ctiller/fast-timer by Vijay Pai · 9 years ago
  65. c832553 Merge pull request #1457 from nicolasnoble/win32-fixes-once-again by Craig Tiller · 9 years ago
  66. 363e7a2 Merge pull request #1458 from nicolasnoble/sanity-submodules-pedantic by Craig Tiller · 9 years ago
  67. c3c9318 Merge branch 'fast-timer' of github.com:ctiller/grpc into fast-timer by Craig Tiller · 9 years ago
  68. 5649b44 clang-format by Craig Tiller · 9 years ago
  69. 573b433 Delete debug by Craig Tiller · 9 years ago
  70. 2a45a56 Thread local storage for profile data by Craig Tiller · 9 years ago
  71. 202fa1a Merge pull request #1459 from zeliard/master by Nicolas Noble · 9 years ago
  72. 1ac95ab merge with head by Yang Gao · 9 years ago
  73. c71a9d2 clang-format by Yang Gao · 9 years ago
  74. f7d05b5 make server tolerate deserialization failure by Yang Gao · 9 years ago
  75. ff30f8e fix a deadlock in cancel call by Yang Gao · 9 years ago
  76. c4e7713 correct win32-related API usage by zeliard · 9 years ago
  77. 261e515 Let's be really pedantic about the status of our submodules. by Nicolas "Pixel" Noble · 9 years ago
  78. 0f981e9 Another round of win32 fixes and documentation. by Nicolas "Pixel" Noble · 9 years ago
  79. 40b1e23 Merge pull request #1454 from nicolasnoble/win32-fixes by Craig Tiller · 9 years ago
  80. 8e1a55d More win32 fixes + documentation. by Nicolas "Pixel" Noble · 9 years ago
  81. 404fc6a Wave of Win32 fixes. by Nicolas "Pixel" Noble · 9 years ago
  82. 99076fe Fixing generated code under Windows. by Nicolas "Pixel" Noble · 9 years ago
  83. df3c6c5 Adding property sheets for OpenSSL and zlib's NuGet packages. by Nicolas "Pixel" Noble · 9 years ago
  84. a5f803d Merge remote-tracking branch 'upstream/master' by David Garcia Quintas · 9 years ago
  85. ae94d86 Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_lib by Nicolas Noble · 9 years ago
  86. fe6b973 Merge pull request #1449 from ctiller/profile by Vijay Pai · 9 years ago
  87. bf2e7f0 Compile protobuf before compiling shared C++ libraries. by Michael Berlin · 9 years ago
  88. 5351392 Makefile: Fix missing space in shared library dependencies for MINGW32. by Michael Berlin · 9 years ago
  89. 12b9fc0 adding php to cloud to prod tests. by Donna Dionne · 9 years ago
  90. 3b2e2f7 Merge branch 'master' into async-cleanup by vjpai · 9 years ago
  91. 113d169 Add rdtsc profiling support, implement begin/end and tag hiding by Craig Tiller · 9 years ago
  92. 614e72c Merge pull request #1448 from stanley-cheung/php_gce_dockerfile_update by donnadionne · 9 years ago
  93. 8ade472 add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup by Stanley Cheung · 9 years ago
  94. 935cf42 Add per-call context pointer API by Craig Tiller · 9 years ago
  95. 6f0812c Merge pull request #1437 from jtattermusch/trace_batch_fix by Craig Tiller · 9 years ago
  96. 534874b Merge branch 'one-read' of github.com:ctiller/grpc into one-read by Craig Tiller · 9 years ago
  97. d6c1655 Merge github.com:grpc/grpc into one-read by Craig Tiller · 9 years ago
  98. 5ae895a Merge pull request #1363 from murgatroid99/objective_c_batch_migration by Jorge Canizales · 9 years ago
  99. a77d3f6 Merge pull request #1394 from yang-g/bugfix by Craig Tiller · 9 years ago
  100. 4925063 Resolved some comments by murgatroid99 · 9 years ago