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