Vijay Pai
8514a510d5
Revert "cpu_linux: Don't spam sched_getcpu failures on qemu"
7 years ago
Yash Tibrewal
c7ea15e9b7
Merge pull request #12653 from vbatts/conversion_fix
...
core: fix int conversion
7 years ago
Vijay Pai
088112fea1
Create inproc version of QPS test and add a few simple tests of this to standard testing suite.
7 years ago
Vijay Pai
ac581ee24b
Merge pull request #13072 from vjpai/inproc_fix
...
Inproc transport: fix some other-side NULL checks and uses
7 years ago
Vijay Pai
a78be30d59
Fix some other NULL checks and uses
7 years ago
Mark D. Roth
aadf9f4b84
Code review changes.
7 years ago
Adele Zhou
39cfd8d77a
update readme
7 years ago
Adele Zhou
1751af1743
Add newer versions
7 years ago
Yash Tibrewal
0ee7574732
Removing instances of exec_ctx being passed around in functions in
...
src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of
grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx
also keeps track of the previous exec_ctx so that nesting of exec_ctx is
allowed. This means that there is only one exec_ctx being used at any
time. Also, grpc_exec_ctx_finish is called in the destructor of the
object, and the previous exec_ctx is restored to avoid breaking current
functionality. The code still explicitly calls grpc_exec_ctx_finish
because removing all such instances causes the code to break.
7 years ago
apolcyn
47413fd6d6
Merge pull request #13047 from apolcyn/fix_ruby_mem_leak_again
...
Fix call object memory leak in ruby, when call object is closed
7 years ago
Matt Kwong
33fc8ffa9d
Merge pull request #13030 from matt-kwong/kokoro-performance-vm-create
...
Add setup scripts for performance worker in Kokoro
7 years ago
Craig Tiller
dcd7e80fda
Merge pull request #12789 from ctiller/epexinf
...
EPOLLEXCLUSIVE polling engine (redux)
7 years ago
Craig Tiller
db32ed149f
Merge pull request #13048 from yashykt/disablelargemetadatabadclienttest
...
Disabling large_metadata_bad_client_test as per #11745
7 years ago
Craig Tiller
e9cb5d8da4
Merge pull request #12915 from ctiller/flow++
...
C++ize flow control
7 years ago
Craig Tiller
25ec99e705
Merge branch 'fcfix' into tfix2
7 years ago
Craig Tiller
25b037fe9d
Fix benchmark crash
7 years ago
Craig Tiller
40ad5ea96c
Merge github.com:grpc/grpc into tfix2
7 years ago
Craig Tiller
0950ea734c
Fix Bazel build
7 years ago
Craig Tiller
5e64d3161e
Fix compilation
7 years ago
Yash Tibrewal
af6bb8515f
Disabling large_metadata_bad_client_test as per #11745
7 years ago
Craig Tiller
f83b6ce151
Fix compilation
7 years ago
Craig Tiller
e29196b2a7
Fix bad bug
7 years ago
Craig Tiller
25d16313ee
Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf
7 years ago
Craig Tiller
828aed5ea4
Fix compilation
7 years ago
Craig Tiller
96582b7f5e
Reflow to remove bool
7 years ago
Craig Tiller
e3493e5c30
Merge github.com:grpc/grpc into flow++
7 years ago
Craig Tiller
0d1150855d
Merge pull request #12903 from ctiller/pid++
...
C++ize PidController
7 years ago
Craig Tiller
d0ff8969a2
Remove dead code
7 years ago
Craig Tiller
8b761cfbe2
Add comment
7 years ago
Craig Tiller
09247ac453
Merge branch 'pid++' into flow++
7 years ago
Craig Tiller
7c8e59d0ef
Add an essay
7 years ago
Stanley Cheung
11676552c8
Merge pull request #13037 from quizlet/php_doc_fix
...
Fix return value doc in two PHP functions
7 years ago
Craig Tiller
253a5000ee
Merge github.com:grpc/grpc into epexinf
7 years ago
Craig Tiller
36636a5cd7
Merge github.com:grpc/grpc into epexinf
7 years ago
Craig Tiller
5d9db0c26b
Handle review feedback
7 years ago
Craig Tiller
326a1cdb5a
Merge pull request #12891 from ctiller/verify
...
Multithread & shard stats test, make it exhaustive
7 years ago
Craig Tiller
d4a0eb281c
Flag protect epoll exclusive for now
7 years ago
Craig Tiller
5f7ec2b019
Exclude stats_test from tsan
7 years ago
Craig Tiller
460c7ff7da
Merge github.com:grpc/grpc into epexinf
7 years ago
Craig Tiller
ff84ae8b7a
Merge github.com:grpc/grpc into pid++
7 years ago
Craig Tiller
8afeb83618
Merge pull request #12843 from ctiller/vector
...
Add abseil to core, use it for InlinedVector
7 years ago
Alexander Polcyn
40d3062a76
Fix call object memory leak in ruby, when call object is closed
7 years ago
Michael Lumish
523fefe821
Merge pull request #13043 from murgatroid99/grpc-node_interop
...
Switch Node interop tests to use grpc-node repo
7 years ago
Craig Tiller
96e2470425
clang-format
7 years ago
Craig Tiller
1bc3f8a9fc
Merge github.com:grpc/grpc into epexinf
7 years ago
Craig Tiller
8223f4172f
Fixes
7 years ago
Craig Tiller
be6141dc91
Fix merge
7 years ago
Craig Tiller
48ff130ba2
Merge github.com:grpc/grpc into vector
7 years ago
Vijay Pai
342d2a4c9a
Merge pull request #12990 from thinkerou/fix_typo
...
fix typo
7 years ago
Matt Kwong
8017eacf5e
Merge pull request #13042 from jtattermusch/fix_index_html
...
Point custom report to kokoro2
7 years ago