1. 40fc7a6 clang-format codebase by Craig Tiller · 10 years ago
  2. 375605b Merge github.com:google/grpc into api by Craig Tiller · 10 years ago
  3. 80fa15c Moving prototype from Google to GitHub by Craig Tiller · 10 years ago
  4. 49a06a6 Merge pull request #17 from ctiller/format by Michael Lumish · 10 years ago
  5. e8e304e Run clang-format against node by Craig Tiller · 10 years ago
  6. a818566 Merge pull request #16 from murgatroid99/node_codebase by Tim Emiola · 10 years ago
  7. 6160df9 Merge remote-tracking branch 'upstream/master' by murgatroid99 · 10 years ago
  8. abcc27a Merge pull request #5 from murgatroid99/php_configure_fix by Tim Emiola · 10 years ago
  9. 7405f4f Merge pull request #15 from tbetbetbe/grpc_tools_docker_pregenerate_ssh_key by Michael Lumish · 10 years ago
  10. 41a19c6 Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_key by Tim Emiola · 10 years ago
  11. dec1a71 Merge pull request #14 from ctiller/format by yang-g · 10 years ago
  12. 21b19a5 Fix formatting by Craig Tiller · 10 years ago
  13. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  14. 74768d3 Merge github.com:ctiller/grpc into format by Craig Tiller · 10 years ago
  15. 52d4389 Merge pull request #6 from ctiller/testcpp by yang-g · 10 years ago
  16. c688a67 Merge branch 'testcpp' of github.com:ctiller/grpc into testcpp by Craig Tiller · 10 years ago
  17. be7b092 Merge github.com:ctiller/grpc into testcpp by Craig Tiller · 10 years ago
  18. bf2659f Fix qps test. by Craig Tiller · 10 years ago
  19. 856e372 Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  20. b954c98 Merge branch 'master' into grpc_tools_docker_pregenerate_ssh_key by Tim Emiola · 10 years ago
  21. 6469cbf Merge pull request #12 from tbetbetbe/grpc_rb_fix_shebang by Craig Tiller · 10 years ago
  22. 92fe70e Added new results to report resource usage and QPS, along with new proto support for this by vpai · 10 years ago
  23. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  24. 27df8ae Merge remote-tracking branch 'upstream/master' by murgatroid99 · 10 years ago
  25. 3b1b43d Allows grpc_** that run gcloud compute ssh to run from docker containers by Tim Emiola · 10 years ago
  26. 3acf05a Fixes the shebang line by Tim Emiola · 10 years ago
  27. e1586a7 Fix alignment by Craig Tiller · 10 years ago
  28. d8532af Merge pull request #4 from ctiller/vasprint by yang-g · 10 years ago
  29. 472f60e Fixing opensource build. by nnoble · 10 years ago
  30. 749666e Added LICENSE header to all files by murgatroid99 · 10 years ago
  31. 6d03557 Removed temp files by murgatroid99 · 10 years ago
  32. e506151 Clean commit of Node.js library source by murgatroid99 · 10 years ago
  33. 9fef05c Merge github.com:google/grpc by Craig Tiller · 10 years ago
  34. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  35. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  36. c212585 Factoring out []2 artefacts from the transport security interface. by jboeuf · 10 years ago
  37. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 10 years ago
  38. 570d1f4 Return bound port number from grpc_server_add_http2_port. by ctiller · 10 years ago
  39. e1df7dd Avoid clobbering potential defines that were set up externally. by nnoble · 10 years ago
  40. 7c1d7f7 Run C++ tests and C tests by Craig Tiller · 10 years ago
  41. de990f9 Initialize gtest correctly by Craig Tiller · 10 years ago
  42. 9b62482 Make the go code generator compile by Craig Tiller · 10 years ago
  43. 27715ca Allow C++ tests to be built in parallel by Craig Tiller · 10 years ago
  44. b2a42f3 Make this file compile by Craig Tiller · 10 years ago
  45. 9608f0f Make this file compile by Craig Tiller · 10 years ago
  46. 35e3971 Make this file compile by Craig Tiller · 10 years ago
  47. edd10d2 Make this file usable from C++ by Craig Tiller · 10 years ago
  48. f5371ef Fix some C++ test dependencies by Craig Tiller · 10 years ago
  49. d4773f5 Fix some C++ test dependencies by Craig Tiller · 10 years ago
  50. 470a3ea Added libdl include by murgatroid99 · 10 years ago
  51. 234ffbf Check return value for error by Craig Tiller · 10 years ago
  52. 225d31f Merge github.com:google/grpc by Craig Tiller · 10 years ago
  53. 738c334 Allow running tests under valgrind by Craig Tiller · 10 years ago
  54. 35e7b0c Fix gRPC compilation failure by rsilvera · 10 years ago
  55. 99e317a grpc census hash_table test coverage improvements. by hongyu · 10 years ago
  56. d74729d Pre-allocate, check, and consume method, scheme, and content-type headers at by ctiller · 10 years ago
  57. 0617057 Make interop server buildable on opensource build. by yangg · 10 years ago
  58. 00297df Ensure flow control callbacks happen outside the transport lock. by ctiller · 10 years ago
  59. b29797b Remove ?san from the default tests. by Craig Tiller · 10 years ago
  60. 3b08306 Cleanup and fixes to jobset.py by Craig Tiller · 10 years ago
  61. 5d191a4 Add build outputs to .gitignore. by Craig Tiller · 10 years ago
  62. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  63. f31ed60 Corrects the ruby dockerfile to ensure it has access to git-on-[]. by temiola · 10 years ago
  64. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  65. 0cd6956 Allow logging mechanism to be overridden by applications. by ctiller · 10 years ago
  66. 033afb3 Fix for the Windows build by ctiller · 10 years ago
  67. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  68. 5d61ac0 Undo the addition of Java codegen files to the open-sourced list by by zhangkun · 10 years ago
  69. 08c50d8 Make generate_projects.sh able to run from a git repo. by ctiller · 10 years ago
  70. 440d3d8 Grpc census: v0 trace_printf() implementation in C. by hongyu · 10 years ago
  71. 6848141 Remove dependencies on internal headers from Java gRPC compiler plugin. by zhangkun · 10 years ago
  72. 362b9dc Merge github.com:google/grpc by Nicolas Noble · 10 years ago
  73. 94e5dde Only run one make at a time. by ctiller · 10 years ago
  74. a5cf7bd Remove mutex as this process is now single threaded by ctiller · 10 years ago
  75. 8bf337b Fix test under msan by ctiller · 10 years ago
  76. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  77. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  78. 6edb547 Enable streaming test case for gRPC client in GCE. by chenw · 10 years ago
  79. 4dee157 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  80. d6fd84a Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  81. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  82. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  83. c008ae5 Fix opensource build. by ctiller · 10 years ago
  84. d9962df Don't log on EINTR. by ctiller · 10 years ago
  85. 58393c2 Remove libevent. by ctiller · 10 years ago
  86. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  87. 93d970a Fix win32 build error. by Craig Tiller · 10 years ago
  88. e9a2534 Fix win32 build error. by Craig Tiller · 10 years ago
  89. a6899be Fix a compiler warning. by Craig Tiller · 10 years ago
  90. 8232204 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  91. 5417eda Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  92. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  93. 6e48a42 Switches to using protobuf-ruby. by temiola · 10 years ago
  94. 228ad9b Fix opensource build. by ctiller · 10 years ago
  95. f6db7b2 Don't log on EINTR. by ctiller · 10 years ago
  96. 1a277ec Remove libevent. by ctiller · 10 years ago
  97. 3040cb7 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  98. e5206aa Updates the ruby generator so that it does not create files for empty protos. by temiola · 10 years ago
  99. 03df7f6 Fix hostname for streaming. by yangg · 10 years ago
  100. 9f312b4 Fixing include paths for cmdline. by nnoble · 10 years ago