Alistair Veitch
7a97fe2c10
use macro rather than constant in array size
9 years ago
Alistair Veitch
4aaba75a82
initial implementation of resource handling
9 years ago
Robbie Shade
e29f7a15d0
Make request_with_flags timeout deadline equal to that of request_with_payload.
9 years ago
Craig Tiller
468ee4cd65
Improve test debugability, fix race condition
9 years ago
David Garcia Quintas
3c4fe1bcb7
Fixed the fix
9 years ago
Craig Tiller
29dc490b94
clang-format
9 years ago
Craig Tiller
93dd0470cf
clang-format
9 years ago
Craig Tiller
2bcf78d632
Expand corpus
9 years ago
Craig Tiller
2d8427a1cb
Expand corpus
9 years ago
Craig Tiller
9be075c911
Fix leak in port deallocation
9 years ago
Craig Tiller
88ef00efbe
Remove broken test
9 years ago
Craig Tiller
cf2cce661d
Bug fixes
9 years ago
Craig Tiller
c1623dc732
Expand corpus
9 years ago
Craig Tiller
71d0f5fd6c
Expand corpus
9 years ago
Craig Tiller
37a85c3096
Expand corpus
9 years ago
David Garcia Quintas
bb76c33a0c
Fixes leak in test_cancel_after_client_done & cancel_after_accept
9 years ago
Sree Kuchibhotla
11e304a3b1
Fix the failing test. (Adding fd was caling 'kicked_without_pollers'
...
flag to be set to true on the pollset in case of 'poll' strategy. To fix
this I am calling grpc_pollset_work with a 0 timeout right after adding
the fds)
9 years ago
Craig Tiller
40945c702a
Add missing function for completion queue
9 years ago
David Klempner
948afddffe
Run clang-format against port_posix.c and port_windows.c
9 years ago
Craig Tiller
6f7756e970
Expand corpus
9 years ago
Craig Tiller
e2f7f31552
Expand corpus
9 years ago
Craig Tiller
1f963ba63f
Expand corpus
9 years ago
Craig Tiller
d5b3482f4d
Expand corpus
9 years ago
Craig Tiller
680822fdc6
Expand corpus
9 years ago
Craig Tiller
892c37072e
Expand corpora
9 years ago
Craig Tiller
9d2822a167
Fix fuzzer bugs
9 years ago
Craig Tiller
2f9fc7be95
Fix fuzzer bug, add corpora
9 years ago
Craig Tiller
d8550756ea
Add fuzzing for receving messages after close
9 years ago
David Klempner
6fb122dc6e
Add calls to grpc_recycle_unused_port to two of the tests which call
...
grpc_pick_unused_port a lot.
9 years ago
David Klempner
c7614cf277
Fix declarations in port.h to not be ambiguous in C due to K&R.
...
Also actually add the port parameter to grpc_recycle_unused_port.
Also remove the downsizing gpr_realloc in the recycle codepath, which is
unnecessary and can free the pointer.
9 years ago
David Klempner
2754c91fee
Add an API to return an unused port to the portserver
9 years ago
Robbie Shade
006314ae3a
Correct assertion for single FD being orphaned. Consistent comments.
9 years ago
David Garcia Quintas
183ba02ce7
Renamed some defines
9 years ago
Mark D. Roth
5eba7971fb
Switch from snprintf() to gpr_asprintf().
9 years ago
Mark D. Roth
0eb3e13ea2
Fix large_metadata_bad_client_test to avoid C99 string literal length limit.
9 years ago
Craig Tiller
5f902c1267
Fix tsan reported error
9 years ago
Robbie Shade
9aa6f40dff
Add callback when gRPC FD is about to be orphaned.
9 years ago
Craig Tiller
a65f9f5820
Fix test usage of pollset
9 years ago
makdharma
c2ec95bad4
Revert "Revert "cronet wrapper code""
9 years ago
Craig Tiller
9d86120547
clang-format
9 years ago
Julien Boeuf
19cd009ec1
clang-format
9 years ago
yang-g
c5943093b5
Change argument type to avoid undefined behavior
9 years ago
Craig Tiller
78222f7383
Enable -Wextra-semi on compilers that support it
...
Use some template magic to make warning detection much easier in the future.
9 years ago
Nicolas "Pixel" Noble
0545d7fa69
Revert "Merge pull request #6214 from makdharma/master"
...
This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing
changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa.
9 years ago
Craig Tiller
42342cbebb
Revert "cronet wrapper code"
9 years ago
Mark D. Roth
067cce56d4
Fix asan test failure.
9 years ago
Mark D. Roth
f2f707ca55
More clang-format fixes.
9 years ago
Julien Boeuf
8ca294e417
Refactoring the core security code.
...
As opposed to a flat directory, we now have the following structure:
- security
-context
- credentials
- composite
- fake
- google_default
- iam
- jwt
- oauth2
- plugin
- ssl
- transport
- util
We have not refactored the test code yet but this PR is already large
enough...
9 years ago
Mark D. Roth
22b338e210
Apply clang-format diffs.
9 years ago
Mark D. Roth
2df502e518
Fix max_message_length test, which was broken by the previous fix to the
...
proxy tests.
9 years ago