1. a0e1454 Merge pull request #1447 from ctiller/magical-void-pointers by jboeuf · 9 years ago
  2. d53d87c Merge pull request #1464 from yang-g/init by Craig Tiller · 9 years ago
  3. 380b0f3 Merge pull request #1466 from ctiller/seqno2 by Yang Gao · 9 years ago
  4. a844771 stylecop fixes by Jan Tattermusch · 9 years ago
  5. 32d95b9 remove duplicate initialize by Jan Tattermusch · 9 years ago
  6. 0a41293 Also need to create a vector of streams by vjpai · 9 years ago
  7. 1458e66 Merge pull request #1469 from dgquintas/fix_ptags by Craig Tiller · 9 years ago
  8. 172791a resolve comments by Yang Gao · 9 years ago
  9. b7d1608 Merge github.com:grpc/grpc into seqno2 by Craig Tiller · 9 years ago
  10. 80abd54 Merge github.com:grpc/grpc into swappy by Craig Tiller · 9 years ago
  11. 8c2dd9d Fixes for C# cancellation support by Jan Tattermusch · 9 years ago
  12. 4273f1e add client side streaming interfaces by Yang Gao · 9 years ago
  13. 36ff3f0 clang-format by Vijay Pai · 9 years ago
  14. 25aa12f Support multi-stream synchronous client tests by Vijay Pai · 9 years ago
  15. 3d3d632 merge with head by Yang Gao · 9 years ago
  16. 26839c7 Add a c test for max message length by Yang Gao · 9 years ago
  17. 6dc5502 Merge pull request #1432 from vjpai/async-cleanup by David G. Quintas · 9 years ago
  18. f667f1b Added missing profiling tags. by David Garcia Quintas · 9 years ago
  19. 925573c Merge remote-tracking branch 'upstream/master' by David Garcia Quintas · 9 years ago
  20. 097e7bf Merge pull request #1465 from ctiller/foo by Yang Gao · 9 years ago
  21. 7164eea Merge pull request #1463 from ctiller/seqno by Yang Gao · 9 years ago
  22. 7c2ba27 Merge remote-tracking branch 'upstream/master' by David Garcia Quintas · 9 years ago
  23. c112d14 Merge pull request #1462 from vjpai/kill45 by Nicolas Noble · 9 years ago
  24. 4c87263 Merge pull request #1450 from donnadionne/php by Stanley Cheung · 9 years ago
  25. 539af31 Merge pull request #1396 from ctiller/one-read by Yang Gao · 9 years ago
  26. cfda2bd Test that we dont wrap-around sequence numbers by Craig Tiller · 9 years ago
  27. 7098c03 Synthesize goaway when max sequence number generated by Craig Tiller · 9 years ago
  28. 4b40559 Remove dead file by Craig Tiller · 9 years ago
  29. e901ff5 Merge pull request #1461 from murgatroid99/pod_typo_fix by Tim Emiola · 9 years ago
  30. 181ad88 merge with head by Yang Gao · 9 years ago
  31. 434a36b Add test for >16777215 sequence numbered streams by Craig Tiller · 9 years ago
  32. 8fc673e Fix typo resulting in masking out high byte of http2 sequence numbers by Craig Tiller · 9 years ago
  33. 5fd6794 Remove gcc 4.5 testing and keep 4.4 by vjpai · 9 years ago
  34. 8802558 Add a hook to allow initial HTTP2 sequence number to be specified by Craig Tiller · 9 years ago
  35. 27c0bf4 Fixed typo by murgatroid99 · 9 years ago
  36. 337814a Merge branch 'master' into async-cleanup by vjpai · 9 years ago
  37. 041998d Change function-pointer to std::function by vjpai · 9 years ago
  38. 1b54fcf added stats with number of active native calls, useful for debugging by Jan Tattermusch · 9 years ago
  39. 618647d fixed some stylecop warnings by Jan Tattermusch · 9 years ago
  40. e5c4460 Added basic support for cancellation by Jan Tattermusch · 9 years ago
  41. a5272b6 A new version C# API based on async/await by Jan Tattermusch · 9 years ago
  42. 520ecb1 Merge pull request #1460 from ctiller/fast-timer by Vijay Pai · 9 years ago
  43. c832553 Merge pull request #1457 from nicolasnoble/win32-fixes-once-again by Craig Tiller · 9 years ago
  44. 363e7a2 Merge pull request #1458 from nicolasnoble/sanity-submodules-pedantic by Craig Tiller · 9 years ago
  45. c3c9318 Merge branch 'fast-timer' of github.com:ctiller/grpc into fast-timer by Craig Tiller · 9 years ago
  46. 5649b44 clang-format by Craig Tiller · 9 years ago
  47. 573b433 Delete debug by Craig Tiller · 9 years ago
  48. 2a45a56 Thread local storage for profile data by Craig Tiller · 9 years ago
  49. 202fa1a Merge pull request #1459 from zeliard/master by Nicolas Noble · 9 years ago
  50. 1ac95ab merge with head by Yang Gao · 9 years ago
  51. c71a9d2 clang-format by Yang Gao · 9 years ago
  52. f7d05b5 make server tolerate deserialization failure by Yang Gao · 9 years ago
  53. ff30f8e fix a deadlock in cancel call by Yang Gao · 9 years ago
  54. c4e7713 correct win32-related API usage by zeliard · 9 years ago
  55. 261e515 Let's be really pedantic about the status of our submodules. by Nicolas "Pixel" Noble · 9 years ago
  56. 0f981e9 Another round of win32 fixes and documentation. by Nicolas "Pixel" Noble · 9 years ago
  57. 40b1e23 Merge pull request #1454 from nicolasnoble/win32-fixes by Craig Tiller · 9 years ago
  58. 8e1a55d More win32 fixes + documentation. by Nicolas "Pixel" Noble · 9 years ago
  59. 404fc6a Wave of Win32 fixes. by Nicolas "Pixel" Noble · 9 years ago
  60. 99076fe Fixing generated code under Windows. by Nicolas "Pixel" Noble · 9 years ago
  61. df3c6c5 Adding property sheets for OpenSSL and zlib's NuGet packages. by Nicolas "Pixel" Noble · 9 years ago
  62. a5f803d Merge remote-tracking branch 'upstream/master' by David Garcia Quintas · 9 years ago
  63. ae94d86 Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_lib by Nicolas Noble · 9 years ago
  64. fe6b973 Merge pull request #1449 from ctiller/profile by Vijay Pai · 9 years ago
  65. 72e0fb8 generate a StubInterface by Yang Gao · 9 years ago
  66. bf2e7f0 Compile protobuf before compiling shared C++ libraries. by Michael Berlin · 9 years ago
  67. 5351392 Makefile: Fix missing space in shared library dependencies for MINGW32. by Michael Berlin · 9 years ago
  68. 12b9fc0 adding php to cloud to prod tests. by Donna Dionne · 9 years ago
  69. 3b2e2f7 Merge branch 'master' into async-cleanup by vjpai · 9 years ago
  70. 113d169 Add rdtsc profiling support, implement begin/end and tag hiding by Craig Tiller · 9 years ago
  71. 614e72c Merge pull request #1448 from stanley-cheung/php_gce_dockerfile_update by donnadionne · 9 years ago
  72. 8ade472 add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup by Stanley Cheung · 9 years ago
  73. 935cf42 Add per-call context pointer API by Craig Tiller · 9 years ago
  74. 6f0812c Merge pull request #1437 from jtattermusch/trace_batch_fix by Craig Tiller · 9 years ago
  75. 534874b Merge branch 'one-read' of github.com:ctiller/grpc into one-read by Craig Tiller · 9 years ago
  76. d6c1655 Merge github.com:grpc/grpc into one-read by Craig Tiller · 9 years ago
  77. 5ae895a Merge pull request #1363 from murgatroid99/objective_c_batch_migration by Jorge Canizales · 9 years ago
  78. a77d3f6 Merge pull request #1394 from yang-g/bugfix by Craig Tiller · 9 years ago
  79. 4925063 Resolved some comments by murgatroid99 · 9 years ago
  80. ea13af7 merge with head by Yang Gao · 9 years ago
  81. 87344c8 Merge pull request #1397 from ctiller/delete-the-old-api by Yang Gao · 9 years ago
  82. 4db2954 merge with head by Yang Gao · 9 years ago
  83. 5fe7e5d Fix some memory leaks by Craig Tiller · 9 years ago
  84. e217307 Merge pull request #1436 from ctiller/crash-cxx by Yang Gao · 9 years ago
  85. 3d50b30 Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  86. a811868 Merge branch 'master' into async-cleanup by vjpai · 9 years ago
  87. 76eabbd Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  88. 18d43bf Merge pull request #1443 from ctiller/travis_sorted by Vijay Pai · 9 years ago
  89. 915b4ef Merge pull request #1442 from jtattermusch/csharp_kill_unused_function by Tim Emiola · 9 years ago
  90. ff1ad13 Stopgap fix for fling_stream_test timing out by Craig Tiller · 9 years ago
  91. a9a3e88 remove unused function from grpc_csharp_ext by Jan Tattermusch · 9 years ago
  92. 9da3be5 Merge pull request #1435 from ctiller/fix-windows-tests by Nicolas Noble · 9 years ago
  93. 6e5bad3 Merge pull request #1421 from zeliard/master by Nicolas Noble · 9 years ago
  94. 81b6711 make Windows.h lowercase for cross compiling from Linux by Simon Koo · 9 years ago
  95. ff4ee96 Remove another old function by Craig Tiller · 9 years ago
  96. 70e299f Merge pull request #1428 from ctiller/the-call-is-dead-stop-kicking-it by Nicolas Noble · 9 years ago
  97. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  98. 532cd4d added param names for grpc_call_start_batch trace. by Jan Tattermusch · 9 years ago
  99. 51fe022 Merge pull request #1439 from nicolasnoble/python-c89 by Masood Malekghassemi · 9 years ago
  100. 0225f5c Merge pull request #1438 from soltanmm/fix-mac by Tim Emiola · 9 years ago