aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | * | | | | | fix or slow down windows socket leakGravatar Junsung Ko2017-12-12
| | | | | |_|/ / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related issue https://github.com/grpc/grpc/issues/13519 https://github.com/grpc/grpc/issues/13102
| * | | | | | | | Refactor POSIX TCP client connect.Gravatar Dan Born2017-12-12
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'origin/v1.8.x'Gravatar Mehrdad Afshari2017-12-11
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13604 from yayaboring/masterGravatar Jan Tattermusch2017-12-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix or slow down windows socket leak
| | * | | | | | | v1.8.0-pre2 is now v1.8.0Gravatar Mehrdad Afshari2017-12-12
| | | | | | | | |
| | * | | | | | | Add tests for gRPC Python interceptor machineryGravatar Mehrdad Afshari2017-12-12
| | | | | | | | |
| | * | | | | | | Add gRPC Python client-side interceptor machineryGravatar Mehrdad Afshari2017-12-12
| | | | | | | | |
| | * | | | | | | Add gRPC Python service-side interceptor machineryGravatar Mehrdad Afshari2017-12-12
| | | | | | | | |
* | | | | | | | | Merge pull request #13631 from sreecha/cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-12
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Use monotonic clock type for gpr_cv_wait
* | | | | | | | | Merge pull request #13718 from ncteisen/yapf-src-pythonGravatar Noah Eisen2017-12-12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Yapf src/python
* | | | | | | | | Merge pull request #13711 from yang-g/pingGravatar Yang Gao2017-12-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use the correct env var name
| | * | | | | | | | yapf grpcio_testsGravatar ncteisen2017-12-11
| | | | | | | | | |
| | * | | | | | | | yapf-ize grpc_testingGravatar ncteisen2017-12-11
| | | | | | | | | |
| | * | | | | | | | yapf-ize grpcio_reflectionGravatar ncteisen2017-12-11
| | | | | | | | | |
| | * | | | | | | | yapf-ize grpcio_health_checkingGravatar ncteisen2017-12-11
| | | | | | | | | |
| | * | | | | | | | Yapf-ize grpcio/grpc_.pyGravatar ncteisen2017-12-11
| | | | | | | | | |
* | | | | | | | | | Merge pull request #13708 from muxi/preboot-xcode-simGravatar Muxi Yan2017-12-11
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | pre-boot xcode sim in objc-tests
| | * | | | | | | | Use the correct env var nameGravatar yang-g2017-12-11
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add a comment when Xcode simulator fails to start.Gravatar Muxi Yan2017-12-11
| | | | | | | | |
| * | | | | | | | pre-boot xcode sim in objc-testsGravatar Muxi Yan2017-12-11
| | | | | | | | |
* | | | | | | | | Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_testGravatar Jan Tattermusch2017-12-11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | C# synchronize access to grpc_channel methods.
* | | | | | | | | Merge pull request #12706 from applinskinner/masterGravatar Zhouyihai Ding2017-12-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix a PHP memory leak with SSL root certificates
| | | | | * | | | | Refactor: Rename call to response_iterator_callGravatar Mehrdad Afshari2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename call to response_iterator_call file-wide for response-streaming tests.
| | | | | * | | | | Tests for ServicerContext.abortGravatar Mehrdad Afshari2017-12-10
| | | | | | | | | |
| | | | | * | | | | Introduce ServicerContext.abort to abort an RPCGravatar Mehrdad Afshari2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gRPC Python required RPCs terminating with non-OK status code to still return a valid response value after calling set_code, even though the response value was not supposed to be communicated to the client, and returning None is considered a programming error. This commit introduces an alternative mechanism to terminate RPCs by calling the `abort` method on `ServicerContext` passed to the handler, which raises an exception and signals to the gRPC runtime to abort the RPC with the specified status code and details.
| | | | | * | | | | Merge pull request #13696 from apolcyn/update_ruby_for_cpp_coreGravatar apolcyn2017-12-08
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Move a CFLAG to be a CPPFLAG when building core for ruby
| | | | | | * | | | | Update extconf.rb for c++ conversion, move CFLAGS to CPPFLAGS whenGravatar Alexander Polcyn2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiling core.
| | | | | * | | | | | Merge pull request #13688 from nathanielmanistaatgoogle/12531Gravatar Nathaniel Manista2017-12-08
| | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Elide cygrpc.Operations.
* | | | | | \ \ \ \ \ \ Merge pull request #13521 from jtattermusch/csharp_requestcallcontext_poolingGravatar Jan Tattermusch2017-12-08
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | C#: Reuse RequestCallContextSafeHandle objects by pooling them.
| | | | | | | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into flow-control-part4Gravatar ncteisen2017-12-08
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | | | | | | | | | | * Read new env var to toggleGravatar ncteisen2017-12-08
| | | | | | | | | | | |
| | | | | | | * | | | | Elide cygrpc.OperationsGravatar Nathaniel Manista2017-12-08
| | | | | | | | | | | |
| | | | | | | | | | | * Plumb through flow_control->flow_conrol_enabled()Gravatar ncteisen2017-12-08
| | | | | | | | | | | |
| | | | | | | | | | | * Add commentsGravatar ncteisen2017-12-08
| | | | | | | | | | | |
| | | | | | * | | | | | Merge pull request #13672 from nathanielmanistaatgoogle/12531Gravatar Nathaniel Manista2017-12-08
| | | | | | |\| | | | | | | | | | | | |_|_|/ / | | | | | | |/| | | | Streamline metadata in gRPC Python.
| | | | * | | | | | | Merge branch 'master' into cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-08
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #13659 from grpc/revert-13658-revert-13058-execctxGravatar Yash Tibrewal2017-12-08
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
| | | | | | | | * | | | Streamline metadata in gRPC PythonGravatar Nathaniel Manista2017-12-08
| | | | | | | | | | | |
| * | | | | | | | | | | Disallow delete on ExecCtxGravatar Yash Tibrewal2017-12-08
| | | | | | | | | | | |
| * | | | | | | | | | | virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and ↵Gravatar Yash Tibrewal2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove grpc_exec_ctx from .pxi files in python
| * | | | | | | | | | | Merge masterGravatar Yash Tibrewal2017-12-07
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | Fix Beta API metadata loosenessGravatar Nathaniel Manista2017-12-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12488 from dgquintas/removed_expiration_intervalGravatar David G. Quintas2017-12-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Removed expiration_interval from LB proto
| | | * | | | | | | | | | address commentsGravatar Jan Tattermusch2017-12-07
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #13647 from y-zeng/send_pingGravatar Yuchen Zeng2017-12-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add on_initiate callback for the send_ping tranport op
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #13670 from apolcyn/fix_backup_poller_raceGravatar apolcyn2017-12-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unref global backup poller while under its lock
| | | | | | | | | | | | | * | Do the Step() in the right placeGravatar David Garcia Quintas2017-12-07
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Unref global backup poller under its lockGravatar Alexander Polcyn2017-12-07
| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | synchronize access to native channel methodsGravatar Jan Tattermusch2017-12-07
| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | split out channel connectivity testGravatar Jan Tattermusch2017-12-07
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |