1. ba40482 Clang format. by Nicolas "Pixel" Noble · 9 years ago
  2. 6489740 Improving documentation. by Julien Boeuf · 9 years ago
  3. 67c2c95 Fixing typo. by Julien Boeuf · 9 years ago
  4. 2b8e9ca Merge branch 'release-0_12' of github.com:grpc/grpc into cpp_new_creds_plugin_api by Julien Boeuf · 9 years ago
  5. eb029c9 Better documentation of the method_name field. by Julien Boeuf · 9 years ago
  6. 114f394 Cpp example of how the plugins can be done. by Julien Boeuf · 9 years ago
  7. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  8. 3c957e6 Fixing implementations. by Julien Boeuf · 9 years ago
  9. ea44bba Changing the credentials plugin API. by Julien Boeuf · 9 years ago
  10. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  11. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  12. b0e5e08 include header by yang-g · 9 years ago
  13. a89bf50 Handle cancel before start case by yang-g · 9 years ago
  14. 112f4a3 Fixing the doc to warn of the dangers for overriding the target name when using SSL. by Julien Boeuf · 9 years ago
  15. 1f6f02a Merge branch 'master' into protosplit by vjpai · 9 years ago
  16. 6c4ec78 Merge pull request #4013 from dgquintas/bb_readall by Craig Tiller · 9 years ago
  17. 187c4b3 Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition by Craig Tiller · 9 years ago
  18. 11537dc Merge remote-tracking branch 'upstream/master' into protosplit by vjpai · 9 years ago
  19. 6eb3925 Added grpc_byte_buffer_reader_readall by David Garcia Quintas · 9 years ago
  20. 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
  21. bd89dd8 remove log spam by yang-g · 9 years ago
  22. dcd35b8 Merge pull request #3969 from grpc/release-0_11 by Nicolas Noble · 9 years ago
  23. 0f5739b Mark WaitForInitialMetadata as override, for Clang by Jorge Canizales · 9 years ago
  24. 3bb61d8 Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  25. 9c97aae Merge branch 'master' of github.com:grpc/grpc into cq_alarm by David Garcia Quintas · 9 years ago
  26. 54a902e Successfully compile C++ libary (not tests yet). by Julien Boeuf · 9 years ago
  27. 441176d Got core to compile (without the tests) by Julien Boeuf · 9 years ago
  28. a8420a4 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  29. acd835f First pass at the headers. by Julien Boeuf · 9 years ago
  30. 7fd0fd5 C++ Alarm implementation (with tests). by David Garcia Quintas · 9 years ago
  31. b063c87 mark unreachable code with a macro by yang-g · 9 years ago
  32. f747bbc s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarm by David Garcia Quintas · 9 years ago
  33. 2506141 Merge pull request #3602 from grpc/release-0_11 by Tim Emiola · 9 years ago
  34. 7069da2 Repeat https://github.com/grpc/grpc/issues/3049 for OSX by Jorge Canizales · 9 years ago
  35. eff4419 Fixes by Craig Tiller · 9 years ago
  36. f2eb040 Merge pull request #3544 from ctiller/backtrace-on-crash by Nicolas Noble · 9 years ago
  37. d3366d7 Merge pull request #3497 from nicolasnoble/lost-my-sanity by Craig Tiller · 9 years ago
  38. 2bc3729 Enable backtraces on C tests by Craig Tiller · 9 years ago
  39. bd88711 Merge pull request #3483 from ctiller/no-tcp-alloc by Yang Gao · 9 years ago
  40. 499fb05 Restoring sanity. by Nicolas "Pixel" Noble · 9 years ago
  41. 0f9a118 Merge pull request #3474 from ctiller/clang_format by Nicolas Noble · 9 years ago
  42. 0a775b3 Merge pull request #2920 from nicolasnoble/winnt-check by Craig Tiller · 9 years ago
  43. dd69342 Merge github.com:grpc/grpc into clang_format by Craig Tiller · 9 years ago
  44. 649deeb Recycle partially filled buffers on the next read by Craig Tiller · 9 years ago
  45. ddf3a51 Add clang-format to sanity by Craig Tiller · 9 years ago
  46. 0445684 Windows fixes by Craig Tiller · 9 years ago
  47. c34b2e7 Do not use string_ref for output params. by Julien Boeuf · 9 years ago
  48. 8b0b6f4 It is a bad idea to have a map with string_refs as output params. by Julien Boeuf · 9 years ago
  49. 14929d4 Credentials plugin fixes (after the branch was merged). by Julien Boeuf · 9 years ago
  50. 97f80fa Adding documentation. by Julien Boeuf · 9 years ago
  51. fd2f733 Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin by Julien Boeuf · 9 years ago
  52. 8648c05 Merge branch 'immolating-conversion' of github.com:ctiller/grpc into immolating-conversion by Craig Tiller · 9 years ago
  53. f29a388 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  54. ebc7ef2 Mac build fixes by Craig Tiller · 9 years ago
  55. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  56. 49dd250 Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding by David Garcia Quintas · 9 years ago
  57. b70e3be Merge branch 'master' of github.com:grpc/grpc into winnt-check by Nicolas "Pixel" Noble · 9 years ago
  58. 328deb2 Removed grpc_security.h from auth_context.h by David Garcia Quintas · 9 years ago
  59. d6599a3 Replicate C++ docs from master to beta branch by Craig Tiller · 9 years ago
  60. 730118d Merge branch 'third-coming' into endpoints by Craig Tiller · 9 years ago
  61. dc90c13 Move static value grpc::string_ref::npos definition to cc file by Konstantin Podsvirov · 9 years ago
  62. a7072cb Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin by Julien Boeuf · 9 years ago
  63. 2d04118 Design and implementation of the core credentials plugin API. by Julien Boeuf · 9 years ago
  64. 106e154 Merge pull request #3107 from a-veitch/view_api by Hongyu Chen · 9 years ago
  65. 1c09acc change aggregation_ops to internal type by Alistair Veitch · 9 years ago
  66. 245bd88 Merge github.com:grpc/grpc into second-coming by Craig Tiller · 9 years ago
  67. 29ee3f4 Forgot to finish the doc... by Julien Boeuf · 9 years ago
  68. 6f12702 Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin by Julien Boeuf · 9 years ago
  69. 8b5bb27 Adding C API for metadata credentials plugin. by Julien Boeuf · 9 years ago
  70. aafe972 scalar -> sum by Alistair Veitch · 9 years ago
  71. e41d9d5 remove const from data() type by Alistair Veitch · 9 years ago
  72. 5b61479 rename record fn by Alistair Veitch · 9 years ago
  73. c47621f merge by Alistair Veitch · 9 years ago
  74. a24148e change aggregation type names by Alistair Veitch · 9 years ago
  75. 8f691e6 add clone to aggregation ops by Alistair Veitch · 9 years ago
  76. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  77. d1b6152 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  78. 8c0d6b3 Merge pull request #2668 from a-veitch/tracing_api by Craig Tiller · 9 years ago
  79. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  80. 97cd4ae Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  81. bff9cf5 Merge branch 'master' into tracing_api by Alistair Veitch · 9 years ago
  82. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  83. a883ccf Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  84. 0c711ad Adding C++ metadata processor. by Julien Boeuf · 9 years ago
  85. 6afe53f add functions for getting trace records by Alistair Veitch · 9 years ago
  86. ae7bbfc merge to head by Alistair Veitch · 9 years ago
  87. b855202 rewrite to reviewer comments by Alistair Veitch · 9 years ago
  88. 89d5610 Merge pull request #3104 from yang-g/create_channel by Craig Tiller · 9 years ago
  89. e62f68c make metric part of view by Alistair Veitch · 9 years ago
  90. 459faf3 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  91. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  92. 9a09982 view and aggregation API by Alistair Veitch · 9 years ago
  93. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  94. 730055d implementation fix by yang-g · 9 years ago
  95. dafcce9 channel creation API change by yang-g · 9 years ago
  96. b029859 Revert "Revert "Refactor Endpoint API"" by Craig Tiller · 9 years ago
  97. 99d7b66 Revert "Refactor Endpoint API" by Craig Tiller · 9 years ago
  98. b6c912b Merge pull request #3025 from ctiller/endpoints by Yang Gao · 9 years ago
  99. 35b559f Aligning C++ interface with C for the auth metadata processor. by Julien Boeuf · 9 years ago
  100. 0d9f81f minor fixes by yang-g · 9 years ago