aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #6088 from murgatroid99/proto_gen_build_yaml_well_known_typesGravatar Nicolas Noble2016-04-07
|\ | | | | Handle google/protobuf includes in src/proto
* \ Merge pull request #6106 from ctiller/server_fixGravatar Nicolas Noble2016-04-07
|\ \ | | | | | | Expand corpus, fix crash
* \ \ 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
* \ \ \ \ Merge pull request #6112 from ctiller/fuzz-timeGravatar Nicolas Noble2016-04-07
|\ \ \ \ \ | | | | | | | | | | | | Allow specifying fuzzer runtime
| | * | | | Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
| | | | | |
* | | | | | Merge pull request #6081 from bogdandrutu/masterGravatar Alistair Veitch2016-04-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix census plugin initialization for census filters.
| | | * | | | Remove *_codegen_libGravatar Craig Tiller2016-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly.
| | | * | | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-07
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | * | | | | Allow specifying fuzzer runtimeGravatar Craig Tiller2016-04-07
| | | | | | |
| | * | | | | Allow specifying fuzzer runtimeGravatar Craig Tiller2016-04-06
| |/ / / / / |/| | | | |
| | | | * | Fix buildGravatar Craig Tiller2016-04-06
| | | | | |
| | | | * | clang-fmtGravatar Craig Tiller2016-04-06
| | | | | |
| | | | * | Expand corpus, fix crashGravatar Craig Tiller2016-04-06
| | | | | |
* | | | | | Merge pull request #6029 from yang-g/hpack_tableGravatar Nicolas Noble2016-04-06
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Use base64 encoded length for decoder table size calculation of binary headers
| | | * | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #6091 from sreecha/fix_stress_client_specGravatar Jan Tattermusch2016-04-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix a typo in the spec (and make corresponding change in node stress client)
* \ \ \ \ \ \ 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
| | | | | | | |
* | | | | | | | Merge pull request #6084 from sreecha/nodejs_stressGravatar Jan Tattermusch2016-04-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add nodejs stress tests to the test-framework
* \ \ \ \ \ \ \ \ Merge pull request #6090 from ctiller/perftest3Gravatar Jan Tattermusch2016-04-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Moving performance configuration to JSON
| | | | | | * | | Merge remote-tracking branch 'upstream/master'Gravatar Bogdan Drutu2016-04-06
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| | | | | | | * | Experimental wrapped language fixGravatar Craig Tiller2016-04-06
| | | | | | | | |
| | | | | | | * | Fix include guardsGravatar Craig Tiller2016-04-06
| | | | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into e2efuzzGravatar Craig Tiller2016-04-06
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | | | | | | * | Add missing includeGravatar Craig Tiller2016-04-06
| | | | | | | | |
| | | | | | | * | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Configure performance scenarios with jsonGravatar Craig Tiller2016-04-06
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Run those json configurations as part of presubmits
* | | | | | | | Merge pull request #6043 from ctiller/optionalize_client_configGravatar Nicolas Noble2016-04-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Optionalize client config system
| | | | | | | * | Deal with no default authority being availableGravatar Craig Tiller2016-04-06
| | | | | | | | |
| | | | * | | | | Merge branch 'master' into fix_stress_client_specGravatar Sree Kuchibhotla2016-04-06
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | | | * | | | | address code review commentsGravatar Sree Kuchibhotla2016-04-06
| | | | | | | | |
| | | | | | | * | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | | | | * | Use channel args from builderGravatar Craig Tiller2016-04-06
| | | | | | | | |
| | | | | | | * | clang-fmtGravatar Craig Tiller2016-04-06
| | | | | | | | |
* | | | | | | | | Merge pull request #6093 from dgquintas/nanopb_fuzzerGravatar Nicolas Noble2016-04-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added fuzzers for load_balancer_api parsing functions
| | | | * \ \ \ \ \ Merge branch 'nanopb_fuzzer' of github.com:dgquintas/grpc into e2efuzzGravatar Craig Tiller2016-04-05
| | | | |\ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #6089 from sreecha/metrics_typoGravatar Nicolas Noble2016-04-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix a typo in metrics.proto.
| | * | | | | | | | | Added fuzzers for load_balancer_api parsing functionsGravatar David Garcia Quintas2016-04-05
| | | | | | | | | | |
| | | | | | | | | * | Fix init ordering,memory leaksGravatar Craig Tiller2016-04-05
| | | | | | | | | | |
| | | | | | | | | * | Fixing client_config initGravatar Craig Tiller2016-04-05
| | | | | | | | | | |
| | | | | | | | | * | Nailing down dependencies betterGravatar Craig Tiller2016-04-05
| | | | | | | | | | |
| | | | * | | | | | | Code review commentsGravatar Sree Kuchibhotla2016-04-05
| | | | | | | | | | |
| | | | * | | | | | | Merge branch 'master' into nodejs_stressGravatar Sree Kuchibhotla2016-04-05
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into metrics_typoGravatar Sree Kuchibhotla2016-04-05
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| | | | | | * | | | | Correct a typo in the specGravatar Sree Kuchibhotla2016-04-05
| |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | * | | | | | Some debug statements and reformattingGravatar Sree Kuchibhotla2016-04-05
| | | | | | | | | |
| | | | | | | | * | Merge branch 'optionalize_client_config' into strong-includesGravatar Craig Tiller2016-04-05
| | | | | | | | |\ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | * | | | | | | Merge github.com:grpc/grpc into optionalize_client_configGravatar Craig Tiller2016-04-05
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| | | | | | | | * | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
| | | | |_|_|_|/ / | | | |/| | | | |