aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
...
* | | | | | | | Move internal channel arg definitions out of public headers.Gravatar Mark D. Roth2016-12-12
* | | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-12
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Eliminate redundant places where server name was stored.Gravatar Mark D. Roth2016-12-12
| | | * | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | * | | | Revert "Revert "Revert "Revert "Remove redundant includes from string.h and t...Gravatar Mark D. Roth2016-12-12
| | |_|/ / / / | |/| | | | |
| * | | | | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| | | * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | * | | Merge branch 'master' into reduce_cqGravatar Sree Kuchibhotla2016-12-09
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
|\| | | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
|\ \ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-s...Gravatar Mark D. Roth2016-12-09
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | | | | | * | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
| | | | | | * | Fix stack corruptionGravatar Craig Tiller2016-12-08
| | | | | | * | Fix include guardsGravatar Craig Tiller2016-12-08
| | | | | | * | Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
| | | | | | * | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
| | | | | | |\ \
| | | | | | | * \ Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-12-06
| | | | | | | |\ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | | * | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | clang-formatGravatar Mark D. Roth2016-12-06
| * | | | | | | | gpr_atm isn't automatically initialized to 0. Thanks Obama.Gravatar Vijay Pai2016-12-05
| * | | | | | | | clang-formatGravatar Vijay Pai2016-12-05
| * | | | | | | | Track requests that could cause other requests to be created, and don't doGravatar Vijay Pai2016-12-05
| | * | | | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""Gravatar Mark D. Roth2016-12-05
| |/ / / / / / /
| * | | | | | | Revert "Remove redundant includes from string.h and tmpfile.h"Gravatar Mark D. Roth2016-12-05
| * | | | | | | Temporarily enable gpr_slice_* functions to not break api compatibilityGravatar Sree Kuchibhotla2016-12-01
| | * | | | | | Clarify grpc_call_start_batch error semanticsGravatar Nathaniel Manista2016-11-30
| | | | | | * | Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-11-30
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | * | | | Reduce memory bloat (each server cq is very expensive in C-core layer)Gravatar Sree Kuchibhotla2016-11-29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-11-28
|\| | | | | |
| | | | * | | 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
| | | |\ \ \ \
* | | | | | | | Avoid confusion between server name and URI.Gravatar Mark D. Roth2016-11-18
* | | | | | | | Pass client channel factory and server name via channel args.Gravatar Mark D. Roth2016-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
| | | | |\ \ \ \