Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename grpc_user_agent_md to make it less confusing | Muxi Yan | 2017-05-05 |
| | |||
* | Address comments | Muxi Yan | 2017-05-05 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into backward-compat | Muxi Yan | 2017-04-30 |
|\ | |||
* | | Sanity fix | Muxi Yan | 2017-04-30 |
| | | |||
* | | Asan bug fix | Muxi Yan | 2017-04-30 |
| | | |||
* | | Add end2end test for workarounds | Muxi Yan | 2017-04-28 |
| | | |||
* | | sanity fixes | Muxi Yan | 2017-04-28 |
| | | |||
* | | Use mdelem's user data caching | Muxi Yan | 2017-04-28 |
| | | |||
* | | Use channel arg to enable workaround | Muxi Yan | 2017-04-28 |
| | | |||
| * | Merge pull request #10824 from ctiller/proxy2 | Craig Tiller | 2017-04-28 |
| |\ | | | | | | | Fix potential memory leak, cleanup some code | ||
* | | | Allow enabling of each filter | Muxi Yan | 2017-04-27 |
| | | | |||
* | | | Intercept compression when workaround is active | Muxi Yan | 2017-04-27 |
| | | | |||
| * | | Merge pull request #10613 from ctiller/framing_costs | Craig Tiller | 2017-04-27 |
| |\ \ | | | | | | | | | Optimize framing a little | ||
* | | | | user-agent string filtering | Muxi Yan | 2017-04-27 |
| | | | | |||
| * | | | Merge pull request #10522 from jiangtaoli2016/new_tsi | David G. Quintas | 2017-04-27 |
| |\ \ \ | | | | | | | | | | | Update TSI with new non-blocking TSI interfaces. | ||
| * \ \ \ | Merge pull request #10427 from ctiller/c++lame | Craig Tiller | 2017-04-27 |
| |\ \ \ \ | | | | | | | | | | | | | Convert Lame Client Channel code to C++ | ||
| * | | | | | fix security_connector.c formatting | Jan Tattermusch | 2017-04-27 |
| | | | | | | |||
| * | | | | | Removing cipher suites blacklisted in HTTP2. | Julien Boeuf | 2017-04-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | See http://httpwg.org/specs/rfc7540.html#BadCipherSuites | ||
| * | | | | | Merge pull request #10627 from jboeuf/more_ssl_factory_cleanup | jboeuf | 2017-04-26 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | more TLS cleanup. | ||
| | | * \ \ \ | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-26 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| * | | | | | | Merge pull request #10823 from ncteisen/client-auth-filter-fuzz | Noah Eisen | 2017-04-26 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Don't Abort on Input | ||
| * \ \ \ \ \ \ | Merge pull request #10867 from nathanielmanistaatgoogle/2.7-and-later | Nathaniel Manista | 2017-04-26 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | src/python/grpcio/README.rst clean-up. | ||
| * \ \ \ \ \ \ \ | Merge pull request #10805 from dgquintas/g_for_1.4.x | David G. Quintas | 2017-04-26 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | updated g meaning for 1.4.x | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #10629 from kuscsik/build_fix | Vijay Pai | 2017-04-26 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | core: fix duplicated definition | ||
| | | | * | | | | | | | What was once Mac OS X is now called macOS | Nathaniel Manista | 2017-04-26 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Drop Python 2.7-only implication | Nathaniel Manista | 2017-04-26 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||
| | | | | * | | | | | more TLS cleanup. | Julien Boeuf | 2017-04-26 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - using NULL-terminated strings as opposed to const unsigned char * with length since the credentials are in PEM format. - aligning the structures with gRPC so that we have less convertions to do back and forth. | ||
| | | | | | | * | | Regenerate projects | Craig Tiller | 2017-04-26 |
| | | | | | | | | | |||
| | * | | | | | | | core, avl: rename static functions | Zoltan Kuscsik | 2017-04-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed remove and add static functions to remove_key and add_key | ||
* | | | | | | | | | Add cronet_compression workaround filter | Muxi Yan | 2017-04-25 |
|/ / / / / / / / | |||
| | | * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Noah Eisen | 2017-04-25 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | client-auth-filter-fuzz | ||
| | | | | * | | | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-25 |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
| | | * | | | | | clang fmt | Noah Eisen | 2017-04-25 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #10644 from MakMukhi/master | MakMukhi | 2017-04-24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added unit testing support. | ||
| | | | * | | | | | Propagate publish error | Noah Eisen | 2017-04-24 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #10796 from danzh2010/udpserver2 | Yang Gao | 2017-04-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add lock to shutdown_fd() callback in udp_server.c | ||
| | | | | | | * \ \ | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-24 |
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||
| | | | | | | * | | | fix guards in transport_security_adapter.h | jiangtaoli2016 | 2017-04-24 |
| | | | | | | | | | | |||
| | | | | | * | | | | Merge github.com:grpc/grpc into c++lame | Craig Tiller | 2017-04-24 |
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #10584 from ctiller/hybrid | Craig Tiller | 2017-04-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Hybrid CQ support | ||
| | | | | | | | | | * | Fix potential memory leak, cleanup some code | Craig Tiller | 2017-04-24 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||
| | | | | | * | | | | Don't abort on input | Noah Eisen | 2017-04-24 |
| |_|_|_|_|/ / / / |/| | | | | | | | | |||
| | | | | | | * | | fix guard on src/core/tsi/transport_security_adapter.h | jiangtaoli2016 | 2017-04-24 |
| | | | | | | | | | |||
| | | | | | | * | | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-24 |
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #10258 from markdroth/service_config_lb_semantics | Mark D. Roth | 2017-04-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix semantics of LB policy selection. | ||
| | * \ \ \ \ \ \ \ | Merge github.com:grpc/grpc into hybrid | Craig Tiller | 2017-04-24 |
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #10801 from dgquintas/demote_handshake | David G. Quintas | 2017-04-21 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Demote handshake logging msg to DEBUG | ||
| | | | | | | * | | | | updated g meaning for 1.4.x | David Garcia Quintas | 2017-04-21 |
| | | | | | | | | | | | |||
| | | | | | | | | | * | Copy slices for in-process transports: its no longer safe to just ref | Craig Tiller | 2017-04-21 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge github.com:grpc/grpc into count_now | Craig Tiller | 2017-04-21 |
|\ \ \ \ \ \ \ \ \ \ \ |