aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Bugfix6Gravatar Craig Tiller2017-03-27
|
* Bugfix5Gravatar Craig Tiller2017-03-27
|
* Bugfix4Gravatar Craig Tiller2017-03-27
|
* Bugfix3Gravatar Craig Tiller2017-03-27
|
* Bugfix2Gravatar Craig Tiller2017-03-27
|
* Bugfix1Gravatar Craig Tiller2017-03-27
|
* A more useful bm_diff?Gravatar Craig Tiller2017-03-27
|
* Merge pull request #10090 from rjshade/add_test_flagsGravatar Yang Gao2017-03-17
|\ | | | | Add test feature flags
* | add hyper to Dockerfile.templateGravatar Eric Gribkoff2017-03-17
| |
* | move health check to just before running test casesGravatar Eric Gribkoff2017-03-17
| |
* | delay health check, increase timeoutGravatar Eric Gribkoff2017-03-17
| |
* | reenable health check, disable other interop testsGravatar Eric Gribkoff2017-03-17
| |
* | disable wait for healthyGravatar Eric Gribkoff2017-03-17
| |
* | increase wait for healthy timeoutGravatar Eric Gribkoff2017-03-17
| |
* | check error for docker inspectGravatar Eric Gribkoff2017-03-17
| |
* | add comments for health check docker flagsGravatar Eric Gribkoff2017-03-17
| |
* | add health check for http2 serverGravatar Eric Gribkoff2017-03-17
| |
* | refactor common_options, correct output for manual runGravatar Eric Gribkoff2017-03-17
| |
* | use docker port mapping for http2 serverGravatar Eric Gribkoff2017-03-17
| |
* | really add _Gravatar Eric Gribkoff2017-03-17
| |
* | add _Gravatar Eric Gribkoff2017-03-17
| |
* | stop http2 test server with error code when failures occurGravatar Eric Gribkoff2017-03-17
| |
* | Merge pull request #9806 from vjpai/increase_the_suppressionGravatar Vijay Pai2017-03-16
|\ \ | | | | | | Suppress reporting of race caused by cached_size tracking in protobuf
* \ \ Merge pull request #10135 from ctiller/call_arenaGravatar Craig Tiller2017-03-16
|\ \ \ | | | | | | | | Use an arena for call allocations
* \ \ \ Merge pull request #10190 from yang-g/build_fixGravatar Yang Gao2017-03-16
|\ \ \ \ | | | | | | | | | | Add missing files
| * | | | Add missing filesGravatar yang-g2017-03-16
|/ / / /
* | | | Merge pull request #10171 from matt-kwong/kokoro-inc-port-timeGravatar matt-kwong2017-03-16
|\ \ \ \ | | | | | | | | | | Increase test timeout for Linux portability
| | * | | Fix BUILDGravatar Craig Tiller2017-03-16
| | | | |
| | * | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #10184 from ctiller/missingGravatar Craig Tiller2017-03-16
|\ \ \ \ \ | | | | | | | | | | | | Restore missing benchmarks
* \ \ \ \ \ Merge pull request #10176 from muxi/fix-test-timeoutGravatar Muxi Yan2017-03-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix the error in flush read that was causing jenkins timeout
* \ \ \ \ \ \ Merge pull request #10156 from grpc/nameGravatar Nicolas Noble2017-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | G stands for...
| | | * | | | | Restore missing benchmarksGravatar Craig Tiller2017-03-16
| |_|/ / / / / |/| | | | | |
| | | | * | | Add castGravatar Craig Tiller2017-03-16
| | | | | | |
| | * | | | | Disable cronet traceGravatar Muxi Yan2017-03-16
| | | | | | |
| | | | * | | Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #9786 from vjpai/heldplaceGravatar Vijay Pai2017-03-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Eliminate a "using namespace"
| | | | | * \ \ Merge github.com:grpc/grpc into call_arenaGravatar Craig Tiller2017-03-16
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #10052 from ctiller/nolockGravatar Craig Tiller2017-03-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove most usage of the grpc_call lock
* \ \ \ \ \ \ \ \ Merge pull request #10148 from ctiller/ubsanGravatar Craig Tiller2017-03-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | UBSAN cleanup
| | | * | | | | | | Eliminate std::placeholdersGravatar Vijay Pai2017-03-16
| | | | | | | | | |
* | | | | | | | | | Merge pull request #10174 from nathanielmanistaatgoogle/healthGravatar Nathaniel Manista2017-03-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update health to current gRPC code elements.
| | | | | | * | | | | Fix the error in flush read that was causing jenkins timeoutGravatar Muxi Yan2017-03-15
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #10122 from ctiller/arenaGravatar Craig Tiller2017-03-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Arena allocator for grpc
| | * | | | | | | | | Update health to current gRPC code elementsGravatar Nathaniel Manista2017-03-15
| | | | | | | | | | |
| | | | | | | * | | | Increase test timeout for Linux portabilityGravatar Matt Kwong2017-03-15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #10085 from yongni/splitGravatar yongni2017-03-15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Created a standalone utility for uploading images to GCR
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #9896 from matt-kwong/ssl-fuzz2Gravatar matt-kwong2017-03-15
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | Embed mock SSL data into ssl_server_fuzzer.c and add fuzzer options
| | | | | | | | | | * | Suppress race caused by cached_size tracking in protobufGravatar Vijay Pai2017-03-15
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | | | | | | | * Add test feature flagsGravatar Robbie Shade2017-03-15
| | | | | | | | | | |