Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | Reduce the number of kicks | Sree Kuchibhotla | 2016-06-29 | |
| | | | | | | ||||
| | * | | | | Minor format fix | Sree Kuchibhotla | 2016-06-28 | |
| | | | | | | ||||
| | * | | | | Trace statements in epoll poller (enabled by default to debug the recent | Sree Kuchibhotla | 2016-06-28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | perf regression) | |||
| | | * | | | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-28 | |
| | | |\ \ \ | | |_|/ / / | |/| | | | | ||||
| * | | | | | Merge pull request #6920 from murgatroid99/grpc_trace_granularity | Jan Tattermusch | 2016-06-28 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Allow disabling traces, add trace variables for pluck and timeout events | |||
| * | | | | | Merge pull request #7082 from ctiller/time_errors | Craig Tiller | 2016-06-27 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Annotate error.c for timing, remove broken test | |||
| * | | | | | | Fix comment formatting | Craig Tiller | 2016-06-27 | |
| | | | | | | | ||||
| * | | | | | | Dont reblock sigmask every loop | Craig Tiller | 2016-06-27 | |
| | | | | | | | ||||
| | | | | * | | Dont create errors redundently in chttp2_transport.c | Craig Tiller | 2016-06-27 | |
| | | | | | | | ||||
| | | * | | | | Resolved merge conflicts with master | murgatroid99 | 2016-06-27 | |
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | ||||
| | | | | * | | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-27 | |
| | | | | |\ \ | | | | | |/ / | | | | |/| | | ||||
| * | | / | | | Annotate more things | Craig Tiller | 2016-06-27 | |
| | |_|/ / / | |/| | | | | ||||
| * | | | | | Merge pull request #6644 from ctiller/reuse_port | Jan Tattermusch | 2016-06-27 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | SO_REUSEPORT support | |||
| | | * | | | | Annotate error.c for timing, remove broken test | Craig Tiller | 2016-06-27 | |
| | |/ / / / | |/| | | | | ||||
| * | | | | | Merge pull request #6973 from makdharma/network_status_change | Jan Tattermusch | 2016-06-27 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Network status tracking | |||
| | | | | * \ | Merge github.com:grpc/grpc into %s | Craig Tiller | 2016-06-27 | |
| | | | | |\ \ | ||||
| * | | | | \ \ | Merge pull request #6888 from yang-g/fixes | Jan Tattermusch | 2016-06-27 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | Minor fixes | |||
| * | | | | | | | Fix GPR_TIMER misbalancing | Craig Tiller | 2016-06-26 | |
| | | | | | | | | ||||
| | | | * | | | | Merge github.com:grpc/grpc into reuse_port | Craig Tiller | 2016-06-26 | |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #7043 from kpayson64/clang_format | Jan Tattermusch | 2016-06-25 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix clang formatting | |||
| * \ \ \ \ \ \ \ | Merge pull request #6803 from sreecha/epoll_changes | Craig Tiller | 2016-06-25 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | New epoll based polling implementation | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #6798 from jboeuf/fix_3803 | Jan Tattermusch | 2016-06-24 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix #3803 | |||
| | | | * | | | | | | | Fix clang formatting | Ken Payson | 2016-06-24 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Merge pull request #7014 from ctiller/fix_tracing | Jan Tattermusch | 2016-06-24 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | Re-enable accidentally disabled traces | |||
| | | | | | | | | * | | Fixes | Craig Tiller | 2016-06-24 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Update master branch to 0.16.0-dev | murgatroid99 | 2016-06-24 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-23 | |
| | | | |\ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||
| | | | * | | | | | | | Change the type of 'ref_count' in polling_island from gpr_atm to | Sree Kuchibhotla | 2016-06-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_refcount | |||
| | | | | | | | | * | | Fix special value lookup | Craig Tiller | 2016-06-23 | |
| | | | | | | | | | | | ||||
| | | | * | | | | | | | Better error handling and add polling_island_unlock_pair() helper | Sree Kuchibhotla | 2016-06-23 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Merge pull request #7003 from kpayson64/mingw_str_format_support | Nicolas Noble | 2016-06-23 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Changed %lld to use mingw supported PRId64 | |||
| | | | | | | | | | * | | Fix comparison | Craig Tiller | 2016-06-23 | |
| | | | | | | | | | | | | ||||
| | | | | | | * | | | | | Removed gpr_log statement | Makarand Dharmapurikar | 2016-06-23 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Fix comparison | Craig Tiller | 2016-06-23 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Make transport-level errors be reflected in status messages on calls | Craig Tiller | 2016-06-23 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows us to eliminate logging those errors by default (since they are explicitly passed up to the application). Required plumbing errors through the stack a little more deeply than we had previously. | |||
| | * | | | | | | | | | Changed %lld to use mingw supported PRId64 | Ken Payson | 2016-06-23 | |
| | | | | | | | | | | | ||||
| | | | | | | | | * | | Merge branch 'master' into grpc_trace_granularity | murgatroid99 | 2016-06-23 | |
| | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||
| | | | | | * | | | | | Merge remote-tracking branch 'upstream/master' into fixes | yang-g | 2016-06-23 | |
| | | | | | |\ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||
| | | | | * | | | | | | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-23 | |
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||
| | | * | | | | | | | | Re-enable accidentally disabled traces | Craig Tiller | 2016-06-23 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
| | | | * | | | | | | clang format | Sree Kuchibhotla | 2016-06-22 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Initialize port to -1 | Ken Payson | 2016-06-22 | |
| |/ / / / / / / / | ||||
| | | | | | | | * | Merge remote-tracking branch 'upstream/master' into handler_http_response | Yuchen Zeng | 2016-06-22 | |
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| | | | | * | | | | clang-format fixes | Makarand Dharmapurikar | 2016-06-22 | |
| | | | | | | | | | ||||
| | | * | | | | | | Fix build errors on some configurations | Sree Kuchibhotla | 2016-06-22 | |
| | | | | | | | | | ||||
| | | | | * | | | | add code to unregister endpoints | Makarand Dharmapurikar | 2016-06-22 | |
| | | | | | | | | | ||||
| | | * | | | | | | Remove pollset->pi_mu since it is redundant. Also do not get polling | Sree Kuchibhotla | 2016-06-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | island lock in the fast-path | |||
| | | * | | | | | | Add missing function fd_is_shutdown | Sree Kuchibhotla | 2016-06-21 | |
| | | | | | | | | | ||||
| | | * | | | | | | Make fd_shutdown idempotent | Sree Kuchibhotla | 2016-06-21 | |
| | | | | | | | | | ||||
| | | * | | | | | | Integrate with unified error reporting | Sree Kuchibhotla | 2016-06-21 | |
| | | | | | | | | |