Yuchen Zeng
b5eaf7734c
gRPC CLI batch mode
7 years ago
Nicolas Noble
9c15cb9329
Merge pull request #12647 from nicolasnoble/pull_request_interval_script
...
Adding script to generate pull request list from an interval.
7 years ago
Noah Eisen
e22c5642bd
Merge pull request #12766 from ncteisen/tiny
...
Fix ClangTidy
7 years ago
yongni
903f06fe3f
Merge pull request #12701 from yongni/master
...
Added step-by-step instrution on how to add a new release to grpc bac…
7 years ago
ncteisen
520cc8f555
Fix ClangTidy
7 years ago
Noah Eisen
3a8ac2e3a8
Merge pull request #12763 from ncteisen/debugging-bm-tools
...
Fix bm_diff
7 years ago
Mehrdad Afshari
11aa678bf1
Merge pull request #12702 from endobson/call-ref
...
Fix docs on grpc_call_ref
7 years ago
Nicolas "Pixel" Noble
8354fa32ba
Merge branch 'master' of https://github.com/grpc/grpc into pull_request_interval_script
7 years ago
Nicolas "Pixel" Noble
daa70e67cc
Adding Copyright info.
7 years ago
Sree Kuchibhotla
1c9ef7c5ef
Merge pull request #12663 from sreecha/debug-timers
...
Add a hash table in timer code (in debug builds only) to detect duplicate timers
7 years ago
Nathaniel Manista
87997edd45
Merge pull request #12765 from nathanielmanistaatgoogle/cython
...
Devolve staticmethod to ordinary function.
7 years ago
Mark D. Roth
ede8ed2156
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
...
Change plugin credentials API to support both sync and async modes
7 years ago
Yang Gao
226e9060b9
Merge pull request #12574 from yang-g/comp_call
...
Add CompositeCallCredentials
7 years ago
Nathaniel Manista
103991eb73
Devolve staticmethod to ordinary function
7 years ago
yang-g
3c00328b62
Add a simple test
7 years ago
yang-g
cfd20c4262
Add CompositeCallCredentials
7 years ago
ncteisen
c2d5edfef5
Increase CPU cost
7 years ago
Michael Lumish
38d089e9b9
Merge pull request #12596 from matt-kwong/node-testing
...
Add testing of grpc-node for Linux and MacOS
7 years ago
Nathaniel Manista
d31551e35f
Merge pull request #12762 from nathanielmanistaatgoogle/cleanups
...
Python cleanups.
7 years ago
ncteisen
460af54440
Shuffle new and old jobs together
7 years ago
kpayson64
73144f9ab2
Merge pull request #12759 from kpayson64/no_more_xp
...
Specify min windows version as Vista for Python
7 years ago
Nathaniel Manista
6489785f3d
Merge pull request #11599 from nathanielmanistaatgoogle/pin-pip
...
Pin pip at 9.0.1 (currently most recent).
7 years ago
Nathaniel Manista
3efe754799
"resopnse" typo correction
7 years ago
Nathaniel Manista
4ceb743c82
Drop unused staticmethods
7 years ago
Nathaniel Manista
3e3bbdff91
Raise exception instances rather than classes
7 years ago
Mark D. Roth
6456e494a8
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
7 years ago
Mark D. Roth
fde890e905
Merge pull request #12749 from markdroth/composite_credentials_race_condition
...
Fix race condition in composite credentials.
7 years ago
Ken Payson
30f1d0fe79
Specify min windows version as Vista for Python
7 years ago
Matt Kwong
8ba60a7e35
Merge pull request #12757 from matt-kwong/start-port
...
Start port_server before running daily performance profile
7 years ago
apolcyn
e4895675f2
Merge pull request #12651 from apolcyn/cares_srv_master_after_uinittests
...
Add c-ares resolver tests against GCE DNS, redo of #12010
7 years ago
Matt Kwong
292c1ef3dc
Start port_server before running daily performance profile
7 years ago
Yash Tibrewal
bdf998a184
Fix compression tests for when they expect the client to receive the completion tag
7 years ago
Nathaniel Manista
8bba3bfc25
Pin pip at 9.0.1
7 years ago
Matt Kwong
fa90655822
Add coverage test to Kokoro
7 years ago
Yang Gao
951f6fb4bf
Merge pull request #12729 from yang-g/osxisdifferent
...
Fix bad_client_window_overflow_test at mac
7 years ago
Mark D. Roth
61b26f97b0
Code review changes.
7 years ago
Mark D. Roth
55a807aec8
Fix race condition in composite credentials.
7 years ago
Mark D. Roth
a745825153
Merge pull request #12474 from yihuazhang/async_tsi_test
...
update tsi test library to support async tsi implementation
7 years ago
Alexander Polcyn
9e3a76ba71
Add c-ares resolver tests against GCE DNS, using the unit test.
7 years ago
Nathaniel Manista
98f8989a67
Merge pull request #12606 from nathanielmanistaatgoogle/all_the_cpythons
...
Add compiler value "all_the_cpythons".
7 years ago
Yong Ni
d847616e97
Added step-by-step instrution on how to add a new release to grpc backward compatiblity test.
7 years ago
Nicolas Noble
c1af97d076
Merge pull request #12739 from markdroth/proxy_mapper_uds_fix
...
Fix http_proxy proxy mapper to not set proxy_name when returning false.
7 years ago
apolcyn
8eeb7ce9c0
Merge pull request #12721 from apolcyn/google_rpc_status_fix_not_present_case
...
Make ruby google RPC status conversion return nil if the status-details trailer was missing
7 years ago
Matt Kwong
316855ef98
Don't stop on failure in post test steps
7 years ago
Juanli Shen
56e4b8e67c
Merge pull request #12587 from AspirinSJL/lb_fallback
...
Readd grpclb fallback
7 years ago
Juanli Shen
fe40815682
Readd grpclb fallback
7 years ago
Mark D. Roth
1c34d1d0d8
Fix C++ goto problem.
7 years ago
Mark D. Roth
cb799c5132
Fix http_proxy proxy mapper to not set proxy_name when returning false.
7 years ago
Thomas Voß
3069fc5eb8
Increase reference count on state used in tcp connect.
...
The state is used both in the callback for the actual connect as well as
in the additional timeout that is setup for the operation. Both code
paths decrease the reference count and if they happen to be queued at
the same time, memory is corrupted. Subsequent behavior is undefined and
segfaults can be observed as a result.
Fixes #12608
7 years ago
kpayson64
c3d8237b15
Merge pull request #12713 from mehrdada/rebase-8663
...
Be a tad more specific requesting error reports (rebase #8663 )
7 years ago