1. f0eee5f Make some functions static by Yuki Yugui Sonoda · 9 years ago
  2. 99eb9f9 Fix a linkage error with mac clang by Yuki Yugui Sonoda · 9 years ago
  3. 3c88e5d Make some global variables static by Yuki Yugui Sonoda · 9 years ago
  4. 0afc3ad Merge pull request #1285 from vjpai/timers by Craig Tiller · 9 years ago
  5. 00f9f4f Merge pull request #1289 from yang-g/interop by Nicolas Noble · 9 years ago
  6. 0f5621d sync and resolve conflict by Yang Gao · 9 years ago
  7. 084ef52 Remove outdated protos by Yang Gao · 9 years ago
  8. 4e01659 Merge remote-tracking branch 'upstream/master' into timers by Vijay Pai · 9 years ago
  9. 7b3aba5 Fix some name choices by Vijay Pai · 9 years ago
  10. db38bb1 Merge pull request #1277 from ctiller/fast-unref by Vijay Pai · 9 years ago
  11. 999db71 Merge pull request #1284 from nicolasnoble/bashisms by Craig Tiller · 9 years ago
  12. 68e4515 Mark activation for read, write, and time spent in system calls by Vijay Pai · 9 years ago
  13. 0163460 Mark creation of call, performing ops on channel by Vijay Pai · 9 years ago
  14. fad38ba Add client-side marks for proto processing. Need to go in and fill in tag later by Vijay Pai · 9 years ago
  15. 9ffbd0c Mark proto ser/deser on server side by Vijay Pai · 9 years ago
  16. 0fb96e8 Rename seq to id so that it's clear it can be any generic ID by Vijay Pai · 9 years ago
  17. 74c0224 Change int sequence number to a void* for more generality by Vijay Pai · 9 years ago
  18. 970f5d9 Removing some bashisms. by Nicolas "Pixel" Noble · 9 years ago
  19. 457f1f7 Merge pull request #1124 from nicolasnoble/sanity by Craig Tiller · 9 years ago
  20. c18bfd8 Merge branch 'fast-unref' of github.com:ctiller/grpc into fast-unref by Craig Tiller · 9 years ago
  21. ad36c54 Merge github.com:google/grpc into fast-unref by Craig Tiller · 9 years ago
  22. 3de5aaf Remove (void*)1 by Craig Tiller · 9 years ago
  23. c547dcb Merge pull request #1282 from tbetbetbe/grpc_ruby_add_jwt_auth_interop by Michael Lumish · 9 years ago
  24. 2988e73 Adds the command to the interop test runner to run the jwt ruby auth test cmd by Tim Emiola · 9 years ago
  25. 1ca3738 Merge pull request #1280 from donnadionne/python_add by Masood Malekghassemi · 9 years ago
  26. 5fa5042 Merge pull request #1267 from vjpai/timers by Craig Tiller · 9 years ago
  27. 89a5bd7 Updates the pubsub sample so that it no longer uses a scope by Tim Emiola · 9 years ago
  28. 189d9b0 Adds a jwt_token_creds interop test by Tim Emiola · 9 years ago
  29. 7db18b4 Automatically adds a key for the jwt_aud_uri to the metadata handled by the metadata_update_proc by Tim Emiola · 9 years ago
  30. 5547edf Adding python to cloud prod tests. by Donna Dionne · 9 years ago
  31. dedb5dc Merge pull request #1278 from soltanmm/interop by donnadionne · 9 years ago
  32. 97a76f2 Merge pull request #1276 from donnadionne/python by Tim Emiola · 9 years ago
  33. b553476 Add Python cloud prod gen interop command by Masood Malekghassemi · 9 years ago
  34. 650cb25 Fix documentation typo by Masood Malekghassemi · 9 years ago
  35. c6a3da7 Explicit header path by vjpai · 9 years ago
  36. 1fe1e25 Merge pull request #1275 from tbetbetbe/grpc_ruby_0_6_1 by Michael Lumish · 9 years ago
  37. 634346b Merge with other metadata changes by Craig Tiller · 9 years ago
  38. 25c283f Merge github.com:grpc/grpc into fast-unref by Craig Tiller · 9 years ago
  39. d72f779 Merge pull request #1259 from ctiller/metadata by David Klempner · 9 years ago
  40. 51a4c08 Corrects the Changelog date by Tim Emiola · 9 years ago
  41. a727135 Add important comment by Craig Tiller · 9 years ago
  42. b285aab Share mdctx between secure channels by Craig Tiller · 9 years ago
  43. c4885ed Allow extracting mdctx from creds by Craig Tiller · 9 years ago
  44. 81ce8dd Adding links to individual test logs in test result page. by Donna Dionne · 9 years ago
  45. 095af67 Revert "Update installation instructions to mention debian binary install" by Tim Emiola · 9 years ago
  46. 1e09812 Correct style errors identified by the latest version of RuboCop by Tim Emiola · 9 years ago
  47. 4bda5e3 Add a changelog by Tim Emiola · 9 years ago
  48. e1fd1bb Update the version to 0.6.1 by Tim Emiola · 9 years ago
  49. 4907df0 Update the version of googleauth to 0.4 by Tim Emiola · 9 years ago
  50. fe0104a Batch unref metadata in HTTP/2 stream encoder by Craig Tiller · 9 years ago
  51. 4bfcf5b Merge pull request #1241 from ctiller/local_worker by Vijay Pai · 9 years ago
  52. e55cd7f Merge branch 'master' of github.com:grpc/grpc into sanity by Nicolas "Pixel" Noble · 9 years ago
  53. db9eb05 Update installation instructions to mention debian binary install by Tim Emiola · 9 years ago
  54. 884d297 Merge pull request #1273 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  55. 5cfc4b9 Merge pull request #1274 from ctiller/inline-slice-buffer-for-realsy by Vijay Pai · 9 years ago
  56. f441121 Merge pull request #1272 from yang-g/interop by Nicolas Noble · 9 years ago
  57. 41251e4 Fix Python auth and interop test by Masood Malekghassemi · 9 years ago
  58. 7b3b058 Merge pull request #1270 from jboeuf/server_security_context_factory by Yang Gao · 9 years ago
  59. 721f362 Inline initial slice buffer allocation by Craig Tiller · 9 years ago
  60. dcfe504 Merge pull request #1269 from ctiller/racefix by jboeuf · 9 years ago
  61. ba63e8a Fix Typo by Craig Tiller · 9 years ago
  62. b0b518e Further refactor interop_client and server to libraries by Yang Gao · 9 years ago
  63. 30461a9 Merge pull request #1271 from murgatroid99/node_version_bump_0.6.1 by Tim Emiola · 9 years ago
  64. 693de45 Bump node library version to publish bugfix by murgatroid99 · 9 years ago
  65. dda7949 Merge pull request #1268 from murgatroid99/node_response_error_test by Tim Emiola · 9 years ago
  66. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 9 years ago
  67. 98efdcb Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  68. d0e32f9 Merge pull request #1232 from ctiller/windows-fixes by Nicolas Noble · 9 years ago
  69. 6c71ce5 Refactoring of server context creation (incremental improvement). by Julien Boeuf · 9 years ago
  70. a45c93e Visual Studio build files by Vijay Pai · 9 years ago
  71. 0310f13 clang-format results by Vijay Pai · 9 years ago
  72. 9cccb08 Stub out precise clock structure from the overall flow of timers.c so that by Vijay Pai · 9 years ago
  73. 954d7a2 Fix race on shutdown by Craig Tiller · 9 years ago
  74. 353d422 Fixed bugs in trailing metadata handling and math server example by murgatroid99 · 9 years ago
  75. 0b9d0da Space by Vijay Pai · 9 years ago
  76. 2288f5b Eliminate unneeded asserts by Vijay Pai · 9 years ago
  77. bc17113 Allow a build config called CONFIG=latprof that defines the appropriate by Vijay Pai · 9 years ago
  78. cc896d5 Merge github.com:grpc/grpc into metadata by Craig Tiller · 9 years ago
  79. 1ae46a2 Change barriers to protect the innocent by Craig Tiller · 9 years ago
  80. 6dfa7e6 Move files to a new "profiling" directory to better distinguish from census by Vijay Pai · 9 years ago
  81. 479a961 third_party/openssl by Craig Tiller · 9 years ago
  82. 693b7ab Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  83. 9a70c1a Merge pull request #1245 from yugui/fix/prefix by Tim Emiola · 9 years ago
  84. d180e03 Update build files by Craig Tiller · 9 years ago
  85. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  86. c5624f7 Merge branch 'vjpai-timers' into timers by Vijay Pai · 9 years ago
  87. a3f6c4e Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  88. f7c6647 Merge branch 'vjpai-timers' by Vijay Pai · 9 years ago
  89. caec4bf Merge branch 'vjpai-timers' into timers by Vijay Pai · 9 years ago
  90. 7549998 Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers by Vijay Pai · 9 years ago
  91. c914c4a Infrastructure for timer insertion, logging, and testing. by Vijay Pai · 9 years ago
  92. fba5476 Merge pull request #1265 from nicolasnoble/gpr-platform by Craig Tiller · 9 years ago
  93. 6fb2938 Getting a bit more laxist with the various GPR rules. by Nicolas "Pixel" Noble · 9 years ago
  94. e23cffb Merge pull request #1264 from nicolasnoble/tls by Craig Tiller · 9 years ago
  95. 553a904 Fixing FreeBSD's TLS port_platform entry. by Nicolas "Pixel" Noble · 9 years ago
  96. 2e50a7a Also fix rb_CallOps too. by Yuki Yugui Sonoda · 9 years ago
  97. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  98. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  99. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  100. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 9 years ago