aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Bumping version to 1.0.1-pre1.Gravatar Nicolas "Pixel" Noble2016-08-18
|
* Merge pull request #7745 from nicolasnoble/no-more-preGravatar Nicolas Noble2016-08-18
|\ | | | | Removing pre2 flag.
* | Use templates for python version dependenciesGravatar Ken Payson2016-08-18
| | | | | | | | | | Also change grpcio-tools to be a runtime dependency of grpcio-tests, grpcio-tools is run as part of the tests.
* | Merge pull request #7448 from jcanizales/p0-archive-fixGravatar makdharma2016-08-16
|\ \ | | | | | | Work around Cocoapods dynamic frameworks incompatibility with XCode archive
| | * Removing pre2 flag.Gravatar Nicolas "Pixel" Noble2016-08-16
| |/ |/|
* | Merge pull request #7492 from apolcyn/return_val_checkGravatar kpayson642016-08-15
|\ \ | | | | | | Add csharp check to return val of byte_buffer_reader_init
* \ \ Merge pull request #7732 from kpayson64/python3_artifactsGravatar kpayson642016-08-15
|\ \ \ | | | | | | | | Add Python3.5 artifact targets
* \ \ \ Merge pull request #7669 from apolcyn/reduce_bidi_threads_gaGravatar kpayson642016-08-15
|\ \ \ \ | | | | | | | | | | remove dedicated thread for ruby bidi read loop
| | * | | Add Python3.5 artifact targetsGravatar Ken Payson2016-08-15
| | | | |
* | | | | Merge pull request #7702 from ↵Gravatar kpayson642016-08-15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/distrib-interop-stress-ga-api Migrate distrib, interop, and stress to GA API
* | | | | | clean up sanity testGravatar Alex Polcyn2016-08-14
| | | | | |
* | | | | | Merge pull request #7671 from jtattermusch/coreclr_commandlineparserGravatar Jan Tattermusch2016-08-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use CommandLineParser that supports CoreCLR
* \ \ \ \ \ \ Merge pull request #7598 from apolcyn/fix_sanity_test_diff_gaGravatar apolcyn2016-08-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | compare test config as objects instead of strings
| | * | | | | | update to the newest CommandLineParser APIGravatar Jan Tattermusch2016-08-13
| | | | | | | |
| | * | | | | | migrate to the new CommandLineParser APIGravatar Jan Tattermusch2016-08-13
| | | | | | | |
| | * | | | | | use CommandLineParser with CoreCLR supportGravatar Jan Tattermusch2016-08-13
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #7660 from jtattermusch/google_apis_auth_coreclrGravatar Jan Tattermusch2016-08-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updgrade Google.Apis.Auth dependency to 0.15
* | | | | | | | Clang format codeGravatar murgatroid992016-08-12
| | | | | | | |
* | | | | | | | Make Node code generator work properly with nested typesGravatar murgatroid992016-08-12
| | | | | | | |
* | | | | | | | Updating build package C# scripts.Gravatar Nicolas "Pixel" Noble2016-08-12
| | | | | | | |
* | | | | | | | Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_gaGravatar Nicolas Noble2016-08-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add all runtime nodes back into testing packages
* \ \ \ \ \ \ \ \ Merge pull request #7681 from murgatroid99/node_tools_integrate_pluginGravatar Nicolas Noble2016-08-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make Node grpc-tools protoc automatically call the plugin
* \ \ \ \ \ \ \ \ \ Merge pull request #7577 from murgatroid99/node_dependency_updateGravatar Nicolas Noble2016-08-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
| | | | * | | | | | | remove leftover app.configGravatar Jan Tattermusch2016-08-11
| | | | | | | | | | |
| | | | * | | | | | | update Grpc.Auth.nuspecGravatar Jan Tattermusch2016-08-11
| | | | | | | | | | |
| | | | * | | | | | | update csproj project to Google.Apis.Auth 0.15.0Gravatar Jan Tattermusch2016-08-11
| | | | | | | | | | |
| | | | * | | | | | | remove Google.Apis.Auth related CoreCLR todosGravatar Jan Tattermusch2016-08-11
| | | | | | | | | | |
| | | | * | | | | | | upgrade Google.Apis.Auth dependency to 0.15.0Gravatar Jan Tattermusch2016-08-11
| | | | | |_|_|/ / / | | | | |/| | | | |
| | | | | | * | | | Migrate distrib, interop, and stress to GA APIGravatar Nathaniel Manista2016-08-11
| | | | | | | | | |
* | | | | | | | | | php: use emalloc to replicate MAKE_STD_ZVALGravatar Stanley Cheung2016-08-09
| | | | | | | | | |
* | | | | | | | | | php7: fix ubuntu compile errorGravatar Stanley Cheung2016-08-09
| |_|_|/ / / / / / |/| | | | | | | |
| | | * | | | | | add all runtime nodes back into testing packagesGravatar Alexander Polcyn2016-08-09
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | Make Node grpc-tools protoc automatically call the pluginGravatar murgatroid992016-08-09
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #7623 from apolcyn/sys_inter_with_nugetGravatar Nicolas Noble2016-08-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updating Ix-Async to System Interactive and nuget
| | | | | | | * Solve merge conflict at gRPC-ProtoRPC.podspecGravatar Jorge Canizales2016-08-08
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | * | | remove dedicated thread for read loop in ruby bidi callsGravatar Alexander Polcyn2016-08-08
| |_|_|_|/ / / |/| | | | | |
| | | | | | * Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fixGravatar Jorge Canizales2016-08-07
| | | | | | |\
* | | | | | | \ Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into ↵Gravatar Jorge Canizales2016-08-05
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | p0-advance-protobuf-version
| * | | | | | | Merge pull request #7614 from murgatroid99/node_credentials_error_code_fixGravatar kpayson642016-08-05
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix error handling authentication errors with non-numeric error codes
| * \ \ \ \ \ \ \ Merge pull request #7613 from kpayson64/py_protobuf_upgradeGravatar kpayson642016-08-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Bump python protobuf dependency to 3.0.0
| | * | | | | | | | Bump python protobuf dependency to 3.0.0Gravatar Ken Payson2016-08-03
| | | | | | | | | |
* | | | | | | | | | Update generated files with new protobuf versionGravatar Jorge Canizales2016-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make the script fetch protoc from the usual place.
| * | | | | | | | | Merge pull request #7572 from ↵Gravatar Jorge Canizales2016-08-03
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | jcanizales/p0-4MB-should-be-more-than-enough-for-everybody Let override default response size limit
| | | | | * | | | | removed blank lineGravatar Alexander Polcyn2016-08-03
| | | | | | | | | |
| | | | | * | | | | move solution dependencies to Grpc.Core.Test dependenciesGravatar Alex Polcyn2016-08-02
| | | | | | | | | |
| | | | | * | | | | update templates to not include runtime sections in project.jsonGravatar Alexander Polcyn2016-08-02
| | | | | | | | | |
| | | | | * | | | | removed runtime nodes from project.json librariesGravatar Alexander Polcyn2016-08-02
| | | | | | | | | |
| | | | | * | | | | updated hint path to updated library in csproj filesGravatar Alex Polcyn2016-08-02
| | | | | | | | | |
| | | | | * | | | | ran script to update actual docker filesGravatar Alexander Polcyn2016-08-02
| | | | | | | | | |
| | | | | * | | | | changed ix-async dependencies to System.Interactive.Async version 3.0.0Gravatar Alexander Polcyn2016-08-02
| | |_|_|/ / / / / | |/| | | | | | |