Mark D. Roth
0696611fb5
Do not return calls on server when request proto fails to deserialize.
8 years ago
Julien Boeuf
da8eca56e2
Better handling of token lifetime.
...
- In C++, we need a constant for the max lifetime.
- In C, make sure that we crop the lifetime in the credentials object
itself and not just later during the creation of the token. This will
allow the refresh to occur based on the actual token lifetime as opposed
to the one from the user (which may be cropped).
8 years ago
David Garcia Quintas
51d0ff0f3d
Fix deadlocks in grpclb_end2end_test
8 years ago
Ken Payson
f47c063d02
Restore interop_client_main
...
This target is used internally.
8 years ago
Craig Tiller
41690d1ad8
Detach ownership of core/c++
8 years ago
David Garcia Quintas
9a4ed686b1
Improved testing
8 years ago
Craig Tiller
5e47758d53
Make @vjpai an owner of qps_test
8 years ago
murgatroid99
b5984601b8
Add myself as owner of files in several directories
8 years ago
Nicolas "Pixel" Noble
68ce2564fd
Sanitizing repo.
8 years ago
Craig Tiller
e251fbac20
clang-format
8 years ago
Nicolas "Pixel" Noble
61f21d91b8
Fixing merge failures on test/cpp/interop.
8 years ago
yang-g
fdcb774cea
Regenerate projects and fixes
8 years ago
Craig Tiller
a7e5a0bd9c
Add a test of repeatedly calling grpc_init then grpc_shutdown
8 years ago
Craig Tiller
e4985cbbb7
Add test tree owners for C/C++
8 years ago
yang-g
b575a34e05
Replace InitBenchmark with InitTest. Remove qps_test.cc
8 years ago
Guantao Liu
abe3cf51f0
Add a new metric 'Queries/CPU-sec'.
...
Enable internal credential types.
8 years ago
Muxi Yan
59827dd739
generate project
8 years ago
Muxi Yan
121e789f1d
Add tests
8 years ago
Muxi Yan
a4dc077d3c
Stream compression configuration
8 years ago
Anna Sapek
4318df0571
Update tsi_fake_handshaker to implement the asynchronous TSI
8 years ago
Sree Kuchibhotla
eede875bdb
Disable health check service in async end2end tests as it is causing flakes in mac
8 years ago
Noah Eisen
7e4c1dd4c9
Add fuzzer repro
8 years ago
Mark D. Roth
5dd24897a5
Do multiple reads if needed to read full server response.
8 years ago
Ken Payson
a4710a090d
Revert "Remove lockfree-stack implementation that is no longer used"
...
This reverts commit 3d04e025bc
.
8 years ago
David Garcia Quintas
6636b5036e
Fix codegen_test_full
8 years ago
Vijay Pai
c0baec60a1
Internalize structs and methods meant for being exposed through codegen
...
or that interface with core and are only for internal use
8 years ago
Muxi Yan
dfe402781e
Fix windows test failure
8 years ago
Muxi Yan
fbd06f7202
Comments and fixes
8 years ago
David Garcia Quintas
4b2def361a
Fix RR concurrent updates
8 years ago
Craig Tiller
873ee82277
Add channel args to qps server
8 years ago
David Garcia Quintas
3f223e342f
Move gtest include after proto include
8 years ago
ncteisen
36bb8a0006
s/hanging/pending/g
8 years ago
Muxi Yan
4f85558ba8
clang-format
8 years ago
ncteisen
43f2b55a07
Add repro and fix to bidi case
8 years ago
ncteisen
be7b82ba5e
Add repro for coalescing bug
8 years ago
ncteisen
9bee3086c3
Make stream responses togglable via context
8 years ago
Muxi Yan
163d8d65a6
Sanity fix
8 years ago
Muxi Yan
e87a7e1a47
Move stream_compression to src/core/lib/compression
8 years ago
Muxi Yan
c1f837ce79
Make stream compression module
8 years ago
Mark D. Roth
2faddbd639
Fix filter_end2end_test.
8 years ago
Mark D. Roth
cc4ef5919f
Improvements to C++ filter API:
...
- Make sure all C-core parameters are passed into C++ methods.
- Add Destroy() methods for ChannelData and CallData.
- Use C++-style casts.
- Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters.
8 years ago
Muxi Yan
b8e6e2f299
Fix test failures
8 years ago
David Garcia Quintas
ab1ff6b041
Split move test
8 years ago
Muxi Yan
d46239a8c2
Correct copyright year
8 years ago
Muxi Yan
0c8cb1d652
Resolve asan failure
8 years ago
ncteisen
131d2f19a1
Few more bm trickle fixes
8 years ago
ncteisen
81db061d2a
Clang fmt and copyright sanity
8 years ago
ncteisen
8f9e012428
Add json out flag to qps driver
8 years ago
ncteisen
0911b1612a
Fix bm_diff
8 years ago
Makarand Dharmapurikar
3d99597032
s/inline/__inline/. Visual studio incompatiblity.
...
MS Visual studio '13 and before don't understand inline
and throw Error C2054.
Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
8 years ago