1. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  2. 821de34 Addressing comments. by Julien Boeuf · 9 years ago
  3. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  4. 97cd4ae Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  5. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  6. 68ff03a Fixing AuthContext tests. by Julien Boeuf · 9 years ago
  7. a883ccf Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  8. 0c711ad Adding C++ metadata processor. by Julien Boeuf · 9 years ago
  9. 477538d Merge pull request #3101 from yang-g/string_ref_auth by Craig Tiller · 9 years ago
  10. 89d5610 Merge pull request #3104 from yang-g/create_channel by Craig Tiller · 9 years ago
  11. 421738b Addressing comments, round 2. by Julien Boeuf · 9 years ago
  12. 459faf3 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  13. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  14. 4eaeb99 Addressing comments. by Julien Boeuf · 9 years ago
  15. 0834833 Merge pull request #2947 from jboeuf/grpc_security_abi by Craig Tiller · 9 years ago
  16. 730055d implementation fix by yang-g · 9 years ago
  17. cf44bb5 use millis to protect against potential overflow by yang-g · 9 years ago
  18. edd4667 Reduce a timeout causing overflow by yang-g · 9 years ago
  19. 99d7b66 Revert "Refactor Endpoint API" by Craig Tiller · 9 years ago
  20. b6c912b Merge pull request #3025 from ctiller/endpoints by Yang Gao · 9 years ago
  21. 0d9f81f minor fixes by yang-g · 9 years ago
  22. 3d5ba2f Make port_windows compile again by Craig Tiller · 9 years ago
  23. 1e27e7d Use port server on windows by Craig Tiller · 9 years ago
  24. 5b3516e Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  25. c84d4aa Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  26. 5e700f3 Merge remote-tracking branch 'upstream/master' into string_ref_auth by yang-g · 9 years ago
  27. 60e0e74 Merge pull request #3072 from ctiller/pneumatic-figure-skater by Vijay Pai · 9 years ago
  28. afbbaf9 Merge pull request #3065 from yang-g/string_ref by Craig Tiller · 9 years ago
  29. 52730d3 Merge pull request #3035 from ctiller/naming-crisis by David G. Quintas · 9 years ago
  30. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  31. c17fecd Fixing tests. by Julien Boeuf · 9 years ago
  32. be95249 Cleanup test, initialize correctly by Craig Tiller · 9 years ago
  33. d090fe1 auth context api change for string_ref by yang-g · 9 years ago
  34. 04ecfa1 Added missing payloads to streaming compressed test by David Garcia Quintas · 9 years ago
  35. 9dee67b Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  36. e21908f impl by yang-g · 9 years ago
  37. 2098863 Make certain constants unsigned to please compiler on Mac by vjpai · 9 years ago
  38. 12a2701 Merge pull request #3011 from dgquintas/comma-separated-ips by Craig Tiller · 9 years ago
  39. bf9a8f8 Fixing tests. by Julien Boeuf · 9 years ago
  40. dc31ef3 Loosen test requirements to better fit spec by Craig Tiller · 9 years ago
  41. 5d4d1ee Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 9 years ago
  42. 0382bfa Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref by Julien Boeuf · 9 years ago
  43. 8fd915a Adding grpc::string_ref class. by Julien Boeuf · 9 years ago
  44. 3e4bd95 merge with head by yang-g · 9 years ago
  45. 207e644 Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  46. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  47. 11c3c68 Merge github.com:grpc/grpc into endpoints by Craig Tiller · 9 years ago
  48. ddb0b8c Merge pull request #3019 from dgquintas/channel_args_compression by Yang Gao · 9 years ago
  49. d2ea031 Merge pull request #2818 from ctiller/y12kdm3 by Vijay Pai · 9 years ago
  50. e180766 Merge pull request #3007 from jboeuf/core_md_processor_fixes by Craig Tiller · 9 years ago
  51. fe5f254 Improvements to the grpc_channel_args_compression_algorithm_set_state api by David Garcia Quintas · 9 years ago
  52. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  53. bc85be1 Refactor default host name resolution by Craig Tiller · 9 years ago
  54. b7e22b9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  55. 9e2f90c headers reorg by yang-g · 9 years ago
  56. 592e7f2 Refactor Endpoint API by Craig Tiller · 9 years ago
  57. a4c4f02 Added C API functions for compression args handling (w/ tests) by David Garcia Quintas · 9 years ago
  58. d392fa0 fix shutdown_test by yang-g · 9 years ago
  59. 961eeb0 Merge remote-tracking branch 'upstream/master' into docs by yang-g · 9 years ago
  60. 2bfd275 sockaddr_resolver now supports comma-separated list of IPs by David Garcia Quintas · 9 years ago
  61. ee3dbb0 Have a richer interface for auth metadata processors. by Julien Boeuf · 9 years ago
  62. 48c9f25 Merge pull request #2977 from ctiller/shutdown-c++ by Yang Gao · 9 years ago
  63. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  64. 5fd6855 Moved methods' impl to header for simplicity by David Garcia Quintas · 9 years ago
  65. 65d3ab2 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  66. 4836492 Merge pull request #2972 from ctiller/get-reserved-things-right by Yang Gao · 9 years ago
  67. 6d8d014 Merge pull request #2975 from dgquintas/no_foreach_44 by Vijay Pai · 9 years ago
  68. 4d90b21 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  69. 81491b6 Removed function introducing dependency on proto in .h by David Garcia Quintas · 9 years ago
  70. 128f4a9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  71. 5c6e627 Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  72. e50e5cb Add a timeout to shutdown to forcefully end calls by Craig Tiller · 9 years ago
  73. 2a6427f removed foreach loops for gcc 4.4 by David Garcia Quintas · 9 years ago
  74. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  75. d6c98df clang-format all source by Craig Tiller · 9 years ago
  76. bb1c795 Merge pull request #2965 from yang-g/lame_client_error_message by Craig Tiller · 9 years ago
  77. 935c171 Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  78. c31cd86 Let lame_client accept error status by yang-g · 9 years ago
  79. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  80. bd0d1bd Merge pull request #2549 from hongweiwang/zookeeper by David G. Quintas · 9 years ago
  81. 7671434 Merge pull request #2376 from rjshade/add_udp_server_2 by Yang Gao · 9 years ago
  82. 455dc6f Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  83. c2274e7 Adding C++ auth metadata processor. by Julien Boeuf · 9 years ago
  84. c3f48c8 Minor fix on comments by Hongwei Wang · 9 years ago
  85. cddd95b Renamed "none" as "identity" for the no-op compression algorithm for consistency with the spec by David Garcia Quintas · 9 years ago
  86. 85ad685 Address comments and update grpc plugins by Hongwei Wang · 9 years ago
  87. 5c45b94 Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago
  88. 00436a2 Update to latest API changes. by Robbie Shade · 9 years ago
  89. 8c0389d Merge pull request #2921 from yang-g/unknown_service by Vijay Pai · 9 years ago
  90. 864d186 proto3 required changes by David Garcia Quintas · 9 years ago
  91. 3544fd2 Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago
  92. 80dc66d Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  93. 1665059 Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  94. f123443 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  95. ed48bf8 Merge pull request #2922 from yang-g/proto3_cpp by Vijay Pai · 9 years ago
  96. bb3aed0 Removing gpr_cancelable. by Nicolas "Pixel" Noble · 9 years ago
  97. f6befe8 update the interop test protos and code to proto3 by yang-g · 9 years ago
  98. 74f4f0b Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  99. 37ad56b Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago
  100. e9e69a8 use proto3 syntax in c++ test protos by yang-g · 9 years ago