aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' of ↵Gravatar Craig Tiller2015-05-08
|\ | | | | | | github.com:ctiller/grpc into churn-churn-churn-the-api-gently-down-the-stream
| * Fix C test buildGravatar Craig Tiller2015-05-08
| |
| * Correct Node build errorsGravatar Craig Tiller2015-05-08
| |
| * Correct C++ build errorsGravatar Craig Tiller2015-05-08
| |
| * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| |\ | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc
| * | Port C# to new APIGravatar Craig Tiller2015-05-08
| | |
| * | Port Python to new APIGravatar Craig Tiller2015-05-08
| | |
| * | Port Ruby to new APIGravatar Craig Tiller2015-05-08
| | |
| * | Port Node to new APIGravatar Craig Tiller2015-05-08
| | |
| | * Merge pull request #1521 from yang-g/raceGravatar Craig Tiller2015-05-08
| | |\ | | | | | | | | do not request another call if server is shutdown
| | * \ Merge pull request #1523 from nicolasnoble/qps-is-in-fact-a-toolGravatar David G. Quintas2015-05-08
| | |\ \ | | | | | | | | | | Flagging the QPS binaries as tools, instead of non-runnable tests.
| | | * | Flagging the QPS binaries as tools, instead of non-runnable tests.Gravatar Nicolas Noble2015-05-07
| | |/ /
| | | * do not request another call if server is shutdownGravatar Yang Gao2015-05-07
| | | |
| | * | Merge pull request #1477 from ↵Gravatar Nicolas Noble2015-05-07
| | |\ \ | | | | | | | | | | | | | | | | | | | | ctiller/we-should-probably-run-all-the-tests-we-have Enable test that got forgotten
| | * \ \ Merge pull request #1518 from stanley-cheung/php_ignore_vendor_folderGravatar Tim Emiola2015-05-07
| | |\ \ \ | | | | | | | | | | | | ignore PHP vendor/ folder
| | * \ \ \ Merge pull request #1504 from jtattermusch/csharp_api_fixesGravatar Tim Emiola2015-05-07
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Polishing the new C# API
| | | | * | ignore PHP vendor/ folderGravatar Stanley Cheung2015-05-07
| | | |/ / | | |/| |
| | * | | Merge pull request #1512 from stanley-cheung/bump_php_composer_lockGravatar Tim Emiola2015-05-07
| | |\ \ \ | | | | | | | | | | | | remove php composer.lock file
| | * \ \ \ Merge pull request #1502 from ctiller/check-on-headersGravatar Eric Anderson2015-05-07
| | |\ \ \ \ | | | | | | | | | | | | | | Validate that headers contain legal bytes
| | | | * | | remove composer.lock fileGravatar Stanley Cheung2015-05-07
| | | | | | |
| | * | | | | Merge pull request #1510 from ejona86/installDistGravatar Nathan Mittler2015-05-07
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Add 'installDist' task to grpc-java Docker build
| | | | | * | | bump php composer.lock again because of auth library fixGravatar Stanley Cheung2015-05-07
| | | |_|/ / / | | |/| | | |
| | * | | | | Merge pull request #1503 from ctiller/dont-signal-meGravatar Nicolas Noble2015-05-07
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Eliminate need for SIGPIPE handling
| | * \ \ \ \ \ Merge pull request #1509 from ctiller/perform-callbacksGravatar Nicolas Noble2015-05-07
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cleanup unlock() a little
| | | | | * | | | Add 'installDist' task to grpc-java Docker buildGravatar Eric Anderson2015-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow us to not run Gradle every time we run an integration test.
| | | | | | | | * Merge github.com:grpc/grpc into we-should-probably-run-all-the-tests-we-haveGravatar Craig Tiller2015-05-07
| | | | | | | | |\ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | | | | | * | Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
| | | | | | | | |
| | | | | | | * | added concept of ServerCallContext, that is passed to all server-side handlersGravatar Jan Tattermusch2015-05-07
| | | | | | | | |
| | | | | | | * | add a generic constraint for TRequest and TResponse to require a classGravatar Jan Tattermusch2015-05-07
| | | | | | | | |
| | | | | | | * | change todo commentGravatar Jan Tattermusch2015-05-07
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-07
| |\| | | | | |
| | | | | | * | Merge github.com:grpc/grpc into check-on-headersGravatar Craig Tiller2015-05-07
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | |
| | | | * | | | Merge github.com:grpc/grpc into dont-signal-meGravatar Craig Tiller2015-05-07
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Cleanup unlock() a littleGravatar Craig Tiller2015-05-07
| | |/ / / / /
| | * | | | | Merge pull request #1499 from jtattermusch/core_cb_fixGravatar Nicolas Noble2015-05-07
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix server side call finalization when connection is closed.
| | | | * | | | Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
| | | | | | | |
| | * | | | | | Merge pull request #1495 from stanley-cheung/fix_php_gce_testGravatar Tim Emiola2015-05-06
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | update php composer.lock
| | | | | | | * | Validate that headers contain legal bytesGravatar Craig Tiller2015-05-06
| | | | | | |/ / | | | | | |/| |
| | * | | | | | Merge pull request #1501 from donnadionne/test-logGravatar Stanley Cheung2015-05-06
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | more division of logs to make it easier to analyze test results.
| | | * | | | | more division of logs to make it easier to analyze test results.Gravatar Donna Dionne2015-05-06
| | |/ / / / /
| | | | * | | Fix: Server side call with both streams closed doesnt get properly finalizedGravatar Jan Tattermusch2015-05-06
| | | | | | |
| | * | | | | Merge pull request #1497 from donnadionne/test-logGravatar Stanley Cheung2015-05-06
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Test log
| | | * \ \ \ \ Merge branch 'master' of github.com:google/grpc into test-logGravatar Donna Dionne2015-05-06
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Ensuring test logs are not over written between runs.Gravatar Donna Dionne2015-05-06
| | | | | | | |
| | | | | | | * Merge github.com:grpc/grpc into we-should-probably-run-all-the-tests-we-haveGravatar Craig Tiller2015-05-06
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | |
| | | | * | | | update php composer.lockGravatar Stanley Cheung2015-05-06
| | | |/ / / / | | |/| | | |
* | / | | | | Fix some wrapped languagesGravatar Craig Tiller2015-05-06
|/ / / / / /
| * | | | | Merge pull request #1492 from tbetbetbe/grpc_ruby_fix_travisGravatar Craig Tiller2015-05-06
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Pin the version of rubocop used in grpc.gemspec
* | | | | | Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
| | * | | | Pin the version of rubocop used in grpc.gemspecGravatar Tim Emiola2015-05-06
| | | | | |