aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Addressing comments.Gravatar Julien Boeuf2015-05-08
|
* Merging with master.Gravatar Julien Boeuf2015-05-08
|\
| * Merge pull request #1500 from ctiller/do-the-right-thing-put-it-in-a-binGravatar Abhishek Kumar2015-05-08
| |\ | | | | | | Throw away queued messages on error
| * \ Merge pull request #1470 from vjpai/stream_ctxGravatar Craig Tiller2015-05-08
| |\ \ | | | | | | | | Fix a bug in synchronous streaming QPS test
| * \ \ Merge pull request #1515 from murgatroid99/node_auth_uri_parameterGravatar Tim Emiola2015-05-08
| |\ \ \ | | | | | | | | | | Updated the getGoogleAuthDelegate function to use credential.getRequestMetadata
| * \ \ \ Merge pull request #1505 from murgatroid99/node_status_error_eventGravatar Tim Emiola2015-05-08
| |\ \ \ \ | | | | | | | | | | | | Added error events on client streams when the server is streaming
| * \ \ \ \ Merge pull request #1517 from tbetbetbe/grpc-ruby-dont-extend-stringGravatar Michael Lumish2015-05-08
| |\ \ \ \ \ | | | | | | | | | | | | | | make underscore a class method of GenericService
| * \ \ \ \ \ Merge pull request #1519 from jtattermusch/csharp_protoc_pluginGravatar Michael Lumish2015-05-08
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | C# gRPC protoc plugin
| * \ \ \ \ \ \ Merge pull request #1522 from nicolasnoble/better-win32-orphansGravatar Jan Tattermusch2015-05-08
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Better win32 orphans and event support.
| * \ \ \ \ \ \ \ Merge pull request #1511 from ctiller/i-forgot-stuffGravatar Yang Gao2015-05-08
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix potential leak
| * \ \ \ \ \ \ \ \ Merge pull request #1520 from ctiller/cancel-after-invokeGravatar Yang Gao2015-05-08
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | If we have closed the transport, dont try reading
| * \ \ \ \ \ \ \ \ \ Merge branch 'dgquintas-standalone_benchmarks'Gravatar Craig Tiller2015-05-08
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc ↵Gravatar Craig Tiller2015-05-08
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into dgquintas-standalone_benchmarks
| * | | | | | | | | | | Merge branch 'yang-g-mock'Gravatar 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.
| | | | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into standalone_benchmarksGravatar David Garcia Quintas2015-05-07
| | | | | |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Flagging the QPS binaries as tools, instead of non-runnable tests.Gravatar Nicolas Noble2015-05-07
| |/ / / / / / / / / / / / /
| | | | | | | * | | | | | | Further Windows fixes.Gravatar Nicolas "Pixel" Noble2015-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Properly flagging our endpoints as non-blocking. -) Accounting for the custom events. -) Restoring the on-error portion of read and write. -) Better accounting of the outstanding reads and writes. -) Various minor cleanups.
| | * | | | | | | | | | | | do not request another call if server is shutdownGravatar Yang Gao2015-05-07
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | moved GetMethodType function to generator_helpers.hGravatar Jan Tattermusch2015-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
| | | | | | | | | * | | | | | add newline at EOFGravatar Jan Tattermusch2015-05-07
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | add newline to the end of generated filesGravatar Jan Tattermusch2015-05-07
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | added script to regenerate gRPC C# stubsGravatar Jan Tattermusch2015-05-07
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Replace handwritten math stub by the generated oneGravatar Jan Tattermusch2015-05-07
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Replace handwritten testService stub by the generated oneGravatar Jan Tattermusch2015-05-07
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | added csharp generator pluginGravatar Jan Tattermusch2015-05-07
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #1518 from stanley-cheung/php_ignore_vendor_folderGravatar Tim Emiola2015-05-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignore PHP vendor/ folder
| | | | | | | | | | * | | | | Really removes the string monkey-patchGravatar Tim Emiola2015-05-07
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | | | | | | | | * | | | | make underscore a class method of GenericServiceGravatar Tim Emiola2015-05-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #1512 from stanley-cheung/bump_php_composer_lockGravatar Tim Emiola2015-05-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove php composer.lock file
| | | | | | | * | | | | | | | If we have closed the transport, dont try readingGravatar Craig Tiller2015-05-07
| | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | Updated the getGoogleAuthDelegate function to use credential.getRequestMetadataGravatar murgatroid992015-05-07
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | 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
| | | | | | | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into mockGravatar Yang Gao2015-05-07
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | 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
| | | | | | | | | | | * | | | | | Fix potential leakGravatar Craig Tiller2015-05-07
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | 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 branch 'master' into node_status_error_eventGravatar murgatroid992015-05-07
| | | | | | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | Merge branch 'master' into stream_ctxGravatar vjpai2015-05-07
| | | | | | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | Merge github.com:grpc/grpc into we-should-probably-run-all-the-tests-we-haveGravatar Craig Tiller2015-05-07
| | | | | | | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | A few win32 fixes.Gravatar Nicolas "Pixel" Noble2015-05-07
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Better handling of orphaned sockets by tracking the pending operations in it, instead of the layer above. -) Ignoring after-shutdown operations.
| | | | | | * | | | | | | | | Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
| | | | | | | | | | | | | | |