Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 | |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | ||||
| | | | | * | Add an API at the core level to disable signals or use a different | Sree Kuchibhotla | 2016-06-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | signal number | |||
| | | * | | | Fix ipv4-only listening | Craig Tiller | 2016-06-09 | |
| | | | | | | ||||
| | | * | | | Merge branch 'error' of github.com:ctiller/grpc into error | Craig Tiller | 2016-06-09 | |
| | | |\ \ \ | ||||
| | | * | | | | Fix somewhat obvious error | Craig Tiller | 2016-06-09 | |
| | | | | | | | ||||
| | | | * | | | Fix compile error on gcc | Craig Tiller | 2016-06-09 | |
| | | |/ / / | ||||
| | | | | * | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-09 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | ||||
| | | | | * | Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC ver | Sree Kuchibhotla | 2016-06-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 2.9 and above | |||
| | | * | | | Add error propagation | Craig Tiller | 2016-06-09 | |
| | | | | | | ||||
| | | * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-09 | |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | ||||
| | | | | * | Fix refcounting bug in polling_island_merge | Sree Kuchibhotla | 2016-06-09 | |
| | | | | | | ||||
| | | | | * | pollset_kick optimization (do not kick any other thread if the current | Sree Kuchibhotla | 2016-06-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | thread can be kicked) | |||
* | | | | | | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup | |||
* \ \ \ \ \ \ | Merge pull request #6833 from rjshade/sockopts | Jan Tattermusch | 2016-06-08 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Adds functions to set snd/rcv socket buffer sizes. | |||
| | | | | | * | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-08 | |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | ||||
| | | | | | * | More TODOs | Sree Kuchibhotla | 2016-06-08 | |
| | | | | | | | ||||
| | | | | | * | Add TODOs | Sree Kuchibhotla | 2016-06-08 | |
| | | | | | | | ||||
| | | | | | * | Do not close epoll_fd while there are any pollers and add the ability to | Sree Kuchibhotla | 2016-06-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | wake up all pollers when an island is merged | |||
* | | | | | | | Merge pull request #6675 from dgquintas/check_http_client_filter_content_type | Jan Tattermusch | 2016-06-08 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Check content type on the client response path | |||
* \ \ \ \ \ \ \ | Merge pull request #6786 from ctiller/meta-whoops | Jan Tattermusch | 2016-06-08 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix refcounting algorithm for metadata | |||
| | | | | | | | * | Use poll if not linux, add read notifier pollset support and some | Sree Kuchibhotla | 2016-06-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | groundwork for adding API that allows users to register custom kick signal number | |||
| | | | | | | | * | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-08 | |
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||
| | | * | | | | | | Adds functions to set snd/rcv socket buffer sizes. | Robbie Shade | 2016-06-08 | |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Used for non-default 1 MB UDP socket buffers. | |||
| | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 | |
| | | |\ \ \ \ \ | ||||
* | | | | | | | | | Fix sed induced typo | David G. Quintas | 2016-06-07 | |
| |_|_|/ / / / / |/| | | | | | | | ||||
| | | * | | | | | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 2016-06-07 | |
| | | | | | | | | ||||
| | | | | * | | | Fix windows #define | Craig Tiller | 2016-06-07 | |
| | | | | | | | | ||||
| | | | | * | | | Fix windows include | Craig Tiller | 2016-06-07 | |
| | | | | | | | | ||||
| | | | | * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-07 | |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||
* | | | | | | | | clang-format | David Garcia Quintas | 2016-06-06 | |
| | | | | | | | | ||||
* | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation | David Garcia Quintas | 2016-06-06 | |
|\ \ \ \ \ \ \ \ | ||||
| | | | | | | | * | Core review comments and remove 'kicked_specifically' field as its not | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed | |||
| | | | | | | | * | Remove redundant code | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | | | * | Fix asan failures (i.e add pollset_global_shutdown), remove debug log | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lines | |||
* | | | | | | | | | moar renamings | David Garcia Quintas | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | * | | | Change constness | Craig Tiller | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | * | | | | Advertise transport selected in user-agent string | Craig Tiller | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | | | * | Merge branch 'master' into epoll_changes | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| | | | | | | | * | Minor comments | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | * | | | Fix platform ifdef | Craig Tiller | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | | | * | Remove unused files | Sree Kuchibhotla | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | * | | | Merge github.com:grpc/grpc into error | Craig Tiller | 2016-06-06 | |
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||
| | * | | | | | | | Fix cast to avoid potential wraparound | Craig Tiller | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | | * | | Fixing clang-format. | Julien Boeuf | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | | * | | Adding error details for JWT and oauth2. | Julien Boeuf | 2016-06-06 | |
| | | | | | | | | | ||||
| | | | | | | * | | Merge branch 'master' into fix_3803 | Julien Boeuf | 2016-06-04 | |
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
| | | | | | | | * | Fix a few bugs in ev_epoll_linux.c | Sree Kuchibhotla | 2016-06-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. pollset_add_fd: Add fd to epoll set if fd->polling_island == NULL 2. close(fd) in fd_orphan instead of polling_island_remove_fd_locked() since fd->polling_island may be NULL 3. If pollset work() is interrupted, do a zero timeout epoll_wait(). pollset_work may be called without a polling island | |||
| | | | | | | | * | Handle pollsets and fds witn no polling islands and fix locking bug in ↵ | Sree Kuchibhotla | 2016-06-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pollset_add_fd | |||
| | | | | | | | * | 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 | |
| | | | | | | | | |