1. cd85bb9 Updates to use the latest version of protobuf-ruby by Tim Emiola · 10 years ago
  2. e55e115 Merge pull request #33 from nicolasnoble/quiet by Craig Tiller · 10 years ago
  3. ba51bea Muting an extremely chatty log line. by Nicolas Noble · 10 years ago
  4. 8dfaae6 Merge pull request #22 from dklempner/http_scheme by Craig Tiller · 10 years ago
  5. ed0cbc8 Review changes for :scheme conversion to http[s] by David Klempner · 10 years ago
  6. f4f2351 Merge pull request #13 from ctiller/nogo by Qi Zhao · 10 years ago
  7. fc4a449 Merge github.com:google/grpc into cppapi by Craig Tiller · 10 years ago
  8. 6046dc3 clang-format by Craig Tiller · 10 years ago
  9. d248c24 Update C++ code to set status via the C api. by Craig Tiller · 10 years ago
  10. 4de9b7d Use the first received status as authoritative. by Craig Tiller · 10 years ago
  11. 5680ff4 Run clang-format-all.sh by Yang Gao · 10 years ago
  12. 1ff11f6 Add a space in front of template argument list. Changing possible <:: to < :: by Yang Gao · 10 years ago
  13. 29512b5 Merge pull request #11 from ctiller/mac by Nicolas Noble · 10 years ago
  14. 699c0ec Merge pull request #18 from murgatroid99/node_client_constructor by Tim Emiola · 10 years ago
  15. 2d8f790 Format change by Craig Tiller · 10 years ago
  16. 848e744 Fixing log_win32.c by Nicolas "Pixel" Noble · 10 years ago
  17. 6ba50fd Fixing time.c for win32 - MIN_INT can't work with 0x80000000 under win32. by Nicolas "Pixel" Noble · 10 years ago
  18. a1e8693 Send a scheme of http or https as appropriate, rather than grpc. by David Klempner · 10 years ago
  19. 5725b1c Fixed a typo by murgatroid99 · 10 years ago
  20. f40955f Fixed typo by murgatroid99 · 10 years ago
  21. e8e304e Run clang-format against node by Craig Tiller · 10 years ago
  22. 58c3103 Modified math client to more closely resemble generated code by murgatroid99 · 10 years ago
  23. 6160df9 Merge remote-tracking branch 'upstream/master' by murgatroid99 · 10 years ago
  24. abcc27a Merge pull request #5 from murgatroid99/php_configure_fix by Tim Emiola · 10 years ago
  25. c5dcb6a Merge github.com:google/grpc into mac by Craig Tiller · 10 years ago
  26. 3d829d8 Merge github.com:google/grpc into nogo by Craig Tiller · 10 years ago
  27. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  28. 74768d3 Merge github.com:ctiller/grpc into format by Craig Tiller · 10 years ago
  29. be7b092 Merge github.com:ctiller/grpc into testcpp by Craig Tiller · 10 years ago
  30. 856e372 Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  31. 6469cbf Merge pull request #12 from tbetbetbe/grpc_rb_fix_shebang by Craig Tiller · 10 years ago
  32. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  33. cfc18ad Remove go compiler by Craig Tiller · 10 years ago
  34. 27df8ae Merge remote-tracking branch 'upstream/master' by murgatroid99 · 10 years ago
  35. 3acf05a Fixes the shebang line by Tim Emiola · 10 years ago
  36. ad0dcdc Compile fix for mac by Craig Tiller · 10 years ago
  37. d8532af Merge pull request #4 from ctiller/vasprint by yang-g · 10 years ago
  38. 472f60e Fixing opensource build. by nnoble · 10 years ago
  39. 749666e Added LICENSE header to all files by murgatroid99 · 10 years ago
  40. 6d03557 Removed temp files by murgatroid99 · 10 years ago
  41. e506151 Clean commit of Node.js library source by murgatroid99 · 10 years ago
  42. 9fef05c Merge github.com:google/grpc by Craig Tiller · 10 years ago
  43. 770f60a Merge github.com:google/grpc into testcpp by Craig Tiller · 10 years ago
  44. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  45. c212585 Factoring out []2 artefacts from the transport security interface. by jboeuf · 10 years ago
  46. 570d1f4 Return bound port number from grpc_server_add_http2_port. by ctiller · 10 years ago
  47. e1df7dd Avoid clobbering potential defines that were set up externally. by nnoble · 10 years ago
  48. 9b62482 Make the go code generator compile by Craig Tiller · 10 years ago
  49. 470a3ea Added libdl include by murgatroid99 · 10 years ago
  50. 234ffbf Check return value for error by Craig Tiller · 10 years ago
  51. 225d31f Merge github.com:google/grpc by Craig Tiller · 10 years ago
  52. 99e317a grpc census hash_table test coverage improvements. by hongyu · 10 years ago
  53. d74729d Pre-allocate, check, and consume method, scheme, and content-type headers at by ctiller · 10 years ago
  54. 00297df Ensure flow control callbacks happen outside the transport lock. by ctiller · 10 years ago
  55. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  56. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  57. 0cd6956 Allow logging mechanism to be overridden by applications. by ctiller · 10 years ago
  58. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  59. 5d61ac0 Undo the addition of Java codegen files to the open-sourced list by by zhangkun · 10 years ago
  60. 440d3d8 Grpc census: v0 trace_printf() implementation in C. by hongyu · 10 years ago
  61. 6848141 Remove dependencies on internal headers from Java gRPC compiler plugin. by zhangkun · 10 years ago
  62. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  63. 4dee157 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  64. d6fd84a Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  65. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  66. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  67. d9962df Don't log on EINTR. by ctiller · 10 years ago
  68. 58393c2 Remove libevent. by ctiller · 10 years ago
  69. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  70. 93d970a Fix win32 build error. by Craig Tiller · 10 years ago
  71. 8232204 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  72. 5417eda Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  73. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  74. 6e48a42 Switches to using protobuf-ruby. by temiola · 10 years ago
  75. f6db7b2 Don't log on EINTR. by ctiller · 10 years ago
  76. 1a277ec Remove libevent. by ctiller · 10 years ago
  77. e5206aa Updates the ruby generator so that it does not create files for empty protos. by temiola · 10 years ago
  78. 03df7f6 Fix hostname for streaming. by yangg · 10 years ago
  79. 9f312b4 Fixing include paths for cmdline. by nnoble · 10 years ago
  80. 3d726cf bugfix: correct service include in ruby compiler by temiola · 10 years ago
  81. f8b66ea Updates extconf.rb to use grpc from the make install locations by temiola · 10 years ago
  82. 5453555 bugfix: ruby code-gen capitalization by temiola · 10 years ago
  83. 5bcea0d Add package name to the method string. by yangg · 10 years ago
  84. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  85. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  86. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  87. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  88. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  89. dba8789 Replaced calls to grpc_call_accept with newer functions by mlumish · 10 years ago
  90. 55af9b6 Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm. by klempner · 10 years ago
  91. d94ad10 Provide a port of cpu related code to posix, and linux. by ctiller · 10 years ago
  92. 615e4ac Fix poll kicking, unflaking _low_test.py by klempner · 10 years ago
  93. a49839f fix MOE compliling error. by chenw · 10 years ago
  94. 7cebec7 Use overriden host name when creating a call. by yangg · 10 years ago
  95. 3bf466f Port [] alarm management to GRPC. by ctiller · 10 years ago
  96. 1a809c0 Adding support for service account credentials. by jboeuf · 10 years ago
  97. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  98. c463f74 Pre allocate client side strings per channel for method, scheme, path, and by klempner · 10 years ago
  99. 186cdab Don't allow trailing metadata from the client. by ctiller · 10 years ago
  100. 7d4ec77 Removed reference to custom install location by mlumish · 10 years ago