Esun Kim
|
969d884185
|
Clean memory.h
|
5 years ago |
Muxi Yan
|
0c1c6c336e
|
build_projects
|
5 years ago |
Muxi Yan
|
1bc7de9235
|
Fix build.yaml use relationship
|
5 years ago |
Hannah Shi
|
4abd86c7fa
|
reduce 3 times memcpy of message to 1 time only.
|
5 years ago |
Yash Tibrewal
|
bd0aa9a600
|
Merge pull request #20906 from yashykt/removrun
Remove GRPC_CLOSURE_RUN and replace with grpc_core::Closure::Run
|
5 years ago |
Yash Tibrewal
|
628bfb7978
|
Removed unused functions
|
5 years ago |
Yash Tibrewal
|
800a9eb775
|
Fix TSAN race in handshaker code
|
5 years ago |
Muxi Yan
|
7ac211d372
|
Merge pull request #20978 from muxi/v1.25.x
Port #20977: gRPC-C++ podspec follows gRPC versioning
|
5 years ago |
Muxi Yan
|
e730d427e7
|
Merge pull request #20977 from muxi/release-cpp-podspec
gRPC-C++ podspec follows gRPC versioning
|
5 years ago |
Yash Tibrewal
|
0a9a0eb2e0
|
Reviewer comments
|
5 years ago |
Lidi Zheng
|
8347f47535
|
Merge pull request #20951 from lidizheng/aio-callback-utils
[Aio] Unify the logic around Core Callback API for both sides
|
5 years ago |
Muxi Yan
|
2a7e2af747
|
Fix a typo and a format issue
|
5 years ago |
Muxi Yan
|
dc583632fc
|
List err_data.c explicitly in source files
|
5 years ago |
Yash Tibrewal
|
d60b60a837
|
Reviewer comments
|
5 years ago |
ZhenLian
|
0748d57de3
|
Merge pull request #20873 from ZhenLian/zhen_design_writeup_3
[Exposing ALTS Context 1/2] Fill in context on TSI and Security Connector Layer
|
5 years ago |
Hannah Shi
|
337f0c5b15
|
indentation
|
5 years ago |
Esun Kim
|
9dd05c4abc
|
Merge pull request #20900 from veblush/docker-timeout
Use C/C++ default timeout for windows portability test
|
5 years ago |
Esun Kim
|
da3a1d3e6d
|
Merge pull request #20982 from veblush/memory-legacy-2
Fix the memory new/delete mismatch for unique_ptr<char>
|
5 years ago |
Esun Kim
|
a8450e764d
|
Merge pull request #20984 from veblush/new-delete-pair
Fix new & delete match
|
5 years ago |
Jan Tattermusch
|
3a37f901e8
|
Merge pull request #20956 from jtattermusch/win_timer_tests
Disable flaky timer_test on windows
|
5 years ago |
Esun Kim
|
e8863d0064
|
Fix new & delete match
|
5 years ago |
Yash Tibrewal
|
218fdef150
|
Merge pull request #20979 from yashykt/pyfix
Fix gen_build_yaml.py
|
5 years ago |
Esun Kim
|
e45b60d1fe
|
Fix unique_ptr<char> memory allocation mismatch
|
5 years ago |
Esun Kim
|
362ee6a0c9
|
Merge pull request #20981 from veblush/memory-legacy
Add deprecated functions for internal usage
|
5 years ago |
Esun Kim
|
c569f9883f
|
Add legacy functions for internal usage
|
5 years ago |
Yash Tibrewal
|
fe88f14410
|
Merge branch 'master' into removrun
|
5 years ago |
Yash Tibrewal
|
eff1648ad7
|
Remove unused variable
|
5 years ago |
Yash Tibrewal
|
33c49187d9
|
Fix gen_build_yaml.py
|
5 years ago |
Esun Kim
|
b7ac4d6611
|
Increase timeout for windows portability tests
|
5 years ago |
Muxi Yan
|
cd98a97bb4
|
Make gRPC-C++ podspec follow gRPC versioning
|
5 years ago |
Muxi Yan
|
46b2e6dc56
|
Make gRPC-C++ podspec follow gRPC versioning
|
5 years ago |
Kyle Edwards
|
6c07619fe4
|
Regenerate CMakeLists.txt
|
5 years ago |
Kyle Edwards
|
d14fb4e83f
|
Automatically disable testing frameworks if gRPC_BUILD_TESTS=OFF
If gRPC_BUILD_TESTS is set to OFF, automatically set
gRPC_BENCHMARK_PROVIDER and gRPC_GFLAGS_PROVIDER to "none" so that
they don't get built.
|
5 years ago |
Esun Kim
|
438cfa7114
|
Merge pull request #20973 from veblush/unique-ptr
Replaced grpc_core::UniquePtr with std::unique_ptr
|
5 years ago |
Muxi Yan
|
243ff8ad73
|
generate projects
|
5 years ago |
Muxi Yan
|
44ddaa31e8
|
Update and comment BoringSSL prefix hacks
|
5 years ago |
Muxi Yan
|
42003f8596
|
Update and comment BoringSSL source file list
|
5 years ago |
Muxi Yan
|
df07a78724
|
Automatically generate BoringSSL commit number
|
5 years ago |
Zhen Lian
|
ddf565db33
|
running clang-format -i on each modified files
|
5 years ago |
Esun Kim
|
b2b7fc9af8
|
Replaced grpc_core::UniquePtr with std::unique_ptr
|
5 years ago |
Esun Kim
|
7d07ce5c87
|
Merge pull request #20965 from veblush/str-channelz
Replaced unique_ptr<char> with string for channelz
|
5 years ago |
Vijay Pai
|
17be28053a
|
Merge pull request #20968 from vjpai/lambdify
Lambdify outdated-style thread invocation
|
5 years ago |
Kyle Edwards
|
221f307590
|
Update CMakeLists.txt
|
5 years ago |
Kyle Edwards
|
e808329475
|
Add options for all codegen plugins
Codegen plugins can be enabled or disabled individually by setting
gRPC_BUILD_<PLUGIN> to ON or OFF.
|
5 years ago |
Esun Kim
|
5a5734ff03
|
Use std::string for channelz
|
5 years ago |
Lidi Zheng
|
cb6726d0ea
|
Make the exception detail more helpful
|
5 years ago |
Vijay Pai
|
74dad141f3
|
Merge pull request #20969 from grpc/vjpai-patch-1
Constify parameter struct since all fields set at construction
|
5 years ago |
Doug Fawley
|
1f1b6e14dc
|
Add v1.25.0 release of grpc-go to interop matrix (#20945)
Add v1.25.0 release of grpc-go to interop matrix
|
5 years ago |
Richard Belleville
|
d0937d101e
|
Merge pull request #20314 from robertwb/scope-fixes
Fix issue with exception being out of scope in Python 3.
|
5 years ago |
Esun Kim
|
b9886150de
|
Merge pull request #20962 from veblush/no-new
Replaced grpc_core New & Delete with C++ new & delete
|
5 years ago |