aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #11708 from murgatroid99/node_enable_werrorGravatar Michael Lumish2017-07-11
|\ | | | | Node: re-enable -Werror, clean up binding.gyp
* \ Merge pull request #11754 from sreecha/disable_hcsGravatar Sree Kuchibhotla2017-07-11
|\ \ | | | | | | Disable health check service in async end2end tests as it is causing flakes on mac
* \ \ Merge pull request #11670 from matt-kwong/perf_alarmGravatar Matt Kwong2017-07-11
|\ \ \ | | | | | | | | Don't clear alarm in jobset when running performance tests
* \ \ \ Merge pull request #11750 from jtattermusch/win_node_artifactGravatar Jan Tattermusch2017-07-11
|\ \ \ \ | | | | | | | | | | Fix node artifact build on kokoro
* \ \ \ \ Merge pull request #11186 from ctiller/hpsGravatar Craig Tiller2017-07-11
|\ \ \ \ \ | | | | | | | | | | | | Stop setting deadline on server requests, assert so that this never happens again
| | | | * | Disable health check service in async end2end tests as it is causing flakes ↵Gravatar Sree Kuchibhotla2017-07-11
| | | | | | | | | | | | | | | | | | | | | | | | in mac
* | | | | | Merge pull request #11748 from ctiller/c++compat5Gravatar Craig Tiller2017-07-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | C++ compatibility fixes
* \ \ \ \ \ \ Merge pull request #11702 from ctiller/ubsan101Gravatar Craig Tiller2017-07-11
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Fix potential rounding error
* | | | | | | Merge pull request #11742 from ncteisen/fuzz-iob-in-metadataGravatar Noah Eisen2017-07-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846
* \ \ \ \ \ \ \ Merge pull request #11738 from mehrdada/canonica-urlsGravatar Mehrdad Afshari2017-07-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use https://grpc.io consistently as the canonical URL
* \ \ \ \ \ \ \ \ Merge pull request #11731 from yang-g/cpp_is_hardGravatar Yang Gao2017-07-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Avoid use after free if the sneaky op is owned by the collection
* \ \ \ \ \ \ \ \ \ Merge pull request #11749 from jtattermusch/kokoro_objc_swiftGravatar Jan Tattermusch2017-07-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Kokoro: Make SwiftSample support Xcode8 (to fix kokoro macos build)
| | | | | | | | * | | fix node artifact build on kokoroGravatar Jan Tattermusch2017-07-11
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | make SwiftSample support Xcode8Gravatar Jan Tattermusch2017-07-11
|/ / / / / / / / /
| | | | | * / / / C++ compatibility fixesGravatar Craig Tiller2017-07-11
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #11747 from jtattermusch/kokoro_objc_fixGravatar Jan Tattermusch2017-07-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Kokoro macos build fixes
| * | | | | | | | fix objc testsGravatar Jan Tattermusch2017-07-11
| | | | | | | | |
| | | | * | | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846Gravatar Noah Eisen2017-07-11
| | | | | | | | |
| | | | * | | | | Add fuzzer reproGravatar Noah Eisen2017-07-11
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #11719 from markdroth/large_metadata_bad_client_test_fixGravatar Mark D. Roth2017-07-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bad_client test: do multiple reads if needed to read full server response
| * | | | | | | | Do multiple reads if needed to read full server response.Gravatar Mark D. Roth2017-07-11
| | | | | | | | |
| | * | | | | | | set open file limitsGravatar Jan Tattermusch2017-07-11
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #11572 from vjpai/internalizeGravatar Vijay Pai2017-07-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Separate internal-only and public parts of C++ API
* \ \ \ \ \ \ \ \ Merge pull request #11741 from kpayson64/tf_rollbackGravatar Nicolas Noble2017-07-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Switch Server back to lockfree stack
* | | | | | | | | | Update compression test for languages without compression bitGravatar Eric Gribkoff2017-07-10
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11729 from murgatroid99/uv_memory_leak_fixesGravatar Michael Lumish2017-07-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix some memory leaks in UV TCP code
| | * | | | | | | | | Revert "Reduce server memory usage"Gravatar Ken Payson2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 53e6b56e32c79ba401a67cb349519c12991539cc.
| | | | | | | | | * | Don't clear alarm in jobset when running performance testsGravatar Matt Kwong2017-07-10
| | | | | | | | | | |
| | * | | | | | | | | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21.
| | | | | * | | | | Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Fix dependency download link in INSTALL.md to use httpsGravatar Mehrdad Afshari2017-07-10
| | | | | | | | |
* | | | | | | | | Fetch grpc.io/release over httpsGravatar Mehrdad Afshari2017-07-10
| | | | | | | | |
* | | | | | | | | Merge pull request #11735 from dgquintas/fix_codegen_fullGravatar David G. Quintas2017-07-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix codegen_test_full
| * | | | | | | | | Fix codegen_test_fullGravatar David Garcia Quintas2017-07-10
|/ / / / / / / / /
| | * / / / / / / Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | or that interface with core and are only for internal use
* | | | | | | | Merge pull request #11728 from robertwb/patch-1Gravatar kpayson642017-07-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove declaration of missing field.
| | | | * | | | | second tryGravatar yang-g2017-07-10
| | | | | | | | |
| | | | * | | | | Unref the call first in case the collection is still used in callGravatar yang-g2017-07-10
| |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Remove declaration of missing field.Gravatar Robert Bradshaw2017-07-10
|/ / / / / / /
* | | | | | | Merge pull request #11051 from jboeuf/fix_issue_11011Gravatar Matt Kwong2017-07-10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Attempt to fix #11011.
| | * | | | | Fix some memory leaks in UV TCP codeGravatar murgatroid992017-07-10
| | | | | | |
* | | | | | | Merge pull request #11626 from markdroth/consistent_failure_pathGravatar Mark D. Roth2017-07-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Clean up client_auth_filter and server_auth_filter.
| * | | | | | | Code cleanups in client_auth_filter and server_auth_filter.Gravatar Mark D. Roth2017-07-10
|/ / / / / / /
* | | | | | | Merge pull request #11680 from jtattermusch/python_32bit_artifactsGravatar Jan Tattermusch2017-07-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve python artifact building
* \ \ \ \ \ \ \ Merge pull request #11723 from yang-g/cpp_is_hardGravatar Yang Gao2017-07-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use pointer to avoid assignment and race.
| * | | | | | | | Use pointer to avoid assignment and race.Gravatar yang-g2017-07-08
|/ / / / / / / /
* | | | | | | | Merge pull request #11696 from dgquintas/rr_concurrent_updates_fixGravatar David G. Quintas2017-07-07
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Fix RR concurrent updates
* | | | | | | | Merge pull request #11639 from murgatroid99/master_1.4.1_upmergeGravatar Michael Lumish2017-07-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upmerge v1.4.x to master
* \ \ \ \ \ \ \ \ Merge pull request #11671 from markdroth/client_channel_tracerGravatar Mark D. Roth2017-07-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Client channel: more code cleanup, and add a tracer.
| * | | | | | | | | Add client_channel tracer; code cleanup; eliminate an allocation.Gravatar Mark D. Roth2017-07-07
|/ / / / / / / / /