Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add hysteresis to avoid mallocs | Craig Tiller | 2017-07-24 |
* | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-21 |
|\ | |||
| * | Merge pull request #11884 from yashykt/connect-auth | Yash Tibrewal | 2017-07-21 |
| |\ | |||
| * \ | Merge pull request #11816 from sreecha/sreek-epoll1 | Sree Kuchibhotla | 2017-07-21 |
| |\ \ | |||
| * \ \ | Merge pull request #9840 from ctiller/maxstrm | Craig Tiller | 2017-07-21 |
| |\ \ \ | |||
* | | | | | always offload partial writes | Craig Tiller | 2017-07-21 |
* | | | | | Fix Windows? | Craig Tiller | 2017-07-21 |
* | | | | | ubsan fix | Craig Tiller | 2017-07-21 |
* | | | | | Fix race | Craig Tiller | 2017-07-21 |
| | | | * | Changing a few variable names and adding few safety conditions | Yash Tibrewal | 2017-07-21 |
| * | | | | Merge pull request #11871 from murgatroid99/uv_portability_fix | Michael Lumish | 2017-07-21 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #11693 from ncteisen/refactor-thread-pool | Noah Eisen | 2017-07-21 |
| |\ \ \ \ \ | |||
| | | | | * \ | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-20 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
| | | | | * | | Correctly fix the case where pollset->kicked_without_poller was missed | Sree Kuchibhotla | 2017-07-20 |
| * | | | | | | Merge pull request #11890 from vjpai/inproc_comment | Vijay Pai | 2017-07-20 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #11764 from apolcyn/fix_ruby_socket_leak | apolcyn | 2017-07-20 |
| |\ \ \ \ \ \ \ | |||
| | | | | | | | * | Test credentials are passed with channel arg. Renamed macros and refactored c... | Yash Tibrewal | 2017-07-20 |
| * | | | | | | | | Merge pull request #11875 from murgatroid99/core_uv_reuse_port | Michael Lumish | 2017-07-20 |
| |\ \ \ \ \ \ \ \ | |||
| | | | | | * | | | | Address comments: change names and remove unnecessary lines | murgatroid99 | 2017-07-20 |
* | | | | | | | | | | casts | Craig Tiller | 2017-07-20 |
| | | * | | | | | | | add a standalone client auth test | Alexander Polcyn | 2017-07-20 |
* | | | | | | | | | | Track early results | Craig Tiller | 2017-07-20 |
* | | | | | | | | | | Tweak write scheduling rules | Craig Tiller | 2017-07-20 |
* | | | | | | | | | | Complete metadata writes inline now that thats safe | Craig Tiller | 2017-07-20 |
* | | | | | | | | | | Fix scheduler selection | Craig Tiller | 2017-07-20 |
* | | | | | | | | | | Eliminate recursion | Craig Tiller | 2017-07-20 |
| | | | * | | | | | | Improve a comment in inproc transport | Vijay Pai | 2017-07-20 |
| | |_|/ / / / / / | |/| | | | | | | | |||
* | | | | | | | | | Wrap tracers | Craig Tiller | 2017-07-20 |
| * | | | | | | | | Merge pull request #11773 from michaelbausor/stub_param | Stanley Cheung | 2017-07-19 |
| |\ \ \ \ \ \ \ \ | |||
| | | | | | | | | * | Nit correction | Yash Tibrewal | 2017-07-19 |
| | | | * | | | | | | add missing fields on server call context and improve robustness of finished ... | Alexander Polcyn | 2017-07-19 |
| | | | | | | | | * | Removing a few style issues | Yash Tibrewal | 2017-07-19 |
| * | | | | | | | | | Merge pull request #11770 from ncteisen/too-much-trace | Noah Eisen | 2017-07-19 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #11874 from dgquintas/fix_pending_grpclb | David G. Quintas | 2017-07-19 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | | * \ | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-19 |
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||
| | | | | | | | | | | * | Merged latest commit from upstream | Yash Tibrewal | 2017-07-19 |
| | | | | | | | | | | |\ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||
| | | | | | | | | | | * | Adding connect auth feature. Proxy-Authorization header is being inserted whe... | Yash Tibrewal | 2017-07-19 |
| | | | | * | | | | | | | Add SO_REUSEPORT support to uv iomgr code | murgatroid99 | 2017-07-19 |
* | | | | | | | | | | | | Add debug, fix isolation bug in executor | Craig Tiller | 2017-07-19 |
| * | | | | | | | | | | | Merge pull request #11755 from bsyk/observe_no_proxy | Mark D. Roth | 2017-07-19 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| | * | | | | | | | | | | | Check for no_proxy environment variable and skip proxy if host is listed | Ben Sykes | 2017-07-19 |
| | | | * | | | | | | | | | Const correct and clang | ncteisen | 2017-07-19 |
| | | | | | | | | | | * | | Consume kicked_without_poller | Sree Kuchibhotla | 2017-07-18 |
| | | | | | | | | | | * | | Fix race-condition in epoll1 poller's begin_worker() and pollset_kick() | Sree Kuchibhotla | 2017-07-18 |
| * | | | | | | | | | | | | Merge pull request #11787 from guantaol/qps_driver | Guantao Liu | 2017-07-18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |||
| | | | | | | * | | | | | | make sure that client-side view of calls is robust | Alexander Polcyn | 2017-07-18 |
| | | | | | | | * | | | | | Anon namespace over static | ncteisen | 2017-07-18 |
| | | | | | | | * | | | | | Rename function to avoud future clash | ncteisen | 2017-07-18 |
| | | | | | | | * | | | | | Make CreateThreadPool settable | ncteisen | 2017-07-18 |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |||
| | | | | * | | | | | | | Add comment | ncteisen | 2017-07-18 |