Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix asan failures (i.e add pollset_global_shutdown), remove debug log | Sree Kuchibhotla | 2016-06-06 |
* | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-06 |
|\ | |||
* | | Minor comments | Sree Kuchibhotla | 2016-06-06 |
* | | Remove unused files | Sree Kuchibhotla | 2016-06-06 |
* | | Fix a few bugs in ev_epoll_linux.c | Sree Kuchibhotla | 2016-06-04 |
* | | Handle pollsets and fds witn no polling islands and fix locking bug in pollse... | Sree Kuchibhotla | 2016-06-03 |
* | | epoll polling strategy now points to the new code | Sree Kuchibhotla | 2016-06-03 |
* | | Functionality complete in ev_epoll_linux.c | Sree Kuchibhotla | 2016-06-03 |
| * | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| |\ | |||
| * \ | Merge pull request #6772 from ctiller/beefy | Jan Tattermusch | 2016-06-03 |
| |\ \ | |||
| * \ \ | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ | |||
| | | * | | Only send status and message with stream closure when needed | Craig Tiller | 2016-06-02 |
| | * | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | |/ / | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| |\| | | |||
| | * | | Merge pull request #6702 from a-veitch/add_proto | Jan Tattermusch | 2016-06-01 |
| | |\ \ | |||
| | * \ \ | Merge pull request #6721 from vjpai/cleanup | Jan Tattermusch | 2016-06-01 |
| | |\ \ \ | |||
* | | | | | | Rewrite all the pollset and fd functions in ev_epoll_linux.c | Sree Kuchibhotla | 2016-06-01 |
| | | | | * | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | | | | |\ | |||
| | * | | | | | Revert "Remove legacy poller" | Craig Tiller | 2016-05-31 |
| | | |_|_|/ | | |/| | | | |||
* | | | | | | Correct typo | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | ctiller's ev_epoll_linux.c file (for reference) | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Removed epoll_fd_global_list | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Write most of the methods in the new epoll implementation | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Remove union { } data and epoll_hdr structures. Added ev_epoll_linux | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | experiment with signals | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Minor refactor of add_fd path | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Remove grpc_fd_watcher and related code from ev_epoll_posix.c | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Remove idle_jobs and in_flight_cbs from pollset | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Moving the creation of epoll_fd to pollset_init() instead of | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Pollset_reset should not destroy the epoll_fd | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Remove delayed_add | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Remove basic_pollset and the promotion related code | Sree Kuchibhotla | 2016-05-31 |
* | | | | | | Base changes. Create ev_epoll_posix.{c,h} files by making a copy of ev_poll_a... | Sree Kuchibhotla | 2016-05-31 |
| |/ / / / |/| | | | | |||
| | | * | | Merge branch 'master' into add_proto | Alistair Veitch | 2016-05-27 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | | * | | regenerate projects | Alistair Veitch | 2016-05-27 |
* | | | | | Merge pull request #6586 from makdharma/cronet | Jorge Canizales | 2016-05-27 |
|\ \ \ \ \ | |||
| | | | * | | fix options file; fix generated include guards | Alistair Veitch | 2016-05-26 |
| | | * | | | Remove unused struct | vjpai | 2016-05-26 |
| | | * | | | Remove some unused enums | vjpai | 2016-05-26 |
| |_|/ / / |/| | | | | |||
* | | | | | Round robin notifier pollset | Craig Tiller | 2016-05-24 |
| | | * | | really move | Alistair Veitch | 2016-05-24 |
| | | * | | move proto file | Alistair Veitch | 2016-05-24 |
| | | * | | Fix incorrect script invocation for code generation. | Alistair Veitch | 2016-05-24 |
| | | * | | Merge branch 'master' into add_proto | Alistair Veitch | 2016-05-24 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
| | | * | | update docs | Alistair Veitch | 2016-05-24 |
* | | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
|\ \ \ \ \ | |||
| | | | * | | end-to-end compilation | Alistair Veitch | 2016-05-23 |
| | | | * | | checkpoint | Alistair Veitch | 2016-05-23 |
| * | | | | | Merge pull request #6423 from ctiller/signal_handler | Jan Tattermusch | 2016-05-22 |
| |\ \ \ \ \ | |||
* | | | | | | | Revert "Revert "Remove spam"" | Craig Tiller | 2016-05-21 |