1. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  2. c212585 Factoring out []2 artefacts from the transport security interface. by jboeuf · 10 years ago
  3. 570d1f4 Return bound port number from grpc_server_add_http2_port. by ctiller · 10 years ago
  4. e1df7dd Avoid clobbering potential defines that were set up externally. by nnoble · 10 years ago
  5. 99e317a grpc census hash_table test coverage improvements. by hongyu · 10 years ago
  6. d74729d Pre-allocate, check, and consume method, scheme, and content-type headers at by ctiller · 10 years ago
  7. 00297df Ensure flow control callbacks happen outside the transport lock. by ctiller · 10 years ago
  8. 45fc159 Preparing the go plugin for non-[] compilation. by nnoble · 10 years ago
  9. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  10. 0cd6956 Allow logging mechanism to be overridden by applications. by ctiller · 10 years ago
  11. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  12. 5d61ac0 Undo the addition of Java codegen files to the open-sourced list by by zhangkun · 10 years ago
  13. 440d3d8 Grpc census: v0 trace_printf() implementation in C. by hongyu · 10 years ago
  14. 6848141 Remove dependencies on internal headers from Java gRPC compiler plugin. by zhangkun · 10 years ago
  15. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  16. 4dee157 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  17. d6fd84a Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  18. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  19. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  20. d9962df Don't log on EINTR. by ctiller · 10 years ago
  21. 58393c2 Remove libevent. by ctiller · 10 years ago
  22. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  23. 8232204 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  24. 5417eda Updates the generated ruby code to specify the service name. by temiola · 10 years ago
  25. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  26. 6e48a42 Switches to using protobuf-ruby. by temiola · 10 years ago
  27. f6db7b2 Don't log on EINTR. by ctiller · 10 years ago
  28. 1a277ec Remove libevent. by ctiller · 10 years ago
  29. e5206aa Updates the ruby generator so that it does not create files for empty protos. by temiola · 10 years ago
  30. 03df7f6 Fix hostname for streaming. by yangg · 10 years ago
  31. 9f312b4 Fixing include paths for cmdline. by nnoble · 10 years ago
  32. 3d726cf bugfix: correct service include in ruby compiler by temiola · 10 years ago
  33. f8b66ea Updates extconf.rb to use grpc from the make install locations by temiola · 10 years ago
  34. 5453555 bugfix: ruby code-gen capitalization by temiola · 10 years ago
  35. 5bcea0d Add package name to the method string. by yangg · 10 years ago
  36. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  37. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  38. 156e67d Added PSR-4 compatible autoloader as defined at http://www.php-fig.org/psr/psr-4/. by mlumish · 10 years ago
  39. 8f91163 Switched call errors to exceptions instead of return values by mlumish · 10 years ago
  40. 34cd1f0 Switched events to use native objects instead of wrappers by mlumish · 10 years ago
  41. dba8789 Replaced calls to grpc_call_accept with newer functions by mlumish · 10 years ago
  42. 55af9b6 Have grpc_iomgr_work() adjust its poll deadline to account for the next alarm. by klempner · 10 years ago
  43. d94ad10 Provide a port of cpu related code to posix, and linux. by ctiller · 10 years ago
  44. 615e4ac Fix poll kicking, unflaking _low_test.py by klempner · 10 years ago
  45. a49839f fix MOE compliling error. by chenw · 10 years ago
  46. 7cebec7 Use overriden host name when creating a call. by yangg · 10 years ago
  47. 3bf466f Port [] alarm management to GRPC. by ctiller · 10 years ago
  48. 1a809c0 Adding support for service account credentials. by jboeuf · 10 years ago
  49. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  50. c463f74 Pre allocate client side strings per channel for method, scheme, path, and by klempner · 10 years ago
  51. 186cdab Don't allow trailing metadata from the client. by ctiller · 10 years ago
  52. 7d4ec77 Removed reference to custom install location by mlumish · 10 years ago
  53. 21bb60c Exposes event#finish as #close. by temiola · 10 years ago
  54. bcd6259 Properly handle cancellation during downwards propagation. by ctiller · 10 years ago
  55. b745506 gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. by pmarks · 10 years ago
  56. 40260c4 Allow overriding httpcli behavior by tests. by ctiller · 10 years ago
  57. 246ec3b Set host to channel's target when creating a call. by yangg · 10 years ago
  58. d79b486 Introduce the (outside-of-iomgr) pollset API. by ctiller · 10 years ago
  59. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  60. 081e2b0 Replace the deprecated grpc_call_accept calls with the equivalent two new by yangg · 10 years ago
  61. cd0569a Fix include guards. by ctiller · 10 years ago
  62. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  63. ab4f914 Adding JWT generation and signing code for service accounts credentials. by jboeuf · 10 years ago
  64. 081e320 Add missing casts to enable compilation with gcc 4.7 by rsilvera · 10 years ago
  65. 769b70b Make alarm initialization take a timespec now. by ctiller · 10 years ago
  66. 8a23a3d Replacing pthread_once by gpr_once, in the opensource conversion. by nnoble · 10 years ago
  67. a7baac5 Added support for trailing metadata, fixed status support by mlumish · 10 years ago
  68. 5832791 Adds support for trailing metadata by temiola · 10 years ago
  69. 2845cad Trailing metadata support. by ctiller · 10 years ago
  70. c6d61c4 GOAWAY & Reconnection support. by ctiller · 10 years ago
  71. 61cba0b Add an assertion to prevent return-without-value warning. by vpai · 10 years ago
  72. ca9f359 Fix bug with generating grpc c++ code for proto files by samuelw · 10 years ago
  73. 31a829c Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build. by mlumish · 10 years ago
  74. c1ddffb Add time averaged stats for future alarm list work. by ctiller · 10 years ago
  75. c5abe59 Simplify alarm API. by ctiller · 10 years ago
  76. fb93d19 Fix mixing function, and make it universally used. by ctiller · 10 years ago
  77. 482a5be Fix a bug in base-log, and add test. by aveitch · 10 years ago
  78. 33023c4 Binary header encoding. by ctiller · 10 years ago
  79. befd265 Adding base utils for JWT service account workflow. OpenSSL base64 decoding is by jboeuf · 10 years ago
  80. 993dfce Added endpoint_ prefix to all method functions. On Windows, the shutdown method name collides with shutdown syscall. by jtattermusch · 10 years ago
  81. 350e1a7 Switches the ruby docker build to run from the new all-in-one repo. by temiola · 10 years ago
  82. 15cee4a Remove log spam by ctiller · 10 years ago
  83. 72309c6 Getting the generated Makefile to support .proto files. by nnoble · 10 years ago
  84. 3656f94 Automated g4 rollback of changelist 81931923. by jtattermusch · 10 years ago
  85. 8a67b5c Tweaking log calls a bit. by nnoble · 10 years ago
  86. 82e275f Split client_channel into client_channel & child_channel. by ctiller · 10 years ago
  87. e0791ac Added _m suffix to all methods functions. On Windows, the shutdown method name collides with shutdown syscall. by jtattermusch · 10 years ago
  88. 8f4e42c Shutting off warning by properly truncating values. by nnoble · 10 years ago
  89. c78b340 Fixing C++ and ruby code generators for the opensource build. by nnoble · 10 years ago
  90. 87da1b9 Make the default deadline gpr_inf_future to avoid mismatch between by yangg · 10 years ago
  91. 33a2168 Fixes package prefixes by temiola · 10 years ago
  92. 718c3f7 Change cpp and go codegen to use new method properties instead of method options by rocking · 10 years ago
  93. 4cd6035 Fixes the ping_pong test. by temiola · 10 years ago
  94. 66335e1 Corrects the incorrect duplex behaviour of bidi_call.rb by temiola · 10 years ago
  95. 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago
  96. 4a3be1c Update modules and packages to allow for a single grpc import by temiola · 10 years ago
  97. 4eec017 Fixing sync_win32.c by nnoble · 10 years ago
  98. 430c499 Cache encoded binary data on the metadata string object. by ctiller · 10 years ago
  99. ccd27fd Wait for name resolutions to complete before shutting down iomgr. by ctiller · 10 years ago
  100. ebebb7e First pass at making the compilers open-sourcable. by nnoble · 10 years ago