aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-29
|\
| * Merge pull request #5846 from ctiller/fuzzy-bitsGravatar Nicolas Noble2016-03-29
| |\ | | | | | | Fuzzer support
* | | Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-29
|\| |
| | * Fix codegenGravatar Craig Tiller2016-03-29
| | |
| | * Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-29
| | |\ | | |/ | |/|
* | | Move proto code under ext/.../grpclbGravatar Craig Tiller2016-03-29
| | |
| * | Merge pull request #5736 from pquerna/pq/is_wan_is_ios_onlyGravatar Jan Tattermusch2016-03-29
| |\ \ | | | | | | | | Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
| * \ \ Merge pull request #5971 from sreecha/stress_test_flexible_configGravatar Jan Tattermusch2016-03-29
| |\ \ \ | | | | | | | | | | Stress test flexible config
* | | | | Register plugins correctlyGravatar Craig Tiller2016-03-29
| | | | |
* | | | | Make plugin registries workGravatar Craig Tiller2016-03-29
| | | | |
| * | | | Merge pull request #5904 from jtattermusch/csharp_perf_intergrateGravatar Jan Tattermusch2016-03-29
| |\ \ \ \ | | | | | | | | | | | | C# performance worker improvements
* | | | | | Starting plugin registryGravatar Craig Tiller2016-03-29
| | | | | |
* | | | | | Refactor build to have lb policies as extensionsGravatar Craig Tiller2016-03-29
| | | | | |
| | | | | * Fix includeGravatar Craig Tiller2016-03-28
| | | | | |
| | | | | * Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-28
| | | | | |\ | | |_|_|_|/ | |/| | | |
* | | | | | Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-28
|\| | | | |
| * | | | | Merge pull request #5900 from murgatroid99/node_callback_conventionGravatar Nicolas Noble2016-03-28
| |\ \ \ \ \ | | | | | | | | | | | | | | Follow Node's callback-last convention for client calls
| * \ \ \ \ \ Merge pull request #5945 from ahedberg/ip_pktinfo_optionalGravatar Nicolas Noble2016-03-28
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Make IP_PKTINFO optional.
| * \ \ \ \ \ \ Merge pull request #5973 from ctiller/optionalize_chttp2Gravatar Nicolas Noble2016-03-28
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Optionalize chttp2
* | | | | | | | | Fix include guardsGravatar Craig Tiller2016-03-28
| | | | | | | | |
* | | | | | | | | Begin optionalizing lb policies: initial code movementGravatar Craig Tiller2016-03-28
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge github.com:grpc/grpc into optionalize_chttp2Gravatar Craig Tiller2016-03-28
|\| | | | | | |
| * | | | | | | Merge pull request #5935 from ctiller/status_codesGravatar jboeuf2016-03-28
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix some status codes to match spec
| | | * \ \ \ \ \ merge to take src/core componentization into accountGravatar ahedberg2016-03-28
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | tell older compilers that not using fd is okayGravatar ahedberg2016-03-28
| | | | | | | | |
| | | | | | | | * Fix includesGravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | | | | * | | Fix indentation in config files, set defaults for longer term runsGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (opt-tsan-asan.json) and short term test runs (opt.json)
| | | * | | | | | fix copyright to include 2015Gravatar ahedberg2016-03-28
| | | | | | | | |
* | | | | | | | | Fix include guardsGravatar Craig Tiller2016-03-28
| | | | | | | | |
| | * | | | | | | Merge github.com:grpc/grpc into status_codesGravatar Craig Tiller2016-03-28
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | | | | * Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-28
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | * | | | | Make option passing down to the client constructor more consistentGravatar murgatroid992016-03-28
| | | | | | | | |
* | | | | | | | | Update copyrightGravatar Craig Tiller2016-03-28
| | | | | | | | |
* | | | | | | | | Add uses clauses to filegroups to ease dependency managementGravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | | | | * | | update readme with the new stress test runner fileGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | |
* | | | | | | | | Declare filegroups for chttp2Gravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | * | | | | | fix copyrightGravatar ahedberg2016-03-28
| | | | | | | | |
* | | | | | | | | clang-formatGravatar Craig Tiller2016-03-28
| | | | | | | | |
* | | | | | | | | Move chttp2 related files under ext/Gravatar Craig Tiller2016-03-28
| | | | | | | | |
| | | | | | * | | Add documentation to classesGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | |
| * | | | | | | | Merge pull request #5964 from ctiller/move_the_thingsGravatar Nicolas Noble2016-03-28
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Begin core componentization
| | | | | | | * | | Add asan to the configGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | * | | More config filesGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | * | | Minor correctionsGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | * | | Pass gcp_project_id via command line. Makes it easier to run onGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | different projects with the same configuration
| | | | | | | * | | Add build_type optionGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | * | | Revamped test launcherGravatar Sree Kuchibhotla2016-03-28
| | | | | | | | | |
| | | | | | | * | | Add build type option (asan/tsan/dbg or opt)Gravatar Sree Kuchibhotla2016-03-28
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge github.com:grpc/grpc into move_the_thingsGravatar Craig Tiller2016-03-28
|\| | | | | | | | | |/ / / / / / / |/| | | | | | |
* | | | | | | | Fix shell scriptGravatar Craig Tiller2016-03-26
| | | | | | | |