aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fix objective-C test case.Gravatar Mark D. Roth2016-08-31
* Change wrapped languages to use the new channel arg macro name.Gravatar Mark D. Roth2016-08-31
* Change error messages to include actual values and limits.Gravatar Mark D. Roth2016-08-31
* Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-31
|\
| * Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
| |\
| * \ Merge pull request #7867 from grpc/jcanizales-patch-1Gravatar makdharma2016-08-30
| |\ \
| * \ \ Merge pull request #7795 from dgquintas/errors_docGravatar David G. Quintas2016-08-30
| |\ \ \
| * \ \ \ Merge pull request #7912 from ctiller/g_stands_forGravatar Craig Tiller2016-08-30
| |\ \ \ \
| * \ \ \ \ Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
| |\ \ \ \ \
| | | * | | | Update documentationGravatar Craig Tiller2016-08-29
* | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-29
|\| | | | | |
| * | | | | | Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #7897 from stanley-cheung/php-fix-per-rpc-credsGravatar Stanley Cheung2016-08-29
| |\ \ \ \ \ \ \
| | | | | * | | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Mark an epoll that has a timeout as a blocking regionGravatar Vijay Pai2016-08-28
| * | | | | | | Merge pull request #7831 from thunderboltsid/remove-skipif-pypyGravatar Nicolas Noble2016-08-28
| |\ \ \ \ \ \ \
| | | * | | | | | php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-26
| | | * | | | | | php: fix per_rpc_creds capital auth header keyGravatar Stanley Cheung2016-08-26
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Switch back to C-style comment to appease check_include_guards.py.Gravatar Mark D. Roth2016-08-26
* | | | | | | | clang-formatGravatar Mark D. Roth2016-08-26
* | | | | | | | Add grpc_channel_arg_get_integer() utility function.Gravatar Mark D. Roth2016-08-26
| | | | | | | * Merge branch 'master' of github.com:grpc/grpc into security_context_extensionGravatar Julien Boeuf2016-08-26
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * Addressing feedback.Gravatar Julien Boeuf2016-08-25
* | | | | | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-25
|\| | | | | | |
* | | | | | | | Fix crash caused by invoking receive callback with recv_message=NULL.Gravatar Mark D. Roth2016-08-25
| | | | | | * | Avoid static initialization of the kIdentity blockGravatar Jorge Canizales2016-08-24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Add filter to subchannel instead of main client channel.Gravatar Mark D. Roth2016-08-24
* | | | | | | Set the right default max message sizes.Gravatar Mark D. Roth2016-08-24
* | | | | | | Fix portability problem.Gravatar Mark D. Roth2016-08-23
| * | | | | | Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.xGravatar Nicolas Noble2016-08-23
| |\ \ \ \ \ \
* | | | | | | | Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
| |_|_|/ / / / |/| | | | | |
* | | | | | | clang-formatGravatar Mark D. Roth2016-08-23
| | * | | | | Removing unused header.Gravatar Nicolas "Pixel" Noble2016-08-23
| | * | | | | Untangling secure and unsecure.Gravatar Nicolas "Pixel" Noble2016-08-23
| | | | | | * Adding extension points for security context.Gravatar Julien Boeuf2016-08-23
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #7819 from stanley-cheung/php-update-composerGravatar Stanley Cheung2016-08-23
| |\ \ \ \ \
| | | | * | | remove skipIf from TypeSmokeTest (issue 7672)Gravatar siddharthshukla2016-08-23
* | | | | | | Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
| | * | | | | php: bump versionGravatar Stanley Cheung2016-08-22
| |/ / / / / |/| | | | |
| | * | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
| |/| | | | |/| | | | |
| | | | | * slight rewording of grpc_error ownership rulesGravatar David Garcia Quintas2016-08-19
| |_|_|_|/ |/| | | |
| | * | | Merge pull request #7783 from nicolasnoble/shipping-1.0Gravatar Nicolas Noble2016-08-18
| | |\ \ \
| | * | | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.Gravatar Nicolas "Pixel" Noble2016-08-19
| | * | | | Move user-agent version to 1.0.0Gravatar Jorge Canizales2016-08-18
| | * | | | Move Podspecs to v1Gravatar Jorge Canizales2016-08-18
| | | * | | Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
| | |/ / /
| | * | | Merge pull request #7745 from nicolasnoble/no-more-preGravatar Nicolas Noble2016-08-18
| | |\ \ \
| | * | | | Use templates for python version dependenciesGravatar Ken Payson2016-08-18
| * | | | | Remove this->Gravatar Vijay Pai2016-08-18
|/ / / / /
* | | | | Merge pull request #7741 from nicolasnoble/manual-upmergeGravatar Nicolas Noble2016-08-18
|\ \ \ \ \