murgatroid99
|
ac21e04cf7
|
Fix python script style
|
7 years ago |
Adele Zhou
|
d898926d3d
|
Incease job to 100.
|
7 years ago |
murgatroid99
|
e0e110e2e0
|
Fix syntax error
|
7 years ago |
murgatroid99
|
06210a103e
|
Node pure JS interop: add missing install line, skip more tests
|
7 years ago |
David Garcia Quintas
|
7b84b3d519
|
PR comments
|
7 years ago |
Mark D. Roth
|
ecc865124c
|
Use metadata batch callouts in client_auth_filter.
|
7 years ago |
Muxi Yan
|
60aa27884f
|
Remove include of inttypes.h completely
|
7 years ago |
Muxi Yan
|
4b37fb0e4c
|
Stop including inttypes.h in gRPC core public header in Apple platforms
|
7 years ago |
murgatroid99
|
9d2275864a
|
Use different docker image for Node pure JS interop tests
|
7 years ago |
makdharma
|
d10c4e1e8e
|
added "Experimental" and returned raw pointers
Added experimental in the comment and removed reference_wrapper in favor
of the raw pointer.
|
7 years ago |
Mark D. Roth
|
41c396ec88
|
Merge pull request #14607 from markdroth/c++_byte_stream
Convert byte_stream API to C++.
|
7 years ago |
makdharma
|
1d603248f2
|
forgot to add completion_queue.h doh!
|
7 years ago |
makdharma
|
d10a885922
|
removed unnecessary "virtual"
Removed unnecessary "virtual" keyword from CompletionQueue::Next.
Reverted two files that no longer need to be changed.
|
7 years ago |
Muxi Yan
|
ec154f6f2d
|
Merge pull request #14642 from MrMage/avoid-running-sed-on-backups
Podspec: Avoid running `sed` on the backup files it created itself
|
7 years ago |
David Garcia Quintas
|
c7c0d69d8b
|
Secure channels: use the right authority
|
7 years ago |
apolcyn
|
1213682122
|
Merge pull request #14662 from apolcyn/fix_broken_file_test_under_bazel
Fix a broken bazel test
|
7 years ago |
Yash Tibrewal
|
4d46260dc5
|
Explicit static_cast conversions
|
7 years ago |
Vijay Pai
|
a7f52a62ba
|
Merge pull request #14660 from vjpai/exception_10x
Run exception tests 10x to make sure server doesn't crash
|
7 years ago |
murgatroid99
|
9eb82a4461
|
Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node
|
7 years ago |
Vijay Pai
|
c04c53b38e
|
Run exception tests 10x to make sure server doesn't crash
|
7 years ago |
murgatroid99
|
2c86e064f0
|
Add Node pure JS interop client
|
7 years ago |
Yash Tibrewal
|
5f3b474727
|
Blank line after including port_platform.h
|
7 years ago |
Alexander Polcyn
|
f133259617
|
Fix broken golden file test under bazel
|
7 years ago |
Yash Tibrewal
|
e63ab97f1b
|
Merge branch 'master' into socklent
|
7 years ago |
Yash Tibrewal
|
ea37b0c8db
|
Adding uv too
|
7 years ago |
Vijay Pai
|
c50ded274c
|
Merge pull request #14651 from vjpai/cpp_deprecate
Change grpc++ filename references in C++ tests to grpcpp
|
7 years ago |
makdharma
|
c8e523351e
|
clang-format
|
7 years ago |
Mark D. Roth
|
3d8b32d8b3
|
Convert byte_stream API to C++.
|
7 years ago |
ZhouyihaiDing
|
8993297d1a
|
php: adding trace for call_credentials callback function
|
7 years ago |
Muxi Yan
|
34f153cbeb
|
Change grpc++ reference in names to grpcpp in test/cpp/cocoapods
|
7 years ago |
makdharma
|
757af97ad0
|
added ///Experimental in comment for c_server
Please enter the commit message for your changes. Lines starting
|
7 years ago |
makdharma
|
9cd0099a53
|
variable init sequence fix
|
7 years ago |
makdharma
|
838af3eb6c
|
moved member variables from protected to private
Per style guide, the member variables are not protected but private and
accessed through methods.
|
7 years ago |
Muxi Yan
|
59ea0ae3eb
|
Merge pull request #14646 from muxi/add-san-objc
Add cronet transport sanitizer tests
|
7 years ago |
Muxi Yan
|
3761fc1779
|
Merge pull request #14531 from muxi/update-connectivity-test-app
Rewrite connectivity testing app
|
7 years ago |
Muxi Yan
|
30e1b4aa1f
|
Merge pull request #14585 from grpc/remove-hostname-extraction
Remove hostname extraction for ConnectivityMonitor
|
7 years ago |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
7 years ago |
Yash Tibrewal
|
68dbea2e6a
|
Trial windows changes
|
7 years ago |
kpayson64
|
2e251697b1
|
Merge pull request #14630 from kpayson64/increase_mac_artifact_build_timeout
Increase mac Python artifact build timeout
|
7 years ago |
Muxi Yan
|
40beafa2ee
|
Put change in template file
|
7 years ago |
Muxi Yan
|
35859226e8
|
Add the sanitizer tests to CI
|
7 years ago |
Muxi Yan
|
16482199ae
|
Add asan and tsan to ObjC
|
7 years ago |
yihuaz
|
3287ceb067
|
Merge pull request #14638 from yihuazhang/hook_alts_again
Add ALTS code to grpc/core
|
7 years ago |
apolcyn
|
44dac6050a
|
Merge pull request #14610 from apolcyn/python_dig
Remove the C++ test dependency on dig and dnsutils
|
7 years ago |
Jan Tattermusch
|
ef3fb665ac
|
Merge pull request #14560 from jtattermusch/fix_windows_shutdown_shutdown_finishes_calls
Workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flake
|
7 years ago |
Jan Tattermusch
|
ff49e75fd9
|
Merge pull request #14605 from jtattermusch/build_unitypackage_script
Add EXPERIMENTAL support for loading grpc_csharp_ext on Unity
|
7 years ago |
Yihua Zhang
|
04fb58efbd
|
Add ALTS code to grpc/core
|
7 years ago |
Jan Tattermusch
|
b5821d430b
|
improve comment
|
7 years ago |
Jan Tattermusch
|
a5935917c5
|
Merge pull request #14629 from jtattermusch/bump_boringssl
Update third_party/boringssl to the latest chromium-stable
|
7 years ago |
Daniel Alm
|
1450fd5ee0
|
Podspec: Avoid running `sed` on the backup files it created itself.
See #14457 for details.
|
7 years ago |