Eric Anderson
9c04438853
Merge pull request #13308 from ejona86/getstate-connect
...
doc: Fully define GetState in connectivity state API
7 years ago
Yang Gao
064bdd56d4
Merge pull request #13281 from yang-g/log_envar
...
log GRPC_POLL_STRATEGY when fail to find polling engine
7 years ago
David Garcia Quintas
b90cb3fc29
pr comments
7 years ago
Sree Kuchibhotla
3a128c098f
Merge branch 'master' into cc-tsan-1
7 years ago
Noah Eisen
3a54b8673e
Merge pull request #13201 from wjackson/cancel-and-priority
...
Fix header-with-priority for canceled stream bug
7 years ago
David Garcia Quintas
a1c65909c9
grpclb: Improved logging
7 years ago
Sree Kuchibhotla
e782063f2b
Merge pull request #13259 from sreecha/resource-quota-fix
...
Fix resource_quota_server bug
7 years ago
David Garcia Quintas
a5c2d6b234
Don't expect LB call to be NULL inside LB call retry timer.
...
The timer callback runs independently of query_for_backends_locked()
(which initializes the LB call). It's possible for the timer callback to
fire right after query_for_backends_locked() has initialized the LB
call. These changes makes the timer cb be a no-op in that scenario.
7 years ago
yang-g
b90f0e66e5
relax for inlined bytes to avoid allocation
7 years ago
yang-g
c88185900d
handle 0 byte size message...
7 years ago
yang-g
272eebbbcd
Only allocate what we need in the last slice for proto serialization
7 years ago
Vijay Pai
2da79b8feb
Merge pull request #13326 from vjpai/cpu_test
...
Reduce # of arithmetic ops to reduce time spent in gpr_cpu_test
7 years ago
Michael Lumish
4d4fab1e60
Merge pull request #13313 from murgatroid99/uv_assertion_fixes
...
Fix timer freed early in uv pollset
7 years ago
Whitney Jackson
a674634055
Handle frame with priority flag for canceled stream
7 years ago
Vijay Pai
c42e978004
Reduce # of arithmetic ops to reduce time spent in this test.
7 years ago
Jan Tattermusch
f4145c0a8f
Merge pull request #13324 from jtattermusch/fix_artifact_build
...
Add back artifact builder dockerfiles
7 years ago
Jan Tattermusch
dcd970d86b
artifact builder dockerfiles were removed by mistake
7 years ago
Julien Boeuf
5addba4749
Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure
...
Typically these failures are symptomatic of a busy oauth2 auth
server and calls should be retried in this case.
7 years ago
Adele Zhou
fe783c19ff
Removed Python because of test timeouts
7 years ago
yang-g
c3be930abf
Merge branch 'master' of https://github.com/grpc/grpc into log_envar
7 years ago
Craig Tiller
2575141dc0
Merge pull request #13311 from ctiller/lfe3
...
Fix races in rolled-back LockfreeEvent code
7 years ago
murgatroid99
70e87c3dee
Clang format
7 years ago
Sree Kuchibhotla
b6727b6f70
clang format
7 years ago
Sree Kuchibhotla
096f883e5e
clang format
7 years ago
Sree Kuchibhotla
c4a973ca5c
Merge branch 'master' into cc-tsan-1
7 years ago
murgatroid99
c6f925d922
Fix timer freed early in uv pollset
7 years ago
Craig Tiller
1ef989cd50
Fixes, commentary
7 years ago
Craig Tiller
15626bb527
Fix data race
7 years ago
Craig Tiller
fbf61bbc1a
Revert "Revert "Class-ify lockfree event""
7 years ago
Noah Eisen
a5ad92dd88
Merge pull request #13303 from ncteisen/ubsan
...
Fix internal UBSAN failure
7 years ago
Eric Anderson
f090194666
doc: Fully define GetState in connectivity state API
7 years ago
David G. Quintas
e85fc238a0
Merge pull request #13307 from grpc/revert-13097-lfe3
...
Revert "Class-ify lockfree event"
7 years ago
Adele Zhou
d21204cd42
Update C# versions
7 years ago
David G. Quintas
332c7e402a
Revert "Class-ify lockfree event"
7 years ago
Yash Tibrewal
a4265d464c
Merge pull request #13304 from yashykt/testc++fixes
...
Remove include from end2end data files and add extern C to each defin…
7 years ago
Sree Kuchibhotla
52f7039dc4
Merge branch 'master' into cc-tsan-1
7 years ago
Sree Kuchibhotla
4047e45275
Merge branch 'master' into resource-quota-fix
7 years ago
Craig Tiller
99dcb6953e
Merge pull request #13097 from ctiller/lfe3
...
Class-ify lockfree event
7 years ago
Craig Tiller
660d4aa2d2
Merge github.com:grpc/grpc into tfix2
7 years ago
Yash Tibrewal
c284139d2f
Remove include from end2end data files and add extern C to each definition instead
7 years ago
ncteisen
5dd0d6fadb
Fix internal UBSAN failure
7 years ago
Yash Tibrewal
d9da7387b8
Merge pull request #13147 from yashykt/testc++ize
...
Convert test/core to C++
7 years ago
Yash Tibrewal
67c0effd32
MacOS uses end2end tests. therefore extern C needed
7 years ago
yang-g
ceb24750e7
include log.h for mac
7 years ago
kpayson64
c03867ff22
Merge pull request #12648 from kpayson64/attempt_2
...
Add back mpscq request matcher implementation
7 years ago
Yang Gao
4c8f8fe1f1
Merge pull request #13297 from yang-g/pollcv
...
Use same cq for client and server
7 years ago
Noah Eisen
9ad6068f66
Merge pull request #13199 from ncteisen/zero-copy
...
Refactor SerializationTraits
7 years ago
yang-g
802f762f17
remove unused variable
7 years ago
Ken Payson
e1533572d5
Add back mpscq request matcher
7 years ago
yang-g
0b9b7d2610
Use same cq for client and server
7 years ago