Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | INTERNAL -> UNIMPLEMENTED for disabled algorithms | David Garcia Quintas | 2016-05-17 |
| | |||
* | Validation for incoming compressed data | David Garcia Quintas | 2016-04-23 |
| | |||
* | Merge pull request #6224 from dgquintas/gcc6 | Jan Tattermusch | 2016-04-22 |
|\ | | | | | Casting fixes for gcc 6.0 | ||
* \ | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-21 |
|\ \ | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into gcc6 | David Garcia Quintas | 2016-04-21 |
| | |\ | | |/ | |/| | |||
| * | | Merge pull request #5958 from deepaklukose/skip_client_cert_verification | Jan Tattermusch | 2016-04-20 |
| |\ \ | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication. | ||
| * \ \ | Merge pull request #6182 from ctiller/frenchmans-bay | Nicolas Noble | 2016-04-20 |
| |\ \ \ | | | | | | | | | | | Fix crash in pick_first.c if all subchannels turn out to be bad | ||
| * \ \ \ | Merge pull request #6232 from itessier/master | Nicolas Noble | 2016-04-20 |
| |\ \ \ \ | | | | | | | | | | | | | Update boringssl to latest chromium-stable. | ||
| | * | | | | Update boringssl to latest chromium-stable. | itessier | 2016-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes the x25519_NEON symbol error when importing the gRPC Python modules on ARM. Change-Id: Id98cf6b0f9a3a8f5b88204bd0a6ad2346182ba3d | ||
| * | | | | | Eradicate Uniform, Deterministic, and Pareto interarrival | vjpai | 2016-04-20 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | distributions since we don't use them and it's not sensible to add them | ||
| | | | * | Casting fixes for gcc 6.0 | David Garcia Quintas | 2016-04-19 |
| | |_|/ | |/| | | |||
| | | * | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | | | | | | | | | | | | | application handle the authentication. | ||
| * | | | Merge pull request #6189 from y-zeng/default-verbosity | Yuchen Zeng | 2016-04-19 |
| |\ \ \ | | |_|/ | |/| | | Add knob for default core output verbosity | ||
| * | | | Merge pull request #6212 from stanley-cheung/php-fix-style | Jan Tattermusch | 2016-04-19 |
| |\ \ \ | | | | | | | | | | | PHP: ran php-cs-fixer again | ||
| * \ \ \ | Merge pull request #6204 from jtattermusch/benchmarking_add_ruby | Jan Tattermusch | 2016-04-19 |
| |\ \ \ \ | | | | | | | | | | | | | Add RubyLanguage to benchmarking scenarios | ||
| | | * | | | php: ran php-cs-fixer again | Stanley Cheung | 2016-04-19 |
| | |/ / / | |/| | | | |||
| | * | | | actually stop benchmark server | Jan Tattermusch | 2016-04-18 |
| | | | | | |||
| | * | | | remove trailing whitespaces | Jan Tattermusch | 2016-04-18 |
| | | | | | |||
| * | | | | Merge pull request #6203 from ctiller/dictionary | Nicolas Noble | 2016-04-18 |
| |\ \ \ \ | | | | | | | | | | | | | Add a dictionary for fuzzing | ||
| | * | | | | Expand corpus, fix crash | Craig Tiller | 2016-04-18 |
| | |/ / / | |||
| | | * | | After running generate_projects.sh | Yuchen Zeng | 2016-04-15 |
| | | | | | |||
| | | * | | explicit convert severity to a signed type | Yuchen Zeng | 2016-04-15 |
| | | | | | |||
| | | * | | remove barrier | Yuchen Zeng | 2016-04-15 |
| | | | | | |||
| * | | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor | David Garcia Quintas | 2016-04-15 |
| |\| | | | |||
| | | * | | Add knob for default core output verbosity | Yuchen Zeng | 2016-04-15 |
| | |/ / | |||
| | * | | Merge pull request #6158 from jtattermusch/performance_testing_polishing | Jan Tattermusch | 2016-04-15 |
| | |\ \ | | | | | | | | | | | Improvement to benchmarking | ||
| | | | * | Fix crash | Craig Tiller | 2016-04-14 |
| | | |/ | | |/| | |||
| | * | | Merge pull request #6153 from vjpai/make_ruby_cqs_great_again | Jan Tattermusch | 2016-04-14 |
| | |\ \ | | | | | | | | | | | Provide CQ per client call in Ruby to avoid pluck limits | ||
| | | | * | regenerate tests.json with C++ perf scenarios | Jan Tattermusch | 2016-04-14 |
| | | | | | |||
| | | | * | add ScenarioResult and ScenarioResultSummary proto messages | Jan Tattermusch | 2016-04-14 |
| | | | | | |||
| | | | * | add some console messages to node qps worker | Jan Tattermusch | 2016-04-14 |
| | | | | | |||
| | | | * | check for histogramParams presence | Jan Tattermusch | 2016-04-14 |
| | | |/ | | |/| | |||
| | * | | Merge pull request #6145 from nicolasnoble/memtracking | Nicolas Noble | 2016-04-13 |
| | |\ \ | | | | | | | | | | | Memtracking stuff | ||
| | * \ \ | Merge pull request #6130 from gwvo/master | Nicolas Noble | 2016-04-13 |
| | |\ \ \ | | | | | | | | | | | | | Refactored C++ code generator to not directly depend on protobuf | ||
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor | David Garcia Quintas | 2016-04-13 |
| |\| | | | | |||
| | | * | | | Refactored C++ code generator to not directly depend on protobuf. | Wouter van Oortmerssen | 2016-04-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This opens the door for other serializers (such as e.g. FlatBuffers) to share this code generator when using GRPC. | ||
| | | | * | | Enforcing undefined behavior of malloc. | Nicolas "Pixel" Noble | 2016-04-13 |
| | | | | | | |||
| | | | * | | Revert "Fixing a couple of issues within core." | Nicolas "Pixel" Noble | 2016-04-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5b304753965d4179f374b5cded063e79d3d17b0a. | ||
* | | | | | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-12 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
* | | | | | | clang-fmt | Craig Tiller | 2016-04-12 |
| | | | | | | |||
| | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into memtracking | Nicolas "Pixel" Noble | 2016-04-12 |
| | | | |\ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Merge pull request #6148 from ctiller/fuzzing_client | Nicolas Noble | 2016-04-12 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fuzzing client | ||
| | | | | * | | Fixing a couple of issues within core. | Nicolas "Pixel" Noble | 2016-04-12 |
| | | | | | | | |||
| | | | | | * | New CQ for each client call | vjpai | 2016-04-12 |
| | |_|_|_|/ | |/| | | | | |||
* | | | | | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-11 |
|\| | | | | | |||
| | * | | | | Fix missing edge | Craig Tiller | 2016-04-11 |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into strong-includes | Craig Tiller | 2016-04-11 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
* | | | | | | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 |
| | | | | | | |||
| | * | | | | work around nunit issue #1406 | Jan Tattermusch | 2016-04-11 |
| | | | | | | |||
| | * | | | | Add TextWriterLogger | Jan Tattermusch | 2016-04-11 |
| | | | | | |