aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* clang-formatGravatar Craig Tiller2016-10-18
|
* Header fixesGravatar Craig Tiller2016-10-18
|
* Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-18
|\
| * Merge pull request #8008 from ctiller/direct-callsGravatar Craig Tiller2016-10-18
| |\ | | | | | | Move back to a mostly-single-threaded http2 transport
| | * Fix wakeup bugGravatar Craig Tiller2016-10-18
| | |
| * | Merge pull request #8376 from markmandel/feature/run-codegenGravatar Nathaniel Manista2016-10-17
| |\ \ | | | | | | | | Remove `run_codegen.py` from python example.
| | * | Remove `run_codegen.py` from python helloworld exampleGravatar Mark Mandel2016-10-17
| | | | | | | | | | | | | | | | | | | | Since we no longer reference `run_codegen.py` in the Quick Start for Python, remove it from the repository to avoid confusion.
| * | | Merge pull request #8399 from matt-kwong/add-sweep-perf-argsGravatar matt-kwong2016-10-17
| |\ \ \ | | | | | | | | | | Remove hardcoding of clients/server names in run_sweep_performance.sh
* | | | | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| | | | |
| * | | | Merge pull request #8375 from jtattermusch/coreclr_benchmarksGravatar Jan Tattermusch2016-10-17
| |\ \ \ \ | | | | | | | | | | | | Switch C# benchmarks to use CoreCLR
* | \ \ \ \ Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-17
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | * | remove hardcoding of clients/server names in run_sweep_performance.shGravatar Matt Kwong2016-10-17
| | | | | |
| * | | | | DelambdaifyGravatar Craig Tiller2016-10-17
| | | | | |
| * | | | | Fix payload tests under windowsGravatar Craig Tiller2016-10-17
| | | | | |
| * | | | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-17
| |\| | | |
| * | | | | Fix benchmark shutdownGravatar Craig Tiller2016-10-17
| | | | | |
| | * | | | Merge pull request #7664 from kpayson64/cv_wakeup_fdGravatar kpayson642016-10-17
| | |\ \ \ \ | | | |_|/ / | | |/| | | Add Shim for wakeup_fds with no pipe or
| * | | | | Better debug stringsGravatar Craig Tiller2016-10-17
| | | | | |
| | * | | | 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
| * | \ \ \ \ \ Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-callsGravatar Craig Tiller2016-10-14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-14
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | clang-formatGravatar Craig Tiller2016-10-14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-14
|\| | | | | | |
| | | | * | | | 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.
| * | | | | | | | Fix some test failuresGravatar Craig Tiller2016-10-14
| | | | | | | | |
| | | * | | | | | 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
| | | | | | | | | |
| * | | | | | | | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-14
| |\| | | | | | | |
| | | | | | | | | * upgrade perf workers to ubuntu 16.04Gravatar Jan Tattermusch2016-10-14
| | | | | | | | | |
| * | | | | | | | | Fix potential crashGravatar Craig Tiller2016-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
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Revert spamGravatar Craig Tiller2016-10-13
| | | | | | | | |
| * | | | | | | | Revert changes to jobset.pyGravatar Craig Tiller2016-10-13
| | | | | | | | |