aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
| * | | | | | | | Merge pull request #2136 from dgquintas/unconst-reporterGravatar Vijay Pai2015-06-22
| |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fixGravatar Julien Boeuf2015-06-22
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Ensure tests are built during run_tests runsGravatar Craig Tiller2015-06-19
| | |_|/ / / / / / | |/| | | | | | |
| | | | | | | | * minor commented code removalGravatar Siddharth Rakesh2015-06-19
| | | | | | | | * Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-19
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | | | | * removed dependency on python_gflags, using argparse insteadGravatar Siddharth Rakesh2015-06-19
| | | | | * | | | Fixed bug : int -> int32Gravatar Abhishek Kumar2015-06-19
| | | | | | * | | Merge github.com:grpc/grpc into oops-i-split-it-againGravatar Craig Tiller2015-06-19
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | | | * | | | | Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-19
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | | * | | | Expanded testing protocolGravatar Abhishek Kumar2015-06-19
| | |_|_|/ / / / | |/| | | | | |
| | | | | | | * flags handled using python_gflagsGravatar Siddharth Rakesh2015-06-19
| * | | | | | | Merge pull request #1577 from ctiller/we-dont-need-no-backupGravatar Nicolas Noble2015-06-19
| |\ \ \ \ \ \ \
* | | | | | | | | Added generated configsGravatar David Garcia Quintas2015-06-19
| * | | | | | | | Merge pull request #2072 from jtattermusch/fix_json_rewrite_testGravatar Nicolas Noble2015-06-19
| |\ \ \ \ \ \ \ \
| | | | | | | | | * slightly updated tool scriptGravatar Siddharth Rakesh2015-06-19
| | | | * | | | | | Removed const-ness from Reporter interface methodsGravatar David Garcia Quintas2015-06-18
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | WIP. Need to merge and add more tests.Gravatar David Garcia Quintas2015-06-18
| |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | | * Fixed hanging client declaration, server address can be passed nowGravatar Siddharth Rakesh2015-06-18
| | | | | | | * Merge branch 'we-dont-need-no-backup' of git://github.com/ctiller/grpcGravatar Siddharth Rakesh2015-06-18
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | |
| | | | | | | * Update report.ccGravatar sidrakesh932015-06-18
| | | | | | | * changed access tokens folder positionGravatar Siddharth Rakesh2015-06-18
| | | | | | | * edited test scriptGravatar Siddharth Rakesh2015-06-18
| | | | | | * | Merge branch 'we-dont-need-no-backup' into oops-i-split-it-againGravatar Craig Tiller2015-06-18
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | |
| | | | * | | | Fixing ssl auth context.Gravatar Julien Boeuf2015-06-18
| | |_|/ / / / | |/| | | | |
* / | | | | | Introduced function to create byte buffers from the output of a byte buffer r...Gravatar David Garcia Quintas2015-06-17
|/ / / / / /
| | | | * | Make tcp trace more readableGravatar Craig Tiller2015-06-17
| | | | | * commentedGravatar Siddharth Rakesh2015-06-17
| | | | | * Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-17
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | * | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
| | |\ \ \ \ | |_|/ / / / |/| | | / / | | | |/ / | | |/| |
* | | | | Merge pull request #2078 from yang-g/grpc_cli_headersGravatar Nicolas Noble2015-06-17
|\ \ \ \ \
| | | * | | clang-format affected filesGravatar Craig Tiller2015-06-17
| | | * | | Fix flag settings on this testGravatar Craig Tiller2015-06-17
* | | | | | Migrate new test to new apiGravatar Craig Tiller2015-06-17
| * | | | | One more thing...Gravatar Yang Gao2015-06-16
| | | | * | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
| | | | |\ \ | | | | |/ / | | | |/| |
* | | | | | Merge github.com:grpc/grpc into you-complete-meGravatar Craig Tiller2015-06-16
|\ \ \ \ \ \
| | | | * | | Compile fixGravatar Craig Tiller2015-06-16
| | | | * | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-16
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | merge with upstreamGravatar Yang Gao2015-06-16
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | * | | | fix indentationGravatar Jan Tattermusch2015-06-16
| * | | | | | Merge pull request #2079 from yang-g/statusChangeGravatar Nicolas Noble2015-06-16
| |\ \ \ \ \ \
| | * | | | | | Update the Status APIGravatar Yang Gao2015-06-16
| | | * | | | | Support sending and showing received metadata in grpc_cliGravatar Yang Gao2015-06-16
| | |/ / / / /
| * | | | | | Merge branch 'master' of github.com:grpc/grpc into flags-abiGravatar David Garcia Quintas2015-06-15
| |\| | | | |
| | | * | | | fix json_rewrite_test CRLF handlingGravatar Jan Tattermusch2015-06-15
| | |/ / / /
| | | | | * removed data scriptGravatar Siddharth Rakesh2015-06-15
| | | | | * added commentsGravatar Siddharth Rakesh2015-06-15
| | * | | | make buildtests on windows passGravatar Jan Tattermusch2015-06-15
| * | | | | Added missing changes to fix bad_hostname C testGravatar David Garcia Quintas2015-06-15
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ct-you-complete-meGravatar Masood Malekghassemi2015-06-15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |