David Garcia Quintas
5d96056293
regenerated projects
8 years ago
David Garcia Quintas
3856a972fd
regenerated projects
8 years ago
David Garcia Quintas
86a00a67c4
regenerated projects
9 years ago
David Garcia Quintas
55145c03d2
first step in transforming grpclb_test to C++
9 years ago
Deepak Lukose
dba4c5fd01
Add various options to verify ssl/tls client cert including letting the
...
application handle the authentication.
9 years ago
Craig Tiller
62c7a5a699
Channel establishment
9 years ago
Nicolas "Pixel" Noble
85a46dd780
Moving memory allocation tracking to its own file.
9 years ago
Craig Tiller
03915e5de6
Sort out codegen dependencies
9 years ago
Craig Tiller
f82ddc4c78
Nailing down dependencies better
9 years ago
Craig Tiller
d1697d99d7
Getting dependencies fixed up
9 years ago
Craig Tiller
2d8d13a572
Server fuzzer progress
9 years ago
Craig Tiller
44cc10b02e
Add uses clauses to filegroups to ease dependency management
9 years ago
Craig Tiller
19d7d808ec
Split port_posix.c into platform specifics and a portable interface to port_server.py
9 years ago
Craig Tiller
1298afd10e
Get compilation working again
9 years ago
Craig Tiller
da179ce598
Rollback gpr deletion
9 years ago
Nicolas "Pixel" Noble
09121799b0
Removing gpr as a separated library.
9 years ago
Craig Tiller
77fc4d35e4
BoringSSL: vsproject changes
9 years ago
Jan Tattermusch
44fc7200f8
regenerate project files
9 years ago
Jan Tattermusch
ec59bc7f1a
regenerate project files
9 years ago
Jan Tattermusch
df744bd389
regenerated vsproject files
9 years ago
Craig Tiller
917c29e276
Correctly tag dependencies: generated files
9 years ago
Craig Tiller
8f12f77059
Generated changes
9 years ago
Craig Tiller
f4fc5d2bfd
Enable warnings as errors on Windows
9 years ago
Craig Tiller
02a7bedaa3
Generated changes
9 years ago
Craig Tiller
17effabe42
Add proxy tests to end2end suite
...
Currently the oauth2 variant of these tests is disabled. Will work with
@jboeuf to figure out how to turn them on.
9 years ago
Nicolas Noble
563b8a2779
Regenerating project files and massaging VS project files.
9 years ago
Nicolas Noble
7c5ef31613
Regenerating project files and massaging VS project files.
9 years ago
yang-g
be5f059219
Add oauth2_auth_token test case in interop test
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Alistair Veitch
9686dabd04
Initial refactoring and context API changes
10 years ago
Nicolas "Pixel" Noble
5fb4ba0adb
Updating the templates to create win64 projects.
10 years ago
Nicolas "Pixel" Noble
010f1e7b62
More work in not having to compile OpenSSL.
10 years ago
zeliard
292adfee5d
fix MSVC solution build-able on x64 mode (remove _USE_32BIT_TIME_T)
10 years ago
Jan Tattermusch
8ff00a3c25
big refactoring of visual studio projects, started using nuget
...
dependencies.
10 years ago
Craig Tiller
4e99edb642
Kill transport end2end tests: not useful
10 years ago
Craig Tiller
34cf2f37f7
Begin port selection code for windows
10 years ago
Yang Gao
7eb76cc780
make target of port.c depend on test_config
10 years ago
Yang Gao
0d1e2f2ad9
remove prod_roots_certs.c since it is not used anywhere
10 years ago
Jan Tattermusch
adeaf63113
add more tests into build_and_run_tests.bat
10 years ago
Jan Tattermusch
f6ff8f6fcf
remove _shared suffix from target dll names
10 years ago
Craig Tiller
17ec5f9ebf
Run buildgen
10 years ago
nnoble
5f2ecb355d
Splitting grpc_test_util into gpr_test_util.
...
Change on 2015/01/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83801564
10 years ago
chenw
97fd9e56d2
Add SSL root for production GFE.
...
Change on 2014/12/19 by chenw <chenw@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82554526
10 years ago
pmarks
b74550655a
gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist.
...
On Linux with disable_ipv6=1, we can create sockets bound to [::]:port, yet
connecting to that address triggers an Unreachable error. Since IPv6 is
useless on such machines, it's cleaner to turn it off than expose users to a
half-broken state.
Change on 2014/12/17 by pmarks <pmarks@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82387437
10 years ago
ctiller
2bbb6c4311
Remove endpoint/ directories.
...
Fold endpoint interface into iomgr, move secure_endpoint into security/.
This will make it easier for endpoint to rely on some iomgr defined types (like
pollset).
Change on 2014/12/17 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82338036
10 years ago
nnoble
5447c5461c
Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet.
...
Change on 2014/12/16 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82245026
10 years ago
ctiller
c99774fc7b
Remove a (very) deprecated file.
...
Change on 2014/12/15 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82201880
10 years ago
nnoble
69ac39f4be
Makefile will now build zlib and/or OpenSSL if needed.
...
-) Detecting system and embedded presence of zlib and OpenSSL with ALPN.
-) Automatically disabling secure targets if no OpenSSL present
--> make all won't work if no OpenSSL is present, forcing the users to select the nonsecure Makefile targets explicitely.
-) Removing build instructions for OpenSSL - this isn't really necessary anymore.
-) Adding more blurb about OpenSSL and the new Makefile features.
Change on 2014/12/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82020890
10 years ago
jtattermusch
1de3a5c0a1
Add Visual Studio project for building zlib.
...
Change on 2014/12/12 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82017498
10 years ago
jtattermusch
94204dda83
Fix ipv6.c build breakage on Windows.
...
Change on 2014/12/11 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81910401
10 years ago