aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Fix asan failures (i.e add pollset_global_shutdown), remove debug logGravatar Sree Kuchibhotla2016-06-06
* Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-06
|\
* | Minor commentsGravatar Sree Kuchibhotla2016-06-06
* | Remove unused filesGravatar Sree Kuchibhotla2016-06-06
* | Fix a few bugs in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-06-04
* | Handle pollsets and fds witn no polling islands and fix locking bug in pollse...Gravatar Sree Kuchibhotla2016-06-03
* | epoll polling strategy now points to the new codeGravatar Sree Kuchibhotla2016-06-03
* | Functionality complete in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-06-03
| * Merge pull request #6306 from y-zeng/win32_suffixGravatar Jan Tattermusch2016-06-03
| |\
| * \ Merge pull request #6772 from ctiller/beefyGravatar Jan Tattermusch2016-06-03
| |\ \
| * \ \ Merge pull request #6761 from ctiller/there-were-no-fatalitiesGravatar Jan Tattermusch2016-06-03
| |\ \ \
| | | * | Only send status and message with stream closure when neededGravatar Craig Tiller2016-06-02
| | * | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWNGravatar Craig Tiller2016-06-02
| | |/ /
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-06-02
| |\| |
| | * | Merge pull request #6702 from a-veitch/add_protoGravatar Jan Tattermusch2016-06-01
| | |\ \
| | * \ \ Merge pull request #6721 from vjpai/cleanupGravatar Jan Tattermusch2016-06-01
| | |\ \ \
* | | | | | Rewrite all the pollset and fd functions in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-06-01
| | | | | * Merge remote-tracking branch 'upstream/master' into baseGravatar Yuchen Zeng2016-05-31
| | | | | |\
| | * | | | | Revert "Remove legacy poller"Gravatar Craig Tiller2016-05-31
| | | |_|_|/ | | |/| | |
* | | | | | Correct typoGravatar Sree Kuchibhotla2016-05-31
* | | | | | ctiller's ev_epoll_linux.c file (for reference)Gravatar Sree Kuchibhotla2016-05-31
* | | | | | Removed epoll_fd_global_listGravatar Sree Kuchibhotla2016-05-31
* | | | | | Write most of the methods in the new epoll implementationGravatar Sree Kuchibhotla2016-05-31
* | | | | | Remove union { } data and epoll_hdr structures. Added ev_epoll_linuxGravatar Sree Kuchibhotla2016-05-31
* | | | | | experiment with signalsGravatar Sree Kuchibhotla2016-05-31
* | | | | | Minor refactor of add_fd pathGravatar Sree Kuchibhotla2016-05-31
* | | | | | Remove grpc_fd_watcher and related code from ev_epoll_posix.cGravatar Sree Kuchibhotla2016-05-31
* | | | | | Remove idle_jobs and in_flight_cbs from pollsetGravatar Sree Kuchibhotla2016-05-31
* | | | | | Moving the creation of epoll_fd to pollset_init() instead ofGravatar Sree Kuchibhotla2016-05-31
* | | | | | Pollset_reset should not destroy the epoll_fdGravatar Sree Kuchibhotla2016-05-31
* | | | | | Remove delayed_addGravatar Sree Kuchibhotla2016-05-31
* | | | | | Remove basic_pollset and the promotion related codeGravatar Sree Kuchibhotla2016-05-31
* | | | | | Base changes. Create ev_epoll_posix.{c,h} files by making a copy of ev_poll_a...Gravatar Sree Kuchibhotla2016-05-31
| |/ / / / |/| | | |
| | | * | Merge branch 'master' into add_protoGravatar Alistair Veitch2016-05-27
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | regenerate projectsGravatar Alistair Veitch2016-05-27
* | | | | Merge pull request #6586 from makdharma/cronetGravatar Jorge Canizales2016-05-27
|\ \ \ \ \
| | | | * | fix options file; fix generated include guardsGravatar Alistair Veitch2016-05-26
| | | * | | Remove unused structGravatar vjpai2016-05-26
| | | * | | Remove some unused enumsGravatar vjpai2016-05-26
| |_|/ / / |/| | | |
* | | | | Round robin notifier pollsetGravatar Craig Tiller2016-05-24
| | | * | really moveGravatar Alistair Veitch2016-05-24
| | | * | move proto fileGravatar Alistair Veitch2016-05-24
| | | * | Fix incorrect script invocation for code generation.Gravatar Alistair Veitch2016-05-24
| | | * | Merge branch 'master' into add_protoGravatar Alistair Veitch2016-05-24
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | update docsGravatar Alistair Veitch2016-05-24
* | | | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
|\ \ \ \ \
| | | | * | end-to-end compilationGravatar Alistair Veitch2016-05-23
| | | | * | checkpointGravatar Alistair Veitch2016-05-23
| * | | | | Merge pull request #6423 from ctiller/signal_handlerGravatar Jan Tattermusch2016-05-22
| |\ \ \ \ \
* | | | | | | Revert "Revert "Remove spam""Gravatar Craig Tiller2016-05-21