aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Fail if fuzzer takes > 2 minutesGravatar Craig Tiller2016-04-22
|
* upgrade go docker image to golang:1.5Gravatar Jan Tattermusch2016-04-21
|
* Merge pull request #6213 from sreecha/java_stress_dockerGravatar Jan Tattermusch2016-04-20
|\ | | | | Run Java stress tests on GKE
| * Fix back slashes in the template and break the RUN stepsGravatar Sree Kuchibhotla2016-04-19
| |
* | Merge pull request #6209 from sreecha/go_stress_dockerGravatar Jan Tattermusch2016-04-19
|\ \ | | | | | | Run Go stress tests on GKE
| | * Java stress test docker imagesGravatar Sree Kuchibhotla2016-04-19
| |/ |/|
| * Go Stress test: Docker stress test images and config files to run on GKEGravatar Sree Kuchibhotla2016-04-18
| |
* | Dictionary support for fuzzersGravatar Craig Tiller2016-04-18
|/
* Merge pull request #6153 from vjpai/make_ruby_cqs_great_againGravatar Jan Tattermusch2016-04-14
|\ | | | | Provide CQ per client call in Ruby to avoid pluck limits
* | Fix bug causing all fuzzers to run foreverGravatar Craig Tiller2016-04-14
| |
| * Put facter development dependence in template as well.Gravatar vjpai2016-04-12
| |
* | Manually list files in Node package.json to avoid MSBuild environment limitsGravatar murgatroid992016-04-12
| |
* | Initial corpusGravatar Craig Tiller2016-04-11
| |
* | More parameterizationGravatar Craig Tiller2016-04-11
|/
* Merge pull request #6115 from jtattermusch/csharp_support_projectjsonGravatar Jan Tattermusch2016-04-11
|\ | | | | Make gRPC C# nuget work with new project.json style projects
* \ Merge pull request #6108 from miselin/sanity-check-vsprojectsGravatar Nicolas Noble2016-04-08
|\ \ | | | | | | Add a sanity check to make sure vsprojects stays usable.
* \ \ Merge pull request #6109 from murgatroid99/node_grpc_tools_packageGravatar Nicolas Noble2016-04-07
|\ \ \ | | | | | | | | Created node tools package to distribute protoc and eventually the plugin
* \ \ \ Merge pull request #6092 from ctiller/strong-includesGravatar Nicolas Noble2016-04-07
|\ \ \ \ | | | | | | | | | | Check dependencies between filegroups
| | | | * make gRPC C# nuget work with new project.json style projectsGravatar Jan Tattermusch2016-04-07
| | | | |
| | | * | Add a sanity check to make sure vsprojects stays usable.Gravatar Matthew Iselin2016-04-07
| |_|/ / |/| | |
* | | | Allow specifying fuzzer runtimeGravatar Craig Tiller2016-04-07
| |_|/ |/| |
| * | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
| |\ \ | |/ / |/| |
* | | Merge pull request #6071 from ctiller/e2efuzzGravatar Nicolas Noble2016-04-06
|\ \ \ | | | | | | | | Full stack server fuzzer
| | | * Created node tools package to distribute protoc and eventually the pluginGravatar murgatroid992016-04-06
| | | |
| | * | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
| | |/
* | | fix copyrightsGravatar Sree Kuchibhotla2016-04-04
| | |
* | | New config for node. Made some changes to support node configGravatar Sree Kuchibhotla2016-04-04
| |/ |/|
| * Allow specifying max input lengthGravatar Craig Tiller2016-04-04
| |
| * Merge branch 'fuzzer-polish' of github.com:nicolasnoble/grpc into e2efuzzGravatar Craig Tiller2016-04-04
| |\
| * \ Merge branch 'filters-can-cause-closes' into e2efuzzGravatar Craig Tiller2016-04-04
| |\ \
| | * | Add test to verify bad behaviorGravatar Craig Tiller2016-04-04
| | | |
| | * | Introduce machinery to allow tests to register pluginsGravatar Craig Tiller2016-04-04
| |/ / |/| |
| * | xGravatar Craig Tiller2016-04-03
| | |
| * | Revert "Revert "x""Gravatar Craig Tiller2016-04-03
| | | | | | | | | | | | This reverts commit 688b0243e0c6e0a3f0171d7da388c2cfaefddfc0.
| * | Revert "x"Gravatar Craig Tiller2016-04-03
| | | | | | | | | | | | This reverts commit 029fbbde638b56d783bed2d41563983075521610.
| * | xGravatar Craig Tiller2016-04-03
|/ /
| * Fuzzers now handle asserts.Gravatar Nicolas "Pixel" Noble2016-04-02
|/
* Merge github.com:grpc/grpc into copyright-fixGravatar Craig Tiller2016-03-31
|\
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
| * Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-29
| |\ | |/ |/|
* | Trim number of CPUsGravatar Craig Tiller2016-03-29
| |
* | Merge pull request #5976 from earhart/masterGravatar Nicolas Noble2016-03-29
|\ \ | | | | | | Fixes for the GRPC Bazel build
| | * Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-29
| | |\ | |_|/ |/| |
| | * Merge github.com:grpc/grpc into optionalize_roundrobinGravatar Craig Tiller2016-03-29
| | |\
| * | | Add protobuf_clib to deps of grpc++_codegen_libGravatar Rob Earhart2016-03-29
| | | | | | | | | | | | | | | | This is required in order to compile grpc++_codegen_lib.
| * | | Fix the Bazel build re/nanopbGravatar Rob Earhart2016-03-29
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This change modifies the BUILD rule dependencies used for nanopb, switching them from third_party to //external -- the former uses submodules, which don't work well with Bazel (since Bazel removes submodules from repositories as it fetches them, preferring instead to unify submodule versions across the workspace via the top-level WORKSPACE configuration).
* | | Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-29
|\| |
| * | Merge pull request #5971 from sreecha/stress_test_flexible_configGravatar Jan Tattermusch2016-03-29
| |\ \ | | | | | | | | Stress test flexible config
| | | * Make plugin registries workGravatar Craig Tiller2016-03-29
| | | |
| | | * Starting plugin registryGravatar Craig Tiller2016-03-29
| | |/ | |/|