aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
|\
| * Merge pull request #8052 from Vizerai/grpc_tracingGravatar Jim King2016-09-19
| |\
* | \ Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-16
|\ \ \
| | * \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-clos...Gravatar Craig Tiller2016-09-16
| |\ \ \
* | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-16
|\| | | |
| | | * | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #7996 from yang-g/canonicalGravatar Yang Gao2016-09-15
| |\ \ \ \
| * \ \ \ \ Merge pull request #7559 from dgquintas/codegen_cleanseGravatar Craig Tiller2016-09-13
| |\ \ \ \ \
* | | | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-13
|\| | | | | |
| | | | * | | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | |_|/ / / | |/| | | |
| * | | | | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | | | | * initial commit of tracing context filesGravatar Vizerai2016-09-09
| | | * | | Add a helper to get canonical code from statusGravatar yang-g2016-09-09
| * | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-08
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| | |\ \ \ \
| | * | | | | Fix mergeGravatar Craig Tiller2016-09-07
* | | | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-07
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-06
|\| | | | | |
| | | | | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | * | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-02
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
| |\ \ \ \ \ \
| | | | | | * \ Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-01
| | | | | | |\ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| * | | | | | | add trace context protoGravatar Alistair Veitch2016-08-31
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-31
|\| | | | | |
| | | * | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-30
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
| |\ \ \ \ \ \
| | | | | * | | Revert change to grpc++_base uses sectionGravatar murgatroid992016-08-29
| | | | | * | | build.yaml changes to make certain builds workGravatar murgatroid992016-08-26
| | | | | | | * Re-run generate_projects.sh.Gravatar Mark D. Roth2016-08-26
| | | | | | | * Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-25
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
| | | | | * | Rename some files to avoid conflicting .obj files on WindowsGravatar Craig Tiller2016-08-22
| * | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |
| * | | | | Generating project file.Gravatar Nicolas "Pixel" Noble2016-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
| | |\ \ \ \
| | | | * | | Add a strict and a permissive decoder, allow different reserved alphabetsGravatar Craig Tiller2016-08-18
| | | | * | | Percent encoding routinesGravatar Craig Tiller2016-08-18
| * | | | | | Fix CMake for WindowsGravatar Arkadiy Shapkin2016-08-18
| | |_|/ / / | |/| | | |
| | * | | | grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.Gravatar Nicolas "Pixel" Noble2016-08-17
| | | * | | Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
| | |/ / /
* | | | | Merge branch 'handshaker_api' into http_connectGravatar Mark D. Roth2016-08-11
|\| | | |