aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #8375 from jtattermusch/coreclr_benchmarksGravatar Jan Tattermusch2016-10-17
|\ | | | | Switch C# benchmarks to use CoreCLR
* \ Merge pull request #7664 from kpayson64/cv_wakeup_fdGravatar kpayson642016-10-17
|\ \ | | | | | | Add Shim for wakeup_fds with no pipe or
* \ \ Merge pull request #8372 from dgquintas/grpclb_racesGravatar David G. Quintas2016-10-17
|\ \ \ | | | | | | | | gRPCLB and RR race fixes
| | * | Timeout increase (again)Gravatar Ken Payson2016-10-17
| | | |
| * | | clang-formatGravatar David Garcia Quintas2016-10-15
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into grpclb_racesGravatar David Garcia Quintas2016-10-15
| |\ \ \ | |/ / / |/| | |
| | | * install missing python dependenciesGravatar Jan Tattermusch2016-10-15
| | | |
* | | | Merge pull request #8295 from matt-kwong/pull-request-paramsGravatar matt-kwong2016-10-14
|\ \ \ \ | | | | | | | | | | Create filter for pull request tests on Jenkins
| | * | | Factored out common code into pick_from_internal_rr.Gravatar David Garcia Quintas2016-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | This also fixed a potential bug whereby callbacks wouldn't be called if the pick happened immediately during the flushing of pending picks.
* | | | | Merge pull request #8378 from markdroth/clang_format_fixGravatar Noah Eisen2016-10-14
|\ \ \ \ \ | | | | | | | | | | | | Fix clang-format problem from #8234.
| * | | | | clang-formatGravatar Mark D. Roth2016-10-14
|/ / / / /
| | * | | Merge branch 'master' of github.com:grpc/grpc into grpclb_racesGravatar David Garcia Quintas2016-10-14
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Tiny refactoringGravatar David Garcia Quintas2016-10-14
| | | | |
* | | | | Merge pull request #8348 from dgquintas/new_lb_md_keysGravatar David G. Quintas2016-10-14
|\ \ \ \ \ | | | | | | | | | | | | Renamed LB-related metadata keys
* \ \ \ \ \ Merge pull request #8234 from ncteisen/new_interop_testsGravatar Noah Eisen2016-10-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Wrote C++ unimplemented_method interop test
| | | | | * | Increased timeoutGravatar Ken Payson2016-10-14
| | | | | | |
| | | | * | | pr commentsGravatar David Garcia Quintas2016-10-14
| | | | | | |
* | | | | | | Merge pull request #7962 from y-zeng/call_holder_add_pollentGravatar Yuchen Zeng2016-10-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add calls' polling entities to the pollset_set of client_channel
| | | | | | * | Increase tsan timieoutGravatar Ken Payson2016-10-14
| | | | | | | |
| | | | | | | * upgrade perf workers to ubuntu 16.04Gravatar Jan Tattermusch2016-10-14
| | | | | | | |
| | | | | | | * install dotnet CLI on perf workersGravatar Jan Tattermusch2016-10-14
| | | | | | | |
| | | | | | | * switch C# benchmark to coreclrGravatar Jan Tattermusch2016-10-14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #8326 from apolcyn/change_perf_worker_go_installGravatar Jan Tattermusch2016-10-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | update go in linux perf worker init script
| | | | * \ \ \ Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keysGravatar David Garcia Quintas2016-10-14
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | | * | gRPCLB and RR race fixesGravatar David Garcia Quintas2016-10-13
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #8369 from muxi/fix-interoptestGravatar Muxi Yan2016-10-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix InteropTests.m bug
* \ \ \ \ \ \ \ Merge pull request #8127 from kpayson64/allow_pointersGravatar kpayson642016-10-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow pointer channel args python
| * | | | | | | | Allow pointer channel args pythonGravatar Ken Payson2016-10-13
| | | | | | | | |
| | | | | | | | * Use atomics for poll status to prevent tsan race complaintsGravatar Ken Payson2016-10-13
| | | | | | | | |
| | * | | | | | | Fix InteropTests.m bugGravatar Muxi Yan2016-10-13
| |/ / / / / / / |/| | | | | | |
| | | | | | | * Moved cv polling into ev_poll_posix.cGravatar Ken Payson2016-10-13
| | | | | | | |
* | | | | | | | Merge pull request #8361 from ncteisen/csharp_custom_metadataGravatar Eric Anderson2016-10-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug Fix in CSharp Interop Client
* \ \ \ \ \ \ \ \ Merge pull request #8297 from jtattermusch/add_newinstance_commentGravatar Jan Tattermusch2016-10-13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add comment to NewInstance override in the generated code
* \ \ \ \ \ \ \ \ \ Merge pull request #8352 from jtattermusch/improve_reportingGravatar Jan Tattermusch2016-10-13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | More flexible test naming in XML reports
| | | | | | | | | * | Made whitelisting files easier and more intuitiveGravatar Matt Kwong2016-10-12
| | | | | | | | | | |
| | | * | | | | | | | fixed bug in custom metadata interop test from csharp client to c++ serverGravatar Noah Eisen2016-10-12
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | | | * | | | changed whitespaceGravatar Noah Eisen2016-10-12
| | | | | | | | | |
| | | | | | * | | | reverting a file for the last commit caused a function to be deleted from ↵Gravatar Noah Eisen2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interop_client. This commit adds that function back in
| | | | | | * | | | also reverted interop server, since mark had already made the changes I did ↵Gravatar Noah Eisen2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in an un merged pull request
| | | | | | * | | | reverted changes to interop test driver to avoid clashes with mark roths ↵Gravatar Noah Eisen2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull req
| | | | | | * | | | manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | interop test
| | | | * | | | | | add comment about go differences in go versionsGravatar Alexander Polcyn2016-10-12
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8359 from dgquintas/clangformatfixGravatar David G. Quintas2016-10-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed clang-format sanity error
| * | | | | | | | | | Fixed clang-format sanity errorGravatar David Garcia Quintas2016-10-12
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #8101 from makdharma/cacheable_unaryGravatar makdharma2016-10-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add interop test for Cacheable Unary Calls
| * | | | | | | | | | trivial change to kick off jenkins runGravatar Makarand Dharmapurikar2016-10-12
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #8354 from grpc/v1.0.xGravatar Jan Tattermusch2016-10-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Upmerge doc changes from v1.0.x
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #8353 from jtattermusch/v1.0.xGravatar Jan Tattermusch2016-10-12
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Several improvements to README.md files
| | * | | | | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | | | | | |
| | * | | | | | | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | | | | | | |