aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
* Fix sanity: check_sources_and_headersGravatar Craig Tiller2017-01-11
|
* Fix buildGravatar Craig Tiller2017-01-10
|
* Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\
| * Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
| |\ | | | | | | Handshaker plugin mechanism
| * \ Merge pull request #9238 from ctiller/2010Gravatar Craig Tiller2017-01-09
| |\ \ | | | | | | | | Expunge vs2010 references
| * \ \ Merge pull request #9234 from jozefizso/patch-1Gravatar Jan Tattermusch2017-01-09
| |\ \ \ | | | | | | | | | | Update link to CoApp installer
* | | | | Fix testsGravatar Craig Tiller2017-01-06
| | | | |
* | | | | Start fixing http error --> grpc status conversionGravatar Craig Tiller2017-01-06
| | | | |
| | | | * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | |_|/ | |/| |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| |\ \ \
| * \ \ \ Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
| |\ \ \ \
| | * | | | Moving message_size_filter properly.Gravatar Nicolas "Pixel" Noble2017-01-04
| | |/ / /
| | | | * Expunge vs2010 referencesGravatar Craig Tiller2017-01-04
| | | |/ | | |/|
| | | * Update link to CoApp installerGravatar Jozef Izso2017-01-04
| | |/ | | | | | | Use the functional link to download CoApp installer.
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-12
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\|
| | * Merge pull request #9062 from grpc/revert-9019-short_deadlinesGravatar Craig Tiller2016-12-12
| | |\ | | | | | | | | Revert "Handle (and test) short call deadlines"
| | * | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| | | |
| | | * Revert "Handle (and test) short call deadlines"Gravatar Craig Tiller2016-12-12
| | |/
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\|
| | * Merge pull request #9026 from jtattermusch/protobuf_consistent_cmakeGravatar Jan Tattermusch2016-12-12
| | |\ | | | | | | | | Make cmake protobuf building consistent with third_party/protobuf
| | * | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-09
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2016-12-09
| | |\ \ | | | | | | | | | | | | | | | revert-8949-revert-8922-slice_cleanup
* | | \ \ Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-09
|\ \ \ \ \
| * | | | | Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-12-09
| |\| | | |
| | * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-09
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | | | * make protobuf building consistentGravatar Jan Tattermusch2016-12-09
| | | | |/ | | | |/|
* | | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\ \ \ \ \
| * \ \ \ \ Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-12-06
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Fix buildGravatar Craig Tiller2016-12-06
| | | | |
| | | * | Renamed google_benchmark submodule to benchmarkGravatar David Garcia Quintas2016-12-06
| | | | |
| | * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| | |\| |
| | | | * Revert "Revert "Remove redundant includes from string.h and tmpfile.h""Gravatar Mark D. Roth2016-12-05
| | | |/
| | | * Merge pull request #8949 from grpc/revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-05
| | | |\ | | | | | | | | | | Revert "Remove redundant includes from string.h and tmpfile.h"
| | | * | Revert "Renamed google_benchmark submodule to benchmark"Gravatar Mark D. Roth2016-12-05
| | | | |
| | | | * Revert "Remove redundant includes from string.h and tmpfile.h"Gravatar Mark D. Roth2016-12-05
| | | |/
| | | * Merge pull request #8922 from sreecha/slice_cleanupGravatar Mark D. Roth2016-12-05
| | | |\ | | | | | | | | | | Remove redundant includes from string.h and tmpfile.h
| | | * \ Merge pull request #8851 from dgquintas/rename_gbenchGravatar Mark D. Roth2016-12-05
| | | |\ \ | | | | | | | | | | | | Renamed google_benchmark submodule to benchmark
| | | * | | Use the same server code for both secure and insecure servers.Gravatar Mark D. Roth2016-12-02
| | | | | |
| | | | | * Temporarily enable gpr_slice_* functions to not break api compatibilityGravatar Sree Kuchibhotla2016-12-01
| | | | | |
| * | | | | Merge branch 'slice_with_exec_ctx' into slice_interningGravatar Craig Tiller2016-11-30
| |\| | | |
| | | * | | Merge remote-tracking branch 'upstream/master' into security_handshaker2Gravatar Mark D. Roth2016-11-30
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Fixed build.yaml and ran generate_projects.sh.Gravatar Mark D. Roth2016-11-29
| | | | | |
| | | * | | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-11-29
| | | |\ \ \
| | | | | * | Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
| | | | |/ /
| | | | | * Renamed google_benchmark submodule to benchmarkGravatar David Garcia Quintas2016-11-23
| | | | | |
| | | | * | resolve dependencyGravatar yang-g2016-11-23
| | | | |/
* | | | | Merge branch 'slice_with_exec_ctx' into eliminate_mdstrGravatar Craig Tiller2016-11-18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * Rename security handshaker files.Gravatar Mark D. Roth2016-11-17
| | | | |