aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
...
| | | * | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | | | * Add an API at the core level to disable signals or use a differentGravatar Sree Kuchibhotla2016-06-09
| | | | | | | | | | | | | | | | | | | | | | | | signal number
| | | * | | Fix ipv4-only listeningGravatar Craig Tiller2016-06-09
| | | | | |
| | | * | | Merge branch 'error' of github.com:ctiller/grpc into errorGravatar Craig Tiller2016-06-09
| | | |\ \ \
| | | * | | | Fix somewhat obvious errorGravatar Craig Tiller2016-06-09
| | | | | | |
| | | | * | | Fix compile error on gccGravatar Craig Tiller2016-06-09
| | | |/ / /
| | | | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-09
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | | | | * Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC verGravatar Sree Kuchibhotla2016-06-09
| | | | | | | | | | | | | | | | | | | | | | | | 2.9 and above
| | | * | | Add error propagationGravatar Craig Tiller2016-06-09
| | | | | |
| | | * | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | | | * Fix refcounting bug in polling_island_mergeGravatar Sree Kuchibhotla2016-06-09
| | | | | |
| | | | | * pollset_kick optimization (do not kick any other thread if the currentGravatar Sree Kuchibhotla2016-06-08
| | | | | | | | | | | | | | | | | | | | | | | | thread can be kicked)
* | | | | | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
* \ \ \ \ \ \ Merge pull request #6833 from rjshade/sockoptsGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Adds functions to set snd/rcv socket buffer sizes.
| | | | | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-08
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * More TODOsGravatar Sree Kuchibhotla2016-06-08
| | | | | | |
| | | | | | * Add TODOsGravatar Sree Kuchibhotla2016-06-08
| | | | | | |
| | | | | | * Do not close epoll_fd while there are any pollers and add the ability toGravatar Sree Kuchibhotla2016-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | wake up all pollers when an island is merged
* | | | | | | Merge pull request #6675 from dgquintas/check_http_client_filter_content_typeGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Check content type on the client response path
* \ \ \ \ \ \ \ Merge pull request #6786 from ctiller/meta-whoopsGravatar Jan Tattermusch2016-06-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix refcounting algorithm for metadata
| | | | | | | | * Use poll if not linux, add read notifier pollset support and someGravatar Sree Kuchibhotla2016-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | groundwork for adding API that allows users to register custom kick signal number
| | | | | | | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-08
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | * | | | | | Adds functions to set snd/rcv socket buffer sizes.Gravatar Robbie Shade2016-06-08
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Used for non-default 1 MB UDP socket buffers.
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| | | |\ \ \ \ \
* | | | | | | | | Fix sed induced typoGravatar David G. Quintas2016-06-07
| |_|_|/ / / / / |/| | | | | | |
| | | * | | | | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | | | | | | |
| | | | | * | | Fix windows #defineGravatar Craig Tiller2016-06-07
| | | | | | | |
| | | | | * | | Fix windows includeGravatar Craig Tiller2016-06-07
| | | | | | | |
| | | | | * | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | clang-formatGravatar David Garcia Quintas2016-06-06
| | | | | | | |
* | | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
|\ \ \ \ \ \ \ \
| | | | | | | | * Core review comments and remove 'kicked_specifically' field as its notGravatar Sree Kuchibhotla2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed
| | | | | | | | * Remove redundant codeGravatar Sree Kuchibhotla2016-06-06
| | | | | | | | |
| | | | | | | | * Fix asan failures (i.e add pollset_global_shutdown), remove debug logGravatar Sree Kuchibhotla2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lines
* | | | | | | | | moar renamingsGravatar David Garcia Quintas2016-06-06
| | | | | | | | |
| | | | | | * | | Change constnessGravatar Craig Tiller2016-06-06
| | | | | | | | |
| | | | | * | | | Advertise transport selected in user-agent stringGravatar Craig Tiller2016-06-06
| | | | | | | | |
| | | | | | | | * Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-06
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | | | | * Minor commentsGravatar Sree Kuchibhotla2016-06-06
| | | | | | | | |
| | | | | | * | | Fix platform ifdefGravatar Craig Tiller2016-06-06
| | | | | | | | |
| | | | | | | | * Remove unused filesGravatar Sree Kuchibhotla2016-06-06
| | | | | | | | |
| | | | | | * | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-06
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Fix cast to avoid potential wraparoundGravatar Craig Tiller2016-06-06
| | | | | | | | |
| | | | | | | * | Fixing clang-format.Gravatar Julien Boeuf2016-06-06
| | | | | | | | |
| | | | | | | * | Adding error details for JWT and oauth2.Gravatar Julien Boeuf2016-06-06
| | | | | | | | |
| | | | | | | * | Merge branch 'master' into fix_3803Gravatar Julien Boeuf2016-06-04
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | | * Fix a few bugs in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-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 ↵Gravatar Sree Kuchibhotla2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pollset_add_fd
| | | | | | | | * epoll polling strategy now points to the new codeGravatar Sree Kuchibhotla2016-06-03
| | | | | | | | |
| | | | | | | | * Functionality complete in ev_epoll_linux.cGravatar Sree Kuchibhotla2016-06-03
| | | | | | | | |