1. 0660eac Merge branch 'master' into fray by Vijay Pai · 9 years ago
  2. ddb0b8c Merge pull request #3019 from dgquintas/channel_args_compression by Yang Gao · 9 years ago
  3. d2ea031 Merge pull request #2818 from ctiller/y12kdm3 by Vijay Pai · 9 years ago
  4. e180766 Merge pull request #3007 from jboeuf/core_md_processor_fixes by Craig Tiller · 9 years ago
  5. fe5f254 Improvements to the grpc_channel_args_compression_algorithm_set_state api by David Garcia Quintas · 9 years ago
  6. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  7. b7e22b9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  8. a4c4f02 Added C API functions for compression args handling (w/ tests) by David Garcia Quintas · 9 years ago
  9. ee3dbb0 Have a richer interface for auth metadata processors. by Julien Boeuf · 9 years ago
  10. 48c9f25 Merge pull request #2977 from ctiller/shutdown-c++ by Yang Gao · 9 years ago
  11. 5fd6855 Moved methods' impl to header for simplicity by David Garcia Quintas · 9 years ago
  12. 65d3ab2 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  13. 4836492 Merge pull request #2972 from ctiller/get-reserved-things-right by Yang Gao · 9 years ago
  14. 6d8d014 Merge pull request #2975 from dgquintas/no_foreach_44 by Vijay Pai · 9 years ago
  15. 4d90b21 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  16. 81491b6 Removed function introducing dependency on proto in .h by David Garcia Quintas · 9 years ago
  17. 128f4a9 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  18. 5c6e627 Merge github.com:grpc/grpc into shutdown-c++ by Craig Tiller · 9 years ago
  19. e50e5cb Add a timeout to shutdown to forcefully end calls by Craig Tiller · 9 years ago
  20. 2a6427f removed foreach loops for gcc 4.4 by David Garcia Quintas · 9 years ago
  21. 4275899 Sprinkle reserved = NULL around by Craig Tiller · 9 years ago
  22. d6c98df clang-format all source by Craig Tiller · 9 years ago
  23. bb1c795 Merge pull request #2965 from yang-g/lame_client_error_message by Craig Tiller · 9 years ago
  24. 935c171 Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  25. c31cd86 Let lame_client accept error status by yang-g · 9 years ago
  26. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  27. bd0d1bd Merge pull request #2549 from hongweiwang/zookeeper by David G. Quintas · 9 years ago
  28. 7671434 Merge pull request #2376 from rjshade/add_udp_server_2 by Yang Gao · 9 years ago
  29. c3f48c8 Minor fix on comments by Hongwei Wang · 9 years ago
  30. cddd95b Renamed "none" as "identity" for the no-op compression algorithm for consistency with the spec by David Garcia Quintas · 9 years ago
  31. 85ad685 Address comments and update grpc plugins by Hongwei Wang · 9 years ago
  32. 5c45b94 Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago
  33. 00436a2 Update to latest API changes. by Robbie Shade · 9 years ago
  34. 8c0389d Merge pull request #2921 from yang-g/unknown_service by Vijay Pai · 9 years ago
  35. 864d186 proto3 required changes by David Garcia Quintas · 9 years ago
  36. 3544fd2 Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago
  37. 80dc66d Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  38. 1665059 Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  39. f123443 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  40. ed48bf8 Merge pull request #2922 from yang-g/proto3_cpp by Vijay Pai · 9 years ago
  41. bb3aed0 Removing gpr_cancelable. by Nicolas "Pixel" Noble · 9 years ago
  42. f6befe8 update the interop test protos and code to proto3 by yang-g · 9 years ago
  43. 74f4f0b Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  44. 37ad56b Merge remote-tracking branch 'upstream/master' into add_udp_server_2 by Robbie Shade · 9 years ago
  45. e9e69a8 use proto3 syntax in c++ test protos by yang-g · 9 years ago
  46. 93dfab9 Make sure COMPRESSABLE is the default for LargeUnary by David Garcia Quintas · 9 years ago
  47. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  48. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  49. ba86dc0 Removed spurious line that forced COMPRESSABLE for large unaries by David Garcia Quintas · 9 years ago
  50. ff6097a Fix zookeeper resolver plugin bugs by Hongwei Wang · 9 years ago
  51. 2d1e5a1 Merge pull request #2847 from jboeuf/client_auth_filter_error_handling by Jorge Canizales · 9 years ago
  52. d9745ca Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  53. 46e786b Merge pull request #2771 from vjpai/asklipion2 by David G. Quintas · 9 years ago
  54. d067c26 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  55. 31efd2a Debugging by Hongwei Wang · 9 years ago
  56. eeb61ba Minor fix for debugging by Hongwei Wang · 9 years ago
  57. 9b6248f Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  58. 023878c Merge pull request #2893 from jboeuf/fix_clock_in_jwt_verifier by Yang Gao · 9 years ago
  59. 3ae1104 clang-format by Vijay Pai · 9 years ago
  60. b1db869 Address concerns from review by vjpai · 9 years ago
  61. 086a982 Removed "<:" bigram confusing gcc 4.4 by David G. Quintas · 9 years ago
  62. c7176a8 Fixing clock type. by Julien Boeuf · 9 years ago
  63. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  64. e41d3ad Fixing test. by Julien Boeuf · 9 years ago
  65. 616b375 Merged PerformLargeCompressedUnary into PerformLargeUnary by David Garcia Quintas · 9 years ago
  66. aeb7a4f Merge pull request #2780 from soltanmm/compiler-tests by Nathaniel Manista · 9 years ago
  67. d7c5aa8 Formatting zookeeper_test by Hongwei Wang · 9 years ago
  68. b0453fb Update zookeeper test to have two servers by Hongwei Wang · 9 years ago
  69. 2e1bb1b Reverted unnecessary changes to server by David Garcia Quintas · 9 years ago
  70. cd37d58 Added new tests for compression by David Garcia Quintas · 9 years ago
  71. 49a5130 Merge branch 'compression-accept-encoding' into compression-interop by David Garcia Quintas · 9 years ago
  72. 10494fc Merge branch 'master' into compression-accept-encoding by David Garcia Quintas · 9 years ago
  73. 68d205d Minor fix on zookeeper test by Hongwei Wang · 9 years ago
  74. 6bbcd04 test by Hongwei Wang · 9 years ago
  75. ad5c897 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  76. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  77. 497d26a Update zookeeper in jenkins docker file by Hongwei Wang · 9 years ago
  78. ca9460b Fixing test. by Julien Boeuf · 9 years ago
  79. 2ad07d7 Formatting by Hongwei Wang · 9 years ago
  80. 6d44596 Zookeeper test server address as environment variable by Hongwei Wang · 9 years ago
  81. c7989b6 Merge pull request #2788 from ctiller/kinetic-lopsided-poetry by Nicolas Noble · 9 years ago
  82. ad3e00c Stop using a variable-sized array since that's not standards-compliant by Vijay Pai · 9 years ago
  83. 37f24de Merge pull request #2777 from jboeuf/server_creds_auth_md_processor by Craig Tiller · 9 years ago
  84. 0ce5540 Merge pull request #2811 from yang-g/channel_state_api by Craig Tiller · 9 years ago
  85. c72275d Merge pull request #2841 from ctiller/trace-tests-are-giving-me-a-headache by Nicolas Noble · 9 years ago
  86. 2d91b5d Only slow down tracing tests if stdout isatty by Craig Tiller · 9 years ago
  87. c85357e Reduce mac CI load by Craig Tiller · 9 years ago
  88. cec757f Fix build by yang-g · 9 years ago
  89. 87e133e merge with head by yang-g · 9 years ago
  90. c8abca8 Resolve comments by yang-g · 9 years ago
  91. b933c2c Fix memory leaks by Craig Tiller · 9 years ago
  92. ef91e8f Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  93. 29c990a fixing one more test. by Julien Boeuf · 9 years ago
  94. 09316e7 Fixing build. by Julien Boeuf · 9 years ago
  95. f3128e6 Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_md_processor by Julien Boeuf · 9 years ago
  96. 6b9477e Merge github.com:grpc/grpc into kinetic-lopsided-poetry by Craig Tiller · 9 years ago
  97. a3a7e5c Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  98. 2db1783 Merge pull request #2800 from ctiller/reduce-mac-load by Nicolas Noble · 9 years ago
  99. a83d1b3 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  100. fbdce1d Making sure the zookeeper detection test works with all compilers. by Hongwei Wang · 9 years ago