Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removing setsockopt completely actually. | Nicolas "Pixel" Noble | 2018-04-04 |
| | |||
* | Taking care of gevent. | Nicolas "Pixel" Noble | 2018-04-04 |
| | |||
* | Making tcp_custom's setsockopt a more generic thing. | Nicolas "Pixel" Noble | 2018-04-04 |
| | |||
* | Merge pull request #14906 from yashykt/lockfreeeventdoc | Yash Tibrewal | 2018-04-03 |
|\ | | | | | Add documentation for lockfree_event.h | ||
| * | Add documentation for lockfree_event.h | Yash Tibrewal | 2018-04-02 |
| | | |||
* | | PHP: don't destruct persistent channel at the end of php-fpm request | ZhouyihaiDing | 2018-04-02 |
|/ | |||
* | Fix gevent test flakes | kpayson64 | 2018-04-02 |
| | |||
* | Merge pull request #14893 from muxi/runtime-plugin-enable | Muxi Yan | 2018-04-02 |
|\ | | | | | Use channel arg to disable authority filter | ||
| * | Introduce channel arg to disable authority filter | Muxi Yan | 2018-04-01 |
| | | |||
| * | Revert "Let cronet use grpc_cronet_registry_plugin" | Muxi Yan | 2018-03-30 |
| | | |||
* | | drop unnecessary/invalid asserts | Eric Gribkoff | 2018-03-30 |
|/ | |||
* | Merge pull request #14874 from grpc/retain-self-late | Muxi Yan | 2018-03-29 |
|\ | | | | | Release self retain only after all clean-up done | ||
* \ | Merge pull request #13634 from hassox/ruby-module-name | apolcyn | 2018-03-29 |
|\ \ | | | | | | | Updates the ruby generator RubyTypeOf to correctly account for underscores in packages | ||
| | * | Release self retain only after all clean-up done | Muxi Yan | 2018-03-29 |
| |/ |/| | |||
* | | Return errors in lieu of aborting | David Garcia Quintas | 2018-03-29 |
| | | |||
* | | Fix authority fuzzing failures | David Garcia Quintas | 2018-03-29 |
| | | |||
* | | Merge pull request #14858 from jiangtaoli2016/root_cert_once | Jiangtao Li | 2018-03-29 |
|\ \ | | | | | | | Init default root certs store once | ||
* \ \ | Merge pull request #14734 from markdroth/c++_retry_throttle | Mark D. Roth | 2018-03-29 |
|\ \ \ | | | | | | | | | Convert retry throttle code to C++ and add tests. | ||
* \ \ \ | Merge pull request #14809 from Everysick/memsize-unavailable | apolcyn | 2018-03-28 |
|\ \ \ \ | | | | | | | | | | | Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type | ||
| | | * | | Init default root certs store once | jiangtaoli2016 | 2018-03-28 |
| |_|/ / |/| | | | |||
* | | | | Merge pull request #14781 from muxi/objc-keep-alive | Muxi Yan | 2018-03-28 |
|\ \ \ \ | | | | | | | | | | | Allow gRPC ObjC user to set keepalive options | ||
| | * | | | Add test for verifying to get memory usage in client request | everysick | 2018-03-29 |
| | | | | | |||
* | | | | | Merge pull request #14615 from dgquintas/authority_header | David G. Quintas | 2018-03-28 |
|\ \ \ \ \ | | | | | | | | | | | | | Secure channels: use the right authority | ||
| | * | | | | Disable test for Cronet (unsupported) | Muxi Yan | 2018-03-28 |
| | | | | | | |||
* | | | | | | Merge pull request #14561 from kpayson64/gevent_2 | kpayson64 | 2018-03-28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Initial Gevent Compatibility | ||
* \ \ \ \ \ \ | Merge pull request #14813 from grpc/vjpai-patch-1 | kpayson64 | 2018-03-28 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix an ifdef comment | ||
| | | | | | * | | Convert retry throttle code to C++ and add tests. | Mark D. Roth | 2018-03-28 |
| |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Merge pull request #14683 from kkm000/package-grpc-tools-nits | Jan Tattermusch | 2018-03-28 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Minor changes to control files from Tools package rework | ||
| | | * | | | | | Initial gevent support | kpayson64 | 2018-03-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code. | ||
| | | * | | | | | Explicitly stop servers in unit tests. | kpayson64 | 2018-03-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relying on garbage collection to stop servers breaks with gevent. | ||
| | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into authority_header | David Garcia Quintas | 2018-03-27 |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||
| | | | | * | | | Test nit fixes | Muxi Yan | 2018-03-27 |
| | | | | | | | | |||
| | | | * | | | | malloc to stack | David Garcia Quintas | 2018-03-27 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #14810 from muxi/cronet-plugin-registry-followup | Muxi Yan | 2018-03-27 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add more plugins to be used by grpc_cronet | ||
| | | | | * | | | | fix wrong include | David Garcia Quintas | 2018-03-27 |
| | | | | | | | | | |||
| | | | | * | | | | fix include guard | David Garcia Quintas | 2018-03-27 |
| | | | | | | | | | |||
| | | | | * | | | | more comments | David Garcia Quintas | 2018-03-27 |
| | | | | | | | | | |||
* | | | | | | | | | Fix objc macos build | ncteisen | 2018-03-26 |
| | | | | | | | | | |||
| | | | | | * | | | Polish comments for setKeepaliveWithInterval | Muxi Yan | 2018-03-26 |
| | | | | | | | | | |||
* | | | | | | | | | Fix flow control bug | ncteisen | 2018-03-26 |
| | | | | | | | | | |||
| | | | | * | | | | rest of pr comments | David Garcia Quintas | 2018-03-26 |
| | | | | | | | | | |||
| | | | | | | | * | Updates the ruby generator RubyAsType to correctly account for underscores ↵ | Daniel Neighman | 2018-03-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in packages Prior to this change, when the ruby generator tried to reference an entity that was not part of the same package (or a direct parent package) and the package contains underscores, the result would simply uppercase the first character. It should however uppercase each letter that proceeds an underscore and remove underscores. i.e. ``` package my_package.service; import "my_package/data.proto"; service MyService { rpc Test (data.Request) returns data.Response {} } ``` Was ```ruby # ... rpc :Test, My_package::Data::REquest, My_package::Data::Response # ... ``` Should be: ```ruby # ... rpc :Test, MyPackage::Data::REquest, My_package::Data::Response # ... ``` | ||
| | | | | * | | | | added call_host_override test | David Garcia Quintas | 2018-03-26 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #13290 from apolcyn/cares_address_sorting_master_c | apolcyn | 2018-03-26 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add address sorting submodule for use in c-ares wrapper | ||
| | | | | | | * | | | Allow gRPC ObjC user to set keepalive options | Muxi Yan | 2018-03-26 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | |||
| | | | * | | | | | Fix an ifdef comment | Vijay Pai | 2018-03-26 |
| |_|_|/ / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #14722 from jiangtaoli2016/ssl_load_root_certs | Jiangtao Li | 2018-03-25 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | load ssl default root certificates only once | ||
| | | | | | | * | | Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type | everysick | 2018-03-25 |
| |_|_|_|_|_|/ / |/| | | | | | | | |||
| | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into authority_header | David Garcia Quintas | 2018-03-23 |
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||
| | | | | | * | | Added host override info to test fixture config | David Garcia Quintas | 2018-03-23 |
| | | | | | | | |