Julien Boeuf
9fff77e4f8
Addressing comments.
10 years ago
Julien Boeuf
c66f2a816e
Addressing iniitial feedback.
...
- Renaming default credentials -> google default credentials.
- Various other things in cpp:
- Adding Cpp wrapping for JWT Tokens.
- Renaming ComposeCredentials -> CompositeCredentials.
10 years ago
Craig Tiller
42bc87c097
Update C++ server with new core API
...
And reflects the C++ API in ServerBuilder.
10 years ago
Craig Tiller
759026cbf0
Server API simplification
...
Remove 'secure_serer_create', and instead attach credentials to ports, meaning different ports can serve different credentials.
10 years ago
Julien Boeuf
cd9b1c850d
Added support for default credentials.
...
- 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.
10 years ago
Nicolas "Pixel" Noble
b8f5f1b343
Re-generated project files.
10 years ago
Craig Tiller
fe8af4e2e9
Rename interop_test.c --> interop_test.cc
...
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++.
10 years ago
Nicolas "Pixel" Noble
94964fd0b2
Fixing Windows port.
10 years ago
Nicolas "Pixel" Noble
dda049ce18
Various MacOS build fixes.
...
-) Secure files shouldn't be in the base grpc.
-) grpc++ depends on gpr.
-) grpc++ depends on protobuf (!)
10 years ago
Craig Tiller
6e7c62285c
Add a facility to control tracing without recompiling
...
This will help greatly when it comes to diagnosing customer issues.
10 years ago
Craig Tiller
d7f333547c
Makefile cleanup
10 years ago
Craig Tiller
ab37138647
Update year
10 years ago
Julien Boeuf
1bc21a46db
Removing the hardcoded SSL roots.
...
- Makes 2 tests fail:
- httpcli_test
- interop_test
10 years ago
Nicolas "Pixel" Noble
3f1e696686
Disabled httpcli_test, and ran build cleaner.
10 years ago
Craig Tiller
6ce372cc8f
Add copyrights to docker files, makefiles
10 years ago
Craig Tiller
16a6ea6bc0
Ensure interop tests are run as part of run_tests
...
I'm honestly a little shocked this wasn't done previously.
10 years ago
Julien Boeuf
25380de72d
Adding tool for generating JWTs on the command line.
10 years ago
Masood Malekghassemi
f8e297a3c0
Added protoc plugin for Python GRPC.
10 years ago
Yang Gao
0d1e2f2ad9
remove prod_roots_certs.c since it is not used anywhere
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
35108f6527
Allow grpc_init to be called multiple times
10 years ago
Jan Tattermusch
64d10c1811
added zlib and openssl dependencies
10 years ago
Jan Tattermusch
d3f1d2bc14
added libraries to link against
10 years ago
Jan Tattermusch
a2ad558431
polishing of Grpc.mak
10 years ago
Jan Tattermusch
eca6547484
added some more non-test targets to Grpc.mak
10 years ago
Jan Tattermusch
d5b076ae29
improving makefile for Windows
10 years ago
Jan Tattermusch
32647c8580
added make.bat helper
10 years ago
Jan Tattermusch
13126664ec
fixed GrpcTests.mak and removed build_and_run_tests.bat
10 years ago
Jan Tattermusch
451a227ac3
Added NMake file to ease building and running tests.
10 years ago
Jan Tattermusch
adeaf63113
add more tests into build_and_run_tests.bat
10 years ago
Craig Tiller
6859ad9016
Update projects
10 years ago
Jan Tattermusch
13b9cfb8de
added ssl.props as a dependency for grpc_csharp_ext, regenerated project files
10 years ago
murgatroid99
a8c21e8ecf
Added useful behavior for empty batch
10 years ago
Craig Tiller
1fe817fffd
Run build cleaner
10 years ago
Craig Tiller
ea9fb4a6f3
Update vsprojects
10 years ago
Nicolas Noble
1407adb2a1
Ran build-cleaner, and re-generated project files.
10 years ago
Nicolas Noble
24cad9b6c6
Enabling debug symbols while running batched tests under Windows.
10 years ago
Jan Tattermusch
6943fb3aed
added cpu_windows.c
10 years ago
Jan Tattermusch
8f24bec047
set RuntimeLibrary for zlib project to default
10 years ago
Jan Tattermusch
f6ff8f6fcf
remove _shared suffix from target dll names
10 years ago
Jan Tattermusch
a612216645
fixes to zlib VS project
10 years ago
Jan Tattermusch
31e40652a9
fixes to make shared libraries build
10 years ago
Jan Tattermusch
9fb0116148
fixed filename of grpc VS project templates
10 years ago
Jan Tattermusch
785778b22e
added projects for shared libraries
10 years ago
Jan Tattermusch
b7f53d9296
removed filters for grpc_csharp_ext
10 years ago
Jan Tattermusch
2dcc9a8de1
removed empty filters file for grpc_csharp_ext
10 years ago
Jan Tattermusch
326c164327
added user settings and generated files to gitignore
10 years ago
Jan Tattermusch
92e2e3f55e
some VS project template fixes and added templates for grpc_csharp_ext
10 years ago
Jan Tattermusch
3b2277490d
added user settings and generated files to gitignore
10 years ago