Jan Tattermusch
3a26459edc
Merge pull request #18871 from jtattermusch/nuget_dev_upload
...
Upload C# nightly nugets to Artifactory dev nuget feed
6 years ago
Lidi Zheng
1d21ed3e7c
Merge pull request #18868 from lidizheng/interop-1.20.0
...
Fix the oversight from #18841
6 years ago
Arjun Roy
887ef819a7
Merge pull request #18857 from arjunroy/memset_remove
...
Removed some unnecessary memset operations in core.
6 years ago
Muxi Yan
4562e636b4
Merge pull request #17936 from muxi/flow-control
...
gRPC Objective-C Flow Control
6 years ago
Arjun Roy
cf9301f964
Removed some unnecessary memset operations in core.
6 years ago
nanahpang
3d74356eab
Merge pull request #18858 from nanahpang/master
...
Add alarm in callback streaming test
6 years ago
Jan Tattermusch
ff397acf55
Upload C# nightly nugets to Artifactory dev nuget feed
6 years ago
Lidi Zheng
371c0a483d
Correct the testcase file for different runtimes
6 years ago
Lidi Zheng
83c5981d15
Fix the oversight from #18841
6 years ago
Lidi Zheng
a3062ca04a
Merge pull request #18841 from lidizheng/interop-1.20.0
...
Add Python/CXX/Csharp v1.20.0 to client matrix
6 years ago
Yang Gao
ad4f805692
Merge pull request #18853 from yang-g/init_test
...
Stop calling ParseCommandLineFlags directly, use wrapper call instead
6 years ago
rmstar
36e82ed5ba
Merge pull request #18855 from rmstar/objcerrcode
...
Objective C should use error codes defined by C core
6 years ago
Arjun Roy
4fa4f8e74b
Merge pull request #18786 from arjunroy/arena_shrink
...
Shrink arena size by 40 bytes and cache align.
6 years ago
Srini Polavarapu
fa09980ae6
Merge pull request #18851 from hsaliak/contributing_update
...
Add information on how the gRPC project hands out commit access.
6 years ago
Prashant Jaikumar
2d5468e826
Objective C should use error codes defined by C core
...
Don't hardcode error codes in objc layer. Use the codes defined by C core instead.
6 years ago
nanahpang
2d37a7a9b7
Add alarm in callback streaming test
...
There aren't the right set of alarms in callback streaming reactor, so it exceeds the attempted qps while testing the fixed load streaming scenarios in synthetic benchmarks.
6 years ago
kailashs
08051726d8
Remove phrase 'from time to time'
6 years ago
Arjun Roy
8ce42f67b2
Shrink arena size by 40 bytes and add additional
...
alignment options (for cache-alignment).
We shrink by:
1) Removing an unnecessary zone pointer.
2) Replacing gpr_mu (40 bytes when using pthread_mutex_t) with
std::atomic_flag.
We also header-inline the fastpath alloc (ie. when not doing a zone
alloc) and move the malloc() for a zone alloc outside of the mutex
critical zone, which allows us to replace the mutex with a spinlock.
We also cache-align created arenas.
6 years ago
Esun Kim
defcbda8b2
Merge pull request #18792 from veblush/vscode
...
Added visual studio code files to .gitignore
6 years ago
Jan Tattermusch
59ccf3f12b
Merge pull request #18846 from jtattermusch/upmerge_1_20_x
...
Upmerge changes from v1.20.x to master
6 years ago
Muxi Yan
ca0d12a3c3
Polish and add comments
6 years ago
Jan Tattermusch
2a482ca4b9
Merge pull request #18835 from jtattermusch/improve_win_rbe
...
Improve bazel RBE scripts
6 years ago
yang-g
37783d6329
Stop calling ParseCommandLineFlags directly, use wrapper call instead
6 years ago
Muxi Yan
bd30e73995
Rename enableFlowControl to flowControlEnabled for naming consistency
6 years ago
Muxi Yan
a59e362214
nit fix
6 years ago
Muxi Yan
168efe4404
clang-format
6 years ago
kailashs
10ef469d3d
Add information on how the gRPC project hands out commit access.
6 years ago
Doug Fawley
2f85304910
Merge pull request #18702 from dfawley/go_release
...
Add go releases to client_matrix.py
6 years ago
Mark D. Roth
ad7ccf6f6b
Merge pull request #18596 from markdroth/c++_call_combiner
...
Convert call_combiner to C++.
6 years ago
Jan Tattermusch
8c5e4367ef
Merge remote-tracking branch 'upstream/v1.20.x' into HEAD
6 years ago
Jan Tattermusch
5ceccb1419
Merge pull request #18834 from jtattermusch/revert_bsod_1_20_x
...
Revert "Enable SIO_LOOPBACK_FAST_PATH on Windows" (for v1.20.x)
6 years ago
Jan Tattermusch
302f0a0622
Merge pull request #18771 from jtattermusch/cleanup_rbe_builds
...
Add non-internal build.cfg files for bazel RBE jobs
6 years ago
Juanli Shen
51137e11ec
Merge pull request #18665 from AspirinSJL/xds_fallback_startup
...
Add fallback-at-startup into xds
6 years ago
rmstar
4bd5f0f63e
Merge pull request #18649 from rmstar/macppstress
...
Add C++ stress tests on mac
6 years ago
Juanli Shen
438cb44378
Add fallback-at-startup into xds
6 years ago
Muxi Yan
8855c07c9f
address comment
6 years ago
Yash Tibrewal
5224e88ee5
Merge pull request #18838 from yashykt/comment_names
...
Comment out names of unused arguments
6 years ago
rmstar
07f5c11748
Merge pull request #18806 from rmstar/cronet_trace
...
Add trace flag in cronet transport
6 years ago
rmstar
d3308ec467
Merge pull request #18669 from rmstar/9570
...
Objc tests should use installed version of protoc
6 years ago
Yang Gao
5170c613cc
Merge pull request #18784 from yang-g/message_allocator
...
Message allocator support for callback unary
6 years ago
Mark D. Roth
ce3ff86763
Convert call_combiner to C++.
6 years ago
Lidi Zheng
6ec2c6cfb9
Add Python/CXX/Csharp v1.20.0 to client matrix
6 years ago
Esun Kim
87d0c8b377
Added visual studio code files to .gitignore
...
Let git ignore the local artifacts created by visual studio code.
Reference: https://www.gitignore.io/api/visualstudiocode
Deleted unncessary .vscode/launch.json
6 years ago
Prashant Jaikumar
f36e08e6dd
Add trace flag in cronet transport
6 years ago
Prashant Jaikumar
d20d46e976
Add C++ stress tests on mac
6 years ago
Arjun Roy
abf75e2cd7
Merge pull request #18807 from arjunroy/md_eq_static
...
Fast-pathed grpc_mdelem_eq for known static cases.
6 years ago
rmstar
b492388f21
Merge pull request #18795 from rmstar/stresstests
...
Added Objective C stress tests
6 years ago
rmstar
996e6ad38c
Merge pull request #18723 from rmstar/uitestfx
...
Fix some iOS UI test flakes
6 years ago
Prashant Jaikumar
cd4ed28b1e
Objc tests should use installed version of protoc
...
Pod install should use the installed version of protoc if available, otherwise use protoc built from source.
Fixes ##9570.
6 years ago
yang-g
39cfbf9d4a
cast and default initializer
6 years ago