aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
|
* split tsi library into twoGravatar jiangtaoli20162017-08-09
|
* Update build ruleGravatar jiangtaoli20162017-08-07
|
* Revert "Revert "Add TSI zero-copy frame protector""Gravatar Jiangtao Li2017-08-07
|
* Revert "Add TSI zero-copy frame protector"Gravatar Jiangtao Li2017-08-07
|
* split tsi into two libraries: tsi_interface and tsiGravatar jiangtaoli20162017-08-04
|
* Merge branch 'master' into tsi_grpcGravatar jiangtaoli20162017-08-04
|\
| * Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |
* | minor fixGravatar jiangtaoli20162017-08-02
| |
| * regenerate projectsGravatar ncteisen2017-08-01
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-08-01
| |\
| | * Test against grpc++_unsecure when possible. Provide unsecure version of ↵Gravatar Vijay Pai2017-07-31
| | | | | | | | | | | | test_util
* | | Merge branch 'master' into tsi_grpcGravatar jiangtaoli20162017-07-31
|\ \ \ | | |/ | |/|
| * | Clean up grpc++_unsecure so that it doesn't require secure content anymoreGravatar Vijay Pai2017-07-30
| | |
* | | Add TSI zero-copy frame protectorGravatar jiangtaoli20162017-07-28
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-07-28
| |\ | |/ |/|
* | Improvements to grpc_byte_stream API and handling.Gravatar Mark D. Roth2017-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add shutdown() method (to be used in forthcoming call combiner code). - Use a vtable instead of storing method pointers in each instance. - Check all callers of pull() to make sure that they are properly handling errors. - Clarify ownership rules and attempt to adhere to them. - Added a new grpc_caching_byte_stream implementation, which is used in http_client_filter to avoid having to read the whole send_message byte stream before passing control down the stack. (This class may also be used in the retry code I'm working on separately.) - As part of this, did a major rewrite of http_client_filter, which made the code more readable and fixed a number of potential bugs. Note that some of this code is hard to test right now, due to the fact that the send_message byte stream is always a slice_buffer stream, for which next() is always synchronous and no destruction is needed. However, some future work (specifically, my call combiner work and Craig's incremental send work) will start leveraging this.
* | Test credentials are passed with channel arg. Renamed macros and refactored ↵Gravatar Yash Tibrewal2017-07-20
| | | | | | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
* | Merged latest commit from upstreamGravatar Yash Tibrewal2017-07-19
|\ \
* | | Adding connect auth feature. Proxy-Authorization header is being inserted ↵Gravatar Yash Tibrewal2017-07-19
| | | | | | | | | | | | when user creds are present in uri
| | * Pull flow control into one moduleGravatar ncteisen2017-07-18
| |/
| * Merge pull request #11454 from markdroth/server_cq_ok_semanticsGravatar Mark D. Roth2017-07-18
| |\ | | | | | | Do not return calls on server when request proto fails to deserialize.
| * \ Merge pull request #11607 from yihuazhang/tsi_initGravatar Mark D. Roth2017-07-18
| |\ \ | | | | | | | | Add GTS plugin
| | * | Add GTS pluginGravatar Yihua Zhang2017-07-17
| | | |
| * | | Merge pull request #11189 from muxi/stream_compressionGravatar Muxi Yan2017-07-17
| |\ \ \ | | |/ / | |/| | Implement stream compression lib module
| * | | Create inproc transport, add relevant tests, exclude irrelevant testsGravatar Vijay Pai2017-07-14
|/ / /
| | * Do not return calls on server when request proto fails to deserialize.Gravatar Mark D. Roth2017-07-14
| |/ |/|
* | Regenerate projects and fixesGravatar yang-g2017-07-13
| |
* | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
| * Move stream_compression to src/core/lib/compressionGravatar Muxi Yan2017-07-05
| |
| * Make stream compression moduleGravatar Muxi Yan2017-07-05
| |
* | Merge pull request #11602 from muxi/add_cancel_after_round_trip_testGravatar Muxi Yan2017-07-05
|\ \ | | | | | | Add a end2end test of cancel call
* \ \ Merge pull request #11582 from jtattermusch/cmake_various_fixesGravatar Jan Tattermusch2017-07-03
|\ \ \ | | | | | | | | cmake: various fixes
* | | | Make CMake find_package work for preinstalled libprotobuf on Raspbian.Gravatar Kamil Skalski2017-06-28
| |_|/ |/| |
| | * Add testGravatar Muxi Yan2017-06-23
| |/ |/|
| * regenerateGravatar Jan Tattermusch2017-06-23
| |
| * regenerateGravatar Jan Tattermusch2017-06-23
| |
| * build protobuf without zlibGravatar Jan Tattermusch2017-06-23
| |
| * workaround zlib cmake issueGravatar Jan Tattermusch2017-06-23
|/
* Remove lockfree-stack implementation that is no longer usedGravatar Vijay Pai2017-06-19
|
* Merge pull request #10075 from ↵Gravatar Jan Tattermusch2017-06-19
|\ | | | | | | | | emmenlau/emmenlau_add_dependency_to_libgrpc_where_missing Add grpc dependency where grpc++ is used
* \ Merge pull request #11140 from randomguy3/cmake-installGravatar Jan Tattermusch2017-06-19
|\ \ | | | | | | Fix CMake installation issues
| | * regenerate projectsGravatar Jan Tattermusch2017-06-19
| |/ |/|
* | Merge pull request #11469 from jtattermusch/cmake_explicit_protocGravatar Jan Tattermusch2017-06-19
|\ \ | | | | | | Explicitly use built protoc for CMake build
* | | cmake: add zlib and cares depGravatar Jan Tattermusch2017-06-13
| | |
| * | explicitly use built protoc for CMake buildGravatar Jan Tattermusch2017-06-13
|/ /
* | Merge pull request #11336 from ctiller/ALL-the-thingsGravatar Craig Tiller2017-06-08
|\ \ | | | | | | Roll-up of threading changes
* \ \ Merge pull request #11237 from y-zeng/srv_recordGravatar Yuchen Zeng2017-06-08
|\ \ \ | | | | | | | | Support grpclb address in the c-ares resolver
| | * \ Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
| | |\ \ | |_|/ / |/| | |
* | | | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| | | |