aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Merge pull request #16187 from apolcyn/ipv6_resolver_scope_idsGravatar apolcyn2019-01-08
|\ | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms
* | Regenerate projectsGravatar Sanjay Pujare2019-01-03
| |
| * Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
|/
* Add microbenchmarks for grpc_timerGravatar Soheil Hassas Yeganeh2018-12-21
| | | | This helps assessing upcoming changes.
* Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
|
* Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_utilGravatar Yang Gao2018-12-18
|\ | | | | Fold gpr_test_util to grpc_test_util
* | Give the interceptors header files in include/grpcpp/supportGravatar Vijay Pai2018-12-17
| |
| * Merge with head and resolve conflict.Gravatar yang-g2018-12-17
| |\ | |/ |/|
| * Fix new targetGravatar yang-g2018-12-17
| |
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
| |\ | | | | | | | | | gpr_test_util_to_grpc_test_util
* | | extend local credentials to support tcp loopbackGravatar Yihua Zhang2018-12-16
| |/ |/|
* | Benchmark to show that byte buffer copy is size-independentGravatar Vijay Pai2018-12-14
| |
* | Merge pull request #17468 from nicolasnoble/grpc_namespaceGravatar Nicolas Noble2018-12-13
|\ \ | | | | | | Moving ::grpc::Alarm to ::grpc_impl::Alarm.
* | | Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
| | | | | | | | | | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
| * | Moving ::grpc::Alarm to ::grpc_impl::Alarm.Gravatar Nicolas "Pixel" Noble2018-12-12
| | |
* | | Merge pull request #17364 from vishalpowar/generate_buildGravatar vishalpowar2018-12-11
|\ \ \ | | | | | | | | Changes add a script for generating C code and build rule for protobuf
| * | | Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files.
* | | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
| | | |
* | | | Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
| | | |
* | | | Merge pull request #17343 from markdroth/server_address_listGravatar Mark D. Roth2018-12-07
|\ \ \ \ | | | | | | | | | | Allow encoding arbitrary channel args on a per-address basis.
| * | | | Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
| |/ / /
* / / / Split out the test service to separate library so that it can be reusedGravatar yang-g2018-12-06
|/ / /
| | * Promote gpr_test_util to part of grpc_test_util, add a sample to show it ↵Gravatar yang-g2018-12-06
| |/ |/| | | | | works, build.yaml change first
* | Debugging unimplemented error in CheckClientInitialMetadataGravatar Hope Casey-Allen2018-11-29
|/
* Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
|\
* | Reviewer commentsGravatar Yash Tibrewal2018-11-20
| |
| * Regenerate projectsGravatar Muxi Yan2018-11-19
| |
* | CleanupGravatar Yash Tibrewal2018-11-16
| |
* | Merge masterGravatar Yash Tibrewal2018-11-16
|\ \
| | * Merge pull request #16832 from clemensg/makefile_version_linksGravatar Jan Tattermusch2018-11-16
| | |\ | | | | | | | | Fix invalid version .so links in Makefile
| | * | Add support for LB config in service configGravatar Juanli Shen2018-11-15
| |/ /
| * | remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
| | |
| * | Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmarkGravatar Moiz Haidry2018-11-07
| |\ \ | | | | | | | | Added benchmarks for Callback based Unary server
| | * | Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
| | | |
| * | | Merge pull request #17072 from yashykt/interceptor_cancellationGravatar Yash Tibrewal2018-11-06
| |\ \ \ | | | | | | | | | | Interceptors should see a Cancellation notification
| * | | | move client_interceptor.cc from src/cpp/codegen to src/cpp/clientGravatar Yash Tibrewal2018-11-05
| | |/ / | |/| |
| * | | Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
| |\ \ \ | | | | | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
| * \ \ \ Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
| |\ \ \ \ | | | | | | | | | | | | Add global client interceptor factory
| * \ \ \ \ Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Channelz: Socket Tracks Addresses
| | | | * | | use gRPC thread modelGravatar Yihua Zhang2018-11-01
| | |_|/ / / | |/| | | |
| | | | * | Make client interceptors see notification even if Cancel was done before the ↵Gravatar Yash Tibrewal2018-11-01
| | | | | | | | | | | | | | | | | | | | | | | | RPC was issued. Also add tests
| | | | * | Add server interceptors in end2end_testGravatar Yash Tibrewal2018-11-01
| | | | | |
| | | | * | Refactor tests slightlyGravatar Yash Tibrewal2018-11-01
| | | | | |
| | * | | | fix build and sanityGravatar ncteisen2018-10-31
| | | | | |
| | * | | | Move uri_parser to libGravatar ncteisen2018-10-31
| | | | | |
| | * | | | Move uri_parser to common spotGravatar ncteisen2018-10-30
| | | |/ / | | |/| |
| | | * | Register global interceptors functionalityGravatar Yash Tibrewal2018-10-30
| | | | |
| * | | | Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
| |/ / /
| * / / Add server_interceptors_end2end_test to build.yamlGravatar Vijay Pai2018-10-29
| |/ /
| * | Separate out interceptorbatchmethodimpl to a different fileGravatar Yash Tibrewal2018-10-26
| | |