Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1384 from jtattermusch/add_csharp_auth_interop | donnadionne | 2015-04-27 |
|\ | | | | | adding auth interop tests for C# to grpc_docker.sh | ||
* \ | Merge pull request #1376 from ctiller/sigign | Vijay Pai | 2015-04-27 |
|\ \ | | | | | | | Ignore SIGPIPE | ||
| | * | adding auth interop tests for C# to grpc_docker.sh | Jan Tattermusch | 2015-04-27 |
| |/ |/| | |||
* | | Merge pull request #1371 from wkubiak/master | Nicolas Noble | 2015-04-27 |
|\ \ | | | | | | | Fix errors and warnings breaking compilation under GCC+Windows (MSYS2/MinGW) | ||
* \ \ | Merge pull request #1379 from soltanmm/cdfix | Craig Tiller | 2015-04-27 |
|\ \ \ | | | | | | | | | Pass deadline to call details for batch calls | ||
| * | | | Pass deadline to call details for batch calls | Masood Malekghassemi | 2015-04-27 |
|/ / / | |||
| | * | Ignore SIGPIPE | Craig Tiller | 2015-04-27 |
| |/ |/| | |||
* | | Merge pull request #1373 from ctiller/shutdown | Yang Gao | 2015-04-27 |
|\ \ | | | | | | | Fix early shutdown | ||
* \ \ | Merge pull request #1374 from jboeuf/ssl_includes | Craig Tiller | 2015-04-27 |
|\ \ \ | | | | | | | | | Fix includes for Boring SSL. | ||
| * | | | Fix includes for Boring SSL. | Julien Boeuf | 2015-04-27 |
|/ / / | |||
* | | | Merge pull request #1361 from jtattermusch/run_tests_fixes | Michael Lumish | 2015-04-27 |
|\ \ \ | | | | | | | | | Improve C# support in run_tests.py and run C# on Travis. | ||
* \ \ \ | Merge pull request #1372 from ctiller/latency | Vijay Pai | 2015-04-27 |
|\ \ \ \ | | | | | | | | | | | Stop kicking ourselves | ||
| | | * | | Fix early shutdown: await client context deletion before channel deletion | Craig Tiller | 2015-04-27 |
| |_|/ / |/| | | | |||
| * | | | Stop kicking ourselves | Craig Tiller | 2015-04-27 |
| | | | | |||
| * | | | Fix comment | Craig Tiller | 2015-04-27 |
| | | | | |||
| | | * | fix comparison between pointer and integer error | wkubiak | 2015-04-27 |
| | | | | |||
| | | * | removed unused variables | wkubiak | 2015-04-27 |
| |_|/ |/| | | |||
* | | | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 |
|\ \ \ | | | | | | | | | Refactoring std::chrono out. | ||
* \ \ \ | Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix | Nicolas Noble | 2015-04-24 |
|\ \ \ \ | | | | | | | | | | | Renamed make variables for protoc presence and version checking. | ||
* \ \ \ \ | Merge pull request #1366 from ctiller/mwha | Nicolas Noble | 2015-04-24 |
|\ \ \ \ \ | | | | | | | | | | | | | A little Makefile spring cleaning | ||
| | * | | | | Renamed make variables for protoc presence and version checking. | David Garcia Quintas | 2015-04-24 |
| |/ / / / |/| | | | | |||
* | | | | | Merge pull request #1359 from a11r/cc2 | Yang Gao | 2015-04-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Test client stream cancellation and fix bug exposed by the test. | ||
* \ \ \ \ \ | Merge pull request #1360 from nicolasnoble/flakes | Yang Gao | 2015-04-24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Flagging some tests as flaky. | ||
| | | * | | | | Cleanup | Craig Tiller | 2015-04-24 |
| | | | | | | | |||
| | | * | | | | Actually remove them | Craig Tiller | 2015-04-24 |
| | | | | | | | |||
| | | * | | | | Remove some useless lines in the Makefile | Craig Tiller | 2015-04-24 |
| | | | | | | | |||
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
* | | | | | | | Merge pull request #1365 from yang-g/init | Craig Tiller | 2015-04-24 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Attempt to remove the need of calling grpc_init/shutdown in c++ application code | ||
| * | | | | | | Add the new header to build.json and regenerate projects | Yang Gao | 2015-04-24 |
| | | | | | | | |||
| * | | | | | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the tests to init/shutdown free. | ||
| | * | | | | | Flagging a few census tests as flaky. | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | | | | | |||
* | | | | | | | Merge pull request #1362 from tbetbetbe/grpc_ruby_interop_fixes | Stanley Cheung | 2015-04-24 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Grpc ruby interop fixes | ||
| * | | | | | | Corrects bad return values in C error-handling block | Tim Emiola | 2015-04-24 |
| | | | | | | | |||
| * | | | | | | Move Notifier into its own file | Tim Emiola | 2015-04-24 |
| | | | | | | | |||
| * | | | | | | Simplify debugging, avoid inspecting C-backed objects. | Tim Emiola | 2015-04-24 |
| | | | | | | | |||
| | | | | | * | adding csharp tests to travis | Jan Tattermusch | 2015-04-24 |
| | | | | | | | |||
| | | | | | * | improved C# support in run_tests.py | Jan Tattermusch | 2015-04-24 |
| |_|_|_|_|/ |/| | | | | | |||
| * | | | | | Fix logging version mismatchj | Tim Emiola | 2015-04-24 |
| | | | | | | |||
| * | | | | | Fix failing interop servers | Tim Emiola | 2015-04-24 |
|/ / / / / | |||
* | | | | | Merge pull request #1358 from jtattermusch/csharp_server_improvements | Tim Emiola | 2015-04-24 |
|\ \ \ \ \ | |/ / / / |/| | | | | Improving C# server | ||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into flakes | Nicolas "Pixel" Noble | 2015-04-24 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | * | | | Flagging some tests as flaky. | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | | | |||
| | | | * | Forgot to rename header guard. | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | | | |||
| | | | * | Adressing comments. | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | |\ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| | | * | | Test client stream cancellation and fix bug exposed by the test. | Abhishek Kumar | 2015-04-23 |
| |_|/ / |/| | | | |||
* | | | | Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts | donnadionne | 2015-04-23 |
|\ \ \ \ | | | | | | | | | | | Corrects command/flags used in ruby interop tests | ||
| * | | | | Corrects command/flags used in ruby interop tests | Tim Emiola | 2015-04-23 |
| | | | | | |||
| | * | | | Removing some ugly hacks from C# server and improving the comments a bit | Jan Tattermusch | 2015-04-23 |
| | | | | | |||
* | | | | | Merge pull request #1307 from a11r/streamcancel | Craig Tiller | 2015-04-23 |
|\ \ \ \ \ | | | | | | | | | | | | | Added e2e tests for server and bidi stream cancellation. |