Adele Zhou
c8bf2da1e0
Enabling hermetic testing for running tests on Foundry.
7 years ago
Adele Zhou
379105d4f0
Update toolchain version.
7 years ago
Adele Zhou
0384127aa8
Copy key data
7 years ago
Adele Zhou
020603d1cf
Use canary bazel
7 years ago
Adele Zhou
6c38fbe4be
Experimental build script to use Foundry.
7 years ago
Adele Zhou
b9cb3379d5
Add bazel_toolchains
7 years ago
Matt Kwong
74a53c2440
Merge pull request #13538 from matt-kwong/kokoro-multi-vm
...
Add multi-lang performance benchmarking jobs to Kokoro
7 years ago
Sree Kuchibhotla
445c5664e0
Add special cases and some comments
7 years ago
Vijay Pai
195cf1ebfd
Move histogram to test/core/util
7 years ago
Sree Kuchibhotla
02df4abc86
Change ep_state from gpr_atm to int since all callbacks execute under a combiner and hence conn object is thread safe
7 years ago
Matt Kwong
a6bdf450fd
Properly preserve sponge_log.xml between performance tests
7 years ago
Craig Tiller
360712fe99
Start to get Bazel running different pollers
7 years ago
Sree Kuchibhotla
c3cc971692
properly shutdown endpoints in h2_http_proxy
7 years ago
Vijay Pai
af8470f286
Merge pull request #13574 from vjpai/bazel_fix
...
Somehow fork.h got omitted from BUILD
7 years ago
Dave MacLachlan
da341bcb89
Fix up review comments
7 years ago
Noah Eisen
ccd3503354
Merge pull request #13573 from apolcyn/optional_pthread_atfork
...
Allow compiling without pthread_atfork
7 years ago
Noah Eisen
9a7c736295
Merge pull request #13432 from ncteisen/no-more-extern-c
...
No More Extern "C"
7 years ago
Muxi Yan
4efc604d2e
Merge pull request #13571 from muxi/verbose-objc-tests
...
Verbose log of start of each test suite
7 years ago
Muxi Yan
1decec1542
Merge pull request #13565 from muxi/port-13564
...
Port 13564: Upgrade protobuf version in podspec
7 years ago
Muxi Yan
5c96cf41eb
Merge pull request #13564 from muxi/upgrade-podspec-protobuf-version
...
Upgrade protobuf version in podspec
7 years ago
Yash Tibrewal
ede1b2703d
Merging master
7 years ago
Vijay Pai
36481f5bae
Somehow fork.h got omitted from BUILD
7 years ago
Yash Tibrewal
10f2790f7f
Merge branch 'master' into execctx
7 years ago
Alexander Polcyn
d4a3bb817d
Allow compiling grpc without use of pthread_atfork
7 years ago
Michael Lumish
65212e06ef
Merge pull request #13532 from murgatroid99/uv_tcp_wildcard_handling
...
Fix uv TCP server handling of wildcard addresses
7 years ago
Muxi Yan
c031e7fa3a
Fix in one more file
7 years ago
Muxi Yan
23b59d12fc
Upgrade protobuf version in podspec
7 years ago
Muxi Yan
01bc32c500
Fine tune test output better
7 years ago
Muxi Yan
4b947d3b16
Verbose log of start of each test suite
7 years ago
Jan Tattermusch
4f25daa7af
dont let server shutdown run forever
7 years ago
Dan Zhang
64d588fc8e
fix compile error
7 years ago
Mark D. Roth
5f662537de
Merge pull request #13357 from markdroth/reference_counted
...
Add ReferenceCounted base class.
7 years ago
Jan Tattermusch
926b09a888
Merge pull request #13548 from jtattermusch/improve_win_build_docs
...
Improvements to windows build instructions
7 years ago
Jan Tattermusch
cf6c2ed5c4
address comments
7 years ago
Nicolas Noble
da62be4a3a
Merge pull request #13567 from nicolasnoble/downmerge-of-master-to-1.8
...
Downmerge of master to 1.8
7 years ago
Nicolas "Pixel" Noble
7d199c95a2
Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x
7 years ago
Jan Tattermusch
3267108e52
C# benchmarks provide userTime and systemTime info
7 years ago
Jan Tattermusch
36dfd7d363
enable requestCallContext pooling
7 years ago
Jan Tattermusch
fb6d01a30c
recycling of requestcallcontext
7 years ago
Jan Tattermusch
e8b331305c
basic pooling of requestcallcontext
7 years ago
Jan Tattermusch
ba89ad4065
Merge pull request #13476 from jtattermusch/csharp_batchcontext_pooling
...
Reuse BatchContextSafeHandle objects by pooling them (take two)
7 years ago
Yash Tibrewal
c354269ba7
Remove _ prefixed variable names
7 years ago
Matt Kwong
b75db422bd
Add multi-vm performance tests to Kokoro
7 years ago
Muxi Yan
e641196e45
Fix in one more file
7 years ago
Muxi Yan
81f8be347e
Upgrade protobuf version in podspec
7 years ago
Muxi Yan
78683f700d
Fix ObjC++ build error
7 years ago
ncteisen
43db24953a
Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c
7 years ago
ncteisen
14b27b847d
Merge commit 'aa358d5e43' into no-more-extern-c
7 years ago
Dave MacLachlan
8a631a2b05
Remove unused BSD thread name macro
7 years ago
Dave MacLachlan
af5c54de9c
Add thread naming support on platforms that support it.
...
As a client of grpc I want to be aware of which threads are being
created by grpc, and giving them recognizable names makes it significantly
easier to diagnose what is going on in my programs.
This provides thread names for macOS and Linux. Adding support for other
platforms should be easy for platform specialists.
7 years ago