Richard Belleville
467bc90a6f
Simplify naming
5 years ago
Richard Belleville
b9b126a237
Add new functions to grpc api surface
5 years ago
Richard Belleville
0f27c1630e
Speed up transitive closure calculation
5 years ago
Richard Belleville
7400bc0657
Readability
5 years ago
Richard Belleville
ecab62dc31
Support services too
5 years ago
Richard Belleville
595807e0c5
Create importlib path for protos
5 years ago
Richard Belleville
709143d1f5
Support multiple include paths. Pretty print errors. Support combined import
5 years ago
Richard Belleville
70d61da47e
Test mixing of static and dynamic loading
5 years ago
Richard Belleville
4d3790271a
Support importing a dependency tree of protos.
5 years ago
Richard Belleville
a482fb21f8
Make include path work
5 years ago
Richard Belleville
555019b098
Clean up service import
5 years ago
Richard Belleville
01031e2fca
Generate services in a dirty way
5 years ago
Richard Belleville
94ca493f4e
Instantiate a module with the generated code
5 years ago
Richard Belleville
8dd1f3a394
Intelligently collect errors and warnings
5 years ago
Richard Belleville
9cc62a6208
WIP. Output protos in memory, not to STDOUT
5 years ago
Richard Belleville
0cfe955068
Add a simple unified importer
5 years ago
Richard Belleville
08a4bbf8b6
Make files build-system agnostic
5 years ago
Richard Belleville
1fe8b04646
Successfully import under Bazel
5 years ago
Yash Tibrewal
4caedbca11
Merge pull request #20980 from yashykt/chttp2prune
...
Remove unused variable
5 years ago
Yash Tibrewal
b6329467df
Merge pull request #20963 from yashykt/sched_to_run_tsan
...
Fix TSAN race in handshakers
5 years ago
apolcyn
8c98066dca
Merge pull request #20929 from apolcyn/alts_recv_status
...
Use the RECV_STATUS op in ALTS handshake RPCs
5 years ago
Soheil Hassas Yeganeh
7c7110b63e
Merge pull request #21000 from soheilhy/fix-channelz
...
Use 64-bit atomic variales instead of gpr_atm in channelz.
5 years ago
Alexander Polcyn
8e9c5a4c33
Update CLOSURE_RUN to Closure::Run
5 years ago
Alexander Polcyn
d7c51c6163
Have ALTS handshake clients do a RECV_STATUS op
5 years ago
Soheil Hassas Yeganeh
3261d69ae4
Use 64-bit atomic variales instead of gpr_atm in channelz.
...
There is possibility of overflow for both timestamps and counters.
Use Atomic<int64_t> and Atomic<gpr_cycle_counter> to make sure
there is no overflow.
Prior to bdd3fdddb2
, we were using grpc_millis. So the overflow
was hidden due to the fact that the deltas were correct upto 2^32
milliseconds (i.e., 49 days).
5 years ago
Esun Kim
af1eaa0d05
Merge pull request #20993 from veblush/build-sorted
...
Updates build files to use a sorted list of sources
5 years ago
Esun Kim
221f5b25af
Update by review
5 years ago
Esun Kim
8cad3b37dc
Updates build files to use a sorted list of sources
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
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
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
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
46b2e6dc56
Make gRPC-C++ podspec follow gRPC versioning
5 years ago