aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
Commit message (Expand)AuthorAge
* Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
* Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-26
|\
| * Merge pull request #3048 from maxwell-demon/timespecGravatar Craig Tiller2015-08-26
| |\
| | * Merge remote-tracking branch 'upstream/master' into timespecGravatar Hongyu Chen2015-08-25
| | |\
| * | | Use SSL override as a default host name if none is specifiedGravatar Craig Tiller2015-08-25
| | |/ | |/|
| | * Move core/profiling/timers_preciseclock.h to core/support/ such that weGravatar Hongyu Chen2015-08-24
* | | Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-24
|\| |
| * | Merge pull request #3015 from grpc/docsdocsdocsGravatar Craig Tiller2015-08-24
| |\ \
| | * | Added some clarificationGravatar Craig Tiller2015-08-24
* | | | Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-24
|\| | |
| * | | Merge pull request #3019 from dgquintas/channel_args_compressionGravatar Yang Gao2015-08-24
| |\ \ \
| * \ \ \ Merge pull request #3007 from jboeuf/core_md_processor_fixesGravatar Craig Tiller2015-08-24
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Refactor Endpoint APIGravatar Craig Tiller2015-08-21
| | | * | Added C API functions for compression args handling (w/ tests)Gravatar David Garcia Quintas2015-08-21
| | |/ / | |/| |
| | | * Update grpc.hGravatar David G. Quintas2015-08-20
| | | * Expanded grpc_server_request_call's docstringGravatar David G. Quintas2015-08-20
| | |/ | |/|
| * | Merge pull request #2978 from hongweiwang/remove-unregister-all-pluginsGravatar David G. Quintas2015-08-19
| |\ \
| | | * Have a richer interface for auth metadata processors.Gravatar Julien Boeuf2015-08-19
| |_|/ |/| |
| * | Fixed wrong creation of metadata in compression.Gravatar David Garcia Quintas2015-08-19
|/ /
| * Remove grpc_unregister_all_plugins in grpc.hGravatar Hongwei Wang2015-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
|\
* \ 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
| |/
| * Merge pull request #2549 from hongweiwang/zookeeperGravatar David G. Quintas2015-08-14
| |\
| | * Address comments and update grpc pluginsGravatar Hongwei Wang2015-08-13
| * | Merge remote-tracking branch 'upstream/master' into add_udp_server_2Gravatar Robbie Shade2015-08-13
| |\ \
| * | | Add Apple specific #define for IPV6_RECVPKTINFOGravatar Robbie Shade2015-08-13
* | | | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
|\| | |
| | * | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | |\ \ | | |/ / | |/| |
| * | | Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
* | | | Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
|\| | |
| | * | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #2694 from a-veitch/tag_apiGravatar Hongyu Chen2015-08-12
| |\ \ \
| | | | * Fix zookeeper resolver plugin bugsGravatar Hongwei Wang2015-08-12
| | | * | Merge remote-tracking branch 'google/master' into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-12
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #2830 from ctiller/document-some-thingsGravatar Michael Lumish2015-08-11
| |\ \ \ \
| | | | | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-10
| | | | | |\ | | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into compression-accept-encodingGravatar David Garcia Quintas2015-08-09
|\ \ \ \ \ \
| | * | | | | Bounds checking for ops in call batchGravatar vjpai2015-08-07
| |/ / / / /
| | | | | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-07
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-08
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into server_creds_auth_...Gravatar Julien Boeuf2015-08-06
| |\ \ \ \ \
| | | * | | | Document op completionGravatar Craig Tiller2015-08-06
| | |/ / / /
| | | | | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-06
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Explicitly spell out cancellation in default propagation maskGravatar Craig Tiller2015-08-06
| * | | | | Merge branch 'master' of github.com:grpc/grpc into server_creds_auth_md_proce...Gravatar Julien Boeuf2015-08-05
| |\ \ \ \ \
| * | | | | | Fixing API (thanks Craig for the comments) and associated tests.Gravatar Julien Boeuf2015-08-05
| | | * | | | Rename constantsGravatar Craig Tiller2015-08-05
| | | | | | * Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-05
| | | | | | |\ | | | |_|_|_|/ | | |/| | | |