aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
* Tracer registration.Gravatar Craig Tiller2015-03-01
| | | | | | | | First: ugh. Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable. Expose TSI trace config variable directly to ease this a little.
* Addressing comments.Gravatar Julien Boeuf2015-02-24
|
* Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
|\ | | | | Added support for default credentials.
| * Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| | | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
* | Merge pull request #654 from ctiller/copyrightGravatar Tim Emiola2015-02-23
|\ \ | | | | | | Update copyrights on docker files, makefiles
| | * Added support for default credentials.Gravatar Julien Boeuf2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block.
* | | Merge pull request #704 from ctiller/interop3Gravatar Yang Gao2015-02-21
|\ \ \ | |_|/ |/| | Rename interop_test.c --> interop_test.cc
* | | Re-generated project files.Gravatar Nicolas "Pixel" Noble2015-02-21
| | |
* | | Merge pull request #703 from nicolasnoble/win32Gravatar Craig Tiller2015-02-21
|\ \ \ | | | | | | | | Fixing Windows port.
| | * | Rename interop_test.c --> interop_test.ccGravatar Craig Tiller2015-02-21
| |/ / |/| | | | | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
* | | Merge pull request #641 from jboeuf/jwt_id_tokenGravatar Yang Gao2015-02-21
|\ \ \ | | | | | | | | Implementing JWT credentials (a.k.a JWT ID Tokens).
| | * | Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
| |/ / |/| |
* | | Merge branch 'master' of github.com:google/grpc into unsecure-fixGravatar Nicolas "Pixel" Noble2015-02-21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
* | | | Various MacOS build fixes.Gravatar Nicolas "Pixel" Noble2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | -) Secure files shouldn't be in the base grpc. -) grpc++ depends on gpr. -) grpc++ depends on protobuf (!)
| * | | Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
|/ / / | | | | | | | | | This will help greatly when it comes to diagnosing customer issues.
| | * Makefile cleanupGravatar Craig Tiller2015-02-20
| | |
| | * Update yearGravatar Craig Tiller2015-02-20
| | |
* | | Removing the hardcoded SSL roots.Gravatar Julien Boeuf2015-02-20
| | | | | | | | | | | | | | | | | | - Makes 2 tests fail: - httpcli_test - interop_test
* | | Merge pull request #606 from yang-g/rootsGravatar Craig Tiller2015-02-20
|\ \ \ | | | | | | | | remove prod_roots_certs.c
| | | * Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
| | | |
* | | | Ensure interop tests are run as part of run_testsGravatar Craig Tiller2015-02-20
| |_|/ |/| | | | | | | | I'm honestly a little shocked this wasn't done previously.
| | * Adding tool for generating JWTs on the command line.Gravatar Julien Boeuf2015-02-19
| |/ |/|
* | Added protoc plugin for Python GRPC.Gravatar Masood Malekghassemi2015-02-19
| |
| * remove prod_roots_certs.c since it is not used anywhereGravatar Yang Gao2015-02-18
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Allow grpc_init to be called multiple timesGravatar Craig Tiller2015-02-17
|
* added zlib and openssl dependenciesGravatar Jan Tattermusch2015-02-13
|
* polishing of Grpc.makGravatar Jan Tattermusch2015-02-12
|
* added some more non-test targets to Grpc.makGravatar Jan Tattermusch2015-02-12
|
* improving makefile for WindowsGravatar Jan Tattermusch2015-02-12
|
* added make.bat helperGravatar Jan Tattermusch2015-02-12
|
* fixed GrpcTests.mak and removed build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
|
* Added NMake file to ease building and running tests.Gravatar Jan Tattermusch2015-02-12
|
* add more tests into build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
|
* added ssl.props as a dependency for grpc_csharp_ext, regenerated project filesGravatar Jan Tattermusch2015-02-12
|
* Merge pull request #497 from nicolasnoble/buildcheckGravatar Craig Tiller2015-02-11
|\ | | | | Ran build-cleaner, and re-generated project files.
* \ Merge pull request #475 from dklempner/epollGravatar Craig Tiller2015-02-11
|\ \ | | | | | | Epoll based multipoller
| | * Ran build-cleaner, and re-generated project files.Gravatar Nicolas Noble2015-02-11
| |/ |/|
* | Enabling debug symbols while running batched tests under Windows.Gravatar Nicolas Noble2015-02-11
| |
* | Merge pull request #489 from jtattermusch/cpu_windowsGravatar Nicolas Noble2015-02-11
|\ \ | | | | | | Added placeholder for cpu_windows.c implementation
| * | added cpu_windows.cGravatar Jan Tattermusch2015-02-11
| | |
* | | set RuntimeLibrary for zlib project to defaultGravatar Jan Tattermusch2015-02-11
| | |
* | | remove _shared suffix from target dll namesGravatar Jan Tattermusch2015-02-11
| | |
* | | fixes to zlib VS projectGravatar Jan Tattermusch2015-02-11
| | |
* | | fixes to make shared libraries buildGravatar Jan Tattermusch2015-02-11
| | |
* | | fixed filename of grpc VS project templatesGravatar Jan Tattermusch2015-02-11
| | |
* | | added projects for shared librariesGravatar Jan Tattermusch2015-02-11
|/ /
| * Merge branch 'master' into epollGravatar David Klempner2015-02-11
| |\ | |/ |/|
* | removed filters for grpc_csharp_extGravatar Jan Tattermusch2015-02-11
| |