Yash Tibrewal
37fdb73960
More build errors
8 years ago
Yash Tibrewal
fcd26bcd0f
Removing more build errors
8 years ago
Yash Tibrewal
d8b84a249e
Removing few more build errors
8 years ago
Yash Tibrewal
840844bd1c
Clang
8 years ago
Yash Tibrewal
fb44fada4e
Some more build errors
8 years ago
Yash Tibrewal
f5a64e22af
clang format
8 years ago
Yash Tibrewal
1a365e035f
More uv errors
8 years ago
Yash Tibrewal
20e5e07955
Trying a python and windows build fix
8 years ago
Yash Tibrewal
922bc8ae84
Some windows build errors
8 years ago
Yash Tibrewal
e2ae17221e
Some more extern C
8 years ago
Yash Tibrewal
662d32444e
Removing more build errors
8 years ago
Yash Tibrewal
4bf670793b
Running generate_projects.sh and solving some uv build errors
8 years ago
Yash Tibrewal
4a91bf47d0
Fixing build.yaml. More pointer conversions and changes required by other builds
8 years ago
Yash Tibrewal
19f0a909ac
pointer conversion for libuv build. gen_stats_data.py to generate .cc
8 years ago
Yash Tibrewal
90adcf5e98
gen_static_metadata.py would generate .cc now. Also fixed asan build failures
8 years ago
Yash Tibrewal
83062842c3
Changes for C to C++. Adding extern C to header files for compatibility.
...
Also converting to .cc
8 years ago
Yash Tibrewal
1c9b584a15
Changes for C to C++. Adding extern C to header files for compatibility.
8 years ago
Yash Tibrewal
53a47f09e2
Changes for C to C++. Adding extern C to header files for compatibility.
8 years ago
Yash Tibrewal
a7e6d65a48
Changes for C to C++. Adding extern C to header files for compatibility.
8 years ago
Yash Tibrewal
ac0c2d9036
Adding cplusplus ifdefs for C linkage in header files
8 years ago
Yash Tibrewal
f4f8dd768c
including header files in code to get extern C effect
8 years ago
Yash Tibrewal
240b9ce4e2
Clang format
8 years ago
Yash Tibrewal
acd46e571c
More pointer conversions, deprecated string to char *, goto crossing initializations
8 years ago
Yash Tibrewal
20987394e9
more pointer conversions and goto jump warnings
8 years ago
Yash Tibrewal
71f217c503
More pointer conversion required after making build changes
8 years ago
Craig Tiller
39908712be
Fixes
8 years ago
Craig Tiller
a16be228f8
Fix casts
8 years ago
Craig Tiller
65da0efda3
Init mutex
8 years ago
Craig Tiller
dca3c47dfd
epex should be enabled by default
8 years ago
Craig Tiller
23adbd5a81
Finish off epollex refactoring (no testing yet)
8 years ago
Craig Tiller
5bc68e9750
Fixes
8 years ago
Craig Tiller
43c1b5f437
Fixes
8 years ago
Craig Tiller
249de2b5c0
Initial refactor
8 years ago
Muxi Yan
7149788e0a
Fix performance regression caused by truncating first 5 bytes of gRPC PDU
8 years ago
Thomas Voß
3771adebb9
Fix up whitespace
8 years ago
ncteisen
520cc8f555
Fix ClangTidy
8 years ago
Nathaniel Manista
103991eb73
Devolve staticmethod to ordinary function
8 years ago
yang-g
cfd20c4262
Add CompositeCallCredentials
8 years ago
Nathaniel Manista
3efe754799
"resopnse" typo correction
8 years ago
Nathaniel Manista
4ceb743c82
Drop unused staticmethods
8 years ago
Nathaniel Manista
3e3bbdff91
Raise exception instances rather than classes
8 years ago
Ken Payson
30f1d0fe79
Specify min windows version as Vista for Python
8 years ago
Mark D. Roth
61b26f97b0
Code review changes.
8 years ago
Mark D. Roth
55a807aec8
Fix race condition in composite credentials.
8 years ago
Juanli Shen
fe40815682
Readd grpclb fallback
8 years ago
Mark D. Roth
1c34d1d0d8
Fix C++ goto problem.
8 years ago
Mark D. Roth
cb799c5132
Fix http_proxy proxy mapper to not set proxy_name when returning false.
8 years ago
Thomas Voß
3069fc5eb8
Increase reference count on state used in tcp connect.
...
The state is used both in the callback for the actual connect as well as
in the additional timeout that is setup for the operation. Both code
paths decrease the reference count and if they happen to be queued at
the same time, memory is corrupted. Subsequent behavior is undefined and
segfaults can be observed as a result.
Fixes #12608
8 years ago
Mark D. Roth
1a8bb821f4
Add tracer for plugin credentials.
8 years ago
Alexander Polcyn
f1b1ab0899
return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set
8 years ago