aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
* Actually removing shared project files now.Gravatar Nicolas "Pixel" Noble2015-04-03
|
* Merge pull request #1173 from nicolasnoble/vs2010Gravatar Jan Tattermusch2015-04-02
|\ | | | | Created Visual Studio 2010 project files.
| * Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | | | | | Also removed the unused shared projects.
* | make target of port.c depend on test_configGravatar Yang Gao2015-04-01
| |
* | add missing header into build.json and regenerate projectGravatar Yang Gao2015-04-01
|/
* merge upstream and resolve conflictGravatar Yang Gao2015-03-26
|\
| * Merge pull request #989 from murgatroid99/core_start_batch_traceGravatar Nicolas Noble2015-03-26
| |\ | | | | | | Added batch GRPC_TRACE option to trace calls to grpc_call_start_batch
| * | Added a few more missing files and re-generated project files.Gravatar Nicolas "Pixel" Noble2015-03-20
| | |
| * | Adding missing public files to build.json, and re-generating all project files.Gravatar Nicolas "Pixel" Noble2015-03-19
| | |
| * | Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
| |\ \ | | | | | | | | Various Windows fixes.
| | * | Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
| * | Adding MSVC's grpc++ project file.Gravatar Nicolas "Pixel" Noble2015-03-10
|/ /
| * Added batch GRPC_TRACE option to trace calls to grpc_call_start_batchGravatar murgatroid992015-03-09
|/
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc 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
| * 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.
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
|\|
| * Addressing comments.Gravatar Julien Boeuf2015-02-24
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
|\|
| * 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
* | | | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
| | | | | | | | | | | | | | | | And reflects the C++ API in ServerBuilder.
* | | | Server API simplificationGravatar Craig Tiller2015-02-23
|/ / / | | | | | | | | | Remove 'secure_serer_create', and instead attach credentials to ports, meaning different ports can serve different credentials.
| | * 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
|