aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Change interfaceGravatar Garrett Casto2016-11-28
|
* Merge pull request #8866 from ctiller/fixit5Gravatar Craig Tiller2016-11-28
|\ | | | | Fix filter_latency tests
* \ Merge pull request #8865 from ctiller/fixit3Gravatar Craig Tiller2016-11-28
|\ \ | | | | | | Up timeouts for poll-cv polling strategy
| | * Fix commentGravatar Craig Tiller2016-11-28
| | |
| | * Rephrase commentGravatar Craig Tiller2016-11-28
| | |
| * | Remove file dependency to simplify build graphGravatar Craig Tiller2016-11-28
| | |
| | * Move test block, refine conditionsGravatar Craig Tiller2016-11-28
| |/
* | Merge pull request #8863 from ctiller/fixit2Gravatar Craig Tiller2016-11-28
|\ \ | | | | | | Up retry count to try and counter flakiness
| | * Up timeouts for poll-cv polling strategy, seems to make things more stableGravatar Craig Tiller2016-11-28
| | |
* | | Merge pull request #8864 from ctiller/fixit4Gravatar Craig Tiller2016-11-28
|\ \ \ | | | | | | | | Fix clang-format
| * | | Fix clang-formatGravatar Craig Tiller2016-11-28
|/ / /
* | | Merge pull request #8862 from ctiller/fixit1Gravatar Craig Tiller2016-11-28
|\ \ \ | |_|/ |/| | Fix mac build
| | * Up retry count to try and counter flakinessGravatar Craig Tiller2016-11-28
| |/ |/|
| * Fix mac buildGravatar Craig Tiller2016-11-28
|/ | | | | Localize global_wakeup_fd declarations, instead of trying to share them, so that this bug is less likely to occur in the future.
* Merge pull request #8852 from dgquintas/portposix_clangformatGravatar David G. Quintas2016-11-24
|\ | | | | clang-format port_posix.c
| * clang-formatGravatar David Garcia Quintas2016-11-23
| |
* | Merge pull request #8846 from ncteisen/go_advanced_interopGravatar Noah Eisen2016-11-23
|\ \ | |/ |/| Run Go Advanced Interop
| * Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interopGravatar Noah Eisen2016-11-23
| |\ | |/ |/|
* | Merge pull request #8825 from jtattermusch/manual_upmerge_101Gravatar Jan Tattermusch2016-11-24
|\ \ | | | | | | Manual upmerge from v1.0.x
| * | fix formattingGravatar Jan Tattermusch2016-11-24
| | |
* | | Merge pull request #8835 from pmarks-net/masterGravatar Paul Marks2016-11-23
|\ \ \ | | | | | | | | port_posix: use IPv4+IPv6 sockets to check for a free port.
* \ \ \ Merge pull request #8847 from yang-g/clang-formatGravatar David G. Quintas2016-11-23
|\ \ \ \ | | | | | | | | | | Clang-format code
| * | | | Clang-formatGravatar yang-g2016-11-23
| | | | |
* | | | | Merge pull request #8845 from ncteisen/fix_docker_goGravatar Noah Eisen2016-11-23
|\ \ \ \ \ | | | | | | | | | | | | Fix docker go
* \ \ \ \ \ Merge pull request #8827 from jtattermusch/ur_does_not_reference_tcpGravatar Jan Tattermusch2016-11-23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | UserResource does not reference tcp endpoint on windows
| | * | | | Fix docker goGravatar Noah Eisen2016-11-23
| |/ / / / |/| | | |
| | | * | Merge pull request #6 from apolcyn/remove_concurrent_ruby_dep_in_templateGravatar Jan Tattermusch2016-11-23
| | | |\ \ | | | | | | | | | | | | remove concurrent ruby dep from gemspec template
* | | | \ \ Merge pull request #8650 from kpayson64/poll_cv_improvementGravatar kpayson642016-11-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bypass poll thread if wakeup fd is set
* \ \ \ \ \ \ Merge pull request #8815 from yang-g/http_traceGravatar Yang Gao2016-11-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pretty print outgoing headers
| | | | | | * | remove concurrent ruby dep from gemspec templateGravatar Alexander Polcyn2016-11-23
| | | | | |/ /
| | | | | * | regenerate C# protosGravatar Jan Tattermusch2016-11-23
| | | | | | |
| | | | | * | use thread pool from v1.0.x but keep server call life cycle in masterGravatar Alexander Polcyn2016-11-23
| | | | | | |
| | | | * | | port_posix: use IPv4+IPv6 sockets to check for a free port.Gravatar Paul Marks2016-11-22
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the port picker to function across dual-stack and IPv4/IPv6-only environments. For a port to be considered available, the kernel must support at least one of (IPv6, IPv4), and the port must be available on each supported family. Also use the bool type where feasible. This is based on http://cl/97155408 (for those who can read it.)
* | | | | | Merge pull request #8829 from dgquintas/grpclb_right_targetGravatar David G. Quintas2016-11-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check on *target, not target
* \ \ \ \ \ \ Merge pull request #8822 from dgquintas/grpclb_serverlist_leakGravatar David G. Quintas2016-11-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed leak upon duped serverlist updates
* \ \ \ \ \ \ \ Merge pull request #8817 from ncteisen/python_stress_flagsGravatar Noah Eisen2016-11-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add new flags to Python stress client
| | | * | | | | | Check on *target, not targetGravatar David Garcia Quintas2016-11-22
| |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add new flags to Python stress clientGravatar Noah Eisen2016-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add use_tls, use_test_ca, and server_host_override flags to Python stress client. These are needed to run the stress client against a local server that is using tls.
| | | | | * | | UserResource does not reference tcp endpoint on windowsGravatar Jan Tattermusch2016-11-22
| |_|_|_|/ / / |/| | | | | |
| | | | | * | Merge remote-tracking branch 'upstream/v1.0.x' into HEADGravatar Jan Tattermusch2016-11-22
| |_|_|_|/| | |/| | | | | |
* | | | | | | Merge pull request #8808 from jtattermusch/update_async_311Gravatar Jan Tattermusch2016-11-22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | C#: Update System.Interactive.Async to 3.1.1
| | * | | | | Fixed leak upon duped serverlist updatesGravatar David Garcia Quintas2016-11-21
| |/ / / / / |/| | | | |
| | * | | | Pretty print outgoing headersGravatar yang-g2016-11-21
| | | | | |
| * | | | | update Grpc.HealthCheck.nuspecGravatar Jan Tattermusch2016-11-21
| | | | | |
| * | | | | update Grpc.Core.nuspecGravatar Jan Tattermusch2016-11-21
| | | | | |
| * | | | | update project.json projects to System.Interactive.Async 3.1.1Gravatar Jan Tattermusch2016-11-21
| | | | | |
| * | | | | Update .csproj files to System.Interactive.Async to 3.1.1Gravatar Jan Tattermusch2016-11-21
| | | | | |
* | | | | | Merge pull request #8804 from dgquintas/tcp_client_errorGravatar David G. Quintas2016-11-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | tcp_client_posix: Don't overwrite error descr.
* | | | | | Merge pull request #8792 from jtattermusch/interop_less_verboseGravatar Jan Tattermusch2016-11-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Reduce noise in interop test output
| | * | | | | tcp_client_posix: Don't overwrite error descr.Gravatar David Garcia Quintas2016-11-20
| |/ / / / / |/| | | | |