Deepak Lukose
e61cbe3fd3
For client cert based authentication, add client cert as an AuthProperty
9 years ago
Jan Tattermusch
f03872f556
Merge pull request #5765 from adelez/setup_full_interop
...
chmod g+x
9 years ago
Sree Kuchibhotla
f6c7a9823e
More additions / Typos
9 years ago
Craig Tiller
ae2283d3dd
Bleh
9 years ago
Craig Tiller
3c788053bc
Fix copyright
9 years ago
Craig Tiller
2b45cb827f
clang-format code
9 years ago
Craig Tiller
ce2b3084e7
Get stack traces in crash dumps working for Windows
9 years ago
Sree Kuchibhotla
f90d765f69
More formatting changes
9 years ago
Sree Kuchibhotla
f317fb4880
Minor formatting tweaks
9 years ago
Sree Kuchibhotla
a35c7d47af
Address review comments
9 years ago
Jan Tattermusch
f4f57f0749
Merge pull request #5474 from ctiller/esan
...
Execution context sanitizer
9 years ago
Craig Tiller
5ee157cd11
Merge github.com:grpc/grpc into backoff_lib
9 years ago
Masood Malekghassemi
3d2d5b9d27
Don't hold the GIL when calling anything in core
9 years ago
David Garcia Quintas
cd21266b5f
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
9 years ago
yang-g
4e5c6d9895
Remove end2end_certs library.
9 years ago
Adele Zhou
28c0809ffc
chmod g+x
9 years ago
Nathaniel Manista
66e3b02d8a
Merge pull request #5763 from soltanmm/one-piece
...
Fix two ways tests can hang. Hooray!
9 years ago
Masood Malekghassemi
cbd1bce45a
Fix two ways tests can hang
...
Both have to do with the test runner's handling of the tests. With one
it's the read thread somehow outliving the other threads (e.g. with
ctrl-C). The other is due to a filled OS-level pipe's buffer causing a
block while code is still holding the GIL in some gRPC core function. We
can't empty the buffer from Python because the GIL is held, and the OS
can't unblock because it's waiting for the buffer to get cleared:
deadlock.
9 years ago
Jan Tattermusch
39b082ae8c
Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx
...
Revert "Revert "Properly integrate async API with server-side cancellations.""
9 years ago
Jan Tattermusch
f0555e6fe3
Merge pull request #5705 from paddybyers/free_aligned
...
Use gpr_free() in gpr_free_aligned()
9 years ago
Jan Tattermusch
d719d6e1e0
Merge pull request #5750 from sreecha/gpr_thd_test
...
Reduce the number of threads so that this test works on x86 systems
9 years ago
adelez
85b460fb51
Merge pull request #5382 from dgquintas/jenkins_stuff
...
Accept instance name as argument
9 years ago
Jan Tattermusch
e6bebe9662
Merge pull request #5749 from jcanizales/only-one-completion-queue
...
Use a singleton completion queue
9 years ago
Paddy Byers
9db726812e
Use gpr_free() in gpr_free_aligned()
9 years ago
Jan Tattermusch
f21b0d1436
Merge pull request #5722 from jcanizales/fix-writeable
...
Make GRXWriteable with single handler robust against streaming Writers
9 years ago
Jan Tattermusch
42626cec3e
Merge pull request #5543 from adelez/fix_code_coverage2
...
Fix code coverage.
9 years ago
jboeuf
aa84ef363f
Merge pull request #5666 from pquerna/pq/ip_addr_san
...
Add support for IP Addresses in Subject Alt Names.
9 years ago
Masood Malekghassemi
6643ce7ed1
Clean up test
9 years ago
Jorge Canizales
7cfb396bf6
Make copyright not expire one year too soon.
9 years ago
Vijay Pai
847baf6fe0
clang-format and fix a typo caused by saving
9 years ago
vjpai
63326281d7
1. Remove all deadlines from the RPCs and shutdown in this code.
...
These tests (especially unconstrained versions) can get very
backlogged and may take a while to finish. We sometimes flake waiting
for that. This is not hazardous (IMO), as the scripts that run these
tests already have timeouts to make sure that these don't truly go on
forever.
2. Make the time spent in the benchmark phase actually be
benchmark_seconds rather than benchmark_seconds-warmup_seconds
as it is currently.
9 years ago
Sree Kuchibhotla
f7cea97658
Fix copyright
9 years ago
Paul Querna
4a9e7c4cb1
Improve looks_like_ip_address for IPv6 addresses, and add tests
9 years ago
Paul Querna
27df689405
Add note about refactor portability header
9 years ago
Paul Querna
47d841de4d
Add support for IP Addresses in Subject Alt Names.
9 years ago
Sree Kuchibhotla
b19489c6c8
Minor code cleanup
9 years ago
Adele Zhou
9506ef2922
Fix code coverage.
9 years ago
Sree Kuchibhotla
cc43d693e5
Reduce the number of threads so that this test works on x86 systems
9 years ago
Jorge Canizales
c5dd4d47aa
Use a singleton completion queue
9 years ago
Jan Tattermusch
f9b26d9463
Merge pull request #5731 from ctiller/huh_omg
...
Fix some race conditions
9 years ago
Sam Clegg
8ec33f0b65
Add intial plaform support for Native Client (NaCl)
...
The initial port to NaCl was done in the webports
repository:
https://chromium.googlesource.com/webports.git/+/master/ports/grpc/
In order to be buildable under NaCl outside the
webports repo there are several further changes
that will be needed:
1. Make AF_UNIX sockets optional
2. Make IP_PKTINFO optional
3. Make vector I/O (readv/writev) optional
9 years ago
Jan Tattermusch
db3bccade4
Merge pull request #5453 from adelez/setup_full_interop
...
Add a script to run interop tests against all versions of prod servers.
9 years ago
Dan Born
047fe1f005
Merge pull request #5580 from daniel-j-born/test_creds
...
Allow use of alternative credential types.
9 years ago
Jan Tattermusch
879c764831
Merge pull request #5727 from nicolasnoble/upmerge
...
Upmerge from 0.13.1
9 years ago
Adele Zhou
2480f98e19
Add a script to run interop tests against all versions of prod servers.
9 years ago
vjpai
ee6902bcef
Merge branch 'master' into revert-5599-revert-5572-srv_ctx
9 years ago
Jan Tattermusch
ff08a0ca30
Merge pull request #5545 from yang-g/windows_leaks
...
Fix windows leaks
9 years ago
Jan Tattermusch
fca9464d8c
Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor
...
PHP: fix examples ClientStub constructor
9 years ago
Jan Tattermusch
2312332713
Merge pull request #5444 from vjpai/debug_qps_stream
...
Make performance benchmarking code more canonical in structure
9 years ago
Jan Tattermusch
e1e459e5fe
Merge pull request #5724 from grpc/revert-5607-revert-5544-master
...
Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
9 years ago