Esun Kim
|
1ff545e004
|
Merge pull request #20059 from veblush/cppflag
Added GRPC_USE_CPP_STD_LIB flag
|
5 years ago |
Muxi Yan
|
fa37db2bb9
|
Merge pull request #20060 from muxi/fix-protorpc-include
ProtoRPC include some headers
|
5 years ago |
Arjun Roy
|
541c9f304e
|
Merge pull request #20056 from arjunroy/hpack_parser_fuzz_fix
Fix hpack parser fuzzer failure.
|
5 years ago |
Esun Kim
|
2707fd0bd4
|
Added GRPC_USE_CPP_STD_LIB flag
|
5 years ago |
Juanli Shen
|
c102028526
|
Merge pull request #18950 from benjaminp/gettid
Rename gettid() functions.
|
5 years ago |
Muxi Yan
|
80163ef83b
|
Update BUILD file accordingly
|
5 years ago |
Lidi Zheng
|
c9593617a6
|
Merge pull request #20077 from nkashy1/python-grpc-testing-abort-fix
Implemented _abort method on ServicerContext
|
5 years ago |
Neeraj Kashyap
|
5c173084f8
|
condition acquire and release with context manager
Was previously unfamiliar with the contex manager wrapper around
threading primitives.
|
5 years ago |
Neeraj Kashyap
|
1ab9225dce
|
Release the lock on the RPC object condition
|
5 years ago |
Jiangtao Li
|
65233f7818
|
Merge pull request #19766 from curv85/bad-socket-fixes
catch the error if socket initialization fails
|
5 years ago |
Benjamin Peterson
|
57586a1ca7
|
Rename gettid() functions.
glibc 2.30 will declare its own gettid; see https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92. Rename the grpc versions to avoid naming conflicts.
|
5 years ago |
Esun Kim
|
e8bd422c9f
|
Merge pull request #20062 from veblush/rakeldxx
Added LDXX to Rakefile
|
5 years ago |
Jan Tattermusch
|
6e86c178b8
|
Merge pull request #19784 from xeno14/csharp_unity_readme
Update Unity C# Scripting Runtime Version in README
|
5 years ago |
Neeraj Kashyap
|
b804ce974a
|
Implemented _abort method on ServicerContext
This acquires a lock from the _condition member of the context's _rpc
and then aborts the _rpc directly
|
5 years ago |
Jan Tattermusch
|
ff8354ed5e
|
Merge pull request #19942 from dfawley/go_release
Add v1.21.3 and v1.22.2 releases of grpc-go to interop matrix
|
5 years ago |
Jan Tattermusch
|
8bb718de6b
|
Merge pull request #19932 from grpc/dapengzhang0-patch-1
Update client_matrix.py for java releases
|
5 years ago |
Muxi Yan
|
e21ec5d4d5
|
clang-format
|
5 years ago |
Esun Kim
|
25b56ee1dd
|
Add LDXX to Rakefile
|
5 years ago |
Muxi Yan
|
6f2f9ae2c3
|
import ProtoRPC and GRPCCallOptions in ProtoService
|
5 years ago |
Arjun Roy
|
6e159d3ee3
|
Fix hpack parser fuzzer failure.
Fix crash when nullptr is passed to ManagedMemorySlice::Equals().
|
5 years ago |
Esun Kim
|
37170cd495
|
Merge pull request #20055 from veblush/cpplb
More strict C++
|
5 years ago |
Yash Tibrewal
|
2ba3ad5d2a
|
Merge pull request #20057 from yashykt/interceptionexample1
Improve comment
|
5 years ago |
rmstar
|
848779bafb
|
Merge pull request #20050 from rmstar/shutdown_crash
timer_test: add test case for grpc shutdown while timer is pending
|
5 years ago |
Yash Tibrewal
|
088b67deba
|
Improve comment
|
5 years ago |
Esun Kim
|
da21d8b6d8
|
Merge pull request #20047 from veblush/clean-nanopb
Remove all nanopb defines
|
5 years ago |
Esun Kim
|
32f1119d2b
|
Strict C++
|
5 years ago |
Esun Kim
|
8c400bc456
|
Merge pull request #20045 from veblush/nohistory
Add .history to .gitignore
|
5 years ago |
Prashant Jaikumar
|
2b9ab6d10c
|
timer_test: add test case for grpc shutdown while timer is pending
|
5 years ago |
Mark D. Roth
|
aa0661cbe4
|
Merge pull request #20044 from markdroth/map_copy
Make Map<> copyable.
|
5 years ago |
Lidi Zheng
|
e25e7c921d
|
Merge pull request #19971 from lidizheng/local
Expose local credentials on Python layer
|
5 years ago |
Juanli Shen
|
bb0b873ab4
|
Merge pull request #20048 from AspirinSJL/fix_gettid
Fix gettid() naming conflict
|
5 years ago |
Muxi Yan
|
ac5f8062dd
|
Merge pull request #19704 from muxi/isolate-call-implementation-2
Make gRPC Core as plugin of gRPC ObjC wrapper
|
5 years ago |
Juanli Shen
|
de6255941a
|
Fix gettid() naming conflict
|
5 years ago |
Esun Kim
|
a031f0ffd6
|
Remove all nanopb defines
|
5 years ago |
Esun Kim
|
5a9a8a6be8
|
Add .history to .gitignore
|
5 years ago |
Mark D. Roth
|
8ae549431c
|
Merge pull request #20040 from rmstar/timertestem
Skip timer test when running under event manager
|
5 years ago |
Mark D. Roth
|
5d646ff9ff
|
Make Map<> copyable.
|
5 years ago |
Prashant Jaikumar
|
9a41e12a4f
|
Skip timer test when running under event manager
|
5 years ago |
hcaseyal
|
fe2fb14d07
|
Merge pull request #20023 from hcaseyal/fix_googletest
Update googletest version to master
|
5 years ago |
Hope Casey-Allen
|
f66f047841
|
Update googletest version to fix BoringSSL support
|
5 years ago |
Muxi Yan
|
69c9780032
|
clang-format
|
5 years ago |
Muxi Yan
|
f006badc32
|
Merge remote-tracking branch 'upstream/master' into isolate-call-implementation-2
|
5 years ago |
hcaseyal
|
7ec5b2d0c0
|
Merge pull request #20032 from yashykt/genprof
Run generate_projects.sh
|
5 years ago |
Esun Kim
|
e36dade203
|
Merge pull request #20002 from veblush/macos-timeout
Increase timeout for macos/grpc-node test to 120 minutes
|
5 years ago |
rmstar
|
64be7cf4f4
|
Merge pull request #20031 from rmstar/cfstream_test_workaround
cfstream_test: workaround Apple CFStream bug
|
5 years ago |
Prashant Jaikumar
|
20e2964ada
|
cfstream_test: workaround Apple CFStream bug
|
5 years ago |
Yash Tibrewal
|
66e1a2c92b
|
Generate projects
|
5 years ago |
rmstar
|
1c89c363b3
|
Merge pull request #19948 from rmstar/timer_test
Added test for timer wakeups
|
5 years ago |
Esun Kim
|
aea020d44c
|
Merge pull request #19903 from veblush/del-nanopb
Remove nanopb from gRPC
|
5 years ago |
Richard Belleville
|
35ac64d0cd
|
Merge pull request #19911 from gnossen/owner_swap
Add gnossen and remove vjpai as bazel/** owner.
|
5 years ago |