aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | | Unused ivar in GRPCCall.mGravatar Jorge Canizales2015-08-01
| | | | | | | | | | | |
| | | * | | | | | | | | grpc_init() is already called in GRPCWrappedCallGravatar Jorge Canizales2015-08-01
| | | | | | | | | | | |
| | | * | | | | | | | | GRPCCall.m formatting.Gravatar Jorge Canizales2015-08-01
| | | | | | | | | | | |
| | | | | | | | * | | | fix generic_end2end_testGravatar yang-g2015-07-31
| | | | | | | | | | | |
| | | | | | | | * | | | check before unref, this will fail in BadCreds testGravatar yang-g2015-07-31
| | | | | | | | | | | |
| | | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into default_host_to_nullGravatar yang-g2015-07-31
| | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-aboutGravatar Yang Gao2015-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Make call_create with host=NULL provide a default host name
| * | | | | | | | | | | | Respond to reviewGravatar Craig Tiller2015-07-31
| | | | | | | | | | | | |
| | | * | | | | | | | | | Fix UDS versions of this testGravatar Craig Tiller2015-07-31
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2699 from soltanmm/coverageGravatar Nathaniel Manista2015-07-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test coverage for Python.
| | | | * | | | | | | | | | Remove optional parameter from watch connectivity stateGravatar Craig Tiller2015-07-31
| | | | | | | | | | | | | |
| | | | | | | | | * | | | | Affirm metadata transmission in a common functionGravatar Nathaniel Manista2015-07-31
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces grpc_test.test_common for gRPC-specific test code and fixes issue 2570.
| | | | | | | | | * | | | Pass NULL as host by default. Use context.authority() or ↵Gravatar yang-g2015-07-31
| | | | | | |_|_|/ / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channel.SslNameOverride() when set.
| | | | | | | | | | * | Addenda to tools readmeGravatar Masood Malekghassemi2015-07-31
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | | | | | | | * | | merge with head and resolve conflictsGravatar yang-g2015-07-31
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Use py.test from run_tests.pyGravatar Masood Malekghassemi2015-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.
| * | | | | | | | | | Enable Python testing and coverageGravatar Masood Malekghassemi2015-07-31
|/ / / / / / / / / /
| | | | | * / / / / Switch ALPN/NPN to advertise only h2Gravatar Craig Tiller2015-07-31
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2726 from ctiller/insolent-pork-chopGravatar Vijay Pai2015-07-31
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Fix Ruby segfaults and TSAN reported races
* | | | | | | | | Merge pull request #2698 from soltanmm/reorganize-pythonGravatar Nathaniel Manista2015-07-31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reorganize src/python.
* \ \ \ \ \ \ \ \ \ Merge pull request #2663 from jcanizales/run-test-server-locallyGravatar Michael Lumish2015-07-31
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Run test server locally
| | | * | | | | | | Merge github.com:grpc/grpc into insolent-pork-chopGravatar Craig Tiller2015-07-31
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| | | | * | | | | | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-31
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak vsprojects/grpc.sln vsprojects/grpc/grpc.vcxproj vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
| | | | | * | | | | enable oauth2_auth_token and per_rpc_creds interop tests for C#Gravatar Jan Tattermusch2015-07-31
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2731 from nicolasnoble/regen-and-vs-tweaksGravatar Jan Tattermusch2015-07-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Regenerating project files and massaging VS project files.
| | * | | | | | | | Make plugin & server, and pod install via run_tests.pyGravatar Jorge Canizales2015-07-30
| | | | | | | | | |
| | * | | | | | | | Ensure the tests podspecs find the plugin they makeGravatar Jorge Canizales2015-07-30
| | | | | | | | | |
| | * | | | | | | | Have tests podspecs make only the ObjC pluginGravatar Jorge Canizales2015-07-30
| | | | | | | | | |
| | * | | | | | | | Start integrating ObjC tests in run_tests.pyGravatar Jorge Canizales2015-07-30
| | | | | | | | | |
| | * | | | | | | | Generate deterministic UUIDs in the Pods projectGravatar Jorge Canizales2015-07-30
| | | | | | | | | |
| * | | | | | | | | Regenerating project files and massaging VS project files.Gravatar Nicolas Noble2015-07-30
| | | | | | | | | |
| | | * | | | | | | Reorganize Python testsGravatar Masood Malekghassemi2015-07-30
| | | | | | | | | |
| | | * | | | | | | Reorganize Python packagesGravatar Masood Malekghassemi2015-07-30
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.
* | | | | | | | | Merge pull request #2723 from a-veitch/issue_2710Gravatar Michael Lumish2015-07-30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Move grpc_census_call_*_context calls into public header
* | | | | | | | | Merge pull request #2697 from soltanmm/add-sphinx-docGravatar Nathaniel Manista2015-07-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Python documentation generation.
* \ \ \ \ \ \ \ \ \ Merge pull request #2590 from yang-g/jitterGravatar Vijay Pai2015-07-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Reconnect with jitter.
| | | | | | | | * | | regenerate projectsGravatar yang-g2015-07-30
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2728 from murgatroid99/ruby_run_test_changesGravatar Craig Tiller2015-07-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make ruby tests see changes to C core
| | | | * | | | | | | | merge with master, fix build issueGravatar Alistair Veitch2015-07-30
| | | | | | | | | | | |
| | | | * | | | | | | | Merge branch 'master' into issue_2709Gravatar Alistair Veitch2015-07-30
| | | | |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Revert changes to extconf.rbGravatar murgatroid992015-07-30
| | | | | | | | | | | |
| * | | | | | | | | | | Make ruby tests see changes to C coreGravatar murgatroid992015-07-30
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2131 from a11r/docGravatar Eric Anderson2015-07-30
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update interop test descriptions.
| | | * | | | | | | | | | make random uint32Gravatar yang-g2015-07-30
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2660 from yang-g/reconnect_interop_specGravatar Abhishek Kumar2015-07-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reconnect interop spec
| | * | | | | | | | | | | | Suffixed -bin for server descrioption of echo trailing metadataGravatar Abhishek Kumar2015-07-30
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Fix a race that could cause a double deleteGravatar Craig Tiller2015-07-30
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Ensure server is alive when we free requested callsGravatar Craig Tiller2015-07-30
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Make TSAN happy with our lock free stackGravatar Craig Tiller2015-07-30
| |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2706 from yang-g/remove_get_from_accessorGravatar Vijay Pai2015-07-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | make accessors from get_x() to x()