aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Declare sub_refcnt fieldGravatar Craig Tiller2016-11-23
* Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
* C++ compilesGravatar Craig Tiller2016-11-21
* Start moving C++ to slice interfacesGravatar Craig Tiller2016-11-21
* Merge github.com:grpc/grpc into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\
* | Get identity law testing rightGravatar Craig Tiller2016-11-18
* | Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\ \
| | * add todoGravatar yang-g2016-11-18
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
| |\ \
* | | | Fix static metadataGravatar Craig Tiller2016-11-17
| | | * Expose message limit constants so that users can reference themGravatar yang-g2016-11-17
| | |/
* | | All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
| | * Merge pull request #8617 from markdroth/service_config_jsonGravatar Mark D. Roth2016-11-17
| | |\
* | | | Move slice functions to vtable, implement hashGravatar Craig Tiller2016-11-17
* | | | Merge branch 'slice_interning' into eliminate_mdstrGravatar Craig Tiller2016-11-16
|\ \ \ \
| * | | | Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-11-16
| |\| | |
| | * | | Fix include guardsGravatar Craig Tiller2016-11-16
| | * | | Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into slice_with...Gravatar Craig Tiller2016-11-16
| | |\ \ \
| | * \ \ \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge pull request #8630 from ctiller/newlinesGravatar Craig Tiller2016-11-16
| | | |\ \ \
| | | * | | | Review feedbackGravatar Craig Tiller2016-11-16
| | | * | | | Merge github.com:grpc/grpc into bm_fullstackGravatar Craig Tiller2016-11-16
| | | |\ \ \ \
| | | | | * \ \ Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-16
| | | | | |\ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | | | * Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-16
| | | | | | | |\ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into rr_fixallGravatar David Garcia Quintas2016-11-14
| | | | |\ \ \ \
* | | | | | | | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-14
* | | | | | | | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-14
| | | | | | | * | Review feedbackGravatar Craig Tiller2016-11-14
| | | |_|_|_|/ / | | |/| | | | |
| | | | | * | | Merge pull request #8086 from y-zeng/fix_gprcGravatar Yuchen Zeng2016-11-11
| | | | | |\ \ \
| | | | | * \ \ \ Merge pull request #8335 from y-zeng/tosGravatar Yuchen Zeng2016-11-11
| | | | | |\ \ \ \
* | | | | | | | | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
* | | | | | | | | | Initial elimination of grpc_mdstr from metadata.{h,c}Gravatar Craig Tiller2016-11-10
|/ / / / / / / / /
* | | | | | | | | Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-11-10
|\| | | | | | | |
| * | | | | | | | Fix foward declaration duplicationGravatar Craig Tiller2016-11-10
* | | | | | | | | Initial cut of slice interningGravatar Craig Tiller2016-11-10
* | | | | | | | | Start slice interningGravatar Craig Tiller2016-11-09
|/ / / / / / / /
| | | | | | | * Allow setting service config via C++ API, for use in tests.Gravatar Mark D. Roth2016-11-09
| | | | | | | * Allow getting LB policy name and service config in C++ API.Gravatar Mark D. Roth2016-11-09
| | | | | | | * Allow fetching service config via grpc_channel_get_info().Gravatar Mark D. Roth2016-11-09
| | | | |_|_|/ | | | |/| | |
* | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #8679 from markdroth/core_api_cleanupGravatar Mark D. Roth2016-11-08
| |\ \ \ \ \ \
| | * | | | | | Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet.Gravatar Mark D. Roth2016-11-08
| * | | | | | | Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
| |\ \ \ \ \ \ \
| | | | | * | | | Added INIT state to grpc_connectivity_stateGravatar David Garcia Quintas2016-11-08
| | | | * | | | | Merge github.com:grpc/grpc into bm_fullstackGravatar Craig Tiller2016-11-08
| | | | |\ \ \ \ \
| | | * | | | | | | Remove deprecated macros from C-core API. Also move one pending C++ cleanup ...Gravatar Mark D. Roth2016-11-08
| | | | |/ / / / / | | | |/| | | | |
| * | | | | | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | s/std::string/grpc::string/gGravatar Craig Tiller2016-11-08
| | * | | | | | | Get user agent rightGravatar Craig Tiller2016-11-04
| | | |_|/ / / / | | |/| | | | |
| | | | | | | * Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-04
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | |