Matt Kwong
1617a64dc2
Merge pull request #14956 from matt-kwong/hardcode-python
...
Unpin pip version installed in build_python.sh
7 years ago
Matt Kwong
d7790efc8e
Unpin pip version installed in build_python.sh
...
Fix for issue #14815 . Pinning to 9.0.3 doesn't work because pip fails to
recognize that as a valid version. Newer versions of pip have a fallback
on macOS to use SecureTransport instead of their outdated OpenSSL that
doesn't support TLSv1.2.
7 years ago
Juanli Shen
cc4fe1b3cd
Merge pull request #14943 from grpc/revert-14688-revert_pr
...
Revert "Revert "Use heuristic to determine how many events to handle per iter…"
7 years ago
Noah Eisen
a9b6740d13
Merge pull request #14541 from ncteisen/serialization
...
Make GrpcBuffer{Reader|Writer} Public
7 years ago
ncteisen
cf5b2666e1
Make GrpcProtoBufferReaderWriter public
7 years ago
Jan Tattermusch
1c73e2c53d
Merge pull request #14949 from jtattermusch/resultstore_build_url
...
Use ResultStore URL instead of Sponge for bigquery test results
7 years ago
apolcyn
b221685156
Merge pull request #14953 from apolcyn/fix_ruby_race
...
Fix logical race in ruby interrupt handler
7 years ago
Alexander Polcyn
d3594987df
fix race whereby we can call watch_connectivity_state on a destroyed channel
7 years ago
Jan Tattermusch
b0118b1874
Merge pull request #14950 from apolcyn/log_stuff
...
Fix c-ares tests under gcc musl
7 years ago
Alex Polcyn
11a45a8057
Fix c-ares tests under gcc musl
7 years ago
Jan Tattermusch
f75ca1ac8a
use ResultStore URL instead of Sponge for bigquery test results
7 years ago
Jan Tattermusch
2872cf00cf
Merge pull request #14877 from ara-ayvazyan/fix_missing_mu_destroy
...
Fix missing mutex destruction in C++
7 years ago
Jan Tattermusch
7932d62f03
Merge pull request #14931 from jtattermusch/coverage_sponge_log
...
rename grpc_coverage XML log to get recognized by resultstore
7 years ago
Juanli Shen
22c63877ee
Add TODO
7 years ago
apolcyn
33b225616c
Merge pull request #14922 from apolcyn/ruby_bidi_error
...
Don't raise call errors for failed reads or writes of ruby bidi streams
7 years ago
Mehrdad Afshari
586704b980
Merge pull request #14939 from mehrdada/bump-version-to-112
...
Bump master to 1.12.0-dev
7 years ago
Juanli Shen
cbfc5310a2
Revert "Revert "Use heuristic to determine how many events to handle per iter…"
7 years ago
Jiangtao Li
b9d894fdb7
Merge pull request #14938 from jiangtaoli2016/kokoro_config
...
Add config file for ALTS interop tests for pull request
7 years ago
Muxi Yan
761d16eca1
Merge pull request #14837 from nallohki/master
...
Makes @class forward decls unconditional in generated pbrpc.h files.
7 years ago
Michael Lumish
98c1017fd9
Merge pull request #14929 from jtattermusch/fix_uv_addrinfo_free
...
Try fixing memory_profile_test on libuv iomgr
7 years ago
Mehrdad Afshari
90cfc8ed57
Regenerate projects
7 years ago
Mehrdad Afshari
54507cfc14
Bump version to v1.12.0-dev
7 years ago
jiangtaoli2016
52880e1f2a
Add config file for ALTS interop tests for pull request
7 years ago
Mehrdad Afshari
4991fcdfc6
Update g_stands_for.md for 1.12
7 years ago
Mehrdad Afshari
e47d5211ec
Merge pull request #14935 from mehrdada/upmerge1101
...
Upmerge 1.10.x to master before branch cut
7 years ago
Mehrdad Afshari
cf4168b7e0
Upmerge branch 'v1.10.x' into master
7 years ago
Nicolas Noble
396dd1e647
Merge pull request #14930 from nicolasnoble/inet_ntop-uv
...
Using libuv's inet_ntop for portability.
7 years ago
Jan Tattermusch
bf827a16ae
rename grpc_coverage XML log to get recognized by resultstore
7 years ago
Jan Tattermusch
14c0da774f
use uv_freeaddrinfo
7 years ago
Muxi Yan
19ca19beed
Fix indent
7 years ago
Mehrdad Afshari
91d12fb93e
Merge pull request #14912 from mehrdada/v1.10.x
...
Bump v1.10.x to v1.10.1-pre2
7 years ago
Nicolas "Pixel" Noble
eab30cdc3a
Using libuv's inet_ntop for portability.
7 years ago
Jan Tattermusch
d03bef89fa
fix memory_profile_test on libuv iomgr
7 years ago
Jiangtao Li
5860671868
Merge pull request #14903 from jiangtaoli2016/alts_interop_tests
...
Update interop test script to support ALTS
7 years ago
Jan Tattermusch
648580d6a0
Merge pull request #14921 from adelez/foundry_integration
...
Limit longest timeout to 3600, which is the limit for RBE.
7 years ago
Jan Tattermusch
b15ddc41c2
Merge pull request #14884 from ara-ayvazyan/fix_server_builder_test
...
Fix crashing server_builder_test
7 years ago
Alexander Polcyn
ae937d34d6
Never throw CallErrors for failed bidi reads or writes
7 years ago
Nicolas Noble
490110d365
Merge pull request #14919 from nicolasnoble/setsockopt-libuv
...
Making tcp_custom's setsockopt a more generic thing.
7 years ago
Michael Lumish
93e67ca6c5
Update tcp_uv.cc
7 years ago
jiangtaoli2016
fb7c84e5a6
Update interop test script to support ALTS
7 years ago
Nicolas "Pixel" Noble
18042de3b5
Formatting...
7 years ago
Nicolas "Pixel" Noble
7d6d2e8bce
Removing setsockopt completely actually.
7 years ago
Adele Zhou
ac87b9e8b2
Limit longest timeout to 3600, which is the limit for RBE.
7 years ago
Nicolas "Pixel" Noble
5426183de0
Taking care of gevent.
7 years ago
Nicolas "Pixel" Noble
00531b326e
Making tcp_custom's setsockopt a more generic thing.
7 years ago
Eric Gribkoff
5a03bdb622
Merge pull request #14885 from ericgribkoff/android_cleanup
...
simplify CMake build
7 years ago
Muxi Yan
3b33409e66
clang format
7 years ago
Muxi Yan
7f5dcc9c1a
Add missing '+'
7 years ago
Eric Gribkoff
10ad26f917
refer to libprotobuf directly
7 years ago
Yash Tibrewal
cb078e5558
Merge pull request #14906 from yashykt/lockfreeeventdoc
...
Add documentation for lockfree_event.h
7 years ago