1. e091af8 Implementation of the accepted encodings propagation mechanism. by David Garcia Quintas · 9 years ago
  2. 541d582 rewrote bitcount function as a macro by David Garcia Quintas · 9 years ago
  3. 699b0f9 Require a pointer + macro arg protection by David Garcia Quintas · 9 years ago
  4. 9b768a5 Merge branch 'bitsetmacros' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  5. 305e3bd Added bitset macro ops by David Garcia Quintas · 9 years ago
  6. 58ff670 Merge pull request #2462 from nicolasnoble/bash-is-not-for-everyone by Michael Lumish · 9 years ago
  7. fc63b5e Merge branch 'decompression' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  8. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  9. 658b608 Added some comments, minot stylistic tweaks by David Garcia Quintas · 9 years ago
  10. 3e5d616 Merge pull request #2371 from yang-g/security_context2 by Craig Tiller · 9 years ago
  11. 8ea6308 Merge pull request #2383 from vjpai/lockfree-stack by Craig Tiller · 9 years ago
  12. e845d98 Merge pull request #2406 from dgquintas/writeoptions by Craig Tiller · 9 years ago
  13. a430479 Merge pull request #2408 from nicolasnoble/generate_projects-should-mkdir by Craig Tiller · 9 years ago
  14. ded3f69 Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server by Craig Tiller · 9 years ago
  15. 367e30f Replacing echo -e with a more generic system. by Nicolas "Pixel" Noble · 9 years ago
  16. 5a9674c Merge pull request #2419 from jtattermusch/nuget_versioning_simplification by Michael Lumish · 9 years ago
  17. 37fccb0 make build_packages.bat provide version of grpc.native.csharp_ext dependency by Jan Tattermusch · 9 years ago
  18. a580070 introduce Version.cs as single source of truth of gRPC C# version by Jan Tattermusch · 9 years ago
  19. 48f7ed4 pick up nuget package version from cmdline param and fix nuget build by Jan Tattermusch · 9 years ago
  20. 761940d Merge pull request #2418 from jtattermusch/csharp_healthchecking by Michael Lumish · 9 years ago
  21. 5253467 C# health checking support by Jan Tattermusch · 9 years ago
  22. e6d12d3 Merge pull request #2453 from tbetbetbe/grpc-ruby-update-requirements-comment by Michael Lumish · 9 years ago
  23. 8092af8 Updates the requirements comment before releasing on the release branch by Tim Emiola · 9 years ago
  24. 0ea6be3 Merge pull request #2450 from dgquintas/frame_data_one_byte by Yang Gao · 9 years ago
  25. d317e75 Fixes to compression, to be merged back to the appropriate branch. by David Garcia Quintas · 9 years ago
  26. 2172880 Merge pull request #2428 from vjpai/gcc44_issues by Yang Gao · 9 years ago
  27. c3a00cd Fixed wrong frame parsing by David Garcia Quintas · 9 years ago
  28. 94fd462 override and final by Vijay Pai · 9 years ago
  29. 177503c Merge pull request #2332 from jtattermusch/implicit_initialize_rebased by Michael Lumish · 9 years ago
  30. e53f593 Merge pull request #2438 from stanley-cheung/update_homebrew_php_ext_dir by Michael Lumish · 9 years ago
  31. 13797c3 Merge pull request #2251 from nathanielmanistaatgoogle/links by Masood Malekghassemi · 9 years ago
  32. d54c3e6 clang-format changed files by Vijay Pai · 9 years ago
  33. d6cc181 Name arguments by vjpai · 9 years ago
  34. 94d6225 Create server side auth context lazily by yang-g · 9 years ago
  35. 316eedd regex by Stanley Cheung · 9 years ago
  36. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  37. df55161 Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 by vjpai · 9 years ago
  38. 4a5c654 update homebrew php ext location by Stanley Cheung · 9 years ago
  39. da7790b Merge pull request #2335 from murgatroid99/node_error_codes by Abhishek Kumar · 9 years ago
  40. f77ab15 Use rvalue ref return to avoid copy by vjpai · 9 years ago
  41. 1cbeeb5 Merge pull request #2336 from murgatroid99/ruby_error_codes by Abhishek Kumar · 9 years ago
  42. 707dd2c Merge pull request #2065 from dklempner/retry_backoff by Abhishek Kumar · 9 years ago
  43. c7eed74 Remove brace initialization for gcc-4.4 compatibility by vjpai · 9 years ago
  44. 7d980e4 Remove lambda function with lambda capture to allow building with pre-lambda by vjpai · 9 years ago
  45. 4d811da generate_projects.py should make directories. by Nicolas "Pixel" Noble · 9 years ago
  46. 664cda0 Removed spurious check by David Garcia Quintas · 9 years ago
  47. 027994c Merge pull request #2421 from chai2010/master by Nicolas Noble · 9 years ago
  48. e55e183 fix build on windows by chai2010 · 9 years ago
  49. 478f55f Merge pull request #2416 from nicolasnoble/attempt-number-2-at-windows-kick by Jan Tattermusch · 9 years ago
  50. e8123af Merge pull request #2414 from nicolasnoble/lets-debug-aborts by Jan Tattermusch · 9 years ago
  51. e00b0c3 Add description of MIN_CONNECT_TIMEOUT and fix its pseudocode usage. by David Klempner · 9 years ago
  52. 508483d Merge pull request #2415 from nicolasnoble/ignore-cached-files by Michael Lumish · 9 years ago
  53. e503cd5 Better socket kick for Windows. by Nicolas "Pixel" Noble · 9 years ago
  54. 4f21400 Let's ignore our generated cache.mk from git. by Nicolas "Pixel" Noble · 9 years ago
  55. e1d95d6 Adding a handler for abort(). by Nicolas "Pixel" Noble · 9 years ago
  56. 3abe618 links interface and gRPC-on-wire implementation by Nathaniel Manista · 9 years ago
  57. 6a3cf97 Added WriteOptions for per-message flags and modified CallOps to use it. by David Garcia Quintas · 9 years ago
  58. 294d972 Merge pull request #2399 from nicolasnoble/install-windows-exception-handler by Jan Tattermusch · 9 years ago
  59. ce017fe Merge pull request #2400 from nicolasnoble/filter-output-for-timeouts by Craig Tiller · 9 years ago
  60. 4d0b742 Merge pull request #2402 from jtattermusch/windows_polishing by Nicolas Noble · 9 years ago
  61. 80e5f04 zero-out channel after creation by Jan Tattermusch · 9 years ago
  62. d9e7943 remove chatty log messages on windows by Jan Tattermusch · 9 years ago
  63. e417f41 Merge pull request #2398 from nicolasnoble/we-have-many-solutions-now by Jan Tattermusch · 9 years ago
  64. f716c0c Filtering stdout for JUnit report in case of timeouts. by Nicolas "Pixel" Noble · 9 years ago
  65. 594c2a4 Merge pull request #2395 from nicolasnoble/tabs-are-evil by Craig Tiller · 9 years ago
  66. 90720be Merge pull request #2397 from nicolasnoble/faking-tools-under-windows by Craig Tiller · 9 years ago
  67. ffd5be2 Merge pull request #2394 from nicolasnoble/disabling-cython by Craig Tiller · 9 years ago
  68. 717ea0e Install simple Windows exception handlers. by Nicolas "Pixel" Noble · 9 years ago
  69. ed152f8 Fixing VS's documentation. by Nicolas "Pixel" Noble · 9 years ago
  70. 64d8138 Faking tools target for win32. by Nicolas "Pixel" Noble · 9 years ago
  71. 368524c Swapping tabs for spaces in generate_projects.py by Nicolas "Pixel" Noble · 9 years ago
  72. 0e107a7 Disabling cython for now. by Nicolas "Pixel" Noble · 9 years ago
  73. 04eb89c no need to call GrpcEnvironment.Initialize() explicitly by Jan Tattermusch · 9 years ago
  74. a882299 Merge branch 'master' into lockfree-stack by vjpai · 9 years ago
  75. 10a6546 Multithreaded test of stack by Vijay Pai · 9 years ago
  76. 20a3538 More bugfixes to compress_filter. by David Garcia Quintas · 9 years ago
  77. 887f86b Debug and add in generated build files by Vijay Pai · 9 years ago
  78. 4547d50 Merge pull request #2387 from nicolasnoble/docker-is-a-freezer by Jan Tattermusch · 9 years ago
  79. f5d2138 Test code by vjpai · 9 years ago
  80. 5421cab Merge pull request #2388 from stanley-cheung/add_homebrew_to_jenkins by Jan Tattermusch · 9 years ago
  81. afaea18 fix chmod of script by Stanley Cheung · 9 years ago
  82. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  83. 25adcaa Merge pull request #2379 from ctiller/nanana-im-batman by Vijay Pai · 9 years ago
  84. 55d3d41 Merge pull request #2367 from stanley-cheung/add_homebrew_to_jenkins by Jan Tattermusch · 9 years ago
  85. 5c3eea3 Merge pull request #2380 from ctiller/slartiwhatfast by Vijay Pai · 9 years ago
  86. ad262a1 Merge pull request #2384 from ctiller/spiderman-cant-compete by Vijay Pai · 9 years ago
  87. 13608fe Merge pull request #2347 from ctiller/simpler-cq by Vijay Pai · 9 years ago
  88. 2366f6a Let's workaround #2140 a bit. by Nicolas "Pixel" Noble · 9 years ago
  89. aa91ad2 Merge pull request #2386 from soltanmm/version-update by Nicolas Noble · 9 years ago
  90. 77553cd Merge pull request #2382 from murgatroid99/makefile_cache_detection by Nicolas Noble · 9 years ago
  91. 65153e9 Merge pull request #2368 from ctiller/they-gave-me-a-badge by Nicolas Noble · 9 years ago
  92. 1ad5ea5 jenkins linuxbrew: review changes by Stanley Cheung · 9 years ago
  93. 9359522 Add homebrew testing to jenkins by Stanley Cheung · 9 years ago
  94. 864b97b Upport python version by Masood Malekghassemi · 9 years ago
  95. bd54ec4 1 != 10 by Craig Tiller · 9 years ago
  96. 005e305 Initial checkin commit for lockfree stack. Tests not yet included. by Vijay Pai · 9 years ago
  97. 4a015a6 Added caching for HAS_SYSTEMTAP in Makefile by murgatroid99 · 9 years ago
  98. aa52157 Add caching for Makefile dependency detection by murgatroid99 · 9 years ago
  99. 2c3a35e Make naming a little more consistent by Craig Tiller · 9 years ago
  100. 8390153 Fix TSAN reported race by Craig Tiller · 9 years ago