1. 7f3ed1e Factor out the pollset kicking mechanism and eliminate sharding by David Klempner · 10 years ago
  2. ed3e0b1 Merge pull request #92 from ctiller/php by Michael Lumish · 10 years ago
  3. bc29d80 Better GRPC_LIBDIR config by Craig Tiller · 10 years ago
  4. aa6f993 Merge pull request #88 from ctiller/shutdown by Yang Gao · 10 years ago
  5. c2e80bf Pickup wherever phpunit is installed by Craig Tiller · 10 years ago
  6. 6c57f6b Fixes a regression in the style pull request by Tim Emiola · 10 years ago
  7. eb65ac9 Remove libevent references by Craig Tiller · 10 years ago
  8. 62b03e2 Sym-link in system extensions by Craig Tiller · 10 years ago
  9. ff7cdd3 Use local .gitignore by Craig Tiller · 10 years ago
  10. 1b3a881 Dont hardcode phpunit director by Craig Tiller · 10 years ago
  11. e943733 Add shebang by Craig Tiller · 10 years ago
  12. aac57fd Build php modules from run_tests.py by Craig Tiller · 10 years ago
  13. 861c79b Merge pull request #82 from tbetbetbe/grpc_ruby_add_rubocop_fix_lint_style_issues by Michael Lumish · 10 years ago
  14. 4ffdcd5 Add an optional server shutdown event. by Craig Tiller · 10 years ago
  15. aa4ef01 Merge pull request #86 from ctiller/deadline by Yang Gao · 10 years ago
  16. c9bbff2 Indent fix by Craig Tiller · 10 years ago
  17. 7b01878 Fix returned status by Craig Tiller · 10 years ago
  18. ab24de5 Merge pull request #65 from murgatroid99/node_generated_code by Tim Emiola · 10 years ago
  19. be5c6e5 Compile fix by Craig Tiller · 10 years ago
  20. 582f0d4 Merge branch 'master' into grpc_ruby_add_rubocop_fix_lint_style_issues by Tim Emiola · 10 years ago
  21. 1fdb1e6 Fix a typo by Tim Emiola · 10 years ago
  22. e2860c5 Adds rubocop and fixes most style violations it detected by Tim Emiola · 10 years ago
  23. b222b4d Changing size type in Transport Security (TSI) from uint32_t to size_t: by Julien Boeuf · 10 years ago
  24. 36f5323 Fixing includes inconsistency. by Nicolas "Pixel" Noble · 10 years ago
  25. f5c5d80 Removing "using namespace std" everywhere. by Nicolas Noble · 10 years ago
  26. cca5ffa Added code generation for clients and servers by murgatroid99 · 10 years ago
  27. 3eef2c4 clang-format by Craig Tiller · 10 years ago
  28. 32946d3 () --> (void) by Craig Tiller · 10 years ago
  29. 4f20042 Remove grpc_call_accept by Craig Tiller · 10 years ago
  30. cd85bb9 Updates to use the latest version of protobuf-ruby by Tim Emiola · 10 years ago
  31. e55e115 Merge pull request #33 from nicolasnoble/quiet by Craig Tiller · 10 years ago
  32. ba51bea Muting an extremely chatty log line. by Nicolas Noble · 10 years ago
  33. 8dfaae6 Merge pull request #22 from dklempner/http_scheme by Craig Tiller · 10 years ago
  34. ed0cbc8 Review changes for :scheme conversion to http[s] by David Klempner · 10 years ago
  35. f4f2351 Merge pull request #13 from ctiller/nogo by Qi Zhao · 10 years ago
  36. fc4a449 Merge github.com:google/grpc into cppapi by Craig Tiller · 10 years ago
  37. 6046dc3 clang-format by Craig Tiller · 10 years ago
  38. d248c24 Update C++ code to set status via the C api. by Craig Tiller · 10 years ago
  39. 4de9b7d Use the first received status as authoritative. by Craig Tiller · 10 years ago
  40. 5680ff4 Run clang-format-all.sh by Yang Gao · 10 years ago
  41. 1ff11f6 Add a space in front of template argument list. Changing possible <:: to < :: by Yang Gao · 10 years ago
  42. 29512b5 Merge pull request #11 from ctiller/mac by Nicolas Noble · 10 years ago
  43. 699c0ec Merge pull request #18 from murgatroid99/node_client_constructor by Tim Emiola · 10 years ago
  44. 2d8f790 Format change by Craig Tiller · 10 years ago
  45. 848e744 Fixing log_win32.c by Nicolas "Pixel" Noble · 10 years ago
  46. 6ba50fd Fixing time.c for win32 - MIN_INT can't work with 0x80000000 under win32. by Nicolas "Pixel" Noble · 10 years ago
  47. a1e8693 Send a scheme of http or https as appropriate, rather than grpc. by David Klempner · 10 years ago
  48. 5725b1c Fixed a typo by murgatroid99 · 10 years ago
  49. f40955f Fixed typo by murgatroid99 · 10 years ago
  50. e8e304e Run clang-format against node by Craig Tiller · 10 years ago
  51. 58c3103 Modified math client to more closely resemble generated code by murgatroid99 · 10 years ago
  52. 6160df9 Merge remote-tracking branch 'upstream/master' by murgatroid99 · 10 years ago
  53. abcc27a Merge pull request #5 from murgatroid99/php_configure_fix by Tim Emiola · 10 years ago
  54. c5dcb6a Merge github.com:google/grpc into mac by Craig Tiller · 10 years ago
  55. 3d829d8 Merge github.com:google/grpc into nogo by Craig Tiller · 10 years ago
  56. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  57. 74768d3 Merge github.com:ctiller/grpc into format by Craig Tiller · 10 years ago
  58. be7b092 Merge github.com:ctiller/grpc into testcpp by Craig Tiller · 10 years ago
  59. 856e372 Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  60. 6469cbf Merge pull request #12 from tbetbetbe/grpc_rb_fix_shebang by Craig Tiller · 10 years ago
  61. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  62. cfc18ad Remove go compiler by Craig Tiller · 10 years ago
  63. 27df8ae Merge remote-tracking branch 'upstream/master' by murgatroid99 · 10 years ago
  64. 3acf05a Fixes the shebang line by Tim Emiola · 10 years ago
  65. ad0dcdc Compile fix for mac by Craig Tiller · 10 years ago
  66. d8532af Merge pull request #4 from ctiller/vasprint by yang-g · 10 years ago
  67. 472f60e Fixing opensource build. by nnoble · 10 years ago
  68. 749666e Added LICENSE header to all files by murgatroid99 · 10 years ago
  69. 6d03557 Removed temp files by murgatroid99 · 10 years ago
  70. e506151 Clean commit of Node.js library source by murgatroid99 · 10 years ago
  71. 9fef05c Merge github.com:google/grpc by Craig Tiller · 10 years ago
  72. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  73. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  74. c212585 Factoring out []2 artefacts from the transport security interface. by jboeuf · 10 years ago
  75. 570d1f4 Return bound port number from grpc_server_add_http2_port. by ctiller · 10 years ago
  76. e1df7dd Avoid clobbering potential defines that were set up externally. by nnoble · 10 years ago
  77. 9b62482 Make the go code generator compile by Craig Tiller · 10 years ago
  78. 470a3ea Added libdl include by murgatroid99 · 10 years ago
  79. 234ffbf Check return value for error by Craig Tiller · 10 years ago
  80. 225d31f Merge github.com:google/grpc by Craig Tiller · 10 years ago
  81. 99e317a grpc census hash_table test coverage improvements. by hongyu · 10 years ago
  82. d74729d Pre-allocate, check, and consume method, scheme, and content-type headers at by ctiller · 10 years ago
  83. 00297df Ensure flow control callbacks happen outside the transport lock. by ctiller · 10 years ago
  84. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  85. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  86. 0cd6956 Allow logging mechanism to be overridden by applications. by ctiller · 10 years ago
  87. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  88. 5d61ac0 Undo the addition of Java codegen files to the open-sourced list by by zhangkun · 10 years ago
  89. 440d3d8 Grpc census: v0 trace_printf() implementation in C. by hongyu · 10 years ago
  90. 6848141 Remove dependencies on internal headers from Java gRPC compiler plugin. by zhangkun · 10 years ago
  91. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  92. 4dee157 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  93. d6fd84a Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  94. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  95. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  96. d9962df Don't log on EINTR. by ctiller · 10 years ago
  97. 58393c2 Remove libevent. by ctiller · 10 years ago
  98. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  99. 93d970a Fix win32 build error. by Craig Tiller · 10 years ago
  100. 8232204 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago