aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
Commit message (Collapse)AuthorAge
* Remove metadata canonicalization, and fix some bugsGravatar Craig Tiller2015-09-25
|
* Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\
| * MergeGravatar Craig Tiller2015-09-24
| |
| * Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
| |\
* | \ Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-22
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/core/surface/secure_channel_create.c
| * | Merge pull request #3404 from dgquintas/dgquintas-patch-1Gravatar Nicolas Noble2015-09-22
| |\ \ | | | | | | | | Fixed typo in channel_args.h docstring
* | | | clang-format all core filesGravatar Craig Tiller2015-09-22
| | | |
* | | | Final patches for renameGravatar Craig Tiller2015-09-22
| | | |
* | | | Fixup namingGravatar Craig Tiller2015-09-22
| | | |
* | | | Change runs to enqueueGravatar Craig Tiller2015-09-22
| | | |
* | | | Move argument passing to start of listGravatar Craig Tiller2015-09-22
| | | |
* | | | Move arguments to the start of listsGravatar Craig Tiller2015-09-22
| | | |
* | | | indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
| | | |
* | | | clang-format all core filesGravatar Craig Tiller2015-09-22
| | | |
* | | | Rename call_list to closure_listGravatar Craig Tiller2015-09-22
| | | |
* | | | Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\| | |
| * | | Merge pull request #3387 from dgquintas/content_type_filteringGravatar Craig Tiller2015-09-22
| |\ \ \ | | | | | | | | | | Client now swallows content-type on receive
| * | | | Removed spurious predicate from if branchGravatar David Garcia Quintas2015-09-21
| | | | | | | | | | | | | | | | | | | | the channeld->content_type->key is already consumed by the preceding if.
| | | * | Fixed typo in channel_args.h docstringGravatar David G. Quintas2015-09-21
| | |/ / | |/| |
* | | | Call list progressGravatar Craig Tiller2015-09-21
| | | |
* | | | Call list progressGravatar Craig Tiller2015-09-18
| | | |
| | * | Client now swallows content-type on receiveGravatar David Garcia Quintas2015-09-18
| |/ /
* | | CleanupGravatar Craig Tiller2015-09-18
| | |
* | | Introduce call lists for moving work outside locksGravatar Craig Tiller2015-09-18
| | |
* | | Update connectivity state code to be completely synchronousGravatar Craig Tiller2015-09-17
| | |
* | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-17
|\| | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_server_posix.c
| * | Merge pull request #3288 from ctiller/snarky-nannyGravatar David G. Quintas2015-09-16
| |\ \ | | | | | | | | Explicitly set content-type for servers
* | | | Core compiles with workqueuesGravatar Craig Tiller2015-09-15
| | | |
* | | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-11
|\| | |
| | | * Enable -WshadowGravatar Craig Tiller2015-09-11
| | |/ | |/|
| * | Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
| |\ \
| * | | Fix typoGravatar Craig Tiller2015-09-10
| | | |
| * | | Enable -WconversionGravatar Craig Tiller2015-09-10
| | | |
| * | | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| | | |
| * | | Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
| |\ \ \
| * | | | Sign conversion fixesGravatar Craig Tiller2015-09-10
| | | | |
* | | | | Starting to convert code to work queuesGravatar Craig Tiller2015-09-09
| |/ / / |/| | |
| | | * Explicitly set content-type for serversGravatar Craig Tiller2015-09-08
| |_|/ |/| |
| | * Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-09-08
| | |\ | |_|/ |/| |
* | | Fix a case where :status could be returned to applicationsGravatar Craig Tiller2015-09-04
|/ /
* | Merge pull request #3035 from ctiller/naming-crisisGravatar David G. Quintas2015-08-25
|\ \ | | | | | | Refactor default host name resolution
* \ \ Merge pull request #3021 from ctiller/reject-the-stuffsGravatar Yang Gao2015-08-25
|\ \ \ | | | | | | | | Outlaw illegal metadata characters
| | * \ Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #2945 from maxwell-demon/masterGravatar Alistair Veitch2015-08-25
|\ \ \ \ | | | | | | | | | | Re-install census_filters
| | | * \ Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-24
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Improvements to the grpc_channel_args_compression_algorithm_set_state apiGravatar David Garcia Quintas2015-08-24
| | | | |
| | | | * Merge branch 'compression-accept-encoding' of github.com:dgquintas/grpc into ↵Gravatar David Garcia Quintas2015-08-24
| | | | |\ | | | | | | | | | | | | | | | | | | compression-accept-encoding
| | | | * \ Merge branch 'master' of github.com:grpc/grpc into compression-accept-encodingGravatar David Garcia Quintas2015-08-24
| | | | |\ \
| | | * | | | Refactor default host name resolutionGravatar Craig Tiller2015-08-24
| | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rephrase API's such that resolvers are constrained to be able to provide a default host given just the text of the URI channel target. This avoids needing to rewrite such details in the core library during retries, and generally makes things much saner to debug.