aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Dont reblock sigmask every loopGravatar Craig Tiller2016-06-27
|
* Merge pull request #6644 from ctiller/reuse_portGravatar Jan Tattermusch2016-06-27
|\ | | | | SO_REUSEPORT support
* \ Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
|\ \ | | | | | | Network status tracking
* \ \ 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 #6803 from sreecha/epoll_changesGravatar Craig Tiller2016-06-25
|\ \ \ \ | | | | | | | | | | New epoll based polling implementation
| * | | | Change the type of 'ref_count' in polling_island from gpr_atm toGravatar Sree Kuchibhotla2016-06-23
| | | | | | | | | | | | | | | | | | | | gpr_refcount
| * | | | Better error handling and add polling_island_unlock_pair() helperGravatar Sree Kuchibhotla2016-06-23
| | | | |
| | | * | Removed gpr_log statementGravatar Makarand Dharmapurikar2016-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
| | | | |
| * | | | Integrate with unified error reportingGravatar Sree Kuchibhotla2016-06-21
| | | | |
| * | | | Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| |\ \ \ \ | |/ / / / |/| | | |
| | * | | Merge branch 'master' into fixesGravatar yang-g2016-06-21
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Fix refcounting tsan failures and grab pollset lock in the functionGravatar Sree Kuchibhotla2016-06-21
| | | | | | | | | | | | | | | | | | | | pollset_add_fd
| * | | | Significantly refactor the polling island locking and refcounting codeGravatar Sree Kuchibhotla2016-06-20
| | | | |
| | | * | more files after running build.yaml changes throughGravatar Makarand Dharmapurikar2016-06-20
| | | | |
| | | * | Network status trackingGravatar Makarand Dharmapurikar2016-06-20
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Recreated the old PR (https://github.com/grpc/grpc/pull/6283) in a new repo since the old repo was destroyed. Removed changes to tcp_posix.c and tpc_windows.c, instead depending on the idempotent endpoint shutdown code from https://github.com/grpc/grpc/pull/6911.
| | | * Fix windows build errorGravatar Craig Tiller2016-06-20
| | | |
| | | * Merge github.com:grpc/grpc into reuse_portGravatar Craig Tiller2016-06-20
| | | |\ | |_|_|/ |/| | |
| * | | Test polling island mergesGravatar Sree Kuchibhotla2016-06-16
| | | |
| * | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-16
| |\ \ \
| * | | | Compilation errorGravatar Sree Kuchibhotla2016-06-15
| | | | |
* | | | | Fix merge errorGravatar Craig Tiller2016-06-15
| | | | |
* | | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
|\ \ \ \ \
| * | | | | Make {endpoint,fd}_shutdown idempotentGravatar Craig Tiller2016-06-15
| | |/ / / | |/| | |
| | * | | Rename _GRPC_TSAN to GRPC_TSANGravatar Sree Kuchibhotla2016-06-13
| | | | |
| | * | | Fix tsan failuresGravatar Sree Kuchibhotla2016-06-13
| | | | |
* | | | | Getting handshake timeouts in placeGravatar Craig Tiller2016-06-13
| | | | |
| | | * | Minor fixesGravatar yang-g2016-06-13
| | | | |
| | * | | Fix bad mergeGravatar Sree Kuchibhotla2016-06-13
| | | | |
| | * | | Fix ref counting bugGravatar Sree Kuchibhotla2016-06-10
| | | | |
| * | | | Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\| | |
| | * | Add an API at the core level to disable signals or use a differentGravatar Sree Kuchibhotla2016-06-09
| | | | | | | | | | | | | | | | signal number
* | | | Fix ipv4-only listeningGravatar Craig Tiller2016-06-09
| | | |
* | | | Fix somewhat obvious errorGravatar Craig Tiller2016-06-09
| | | |
| | * | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-09
| | |\ \ | | |/ / | |/| |
| | * | Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC verGravatar Sree Kuchibhotla2016-06-09
| | | | | | | | | | | | | | | | 2.9 and above
* | | | Add error propagationGravatar Craig Tiller2016-06-09
| | | |