Yash Tibrewal
d3035a3d5f
Revert changes to optional
6 years ago
Na-Na Pang
57bc124d3f
Merge remote-tracking branch 'upstream/master'
6 years ago
Prashant Jaikumar
019272d3ad
Revert "Objective C should use error codes defined by C core"
...
This reverts commit 2d5468e826
.
6 years ago
Yash Tibrewal
b476a30e69
Merge branch 'master' into svc_cfg2
6 years ago
Yash Tibrewal
73dbdccc5d
Reviewer comments and cleanup
6 years ago
Na-Na Pang
875d2df399
Modify build file
6 years ago
Yash Tibrewal
a2cea50402
Merge pull request #18874 from yashykt/atleast
...
s/atleast/at\ least
6 years ago
Lidi Zheng
c864bea0c6
Move TestService to a separate file to simplify its dependency
6 years ago
Lidi Zheng
2268e49399
Merge pull request #18873 from lidizheng/fix-typo
...
Fix a small typo in Python health servicer test
6 years ago
Na-Na Pang
bbd4eb5028
Add microbenchmark for callback unary ping pong and bidistreaming ping pong
6 years ago
Muxi Yan
efbeb750ec
Merge pull request #18814 from muxi/fix-cfstream-build-yaml
...
Build system fix for default CFStream
6 years ago
Jan Tattermusch
cdb5d8eb82
Merge pull request #18650 from ejona86/sed-jessie-updates
...
Remove vestigial sed for /etc/apt/sources.list in Dockerfiles
6 years ago
James Newton-King
a96f2e860c
fix a nit
...
Co-Authored-By: jtattermusch <jtattermusch@users.noreply.github.com>
6 years ago
Jan Tattermusch
488e649781
Add info about C# nightly nuget feed
6 years ago
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
Yash Tibrewal
9345b7e276
s/atleast/at\ least
6 years ago
Lidi Zheng
ec76108df2
Fix a small typo in Python health servicer test
6 years ago
Yash Tibrewal
1214dff100
Clean up
6 years ago
Yash Tibrewal
156d743c37
Reviewer comments
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
Richard Belleville
5391d8427e
Moar ipv6
6 years ago
Lidi Zheng
7741e806a2
Merge pull request #18867 from lidizheng/backport-gevent-fix
...
Backport c-ares gevent segfault fix to v1.20.1
6 years ago
Richard Belleville
aec0860ebf
Remove redundant line
6 years ago
Richard Belleville
1c65fd19e8
Fix wait_for_ready example for ipv4-only environments like Kokoro
6 years ago
Karthik Ravi Shankar
3377e49bc7
Fix build errors
6 years ago
nanahpang
3d74356eab
Merge pull request #18858 from nanahpang/master
...
Add alarm in callback streaming test
6 years ago
murgatroid99
e457584c05
Address comments
6 years ago
Jan Tattermusch
ff397acf55
Upload C# nightly nugets to Artifactory dev nuget feed
6 years ago
Richard Belleville
4de4a7da7b
Reenable python bazel tests
6 years ago
Richard Belleville
afdc59712d
Merge branch 'master' into internal_py_proto_library
6 years ago
Lidi Zheng
371c0a483d
Correct the testcase file for different runtimes
6 years ago
yang-g
9cac231163
Inline start the tcp servers
6 years ago
Lidi Zheng
b2c974962a
Merge pull request #18866 from lidizheng/v1.20.x
...
Bump version to v1.20.1
6 years ago
Lidi Zheng
83c5981d15
Fix the oversight from #18841
6 years ago
Lidi Zheng
ee47d5ee75
Regenerate projects
6 years ago
Lidi Zheng
365c118967
Bump version to v1.20.1
6 years ago
Lidi Zheng
ffe2057487
Revert "Revert "Merge pull request #18547 from lidizheng/fix-gevent""
...
This reverts commit a922bd7a03
.
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
Jan Tattermusch
76e3489216
csharp: support slice-by-slice deserialization
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
John Luo
a2421cdeb1
Remove internal link
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
Richard Belleville
05f37c8143
Remove dependency on pubref/rules_proto.
...
This commit resolves #18331 .
This commit resolves #18256 .
This commit resolves... another TODO that apparently didn't have an
associated github issue.
We swap out pubref's implementation of py_proto_library with our own,
which more closely mirrors the interface of the internal
py_proto_library, taking the descriptor file output of a proto_library
rule as input.
One minor change in behavior was introduced for simplicity. When a
py_proto_library depends on a proto_library with a source proto file in
a subdirectory of the bazel package, the import module of the resultant
python library will reflect the package, *not* the full directory of the
proto file, including both the bazel package and the subdirectories, as
pubref did previously. This behavior also more closely mirrors google
internal behavior.
This commit also introduces a slightly more stringent bazel format
script. Buildifier on its own will not take care of long lines, but by
running yapf first, we end up with a more legible file. At the moment,
there is no sanity check associated with this formatter.
6 years ago
Yash Tibrewal
71ecf17eb7
clang tidy
6 years ago