Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #7176 from ctiller/deflake | Craig Tiller | 2016-06-30 |
|\ | |||
* \ | Merge pull request #7092 from ctiller/dont_create_redundant_errors | Jan Tattermusch | 2016-06-30 |
|\ \ | |||
* \ \ | Merge pull request #7151 from dgquintas/eventfd | Jan Tattermusch | 2016-06-30 |
|\ \ \ | |||
| | | * | Fix memory leak, fix error.c refcount reporting | Craig Tiller | 2016-06-30 |
| |_|/ |/| | | |||
* | | | Merge pull request #7025 from ctiller/%s | Craig Tiller | 2016-06-30 |
|\ \ \ | |||
| | * | | implemented eventfd_check_availability | David Garcia Quintas | 2016-06-29 |
| |/ / |/| | | |||
* | | | Merge pull request #7123 from sreecha/epoll_perf | Jan Tattermusch | 2016-06-29 |
|\ \ \ | |||
| * | | | 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 |
| | * | | 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 |
|\ \ \ \ | |/ / / |/| | | | |||
* | | | | Merge pull request #7082 from ctiller/time_errors | Craig Tiller | 2016-06-27 |
|\ \ \ \ | |||
* | | | | | 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 |
|\ \ \ \ | |||
| | * | | | 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 |
|\ \ \ \ | |||
| | | | * | 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 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | 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 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #6803 from sreecha/epoll_changes | Craig Tiller | 2016-06-25 |
|\ \ \ \ \ \ \ | |||
* \ \ \ \ \ \ \ | Merge pull request #6798 from jboeuf/fix_3803 | Jan Tattermusch | 2016-06-24 |
|\ \ \ \ \ \ \ \ | |||
| | | * | | | | | | Fix clang formatting | Ken Payson | 2016-06-24 |
* | | | | | | | | | Merge pull request #7014 from ctiller/fix_tracing | Jan Tattermusch | 2016-06-24 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
| | | | | | | | * | 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 |
| | | | | | | | * | 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 |
|\ \ \ \ \ \ \ \ \ | |||
| | | | | | | | | * | 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 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
| * | | | | | | | | 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 |
|/ / / / / / / | |||
| | | | * | | | clang-format fixes | Makarand Dharmapurikar | 2016-06-22 |