David Garcia Quintas
|
507d1fd58e
|
Removed duplicated refs
|
7 years ago |
David Garcia Quintas
|
47e12924c5
|
PR comments
|
7 years ago |
David Garcia Quintas
|
ecfe2d6ca6
|
RR: fix subchannel list handling
|
7 years ago |
Craig Tiller
|
f2e15655bc
|
Merge pull request #11547 from ctiller/epex7
Add logging, fix some bugs for epollexclusive
|
7 years ago |
David G. Quintas
|
1bec15ee9e
|
Merge pull request #11777 from dgquintas/null_userdata_rr
NULL user_data after destruction
|
7 years ago |
Muxi Yan
|
4d39b4d7f3
|
Merge pull request #11070 from muxi/fix-pipe-buffer
Sync writes with serial dispatch queue in GRXBufferedPipe
|
7 years ago |
Craig Tiller
|
37691e7393
|
Merge pull request #11317 from ctiller/cq-drop
Change kicking strategy in cq
|
7 years ago |
David Garcia Quintas
|
1105354aa3
|
NULL user_data after destruction
|
7 years ago |
Sree Kuchibhotla
|
a5aaf0a677
|
Merge pull request #11716 from sreecha/timer_comments
Add comments to timer_generic.c file (and rename a few structs/functions to more intuitive names)
|
7 years ago |
Nicolas Noble
|
d03b55322c
|
Merge pull request #11760 from nicolasnoble/node-pre-gyp
Adding platform and abi tags in our node-pre-gyp.
|
7 years ago |
Jan Tattermusch
|
db87893ca9
|
Merge pull request #11772 from jtattermusch/kokoro_linux_artifact_fix
Fix linux artifact build on Kokoro
|
7 years ago |
Jan Tattermusch
|
4af2c5d0e4
|
fix linux artifact build
|
7 years ago |
Mark D. Roth
|
ca0b8084bd
|
Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker
Update tsi_fake_handshaker to implement the asynchronous TSI
|
7 years ago |
Michael Lumish
|
e908821d24
|
Merge pull request #11708 from murgatroid99/node_enable_werror
Node: re-enable -Werror, clean up binding.gyp
|
7 years ago |
Sree Kuchibhotla
|
1941c736ac
|
Merge pull request #11754 from sreecha/disable_hcs
Disable health check service in async end2end tests as it is causing flakes on mac
|
7 years ago |
Nicolas "Pixel" Noble
|
4c3360c3fb
|
Adding platform and abi tags in our node-pre-gyp.
Allows to use more than one runtime. Should fix #8887 and #10558.
|
7 years ago |
Matt Kwong
|
9a836ca37b
|
Merge pull request #11670 from matt-kwong/perf_alarm
Don't clear alarm in jobset when running performance tests
|
7 years ago |
Jan Tattermusch
|
72cdf6f082
|
Merge pull request #11750 from jtattermusch/win_node_artifact
Fix node artifact build on kokoro
|
7 years ago |
Anna Sapek
|
4318df0571
|
Update tsi_fake_handshaker to implement the asynchronous TSI
|
7 years ago |
Craig Tiller
|
102efba80b
|
Merge pull request #11186 from ctiller/hps
Stop setting deadline on server requests, assert so that this never happens again
|
7 years ago |
Sree Kuchibhotla
|
eede875bdb
|
Disable health check service in async end2end tests as it is causing flakes in mac
|
7 years ago |
Craig Tiller
|
aee639e9a6
|
Merge pull request #11748 from ctiller/c++compat5
C++ compatibility fixes
|
7 years ago |
Craig Tiller
|
7593255314
|
Merge pull request #11702 from ctiller/ubsan101
Fix potential rounding error
|
7 years ago |
Noah Eisen
|
809fbfdc03
|
Merge pull request #11742 from ncteisen/fuzz-iob-in-metadata
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846
|
7 years ago |
Mehrdad Afshari
|
2ca8282846
|
Merge pull request #11738 from mehrdada/canonica-urls
Use https://grpc.io consistently as the canonical URL
|
7 years ago |
Yang Gao
|
6eaaa923fa
|
Merge pull request #11731 from yang-g/cpp_is_hard
Avoid use after free if the sneaky op is owned by the collection
|
7 years ago |
Jan Tattermusch
|
7105fcf14c
|
Merge pull request #11749 from jtattermusch/kokoro_objc_swift
Kokoro: Make SwiftSample support Xcode8 (to fix kokoro macos build)
|
7 years ago |
Jan Tattermusch
|
570bf3b2e8
|
fix node artifact build on kokoro
|
7 years ago |
Jan Tattermusch
|
a840e4a507
|
make SwiftSample support Xcode8
|
7 years ago |
Craig Tiller
|
ed38016565
|
C++ compatibility fixes
|
7 years ago |
Jan Tattermusch
|
fd5eb24122
|
Merge pull request #11747 from jtattermusch/kokoro_objc_fix
Kokoro macos build fixes
|
7 years ago |
Jan Tattermusch
|
3d1103ae1b
|
fix objc tests
|
7 years ago |
Noah Eisen
|
e7ba3e91f8
|
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846
|
7 years ago |
Noah Eisen
|
7e4c1dd4c9
|
Add fuzzer repro
|
7 years ago |
Mark D. Roth
|
8e32b4dd72
|
Merge pull request #11719 from markdroth/large_metadata_bad_client_test_fix
bad_client test: do multiple reads if needed to read full server response
|
7 years ago |
Mark D. Roth
|
5dd24897a5
|
Do multiple reads if needed to read full server response.
|
7 years ago |
Jan Tattermusch
|
cc14dee5a6
|
set open file limits
|
7 years ago |
Vijay Pai
|
5e3699493d
|
Merge pull request #11572 from vjpai/internalize
Separate internal-only and public parts of C++ API
|
7 years ago |
Nicolas Noble
|
0c1f4be14c
|
Merge pull request #11741 from kpayson64/tf_rollback
Switch Server back to lockfree stack
|
7 years ago |
Eric Gribkoff
|
a16919e1f0
|
Update compression test for languages without compression bit
|
7 years ago |
Michael Lumish
|
ee145be9fe
|
Merge pull request #11729 from murgatroid99/uv_memory_leak_fixes
Fix some memory leaks in UV TCP code
|
7 years ago |
Ken Payson
|
b84a489f02
|
Revert "Reduce server memory usage"
This reverts commit 53e6b56e32 .
|
7 years ago |
Matt Kwong
|
c15d32bbe8
|
Don't clear alarm in jobset when running performance tests
|
7 years ago |
Ken Payson
|
a4710a090d
|
Revert "Remove lockfree-stack implementation that is no longer used"
This reverts commit 3d04e025bc .
|
7 years ago |
Mehrdad Afshari
|
bb3d95b643
|
Use https://grpc.io consistently as the canonical URL
|
7 years ago |
Mehrdad Afshari
|
a38562e8e9
|
Fix dependency download link in INSTALL.md to use https
|
7 years ago |
Mehrdad Afshari
|
976eb7c4b4
|
Fetch grpc.io/release over https
|
7 years ago |
David G. Quintas
|
dbcd0b5f8e
|
Merge pull request #11735 from dgquintas/fix_codegen_full
Fix codegen_test_full
|
7 years ago |
David Garcia Quintas
|
6636b5036e
|
Fix codegen_test_full
|
7 years ago |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
7 years ago |