Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Test against grpc++_unsecure when possible. Provide unsecure version of ↵ | Vijay Pai | 2017-07-31 |
| | | | | test_util | ||
* | Merge pull request #11978 from vjpai/remake | Vijay Pai | 2017-07-31 |
|\ | | | | | Clean up grpc++_unsecure so that it doesn't require secure content anymore | ||
* | | Prevent race in trying to compile grpc.pb.cc file before pb.h exists | Vijay Pai | 2017-07-31 |
| | | |||
| * | Clean up grpc++_unsecure so that it doesn't require secure content anymore | Vijay Pai | 2017-07-30 |
|/ | |||
* | Improvements to grpc_byte_stream API and handling. | Mark D. Roth | 2017-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 ↵ | Yash Tibrewal | 2017-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 upstream | Yash Tibrewal | 2017-07-19 |
|\ | |||
* | | Adding connect auth feature. Proxy-Authorization header is being inserted ↵ | Yash Tibrewal | 2017-07-19 |
| | | | | | | | | when user creds are present in uri | ||
| * | Merge pull request #11454 from markdroth/server_cq_ok_semantics | Mark D. Roth | 2017-07-18 |
| |\ | | | | | | | Do not return calls on server when request proto fails to deserialize. | ||
| * \ | Merge pull request #11607 from yihuazhang/tsi_init | Mark D. Roth | 2017-07-18 |
| |\ \ | | | | | | | | | Add GTS plugin | ||
| | * | | Add GTS plugin | Yihua Zhang | 2017-07-17 |
| | | | | |||
| * | | | Merge pull request #11189 from muxi/stream_compression | Muxi Yan | 2017-07-17 |
| |\ \ \ | | |/ / | |/| | | Implement stream compression lib module | ||
| * | | | Create inproc transport, add relevant tests, exclude irrelevant tests | Vijay Pai | 2017-07-14 |
|/ / / | |||
| | * | Do not return calls on server when request proto fails to deserialize. | Mark D. Roth | 2017-07-14 |
| |/ |/| | |||
* | | Regenerate projects and fixes | yang-g | 2017-07-13 |
| | | |||
* | | Revert "Remove lockfree-stack implementation that is no longer used" | Ken Payson | 2017-07-10 |
| | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21. | ||
| * | Move stream_compression to src/core/lib/compression | Muxi Yan | 2017-07-05 |
| | | |||
| * | Make stream compression module | Muxi Yan | 2017-07-05 |
| | | |||
* | | Add test | Muxi Yan | 2017-06-23 |
|/ | |||
* | Merge pull request #11412 from kpayson64/upgrade_boringssl | kpayson64 | 2017-06-20 |
|\ | | | | | Upgrade boringssl | ||
* | | Remove lockfree-stack implementation that is no longer used | Vijay Pai | 2017-06-19 |
| | | |||
* | | regenerate projects | Jan Tattermusch | 2017-06-19 |
| | | |||
| * | Update boringssl | Ken Payson | 2017-06-15 |
|/ | |||
* | Merge pull request #11336 from ctiller/ALL-the-things | Craig Tiller | 2017-06-08 |
|\ | | | | | Roll-up of threading changes | ||
* \ | Merge pull request #11237 from y-zeng/srv_record | Yuchen Zeng | 2017-06-08 |
|\ \ | | | | | | | Support grpclb address in the c-ares resolver | ||
| | * | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-08 |
| | |\ | |_|/ |/| | | |||
* | | | fix makefile | Jan Tattermusch | 2017-06-08 |
| | | | |||
| | * | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-07 |
| | |\ | |_|/ |/| | | |||
| | * | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-07 |
| | |\ | |||
* | | | | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| |_|/ |/| | | |||
| * | | Merge remote-tracking branch 'upstream/master' into srv_record | Yuchen Zeng | 2017-06-06 |
| |\ \ | |||
| * | | | Fix windows build, no_logging tests, dns_resolver_test | Yuchen Zeng | 2017-06-05 |
| | | | | |||
* | | | | Check the version of system c-ares | Yuchen Zeng | 2017-06-02 |
| |/ / |/| | | |||
| | * | Merge branch 'selectivity' into ALL-the-things | Craig Tiller | 2017-06-02 |
| | |\ | |_|/ |/| | | |||
* | | | master bumped to 1.5.x | David Garcia Quintas | 2017-05-30 |
| | | | |||
* | | | Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge | Michael Lumish | 2017-05-30 |
|\ \ \ | | | | | | | | | Master 1.3.x upmerge | ||
| | | * | Merge branch 'thread_pool' into ALL-the-things | Craig Tiller | 2017-05-30 |
| |_|/| |/| | | | |||
| * | | | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmerge | murgatroid99 | 2017-05-25 |
| |\ \ \ | |||
| | | | * | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-23 |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_map | Vizerai | 2017-05-23 |
|\| | | | | |||
| | * | | | bump version to 1.3.6 | Jan Tattermusch | 2017-05-23 |
| | | | | | |||
| | * | | | Update version to 1.3.5 | Ken Payson | 2017-05-19 |
| | | | | | |||
| * | | | | regenerate project | yang-g | 2017-05-19 |
| | |/ / | |/| | | |||
| | * | | Merge pull request #11225 from apolcyn/bump_13x_version | apolcyn | 2017-05-18 |
| | |\ \ | | | | | | | | | | | Bump to version 1.3.4 | ||
| | * \ \ | Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accum | apolcyn | 2017-05-18 |
| | |\ \ \ | | | | | | | | | | | | | get rid of connectivity state watchers right after timeout | ||
| | | * | | | get rid of connectivity state watchers right after timeout | Alexander Polcyn | 2017-05-18 |
| | | | | | | |||
| | | | * | | Bump to version 1.3.4 | Alexander Polcyn | 2017-05-18 |
| | | |/ / | | |/| | | |||
| | | | * | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-17 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #11113 from jtattermusch/python_artifact_polling_trace | Jan Tattermusch | 2017-05-17 |
| |\ \ \ \ | | | | | | | | | | | | | Try fixing python artifact build on Windows | ||
| | | | | * | Merge github.com:grpc/grpc into thread_pool | Craig Tiller | 2017-05-16 |
| | | | | |\ | | |_|_|_|/ | |/| | | | |