1. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  2. f31ed60 Corrects the ruby dockerfile to ensure it has access to git-on-[]. by temiola · 10 years ago
  3. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  4. 0cd6956 Allow logging mechanism to be overridden by applications. by ctiller · 10 years ago
  5. 033afb3 Fix for the Windows build by ctiller · 10 years ago
  6. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  7. 5d61ac0 Undo the addition of Java codegen files to the open-sourced list by by zhangkun · 10 years ago
  8. 08c50d8 Make generate_projects.sh able to run from a git repo. by ctiller · 10 years ago
  9. 440d3d8 Grpc census: v0 trace_printf() implementation in C. by hongyu · 10 years ago
  10. 6848141 Remove dependencies on internal headers from Java gRPC compiler plugin. by zhangkun · 10 years ago
  11. 362b9dc Merge github.com:google/grpc by Nicolas Noble · 10 years ago
  12. 94e5dde Only run one make at a time. by ctiller · 10 years ago
  13. a5cf7bd Remove mutex as this process is now single threaded by ctiller · 10 years ago
  14. 8bf337b Fix test under msan by ctiller · 10 years ago
  15. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  16. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  17. 6edb547 Enable streaming test case for gRPC client in GCE. by chenw · 10 years ago
  18. 4dee157 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  19. d6fd84a Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  20. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  21. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  22. c008ae5 Fix opensource build. by ctiller · 10 years ago
  23. d9962df Don't log on EINTR. by ctiller · 10 years ago
  24. 58393c2 Remove libevent. by ctiller · 10 years ago
  25. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  26. a6899be Fix a compiler warning. by Craig Tiller · 10 years ago
  27. 8232204 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  28. 5417eda Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  29. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  30. 6e48a42 Switches to using protobuf-ruby. by temiola · 10 years ago
  31. 228ad9b Fix opensource build. by ctiller · 10 years ago
  32. f6db7b2 Don't log on EINTR. by ctiller · 10 years ago
  33. 1a277ec Remove libevent. by ctiller · 10 years ago
  34. 3040cb7 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  35. e5206aa Updates the ruby generator so that it does not create files for empty protos. by temiola · 10 years ago
  36. 03df7f6 Fix hostname for streaming. by yangg · 10 years ago
  37. 9f312b4 Fixing include paths for cmdline. by nnoble · 10 years ago
  38. 3d726cf bugfix: correct service include in ruby compiler by temiola · 10 years ago
  39. f8b66ea Updates extconf.rb to use grpc from the make install locations by temiola · 10 years ago
  40. 5453555 bugfix: ruby code-gen capitalization by temiola · 10 years ago
  41. ddef246 Adding the tools directory to the git export. by Nicolas Noble · 10 years ago
  42. 9f2b09e Merge github.com:google/grpc by Nicolas Noble · 10 years ago
  43. 102e4fe Use CONFIG after defining it. Define CONFIG before using it. by yangg · 10 years ago
  44. 8cfebb9 Add msan, tsan, asan targets for Makefile. by ctiller · 10 years ago
  45. cab52e7 Allow specifying CONFIG as a string, instead of DEBUG=1. by ctiller · 10 years ago
  46. 5bcea0d Add package name to the method string. by yangg · 10 years ago
  47. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  48. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  49. 71b9472 Merge github.com:google/grpc by Craig Tiller · 10 years ago
  50. b3e3317 Seed random numbers in each process based on pid. by ctiller · 10 years ago
  51. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  52. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  53. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  54. dba8789 Replaced calls to grpc_call_accept with newer functions by mlumish · 10 years ago
  55. ec58568 Updated protobuf: it now includes the official ruby-protobuf by Tim Emiola · 10 years ago
  56. fa37163 Updated protobuf: it now includes the official ruby-protobuf by Tim Emiola · 10 years ago
  57. cd45aad Fix the socket pair fixtures to include the http filters. by klempner · 10 years ago
  58. 55af9b6 Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm. by klempner · 10 years ago
  59. d94ad10 Provide a port of cpu related code to posix, and linux. by ctiller · 10 years ago
  60. 7e012cf Solving chicken-and-egg issue while detecting OpenSSL capabilities. by nnoble · 10 years ago
  61. 615e4ac Fix poll kicking, unflaking _low_test.py by klempner · 10 years ago
  62. a49839f fix MOE compliling error. by chenw · 10 years ago
  63. ebb4e6d Add Flags to override host and enable prod ssl root. by chenw · 10 years ago
  64. 7cebec7 Use overriden host name when creating a call. by yangg · 10 years ago
  65. 5b7f32a Improving Makefile support for shared libraries. by nnoble · 10 years ago
  66. 5210393 Update build.json, fix opensource build. by ctiller · 10 years ago
  67. 09cb6d5 Build debug/optimized builds into different target directories. by ctiller · 10 years ago
  68. 97fd9e5 Add SSL root for production GFE. by chenw · 10 years ago
  69. 3bf466f Port [] alarm management to GRPC. by ctiller · 10 years ago
  70. 1a809c0 Adding support for service account credentials. by jboeuf · 10 years ago
  71. 3f1af6e Make override hostname an argument for testing against prod gfe. by yangg · 10 years ago
  72. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  73. c463f74 Pre allocate client side strings per channel for method, scheme, path, and by klempner · 10 years ago
  74. 186cdab Don't allow trailing metadata from the client. by ctiller · 10 years ago
  75. 7d4ec77 Removed reference to custom install location by mlumish · 10 years ago
  76. 21bb60c Exposes event#finish as #close. by temiola · 10 years ago
  77. da029e3 Add a test where client side sees a deadline expired status. by yangg · 10 years ago
  78. 336bf21 Fix opensource build test. by ctiller · 10 years ago
  79. bcd6259 Properly handle cancellation during downwards propagation. by ctiller · 10 years ago
  80. b745506 gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. by pmarks · 10 years ago
  81. 40260c4 Allow overriding httpcli behavior by tests. by ctiller · 10 years ago
  82. 246ec3b Set host to channel's target when creating a call. by yangg · 10 years ago
  83. fd2f3ac Sync up open source build with [] by yangg · 10 years ago
  84. d79b486 Introduce the (outside-of-iomgr) pollset API. by ctiller · 10 years ago
  85. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  86. 081e2b0 Replace the deprecated grpc_call_accept calls with the equivalent two new by yangg · 10 years ago
  87. 4cb9371 Changing compilation ordering to fix dependency issue between generated files and their inclusion. by nnoble · 10 years ago
  88. cd0569a Fix include guards. by ctiller · 10 years ago
  89. 80b6d01 Prepare QPS tests for running in GCE by vpai · 10 years ago
  90. 9ebc9b7 Fixing chicken-and-egg dependency by putting the openssl dependency first, in order to make sure headers are present. by nnoble · 10 years ago
  91. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  92. ab4f914 Adding JWT generation and signing code for service accounts credentials. by jboeuf · 10 years ago
  93. 081e320 Add missing casts to enable compilation with gcc 4.7 by rsilvera · 10 years ago
  94. 20e2e3f The built-in ssl target now properly merges the archives instead of nesting them. by nnoble · 10 years ago
  95. fb3aa26 Fix comments regarding call_accept to reflect current API. by yangg · 10 years ago
  96. 69ca59f Add slow client consumer test case for flow control test. by chenw · 10 years ago
  97. 769b70b Make alarm initialization take a timespec now. by ctiller · 10 years ago
  98. 5447c54 Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet. by nnoble · 10 years ago
  99. 8a23a3d Replacing pthread_once by gpr_once, in the opensource conversion. by nnoble · 10 years ago
  100. a7baac5 Added support for trailing metadata, fixed status support by mlumish · 10 years ago