Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add hysteresis to avoid mallocs | Craig Tiller | 2017-07-24 |
* | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-21 |
|\ | |||
| * | Merge pull request #11816 from sreecha/sreek-epoll1 | Sree Kuchibhotla | 2017-07-21 |
| |\ | |||
* | | | Fix Windows? | Craig Tiller | 2017-07-21 |
* | | | ubsan fix | Craig Tiller | 2017-07-21 |
* | | | Fix race | Craig Tiller | 2017-07-21 |
| * | | Merge pull request #11871 from murgatroid99/uv_portability_fix | Michael Lumish | 2017-07-21 |
| |\ \ | |||
| | | * | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-20 |
| | | |\ | | |_|/ | |/| | | |||
| | | * | Correctly fix the case where pollset->kicked_without_poller was missed | Sree Kuchibhotla | 2017-07-20 |
| | * | | Address comments: change names and remove unnecessary lines | murgatroid99 | 2017-07-20 |
* | | | | casts | Craig Tiller | 2017-07-20 |
* | | | | Eliminate recursion | Craig Tiller | 2017-07-20 |
* | | | | Wrap tracers | Craig Tiller | 2017-07-20 |
| | | * | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-19 |
| | | |\ | |||
| * | | | | Add SO_REUSEPORT support to uv iomgr code | murgatroid99 | 2017-07-19 |
| | |_|/ | |/| | | |||
* | | | | Add debug, fix isolation bug in executor | Craig Tiller | 2017-07-19 |
| | | * | Consume kicked_without_poller | Sree Kuchibhotla | 2017-07-18 |
| | | * | Fix race-condition in epoll1 poller's begin_worker() and pollset_kick() | Sree Kuchibhotla | 2017-07-18 |
| | | * | Add/update comments and remove unused fields | Sree Kuchibhotla | 2017-07-18 |
| | * | | Clang format | murgatroid99 | 2017-07-18 |
* | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-18 |
|\| | | | |||
| | * | | Merge branch 'master' into uv_portability_fix | murgatroid99 | 2017-07-18 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Add asserts that uv calls all run on the same thread | murgatroid99 | 2017-07-18 |
| | * | | Fix failures in libuv portability tests | murgatroid99 | 2017-07-18 |
* | | | | Initial long job support | Craig Tiller | 2017-07-18 |
* | | | | Introduce long/short jobs to executor (not used yet) | Craig Tiller | 2017-07-18 |
* | | | | Debug aids | Craig Tiller | 2017-07-17 |
| * | | | Merge pull request #11788 from y-zeng/fix_fd_orphan | Yuchen Zeng | 2017-07-17 |
| |\ \ \ | |||
* | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-17 |
|\| | | | | |||
| | | | * | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-17 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| | | | * | release the g_epfd whent he engine is shutdown | Sree Kuchibhotla | 2017-07-17 |
| * | | | | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | | | * | fix compiler bug in epoll-ex | Sree Kuchibhotla | 2017-07-14 |
| | | | * | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-14 |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-14 |
|\| | | | | |||
| * | | | | Merge pull request #11825 from sreecha/asan_failure | Sree Kuchibhotla | 2017-07-14 |
| |\ \ \ \ | |||
| | * | | | | fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads | Sree Kuchibhotla | 2017-07-14 |
| * | | | | | Fix use-after-free in timer manager | David Garcia Quintas | 2017-07-13 |
| |/ / / / | |||
| | | | * | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-13 |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-13 |
|\| | | | | |||
| * | | | | Add myself as owner of files in several directories | murgatroid99 | 2017-07-13 |
* | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-07-13 |
|\| | | | | |||
| * | | | | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 |
| |\ \ \ \ | |||
| * | | | | | clang format | ncteisen | 2017-07-13 |
| * | | | | | Tracers know their name | ncteisen | 2017-07-13 |
| | | * | | | Also fix ev_epoll_limited_pollers_linux | Yuchen Zeng | 2017-07-12 |
| | | * | | | Fix fd_orphan in ev_epollsig_linux | Yuchen Zeng | 2017-07-12 |
| * | | | | | Merge pull request #11547 from ctiller/epex7 | Craig Tiller | 2017-07-12 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| | | | | * | Merge branch 'enable-epoll1' of https://github.com/ctiller/grpc into ctiller-... | Sree Kuchibhotla | 2017-07-12 |
| | |_|_|/| | |/| | | | | |||
| * | | | | | Merge pull request #11716 from sreecha/timer_comments | Sree Kuchibhotla | 2017-07-12 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | |