aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
Commit message (Collapse)AuthorAge
* Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
|\
* | Visual Studio build filesGravatar Vijay Pai2015-04-13
| |
| * Update build filesGravatar Craig Tiller2015-04-13
| |
| * Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-04-13
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak
* | Merge pull request #1249 from ctiller/tlsGravatar Nicolas Noble2015-04-10
|\ \ | | | | | | Thread local storage for grpc
* | | Add missing public headersGravatar Yang Gao2015-04-10
| | |
| * | Thread local storage for grpcGravatar Craig Tiller2015-04-10
| | |
* | | Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09
|/ /
| * Begin port selection code for windowsGravatar Craig Tiller2015-04-08
| |
| * Dont build uninteresting tests on WindowsGravatar Craig Tiller2015-04-08
| |
| * Add endpoint_pair_windows.cGravatar Craig Tiller2015-04-08
| |
| * Ensure OUT_DIR createdGravatar Craig Tiller2015-04-08
| |
| * Make Grpc.mak more useful for run_tests.pyGravatar Craig Tiller2015-04-08
| |
* | Merge branch 'master' of github.com:google/grpc into the-purgeGravatar Nicolas "Pixel" Noble2015-04-06
|\ \
* | | Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
| | |
| * | Adding joinable threads, and gpr_thd_join.Gravatar Nicolas Noble2015-04-03
| |/
| * 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
| | |