aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Fix race in network status monitorGravatar Craig Tiller2016-07-01
|
* Fix memory leak, fix error.c refcount reportingGravatar Craig Tiller2016-06-30
|
* Merge pull request #7025 from ctiller/%sGravatar Craig Tiller2016-06-30
|\ | | | | Make transport-level errors be reflected in status messages on calls
* \ Merge pull request #7123 from sreecha/epoll_perfGravatar Jan Tattermusch2016-06-29
|\ \ | | | | | | Trace statements in epoll poller (enabled by default to debug the recent perf regression)
| * | Reduce the number of kicksGravatar Sree Kuchibhotla2016-06-29
| | |
| * | Minor format fixGravatar Sree Kuchibhotla2016-06-28
| | |
| * | Trace statements in epoll poller (enabled by default to debug the recentGravatar Sree Kuchibhotla2016-06-28
| | | | | | | | | | | | perf regression)
| | * Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-28
| | |\ | |_|/ |/| |
* | | Merge pull request #6920 from murgatroid99/grpc_trace_granularityGravatar Jan Tattermusch2016-06-28
|\ \ \ | |/ / |/| | Allow disabling traces, add trace variables for pluck and timeout events
* | | Merge pull request #7082 from ctiller/time_errorsGravatar Craig Tiller2016-06-27
|\ \ \ | | | | | | | | Annotate error.c for timing, remove broken test
* | | | Fix comment formattingGravatar Craig Tiller2016-06-27
| | | |
* | | | Dont reblock sigmask every loopGravatar Craig Tiller2016-06-27
| | | |
| | * | Resolved merge conflicts with masterGravatar murgatroid992016-06-27
| | |\ \ | |_|/ / |/| | |
| | | * Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #6644 from ctiller/reuse_portGravatar Jan Tattermusch2016-06-27
|\ \ \ \ | | | | | | | | | | SO_REUSEPORT support
| | * | | Annotate error.c for timing, remove broken testGravatar Craig Tiller2016-06-27
| |/ / / |/| | |
* | | | Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ \ \ \ | | | | | | | | | | Network status tracking
| | | | * Merge github.com:grpc/grpc into %sGravatar Craig Tiller2016-06-27
| | | | |\
* | | | | \ Merge pull request #6888 from yang-g/fixesGravatar Jan Tattermusch2016-06-27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Minor fixes
* | | | | | Fix GPR_TIMER misbalancingGravatar Craig Tiller2016-06-26
| | | | | |
| | | * | | Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-26
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #7043 from kpayson64/clang_formatGravatar Jan Tattermusch2016-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix clang formatting
* \ \ \ \ \ \ Merge pull request #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | New epoll based polling implementation
* \ \ \ \ \ \ \ Merge pull request #6798 from jboeuf/fix_3803Gravatar Jan Tattermusch2016-06-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix #3803
| | | * | | | | | Fix clang formattingGravatar Ken Payson2016-06-24
| | | | | | | | |
* | | | | | | | | Merge pull request #7014 from ctiller/fix_tracingGravatar Jan Tattermusch2016-06-24
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Re-enable accidentally disabled traces
| | | | | | | | * FixesGravatar Craig Tiller2016-06-24
| | | | | | | | |
* | | | | | | | | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | | * | | | | | Change the type of 'ref_count' in polling_island from gpr_atm toGravatar Sree Kuchibhotla2016-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpr_refcount
| | | | | | | | * Fix special value lookupGravatar Craig Tiller2016-06-23
| | | | | | | | |
| | | * | | | | | Better error handling and add polling_island_unlock_pair() helperGravatar Sree Kuchibhotla2016-06-23
| | | | | | | | |
* | | | | | | | | Merge pull request #7003 from kpayson64/mingw_str_format_supportGravatar Nicolas Noble2016-06-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Changed %lld to use mingw supported PRId64
| | | | | | | | | * Fix comparisonGravatar Craig Tiller2016-06-23
| | | | | | | | | |
| | | | | | * | | | Removed gpr_log statementGravatar Makarand Dharmapurikar2016-06-23
| | | | | | | | | |
| | | | | | | | | * Fix comparisonGravatar Craig Tiller2016-06-23
| | | | | | | | | |
| | | | | | | | | * Make transport-level errors be reflected in status messages on callsGravatar Craig Tiller2016-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 PRId64Gravatar Ken Payson2016-06-23
| | | | | | | | |
| | | | | | | | * Merge branch 'master' into grpc_trace_granularityGravatar murgatroid992016-06-23
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | * | | | Merge remote-tracking branch 'upstream/master' into fixesGravatar yang-g2016-06-23
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| | | | * | | | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-23
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | * | | | | | | Re-enable accidentally disabled tracesGravatar Craig Tiller2016-06-23
| |/ / / / / / / |/| | | | | | |
| | | * | | | | clang formatGravatar Sree Kuchibhotla2016-06-22
| | | | | | | |
* | | | | | | | Initialize port to -1Gravatar Ken Payson2016-06-22
|/ / / / / / /
| | | | * | | clang-format fixesGravatar Makarand Dharmapurikar2016-06-22
| | | | | | |
| | * | | | | Fix build errors on some configurationsGravatar Sree Kuchibhotla2016-06-22
| | | | | | |
| | | | * | | add code to unregister endpointsGravatar Makarand Dharmapurikar2016-06-22
| | | | | | |
| | * | | | | Remove pollset->pi_mu since it is redundant. Also do not get pollingGravatar Sree Kuchibhotla2016-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | island lock in the fast-path
| | * | | | | Add missing function fd_is_shutdownGravatar Sree Kuchibhotla2016-06-21
| | | | | | |
| | * | | | | Make fd_shutdown idempotentGravatar Sree Kuchibhotla2016-06-21
| | | | | | |