aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #1366 from ctiller/mwhaGravatar Nicolas Noble2015-04-24
|\ | | | | A little Makefile spring cleaning
* \ Merge pull request #1359 from a11r/cc2Gravatar Yang Gao2015-04-24
|\ \ | | | | | | Test client stream cancellation and fix bug exposed by the test.
* \ \ Merge pull request #1360 from nicolasnoble/flakesGravatar Yang Gao2015-04-24
|\ \ \ | | | | | | | | Flagging some tests as flaky.
| | | * CleanupGravatar Craig Tiller2015-04-24
| | | |
| | | * Actually remove themGravatar Craig Tiller2015-04-24
| | | |
| | | * Remove some useless lines in the MakefileGravatar Craig Tiller2015-04-24
| | | |
* | | | Merge pull request #1365 from yang-g/initGravatar Craig Tiller2015-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 projectsGravatar Yang Gao2015-04-24
| | | |
| * | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | | | | | | | | | the tests to init/shutdown free.
| | * | Flagging a few census tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
| | | |
* | | | Merge pull request #1362 from tbetbetbe/grpc_ruby_interop_fixesGravatar Stanley Cheung2015-04-24
|\ \ \ \ | | | | | | | | | | Grpc ruby interop fixes
| * | | | Corrects bad return values in C error-handling blockGravatar Tim Emiola2015-04-24
| | | | |
| * | | | Move Notifier into its own fileGravatar Tim Emiola2015-04-24
| | | | |
| * | | | Simplify debugging, avoid inspecting C-backed objects.Gravatar Tim Emiola2015-04-24
| | | | |
| * | | | Fix logging version mismatchjGravatar Tim Emiola2015-04-24
| | | | |
| * | | | Fix failing interop serversGravatar Tim Emiola2015-04-24
|/ / / /
* | | | Merge pull request #1358 from jtattermusch/csharp_server_improvementsGravatar Tim Emiola2015-04-24
|\ \ \ \ | |/ / / |/| | | Improving C# server
| | * | Merge branch 'master' of github.com:grpc/grpc into flakesGravatar Nicolas "Pixel" Noble2015-04-24
| | |\ \ | |_|/ / |/| | |
| | * | Flagging some tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
| | | |
| | | * Test client stream cancellation and fix bug exposed by the test.Gravatar Abhishek Kumar2015-04-23
| |_|/ |/| |
* | | Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scriptsGravatar donnadionne2015-04-23
|\ \ \ | | | | | | | | Corrects command/flags used in ruby interop tests
| * | | Corrects command/flags used in ruby interop testsGravatar Tim Emiola2015-04-23
| | | |
| | * | Removing some ugly hacks from C# server and improving the comments a bitGravatar Jan Tattermusch2015-04-23
| | | |
* | | | Merge pull request #1307 from a11r/streamcancelGravatar Craig Tiller2015-04-23
|\ \ \ \ | | | | | | | | | | Added e2e tests for server and bidi stream cancellation.
* \ \ \ \ Merge pull request #1350 from nicolasnoble/unsecure-no-really-this-timeGravatar Craig Tiller2015-04-23
|\ \ \ \ \ | | | | | | | | | | | | More work in not having to compile OpenSSL.
* \ \ \ \ \ Merge pull request #1356 from murgatroid99/node_grpc_custom_directoryGravatar Tim Emiola2015-04-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added information about custom gRPC install locations in README
| * | | | | | Fixed typo in README changeGravatar murgatroid992015-04-23
| | | | | | |
| * | | | | | Added information about custom gRPC install locations in README, bumped versionGravatar murgatroid992015-04-23
|/ / / / / /
* | | | | | Merge pull request #1353 from murgatroid99/node_limit_thread_usageGravatar Tim Emiola2015-04-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Node limit thread usage
* \ \ \ \ \ \ Merge pull request #1355 from ↵Gravatar donnadionne2015-04-23
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-update-docker-file-to-refresh-bundler Updates the ruby docker file to refresh bundler
| * | | | | | Updates the ruby docker file to refresh bundlerGravatar Tim Emiola2015-04-23
|/ / / / / /
* | | | | | Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstreamGravatar Michael Lumish2015-04-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adds proto service runtime and an example of generated stub
| | | * \ \ \ Merge branch 'master' of github.com:grpc/grpc into unsecure-no-really-this-timeGravatar Nicolas "Pixel" Noble2015-04-23
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | | | * | | fixed indentationGravatar Abhishek Kumar2015-04-23
| | | | | | |
* | | | | | | Merge pull request #1328 from vjpai/clampGravatar Craig Tiller2015-04-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Clamp histogram at 1.0 on low end to handle rare possibility of sub-1 entry (likely only for testing)
| | * | | | | | Moves ProtoRPC.podspec into gRPC.podspecGravatar Jorge Canizales2015-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So the root of the repository doesn’t have 2 podspecs. All four libraries are subspecs now. Adjusts the generated code to account for that.
* | | | | | | | Merge pull request #1351 from nicolasnoble/flaky-travisGravatar Craig Tiller2015-04-22
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Avoid building shared libraries on Travis. This seems flaky.
| * | | | | | | Avoid building shared libraries on Travis. This seems flaky.Gravatar Nicolas "Pixel" Noble2015-04-23
|/ / / / / / /
| | * | | | | Adjusts #imports of RxLibraryGravatar Jorge Canizales2015-04-22
| | | | | | |
| | | | * | | More work in not having to compile OpenSSL.Gravatar Nicolas "Pixel" Noble2015-04-23
| | | | | | |
| | * | | | | Adjust ProtoRPC podspec to the new RxLibraryGravatar Jorge Canizales2015-04-22
| | | | | | |
* | | | | | | Merge pull request #1349 from nicolasnoble/cleanupGravatar Craig Tiller2015-04-22
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Post merge cleanup.
* | | | | | | Merge pull request #1317 from donnadionne/private_buildGravatar Tim Emiola2015-04-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Scripts to build java and cxx docker images from local (uncommitted) cod...
| | * | | | | | Post merge cleanup.Gravatar Nicolas "Pixel" Noble2015-04-23
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1348 from nicolasnoble/unsecure-no-reallyGravatar Craig Tiller2015-04-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Making sure we don't require OpenSSL for tests that, in fact, don't need it.
| * | | | | | | Making sure we don't require OpenSSL for tests that, in fact, don't need it.Gravatar Nicolas "Pixel" Noble2015-04-23
| | | | | | | |
* | | | | | | | Merge pull request #1339 from nicolasnoble/template-docGravatar Craig Tiller2015-04-22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Adding some documentation about the build/template system.
| | * | | | | | Adding more arguments and default values to allow the environment to be ↵Gravatar Donna Dionne2015-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified when using the script.
| | * | | | | | Merge branch 'master' of github.com:google/grpc into private_buildGravatar Donna Dionne2015-04-22
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1312 from ctiller/batch-metadataGravatar Yang Gao2015-04-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Batch metadata