aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
Commit message (Collapse)AuthorAge
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Merge pull request #5909 from vjpai/make_building_great_againGravatar Jan Tattermusch2016-03-23
|\ | | | | Fix some issues in building under certain configurations
| * Fix a missing include in UDP_SERVER code andGravatar vjpai2016-03-21
| | | | | | | | | | do some typecasts for stronger warning-protection in channel stack builder calls
* | removed uchannelsGravatar David Garcia Quintas2016-03-21
|/
* Fix castGravatar Craig Tiller2016-03-21
|
* Please the include sanity checkGravatar Craig Tiller2016-03-21
|
* Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-21
|\
| * Merge pull request #5494 from dgquintas/guard_checkGravatar Jan Tattermusch2016-03-20
| |\ | | | | | | New #include guard sanity check + fixes to current guards
| * | Locked read access to call->encodings_accepted_by_peerGravatar David Garcia Quintas2016-03-18
| | |
| * | Implemented compression level algorithms properly (as a function of the ↵Gravatar David Garcia Quintas2016-03-17
| | | | | | | | | | | | accepted algorithms by the call's peer.
* | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-16
|\| |
| | * Fixed include guardsGravatar David Garcia Quintas2016-03-15
| |/
| * If we cant check timers due to contention, at least make sure we do a follow ↵Gravatar Craig Tiller2016-03-11
| | | | | | | | up check soon
* | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-03-07
|\|
| * Fix accept_stream being called post-channel deletionGravatar Craig Tiller2016-03-03
| | | | | | | | | | | | | | - Have the server clear the accept_stream callback prior to destroying the channel (required a small transport op protocol change) - Have the transport not enact transport ops until parsing is completed (prevents accept_stream from disappearing mid-parse)
| * Fix merge error made at some pointGravatar Craig Tiller2016-02-25
| |
| * Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
| |
| * Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
| |
* | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-25
|\ \
| | * Merge github.com:grpc/grpc into hide-the-pollset-setGravatar Craig Tiller2016-02-25
| | |\ | | |/ | |/|
| * | Merge pull request #5408 from jboeuf/server_security_connectorGravatar Yang Gao2016-02-25
| |\ \ | | | | | | | | Have a dedicated server security connector.
| * \ \ Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
| |\ \ \ | | | | | | | | | | Made Alarm's constructor a template for deadline
| | | | * Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
| | | | |
| | | * | Have a dedicated server security connector.Gravatar Julien Boeuf2016-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | That was overdue and the handshake is now slightly different for clients (channels) and servers.
| | | | * Merge branch 'hide-the-worker' into hide-the-pollsetGravatar Craig Tiller2016-02-24
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-22
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge github.com:grpc/grpc into filter-selectionGravatar Craig Tiller2016-02-22
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Add documentationGravatar Craig Tiller2016-02-22
| | | | |
| | | * | PR comments addressedGravatar David Garcia Quintas2016-02-22
| | |/ / | |/| |
* | | | Addressing review feedbackGravatar Craig Tiller2016-02-22
| | | |
| * | | Fix plucking problemGravatar Craig Tiller2016-02-21
| | | |
* | | | clang-fmtGravatar Craig Tiller2016-02-21
| | | |
| | | * Provide an interface firewall between pollset and its implementationsGravatar Craig Tiller2016-02-19
| | |/ | | | | | | | | | | | | | | | | | | Starting to allow for >1 implementation of pollset within a binary. Do so without requiring an extra allocation for completion queues (which we could not tolerate).
* | | Reinstate sockpair testsGravatar Craig Tiller2016-02-19
| | |
* | | Fix copyrightsGravatar Craig Tiller2016-02-18
| | |
| | * Move worker into pollsetGravatar Craig Tiller2016-02-18
| |/
| * Fix tcp_client_posix_testGravatar Craig Tiller2016-02-18
| |
| * Merge github.com:grpc/grpc into cleaner-posixGravatar Craig Tiller2016-02-18
| |\
* | | Decouple filter selection from channel constructionGravatar Craig Tiller2016-02-17
| |/ |/| | | | | | | | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages.
* | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-17
|\ \
| | * Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
| | |
| * | Merge branch 'master' into alarm_openloopGravatar Vijay Pai2016-02-12
| |\|
| | * Merge github.com:grpc/grpc into bad_metadataGravatar Craig Tiller2016-02-12
| | |\
| * | | This testing exposed a race condition in alarm creation - theGravatar Vijay Pai2016-02-11
| | | | | | | | | | | | | | | | alarm needs to "begin" at the CQ before the timer should be inited.
| | | * Merge github.com:grpc/grpc into compressGravatar Craig Tiller2016-02-11
| | | |\ | | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-09
|\| | |
| * | | Flagging master as 0.14.0-dev.Gravatar Nicolas "Pixel" Noble2016-02-09
| | | |
| * | | Flagging 0.13 as pre1.Gravatar Nicolas "Pixel" Noble2016-02-09
| | | |
| * | | build.yaml centric versioningGravatar Craig Tiller2016-02-08
| | | |