aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Use platform suffix apiGravatar Craig Tiller2015-05-15
|
* Add subprocess GPR APIGravatar Craig Tiller2015-05-15
| | | | | | | | Port fling_test to it. This will be used to: - port remaining tests to Windows - enable testing what happens when servers or clients mysteriously disappear
* Merge pull request #1610 from jtattermusch/nuget_packagesGravatar Michael Lumish2015-05-15
|\ | | | | Adding convenience build script and polishing NuGet packages.
* \ Merge pull request #1614 from ctiller/make-tls-a-lil-sweeterGravatar Nicolas Noble2015-05-14
|\ \ | | | | | | Guarantee tls_set returns the new value
| * | Guarantee tls_set returns the new valueGravatar Craig Tiller2015-05-14
|/ /
* | Merge pull request #1612 from dgquintas/qps_type_tool_to_benchmarkGravatar Nicolas Noble2015-05-14
|\ \ | | | | | | Made qps_* targets "benchmark" builds.
| * | Made qps_* targets "benchmark" builds.Gravatar David Garcia Quintas2015-05-14
|/ /
| * add newline at eofGravatar Jan Tattermusch2015-05-14
| |
| * added build script and script for building nuget packagesGravatar Jan Tattermusch2015-05-14
| |
| * update nuspec filesGravatar Jan Tattermusch2015-05-14
| |
| * fix gitignore filesGravatar Jan Tattermusch2015-05-14
| |
| * remove experimental only disclaimerGravatar Jan Tattermusch2015-05-14
| |
| * fixing nitsGravatar Jan Tattermusch2015-05-14
| |
| * updated Grpc.Core.nuspecGravatar Jan Tattermusch2015-05-14
| |
| * bump version of gRPC C# assembliesGravatar Jan Tattermusch2015-05-14
| |
| * Update readme for building nuget packageGravatar Jan Tattermusch2015-05-14
| |
| * bumped version of grpc.native.csharp_ext packageGravatar Jan Tattermusch2015-05-14
|/
* Merge pull request #1599 from iamqizhao/masterGravatar Eric Anderson2015-05-14
|\ | | | | Add a timeout interop spec
| * clean up the server features sectionGravatar Qi Zhao2015-05-14
| |
| * remove response_typeGravatar Qi Zhao2015-05-14
| |
* | Merge pull request #1592 from murgatroid99/node_auth_fixGravatar Tim Emiola2015-05-14
|\ \ | | | | | | Fixed client auth implementation and tests
* \ \ Merge pull request #1596 from stanley-cheung/add_php_jwt_creds_commandGravatar Tim Emiola2015-05-14
|\ \ \ | | | | | | | | add php jwt_token_creds test command
| | | * address the commentsGravatar Qi Zhao2015-05-14
| | | |
| | | * Add a timeout interop specGravatar Qi Zhao2015-05-14
| | | |
* | | | Merge pull request #1597 from soltanmm/alpha-status-updateGravatar Nathaniel Manista2015-05-14
|\ \ \ \ | | | | | | | | | | Change Python status to "Alpha" at repository root.
| * | | | Change Python status to "Alpha" at repo rootGravatar Masood Malekghassemi2015-05-14
| | | | |
* | | | | Merge pull request #1580 from jboeuf/tsi_properties_cleanupGravatar Nicolas Noble2015-05-14
|\ \ \ \ \ | |/ / / / |/| | | | Clean up tsi properties.
| | * | | add php jwt_token_creds test commandGravatar Stanley Cheung2015-05-14
| |/ / / |/| | |
* | | | Merge pull request #1593 from murgatroid99/objective_c_channel_cacheGravatar Jorge Canizales2015-05-14
|\ \ \ \ | |_|_|/ |/| | | Added channel caching by the user-provided host string.
| * | | Made cache thread-safeGravatar murgatroid992015-05-14
| | | |
| * | | Added channel caching by host stringGravatar murgatroid992015-05-14
|/ / /
| | * Fixed client auth implementation and testsGravatar murgatroid992015-05-14
| |/ |/|
* | Merge pull request #1587 from stanley-cheung/fix_php56_ext_locationGravatar Tim Emiola2015-05-14
|\ \ | | | | | | Fix PHP 5.6 ext location
* \ \ Merge pull request #1586 from murgatroid99/node_increase_travis_timeout_againGravatar Tim Emiola2015-05-14
|\ \ \ | | | | | | | | Re-doubling Node timeout to fix #1539
* \ \ \ Merge pull request #1583 from yang-g/mockGravatar Tim Emiola2015-05-14
|\ \ \ \ | | | | | | | | | | remove redudant optional keyword in proto3
* \ \ \ \ Merge pull request #1588 from donnadionne/test-logGravatar Stanley Cheung2015-05-13
|\ \ \ \ \ | | | | | | | | | | | | Modifying test result and log storage for better keeping of test hist…
| * | | | | Modifying test result and log storage for better keeping of test history.Gravatar Donna Dionne2015-05-13
|/ / / / /
| | | * / fix php5.6 ext locationGravatar Stanley Cheung2015-05-13
| |_|/ / |/| | |
| | * | Re-doubling Node timeout to fix #1539Gravatar murgatroid992015-05-13
| |/ / |/| |
* | | Merge pull request #1579 from stanley-cheung/fix_php_test_math_protoGravatar Michael Lumish2015-05-13
|\ \ \ | | | | | | | | PHP test math proto: add default value
* \ \ \ Merge pull request #1584 from ctiller/shortname-for-the-snakeGravatar Masood Malekghassemi2015-05-13
|\ \ \ \ | | | | | | | | | | Set shortname for Python tests
| | | * | remove redudant optional keyword in proto3Gravatar Yang Gao2015-05-13
| |_|/ / |/| | |
| * | | Set shortname for Python testsGravatar Craig Tiller2015-05-13
|/ / / | | | | | | | | | This avoids all tests showing up as run_python.sh.
| | * Clean up tsi properties.Gravatar Julien Boeuf2015-05-13
| | |
| * | php test math proto: add default valueGravatar Stanley Cheung2015-05-13
|/ /
* | Merge pull request #1472 from ctiller/bye-bye-completion-queue-pieGravatar Yang Gao2015-05-13
|\ \ | | | | | | C Core API cleanup.
* \ \ Merge pull request #1570 from jtattermusch/interop_auth_windowsGravatar donnadionne2015-05-13
|\ \ \ | | | | | | | | Add ability to run C# auth interop test clients on windows
* \ \ \ Merge pull request #1572 from stanley-cheung/php_add_support_for_jwt_auth_uriGravatar Tim Emiola2015-05-13
|\ \ \ \ | | | | | | | | | | PHP: add support for JWT auth URI
| * | | | add commentGravatar Stanley Cheung2015-05-12
| | | | |
| * | | | PHP: add support to pass JWT auth uri to auth libraryGravatar Stanley Cheung2015-05-12
|/ / / /