aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove resolver_result.Gravatar Mark D. Roth2016-10-21
|
* Change LB policies to get their input from channel args.Gravatar Mark D. Roth2016-10-21
|
* Encode server name, LB policy name, and addresses in channel args.Gravatar Mark D. Roth2016-10-21
|
* Set user data vtable when creating grpc_lb_addresses.Gravatar Mark D. Roth2016-10-21
|
* Pass channel args through resolver.Gravatar Mark D. Roth2016-10-21
|
* Merge pull request #8413 from vjpai/qps_cleanupGravatar Vijay Pai2016-10-20
|\ | | | | Minor cleanup on QPS tests
* \ Merge pull request #8427 from ctiller/lock-cycleGravatar Craig Tiller2016-10-19
|\ \ | | | | | | Avoid TSAN reported lock cycle
* \ \ Merge pull request #8303 from markdroth/service_configGravatar Mark D. Roth2016-10-19
|\ \ \ | | | | | | | | Support service configs in core.
* \ \ \ Merge pull request #8422 from ctiller/msan_1byteGravatar Craig Tiller2016-10-19
|\ \ \ \ | | | | | | | | | | Fix config-exclusion for secure variants of tests
| | | * | Avoid TSAN reported lock cycleGravatar Craig Tiller2016-10-19
| |_|/ / |/| | |
* | | | Merge pull request #8414 from kpayson64/use_external_apiGravatar kpayson642016-10-19
|\ \ \ \ | | | | | | | | | | Change channel tests to use public API
* \ \ \ \ Merge pull request #8425 from jcanizales/xcode-8-fixGravatar Muxi Yan2016-10-19
|\ \ \ \ \ | | | | | | | | | | | | Update projects to XCode 8, and Swift sample to Swift 3
| * | | | | Update tests project to XCode 8Gravatar Jorge Canizales2016-10-19
| | | | | |
* | | | | | Merge pull request #8415 from ncteisen/masterGravatar Noah Eisen2016-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | C++ Now Runs All Interop Tests
* \ \ \ \ \ \ Merge pull request #8370 from lyuxuan/fix_handshake_mallocGravatar Craig Tiller2016-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | change from malloc to gpr_malloc
| | | | | * | | Fix config-exclusion for secure variants of testsGravatar Craig Tiller2016-10-19
| |_|_|_|/ / / |/| | | | | |
| | | | | * | clang-formatGravatar Mark D. Roth2016-10-19
| | | | | | |
* | | | | | | Merge pull request #8330 from kpayson64/poll_failureGravatar kpayson642016-10-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Wakeup fds on bad poll
* \ \ \ \ \ \ \ Merge pull request #8409 from jtattermusch/refactor_unimplemented_handlerGravatar Jan Tattermusch2016-10-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Refactor C# NoSuchMethodCallHandler
* \ \ \ \ \ \ \ \ Merge pull request #8417 from sreecha/design_docsGravatar Craig Tiller2016-10-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Design docs
| * | | | | | | | | update imagesGravatar Sree Kuchibhotla2016-10-18
| | | | | | | | | |
| * | | | | | | | | epoll design docGravatar Sree Kuchibhotla2016-10-18
|/ / / / / / / / /
| | | | | | * | | Change channel tests to use public APIGravatar Ken Payson2016-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows for testing other implementations of grpc.Server.
| | | | * | | | | All current interop tests are implemented for C++ client and server. Updated ↵Gravatar Noah Eisen2016-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run_interop_tests.py so that C++ no longer skips any tests
| | | | * | | | | Merge branch 'master' of https://github.com/grpc/grpcGravatar Noah Eisen2016-10-18
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | | | | | | | * Minor cleanup - remove an unneeded header, mark a class final, explicitly ↵Gravatar Vijay Pai2016-10-18
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | specify parent class
* | | | | | | | Merge pull request #7201 from markdroth/run_interop_tests_goGravatar Mark D. Roth2016-10-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix status_code_and_message interop test for C++ and PHP. Change run_interop_tests.py to run this test for C++ and Go.
| | | | | | | | * Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-18
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #8371 from yang-g/server_context_spouseGravatar Yang Gao2016-10-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Server context test spouse
| | | * | | | | | | refactor NoSuchMethodCallHandlerGravatar Jan Tattermusch2016-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 #3 from stanley-cheung/run_interop_tests_goGravatar Mark D. Roth2016-10-18
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix php interop client for status_code_and_message test
* | | | \ \ \ \ \ \ \ 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
* | | | | | | | | | | | Merge pull request #8375 from jtattermusch/coreclr_benchmarksGravatar Jan Tattermusch2016-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Switch C# benchmarks to use CoreCLR
| | | | | | | | | | * \ \ Merge branch 'master' of https://github.com/grpc/grpcGravatar Noah Eisen2016-10-17
| | | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| | * | | | | | | | | | | remove hardcoding of clients/server names in run_sweep_performance.shGravatar Matt Kwong2016-10-17
| | | | | | | | | | | | |
| | | | * | | | | | | | | DelambdaifyGravatar Craig Tiller2016-10-17
| | | | | | | | | | | | |
| | | | | * | | | | | | | resolve review commentGravatar yang-g2016-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
| | | | | | | | | | | | |
| | | | | | | * | | | | | Fix php interop client for status_code_and_message testGravatar Stanley Cheung2016-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
| | | | | | | | | | | | |