- Apr 26, 2019
-
-
rmstar authored
Revert "Objective C should use error codes defined by C core"
-
Prashant Jaikumar authored
This reverts commit 2d5468e8.
-
Yash Tibrewal authored
s/atleast/at\ least
-
Lidi Zheng authored
Fix a small typo in Python health servicer test
-
Muxi Yan authored
Build system fix for default CFStream
-
Jan Tattermusch authored
Remove vestigial sed for /etc/apt/sources.list in Dockerfiles
-
Jan Tattermusch authored
Upload C# nightly nugets to Artifactory dev nuget feed
-
Lidi Zheng authored
Fix the oversight from #18841
-
Arjun Roy authored
Removed some unnecessary memset operations in core.
-
Yash Tibrewal authored
-
Lidi Zheng authored
-
Muxi Yan authored
gRPC Objective-C Flow Control
-
- Apr 25, 2019
-
-
Arjun Roy authored
-
nanahpang authored
Add alarm in callback streaming test
-
Jan Tattermusch authored
-
Lidi Zheng authored
-
Lidi Zheng authored
-
Lidi Zheng authored
Add Python/CXX/Csharp v1.20.0 to client matrix
-
Yang Gao authored
Stop calling ParseCommandLineFlags directly, use wrapper call instead
-
rmstar authored
Objective C should use error codes defined by C core
-
Arjun Roy authored
Shrink arena size by 40 bytes and cache align.
-
Srini Polavarapu authored
Add information on how the gRPC project hands out commit access.
-
Prashant Jaikumar authored
Don't hardcode error codes in objc layer. Use the codes defined by C core instead.
-
nanahpang authored
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.
-
kailashs authored
-
Arjun Roy authored
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.
-
- Apr 24, 2019
-
-
Esun Kim authored
Added visual studio code files to .gitignore
-
Jan Tattermusch authored
Upmerge changes from v1.20.x to master
-
Muxi Yan authored
-
Jan Tattermusch authored
Improve bazel RBE scripts
-
yang-g authored
-
Muxi Yan authored
-
Muxi Yan authored
-
Muxi Yan authored
-
kailashs authored
-
Doug Fawley authored
Add go releases to client_matrix.py
-
Mark D. Roth authored
Convert call_combiner to C++.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Revert "Enable SIO_LOOPBACK_FAST_PATH on Windows" (for v1.20.x)
-
Jan Tattermusch authored
Add non-internal build.cfg files for bazel RBE jobs
-