aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flagsGravatar ncteisen2017-01-19
|\
* | Simplify cpp stress flagsGravatar ncteisen2017-01-18
| |
| * Merge pull request #9322 from apolcyn/deprecate_benchmark_core_listsGravatar apolcyn2017-01-17
|/| | | | | Don't configure core lists in in benchmark driver
* | Merge pull request #9064 from ↵Gravatar Mark D. Roth2017-01-17
|\ \ | | | | | | | | | | | | grpc/revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""""
* \ \ Merge pull request #9252 from ctiller/write_bufferingGravatar Craig Tiller2017-01-17
|\ \ \ | | | | | | | | Fix write buffering, add tests
| | * \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-13
| | |\ \ | | | | | | | | | | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
| * | \ \ Merge github.com:grpc/grpc into write_bufferingGravatar Craig Tiller2017-01-13
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | merge masterGravatar Yuxuan Li2017-01-13
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | memory usage profiling for client call, client channel, server creation, ↵Gravatar Yuxuan Li2017-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server call and server channel. fix bug. server: snapshot pass by pointer
| * | | | Merge pull request #9139 from ericgribkoff/http2_clientGravatar Eric Gribkoff2017-01-11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add HTTP/2 interop test client Known failures: https://github.com/grpc/grpc/issues/8629
| | | | | * remove limit_cores.h from build.yamlGravatar Alexander Polcyn2017-01-11
| | | | | |
| | | | | * re-run generate project to build qps json driverGravatar Alexander Polcyn2017-01-11
| | | | | |
| * | | | | manual revert of #8901Gravatar yang-g2017-01-11
|/ / / / /
| * / / / Adds HTTP/2 interop test clientGravatar Eric Gribkoff2017-01-11
|/ / / /
* | | | Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2017-01-06
| | |\ \ | |_|/ / |/| | | | | | | revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup
| * | | Merge github.com:grpc/grpc into write_bufferingGravatar Craig Tiller2017-01-05
| |\ \ \ | |/ / / |/| | |
| * | | Add a test of finishing buffering with EOSGravatar Craig Tiller2017-01-05
| | | |
| * | | Fix sequential write bufferingGravatar Craig Tiller2017-01-05
| | |/ | |/|
* | | 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
| |/ /
* | | 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 ↵Gravatar Mark D. Roth2016-12-12
| |/ | | | | | | tmpfile.h""""
| * 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
|\|
| * 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 github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-09
|\ \ \ | | |/ | |/|
* | | 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 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 github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
|\ \ \ | | |/ | |/|
| | * Rename security handshaker files.Gravatar Mark D. Roth2016-11-17
| | |