aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* fixes to run_tests.py to at least start building tests on WindowsGravatar Jan Tattermusch2015-04-20
|
* updated version of nuget packages used in Grpc.makGravatar Jan Tattermusch2015-04-20
|
* regenerated Grpc.makGravatar Jan Tattermusch2015-04-20
|
* remove what's left from vs2010 and vs2013 directoriesGravatar Jan Tattermusch2015-04-20
|
* small fixes in README.mdGravatar Jan Tattermusch2015-04-20
|
* Grpc.Core managed project now depends on native nuget packages with openssl ↵Gravatar Jan Tattermusch2015-04-20
| | | | and zlib
* changed path to grpc_csharp_ext.dllGravatar Jan Tattermusch2015-04-20
|
* start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packagesGravatar Jan Tattermusch2015-04-20
|
* regenerated project filesGravatar Jan Tattermusch2015-04-20
|
* introduced packages.includeGravatar Jan Tattermusch2015-04-20
|
* big refactoring of visual studio projects, started using nugetGravatar Jan Tattermusch2015-04-20
| | | | dependencies.
* Merge pull request #1321 from ctiller/unsecureGravatar Nicolas Noble2015-04-20
|\ | | | | Run capable test suites against grpc_unsecure
* \ Merge pull request #1322 from nicolasnoble/build-fixGravatar jboeuf2015-04-20
|\ \ | | | | | | Fixing dependencies.
| * | Fixing dependencies.Gravatar Nicolas "Pixel" Noble2015-04-21
|/ /
| * Run capable test suites against grpc_unsecureGravatar Craig Tiller2015-04-20
|/
* Merge pull request #1311 from yang-g/codegenGravatar Eric Anderson2015-04-20
|\ | | | | Clarify some auth test definitions
* \ Merge pull request #1318 from yang-g/flowfixGravatar Nicolas Noble2015-04-20
|\ \ | | | | | | Fix the flow control issue.
| | * Update interop-test-descriptions.mdGravatar Yang Gao2015-04-20
| | |
| * | resolve commentGravatar Yang Gao2015-04-20
| | |
| | * Update interop-test-descriptions.mdGravatar Yang Gao2015-04-20
| | |
* | | Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_mdGravatar Jan Tattermusch2015-04-20
|\ \ \ | | | | | | | | Grpc ruby add support for returning metadata to the rpc server
| | | * Update interop-test-descriptions.mdGravatar Yang Gao2015-04-20
| | | |
| | * | Tidying up proof of conceptGravatar Craig Tiller2015-04-20
| | | |
| | * | Proof of concept fix for flow control errorGravatar Yang Gao2015-04-20
| |/ / |/| |
* | | Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverageGravatar Jan Tattermusch2015-04-20
|\ \ \ | | | | | | | | Add SimpleCov coverage set up for gRPC ruby
* \ \ \ Merge pull request #1315 from jboeuf/security_connectorGravatar Craig Tiller2015-04-19
|\ \ \ \ | | | | | | | | | | Refactoring of core security to remove the factories.
| * | | | Fixing inaccurate ruby test.Gravatar Julien Boeuf2015-04-18
| | | | |
| * | | | Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | - Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors.
* | | | | Merge pull request #1314 from tbetbetbe/grpc_ruby_remove_xray_depGravatar Stanley Cheung2015-04-17
|\ \ \ \ \ | | | | | | | | | | | | Remove usage of xray
| * | | | | Remove usage of xrayGravatar Tim Emiola2015-04-17
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - xray was useful during dev testing but is neither a dev or runtime dep - its presence causes issues for libraries that handle signals themselves Also - updates grpc.gemspec with requirements
| | * / / Add SimpleCov coverage set up for gRPC rubyGravatar Tim Emiola2015-04-17
| |/ / / |/| | |
| | * | clarify test descriptionsGravatar Tim Emiola2015-04-17
| | | |
| | | * Update interop-test-descriptions.mdGravatar Yang Gao2015-04-17
| | | | | | | | | | | | resolve comments
| | | * resolve commentsGravatar Yang Gao2015-04-17
| | | |
* | | | Merge pull request #1310 from nicolasnoble/build-fixGravatar Yang Gao2015-04-17
|\ \ \ \ | |/ / / |/| | | Fixing dependency...
| | | * minor fixesGravatar Yang Gao2015-04-17
| | | |
| | | * Clarify auth test definitionsGravatar Yang Gao2015-04-17
| |_|/ |/| |
| * | Fixing dependency...Gravatar Nicolas "Pixel" Noble2015-04-18
|/ /
| * Adds support for updating the output metadata to callsGravatar Tim Emiola2015-04-17
| |
| * Propagate metadata in BadStatusGravatar Tim Emiola2015-04-17
| | | | | | | | | | | | - allow BadStatus to contain metadata that's populated by keyword args - on servers, convert raised BadStatus metadata to trailers - on clients, convert trailers to BadStatus metadata when raising BadStatus
* | Merge pull request #1297 from yugui/fix/headerGravatar Tim Emiola2015-04-17
|\ \ | | | | | | Avoid implicit function declarations
* \ \ Merge pull request #1295 from yugui/fix/typed-structGravatar Tim Emiola2015-04-17
|\ \ \ | | | | | | | | Use TypedData_XXX instead of Data_XXX
| | | * Allow BadStatus to contain metadataGravatar Tim Emiola2015-04-17
| | | |
| | | * Adds a hook for returning the client connect metadataGravatar Tim Emiola2015-04-17
| | | |
* | | | Merge pull request #1292 from jboeuf/load_file_with_null_termGravatar Craig Tiller2015-04-17
|\ \ \ \ | | | | | | | | | | Adding option to add a null terminator when loading a file.
* \ \ \ \ Merge pull request #1305 from a11r/commonprotoGravatar Yang Gao2015-04-16
|\ \ \ \ \ | | | | | | | | | | | | Move proto files up the tree to prepare for sharing.
| * | | | | Move .proto files up for reuseGravatar Abhishek Kumar2015-04-16
| | | | | |
| * | | | | Moving test.proto to an outer directory so others can depend on it.Gravatar Abhishek Kumar2015-04-16
| | | | | |
* | | | | | Merge pull request #1302 from ↵Gravatar Jan Tattermusch2015-04-16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | tbetbetbe/grpc_ruby_rpc_server_simple_signal_handling Grpc ruby rpc server simple signal handling
* | | | | | Merge pull request #1303 from yang-g/codegenGravatar Nicolas Noble2015-04-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Avoid generating libs for unknown types.