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 |
| * | A Cython-layer read-not-all-responses test | Nathaniel Manista | 2016-06-03 |
| * | Merge pull request #6254 from grpc/python_per_rpc_interop | Jan Tattermusch | 2016-06-03 |
| |\ | |||
| * \ | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
| |\ \ | |||
| * \ \ | Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments | Jan Tattermusch | 2016-06-03 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #6711 from thought-machine/fix_read_leak | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #6731 from vjpai/beheader | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge pull request #6762 from nathanielmanistaatgoogle/ga | 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 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #5901 from dgquintas/lr_hook | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ \ \ \ \ \ | |||
| | | | * | | | | | | | Only send status and message with stream closure when needed | Craig Tiller | 2016-06-02 |
| | | | | * | | | | | | Python GA security API | Nathaniel Manista | 2016-06-02 |
| | | * | | | | | | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | | |/ / / / / / / | |||
| * | | | | | | | | | Merge pull request #6752 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-02 |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | / / / / / / | | | |/ / / / / / | | |/| | | | | | | |||
| | | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| | | | | * | | | | Fix memory leak reading from python ByteBuffer. | alex | 2016-06-02 |
| | * | | | | | | | Python GA channel and server | Nathaniel Manista | 2016-06-01 |
| * | | | | | | | | Fixed ruby fd bug | Ken Payson | 2016-06-01 |
| |/ / / / / / / | |||
| * | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge pull request #5794 from chrisdunelm/WriteOptions_readonly | Jan Tattermusch | 2016-06-01 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6719 from murgatroid99/node_compressed_read_fix | Jan Tattermusch | 2016-06-01 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #6724 from nathanielmanistaatgoogle/paused | Jan Tattermusch | 2016-06-01 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6327 from nathanielmanistaatgoogle/ga | Jan Tattermusch | 2016-06-01 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | | | | | Rewrite all the pollset and fd functions in ev_epoll_linux.c | Sree Kuchibhotla | 2016-06-01 |
| | | | | | | | | | | | * | | Change _win32 suffixes in src/python/grpcio/ | Yuchen Zeng | 2016-05-31 |
| | | | | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | | | | | | | | | | | |\ \ | |||
| | * | | | | | | | | | | | | | Interfaces of Python GA API | Nathaniel Manista | 2016-05-31 |
| | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | |||
| * / | | | | | | | | | | | | Revert "Remove legacy poller" | Craig Tiller | 2016-05-31 |
| |/ / / / / / / / / / / / | |||
| | | | | | | | * / / / / | Deprecate perf_db use | vjpai | 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 |