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
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
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
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
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
Yash Tibrewal
af2b170d8a
Comment out names of unused arguments
6 years ago
Prashant Jaikumar
9f2258c2b6
Fix some iOS UI test flakes
6 years ago
Prashant Jaikumar
89f0323744
Added objective C stress tests
6 years ago
Richard Belleville
72a2b65d67
Merge pull request #18808 from grpc/protoc_strip_module_prefix
...
Add ability to strip module prefixes in Python gRPC protoc plugin
6 years ago
yang-g
41824319fa
Resolve review comments
6 years ago
Muxi Yan
0105ff31c8
Merge pull request #18815 from muxi/remove-example-builds
...
Remove example build tests that do not depend on changes in a PR or master branch
6 years ago
Muxi Yan
0eec19a3bc
Merge pull request #18766 from muxi/examples-v2api
...
Updated all ObjC examples to use the new api
6 years ago
Muxi Yan
c5c5c3b472
Merge pull request #18830 from grpc/cfstream-minor-fix
...
minor fix in CFStream
6 years ago
Jan Tattermusch
709cceb65f
Merge pull request #18718 from KeithMoyer/master
...
Add missing sha256 for http_archive deps
6 years ago
Vijay Pai
8803d5c99d
Merge pull request #18828 from grpc/vjpai-patch-1
...
Fix typo in comment
6 years ago
Jan Tattermusch
284597c9cf
standardize bazel rbe credentials 2
6 years ago
Jan Tattermusch
92a7d4b615
standardize bazel rbe credentials
6 years ago
Jan Tattermusch
296f42c3e6
improve windows RBE build
6 years ago
Jan Tattermusch
f2f27a0e64
add non-internal build.cfg files for bazel RBE jobs
6 years ago
Jan Tattermusch
9af9f11760
Revert "Enable SIO_LOOPBACK_FAST_PATH on Windows"
...
This reverts commit f5f5ee31a2
.
6 years ago