Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Improve comment | Craig Tiller | 2016-09-02 |
* | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-30 |
|\ | |||
| * | Merge pull request #7795 from dgquintas/errors_doc | David G. Quintas | 2016-08-30 |
| |\ | |||
| * \ | Merge pull request #7645 from y-zeng/fix_ev_epoll_linux | kpayson64 | 2016-08-30 |
| |\ \ | |||
| * | | | Mark an epoll that has a timeout as a blocking region | Vijay Pai | 2016-08-28 |
| * | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
| |\ \ \ | |||
| | | | * | slight rewording of grpc_error ownership rules | David Garcia Quintas | 2016-08-19 |
| | |_|/ | |/| | | |||
| | * | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail. | Nicolas "Pixel" Noble | 2016-08-19 |
| * | | | Include missing header in ev_epoll_linux.c | Sree Kuchibhotla | 2016-08-16 |
| * | | | Merge pull request #7675 from y-zeng/AF_unix_so_reuseport | David G. Quintas | 2016-08-10 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #7128 from daniel-j-born/server_clone_fix | Nicolas Noble | 2016-08-09 |
| |\ \ \ \ | |||
| | | * | | | Disable SO_REUSEPORT at prepare_socket() for unix sockets | Yuchen Zeng | 2016-08-08 |
| | | * | | | Disable SO_REUSEPORT for UNIX socket | Yuchen Zeng | 2016-08-08 |
| | |/ / / | |/| | | | |||
| | | | * | Fix the error ref issue | Yuchen Zeng | 2016-08-04 |
| | |_|/ | |/| | | |||
* | | | | Fix tsan reported error in trace | Craig Tiller | 2016-08-04 |
* | | | | clang-format | Craig Tiller | 2016-08-04 |
* | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-08-04 |
|\| | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-08-02 |
| |\ \ \ | |||
| | * | | | Some compilers don't like big stack frames. There is no need | Vijay Pai | 2016-07-29 |
| | * | | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master | Nicolas Noble | 2016-07-25 |
| | |\ \ \ | |||
* | | \ \ \ | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-07-24 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #7320 from yang-g/shut_down_acceptor_early | Nicolas Noble | 2016-07-22 |
| |\ \ \ \ \ | |||
| | | | * | | | Fixed incorrect merges | murgatroid99 | 2016-07-22 |
| | | | * | | | Merge v1.0.x into master | murgatroid99 | 2016-07-22 |
| | |_|/| | | | |/| | | |/ | | | | |/| | |||
| | | * | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-21 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
* | | | | | | Force queuing to workqueue instead of relying on exec_ctx | Craig Tiller | 2016-07-19 |
* | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-07-19 |
|\| | | | | | |||
| | | | * | | Merge pull request #6737 from ctiller/delayed-write | Craig Tiller | 2016-07-19 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early | yang-g | 2016-07-18 |
| | |\ \ \ \ | |||
* | | | | | | | Get traces around everything | Craig Tiller | 2016-07-18 |
* | | | | | | | Fixes & debug | Craig Tiller | 2016-07-18 |
* | | | | | | | Fixes | Craig Tiller | 2016-07-18 |
| | | | * | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failure | Mark D. Roth | 2016-07-15 |
| | | | |\ \ \ | | | | |/ / / | | | |/| | | | |||
* | | | | | | | Merge github.com:grpc/grpc into grand-unified-closures | Craig Tiller | 2016-07-15 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| | * | | | | | Reduce the number of unnecessary allocations | Sree Kuchibhotla | 2016-07-14 |
| |/ / / / / | |||
| * | | | | | Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write | Craig Tiller | 2016-07-14 |
| |\ \ \ \ \ | |||
| * | | | | | | Make network status follow the normal init/shutdown path | Craig Tiller | 2016-07-14 |
| | * | | | | | Cleanup from code review | Craig Tiller | 2016-07-14 |
| |/ / / / / | |||
* | | | | | | Add timing data | Craig Tiller | 2016-07-14 |
| * | | | | | Remove now redundant line | Craig Tiller | 2016-07-14 |
| * | | | | | Correct direction of inequality | Craig Tiller | 2016-07-14 |
| * | | | | | Document refcounting | Craig Tiller | 2016-07-13 |
| * | | | | | Document creation function | Craig Tiller | 2016-07-13 |
| * | | | | | Describe workqueue_enqueue better | Craig Tiller | 2016-07-13 |
* | | | | | | wq fixes | Craig Tiller | 2016-07-13 |
| | | | * | | And remaining random leftover items. | Nicolas "Pixel" Noble | 2016-07-14 |
* | | | | | | Refs | Craig Tiller | 2016-07-13 |
| | | | * | | Use the new socket creation api in udp_server.c | Robbie Shade | 2016-07-13 |
| | | | * | | Use grpc_error instead of bool in udp_server's on_read | Robbie Shade | 2016-07-13 |
| | | | * | | Correct error handling for failed set_sockopt calls in udp_server.c | Robbie Shade | 2016-07-13 |