aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
Commit message (Collapse)AuthorAge
* Swallow content-type at the client. Fixes #3368Gravatar David Garcia Quintas2015-09-17
|
* Merge branch 'master' of github.com:grpc/grpc into rr_with_registryGravatar David Garcia Quintas2015-09-16
|\
| * Fix memory leakGravatar Craig Tiller2015-09-15
| |
* | Merge branch 'master' of github.com:grpc/grpc into rr_with_registryGravatar David Garcia Quintas2015-09-11
|\|
| * Merge pull request #3248 from dgquintas/lb_registryGravatar Craig Tiller2015-09-11
| |\ | | | | | | Introduced a registry for LB policies.
| * \ Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
| |\ \
| | * \ Merge pull request #2533 from dgquintas/compression-accept-encodingGravatar Yang Gao2015-09-10
| | |\ \ | | | | | | | | | | Enable servers to disable compression algorithms
| * | | | Enable -WconversionGravatar Craig Tiller2015-09-10
| | | | |
| * | | | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| | | | |
| * | | | Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
| | | | |
| * | | | Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
| |\| | |
| * | | | Sign conversion fixesGravatar Craig Tiller2015-09-10
| | | | |
| | | * | Fixed typo from bad mergeGravatar David Garcia Quintas2015-09-09
| | | | |
* | | | | Merge remote-tracking branch 'origin/uri_query_fragments' into rr_with_registryGravatar David Garcia Quintas2015-09-08
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Added round robin LB policy.Gravatar David Garcia Quintas2015-09-08
| |_|_|/ |/| | |
| | | * Removing some unused vestigesGravatar vjpai2015-09-08
| | |/ | |/|
| * | Merge pull request #3190 from ctiller/daisy-dukesGravatar Yang Gao2015-09-03
| |\ \ | | | | | | | | Fix flow control issues
* | | | Introduced a registry for LB policies.Gravatar David Garcia Quintas2015-09-03
| | | |
| * | | Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
|/ / / | | | | | | | | | Original PR #3074 by @dgquintas
| * | Merge github.com:grpc/grpc into daisy-dukesGravatar Craig Tiller2015-09-01
| |\ \ | |/ / |/| | | | | | | | | | | Conflicts: build.json vsprojects/Grpc.mak
* | | Bumping revision to 0.11 for beta.Gravatar Nicolas "Pixel" Noble2015-09-01
| | |
| * | Add a little experimentGravatar Craig Tiller2015-08-31
| | |
| * | Merge github.com:grpc/grpc into daisy-dukesGravatar Craig Tiller2015-08-31
| |\ \ | |/ / |/| |
* | | Merge pull request #2947 from jboeuf/grpc_security_abiGravatar Craig Tiller2015-08-27
|\ \ \ | |_|/ |/| | First draft at addressing #1799 for grpc_security.
| | * Fix an edge case in call.cGravatar Craig Tiller2015-08-26
| |/ |/| | | | | | | If we get a full incoming buffer, we'll issue a read with max_recv_bytes==0, deadlocking the flow control code. Instead, hold off on advertising reading until the buffer gets a little more clear, then start pulling.
* | Merge pull request #3035 from ctiller/naming-crisisGravatar David G. Quintas2015-08-25
|\ \ | | | | | | Refactor default host name resolution
| | * Adding void* at then end of security related method in order to have a ↵Gravatar Julien Boeuf2015-08-25
| |/ |/| | | | | stable ABI.
* | 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
| | | * Use SSL override as a default host name if none is specifiedGravatar Craig Tiller2015-08-25
| | | |
| | | * Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2015-08-25
| | | |\ | |_|_|/ |/| | |
| | | * Fix for lame clientsGravatar Craig Tiller2015-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.
* | | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-21
|\ \ \ \ | | |_|/ | |/| |
| | * | rename census_filter.{c,h} to grpc_filter.{c,h}Gravatar Hongyu Chen2015-08-21
| | | |
| | | * Outlaw illegal metadata charactersGravatar Craig Tiller2015-08-21
| | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master'Gravatar Hongyu Chen2015-08-20
| | |\ | | |/ | |/|
| | * Move census_filters from .../channel to .../censusGravatar Hongyu Chen2015-08-19
| | |
* | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-19
|\ \ \
| | * | Short-circuit shutdown when it is already published (core)Gravatar murgatroid992015-08-19
| |/ /
| * | Merge pull request #2972 from ctiller/get-reserved-things-rightGravatar Yang Gao2015-08-19
| |\ \ | | | | | | | | Add some reserved checks that need to be present
* | | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-19
|\| | |
| * | | Fix build breakageGravatar Craig Tiller2015-08-18
| | | |
* | | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-18
|\| | |
| | * | Add some reserved checks that need to be presentGravatar Craig Tiller2015-08-18
| | | |
| * | | clang-format all sourceGravatar Craig Tiller2015-08-18
| |/ /
| * | Merge pull request #2965 from yang-g/lame_client_error_messageGravatar Craig Tiller2015-08-18
| |\ \ | | | | | | | | Let lame_client accept error status
| * \ \ Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-17
| |\ \ \
| | | * | Let lame_client accept error statusGravatar yang-g2015-08-17
| | |/ /