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
Nicolas Noble
17a1431a37
Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7
...
Upmerge from v1.7
7 years ago
Noah Eisen
c49b24a7c0
Merge pull request #13549 from ncteisen/test-error-string-api
...
Add test for RecvStatus error_string API
7 years ago
Craig Tiller
bf51c97fd6
Merge pull request #13529 from ctiller/api-cleanup
...
ServerBuilder interface cleanup
7 years ago
Craig Tiller
8a2a831b4e
Merge pull request #13551 from ctiller/bazelsan
...
Add Bazel configurations for sanitizers
7 years ago
Dan Zhang
0f7bc57e11
Modify udp_server to do asynchronous read and write and only re-arm
...
notification when needed.
This change prevents event loop thread from doing actual I/O work which
might take long time.
7 years ago
ncteisen
9b6283a952
Make API comment more specific:
7 years ago
ncteisen
c7d1f93e76
Fix windows
7 years ago
Mehrdad Afshari
7f252fa403
Merge pull request #13542 from Kunde21/cla-link
...
Updated CLA link to reflect migration to Linux Foundation.
7 years ago
ncteisen
6ab0ba8df5
clang fmt
7 years ago
Vijay Pai
c99a3ca415
Merge pull request #13550 from vjpai/supersane
...
Improve unsecurity sanity test
7 years ago
Noah Eisen
85b383a126
Merge pull request #13552 from ncteisen/semi
...
Add Missing Semicolons
7 years ago
Mark D. Roth
9aea257391
clang-format
7 years ago
Mark D. Roth
c5d0df9e44
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
7 years ago
Yash Tibrewal
26e934245d
Fix race conditions and more grpc_inits required. csharp tests will be fixed in a different PR
7 years ago
Mark D. Roth
ca014e4d5e
Clean up semantics of test code.
7 years ago
ncteisen
0f2a719070
Add missing semicolons
7 years ago
Mark D. Roth
b337de9e02
Merge remote-tracking branch 'upstream/master' into reference_counted
7 years ago
Mark D. Roth
bf816d325e
Shorted "reference" to "ref".
7 years ago
Mehrdad Afshari
fcc796c699
Remove duplicate headers in BUILD file entry
7 years ago
Mehrdad Afshari
d49e100354
clang-format code
7 years ago
Craig Tiller
86e1ebc4bb
Add Bazel configurations for sanitizers
...
Usage example:
bazel test -c dbg --config asan test/whatever-you-want
7 years ago
Mark D. Roth
240bad3d2d
Fix check_sources_and_headers.
7 years ago
Vijay Pai
3b9ac29670
Improve unsecure sanity test
7 years ago
Nicolas "Pixel" Noble
361f8108e4
Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7
7 years ago
ncteisen
65dbb9df64
Add test for RecvStatus error_string API
7 years ago
Craig Tiller
e8c47036fb
Update comments
7 years ago
Craig Tiller
f836c7e941
Merge pull request #13373 from ctiller/no-absl
...
Back-out absl dependency for now
7 years ago
Jan Tattermusch
25fd9fbc4e
Improvements to windows build instructions
7 years ago
Jan Tattermusch
62de51a241
Merge pull request #13526 from SurferJeffAtGoogle/updateInstall
...
Update windows build instructions.
7 years ago
Mark D. Roth
853fff8d08
Split tracing code into its own class.
7 years ago
Vijay Pai
b1154344d8
Merge pull request #13545 from vjpai/bazelize
...
Add all tests to test/cpp/util bazel BUILD file
7 years ago
Vijay Pai
601b88beca
Merge pull request #13543 from vjpai/unexample
...
Remove some dead code from a previous iteration of internal::Call
7 years ago
Nathaniel Manista
de6e1f5a6f
Merge pull request #13533 from nathanielmanistaatgoogle/cleanups
...
Python API cleanups.
7 years ago
Noah Eisen
7b0521ad9a
Merge pull request #13535 from ncteisen/fix-trace-tsan
...
Fix Tracer TSAN Bug
7 years ago
Vijay Pai
1fece54633
Add all tests to test/cpp/util bazel BUILD file
7 years ago
Vijay Pai
3aeff224ed
Remove some dead code from a previous iteration of internal::Call
7 years ago
Muxi Yan
56687c1a79
Merge pull request #13531 from grpc/fix-workaround-var-init
...
Fix uninitialized variable in workaround_cronet_compression_filter
7 years ago
Chad Kunde
a9209ae39c
Updated CLA link to reflect migration to Linux Foundation.
7 years ago
Yash Tibrewal
03412ee9de
Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests
7 years ago