aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #8005 from murgatroid99/run_tests_node_6_v1.0Gravatar Nicolas Noble2016-09-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Node 6 to the list of recognized compilers in run_tests.py
| * | | | | | | Add Node 6 to the list of recognized compilers in run_tests.pyGravatar murgatroid992016-09-06
|/ / / / / / /
* | | | | | | Merge pull request #7894 from murgatroid99/build.yaml_changesGravatar Nicolas Noble2016-09-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | build.yaml changes to make certain grpc++ builds work
| * | | | | | | Disable alpn bad_ssl core testsGravatar murgatroid992016-09-06
| | | | | | | |
| | * | | | | | destroy byte buffer reader after useGravatar Alexander Polcyn2016-09-01
| |/ / / / / / |/| | | | | |
| * | | | | | Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
| | | | | | |
* | | | | | | Merge pull request #7904 from aaronjheng/futuresGravatar kpayson642016-09-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | remove futures from py3
* \ \ \ \ \ \ \ Merge pull request #7916 from apolcyn/change_ruby_debug_buildsGravatar Nicolas Noble2016-08-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | allow choosing config of ruby package builds from environment variable
* \ \ \ \ \ \ \ \ Merge pull request #7909 from ↵Gravatar kpayson642016-08-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nathanielmanistaatgoogle/example-authorization-header-name-v1.0.x Lower-case example "Authorization" header name in doc string
* \ \ \ \ \ \ \ \ \ Merge pull request #7806 from nathanielmanistaatgoogle/secure_channel-doc-stringGravatar kpayson642016-08-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Python grpc.secure_channel doc string correction
| | | * | | | | | | | allow choosing config of ruby package builds from environment variableGravatar Alexander Polcyn2016-08-29
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | * | | | | | Also fix minor error in end2end gen_build_yaml scriptGravatar murgatroid992016-08-29
| | | | | | | | | |
* | | | | | | | | | Merge pull request #7896 from stanley-cheung/php-fix-per-rpc-creds-v1_0Gravatar Stanley Cheung2016-08-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PHP: reject metadata keys that are not legal
| | | | | * | | | | | Revert change to grpc++_base uses sectionGravatar murgatroid992016-08-29
| | | | | | | | | | |
| | | * | | | | | | | Lower-case example "Authorization" header nameGravatar Nathaniel Manista2016-08-29
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HTTP/2 specification requires header names to be lower case.
| * | | | | | | | | php: error out if metadata key is not legalGravatar Stanley Cheung2016-08-29
| | | | | | | | | |
| * | | | | | | | | php: fix per_rpc_creds capital auth header keyGravatar Stanley Cheung2016-08-29
|/ / / / / / / / /
| | * | | | | | | remove futures from py3Gravatar aaronjheng2016-08-29
| | | | | | | | |
* | | | | | | | | Merge pull request #7901 from stanley-cheung/php-remove-extra-commaGravatar Stanley Cheung2016-08-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | PHP: remove extra comma
| * | | | | | | | | php: composer.json has extra commaGravatar Stanley Cheung2016-08-26
|/ / / / / / / / /
| | | * / / / / / build.yaml changes to make certain builds workGravatar murgatroid992016-08-26
| |_|/ / / / / / |/| | | | | | |
| | | | | | | * remove log statements that showing contents of messagesGravatar Alexander Polcyn2016-08-26
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #7866 from jcanizales/p0-grpc-init-on-loadGravatar makdharma2016-08-26
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Let tracing be enabled before starting an RPC
* | | | | | | Merge pull request #7828 from ctiller/rename-some-things-for-fun-and-profitGravatar Nicolas Noble2016-08-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Rename some files to avoid conflicting .obj files on Windows
| | * | | | | | Let tracing be enabled before starting an RPCGravatar Jorge Canizales2016-08-24
| |/ / / / / / |/| | | | | | | | | | | | | by calling grpc_init on [GRPCCall load], instead of lazily.
* | | | | | | Merge pull request #7817 from stanley-cheung/php-update-composer-v1_0Gravatar Stanley Cheung2016-08-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PHP: bump version
| | | | * | | | change hint paths for protobuf to use net45 dir in csproj filesGravatar Alex Polcyn2016-08-22
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #7720 from apolcyn/update_examples_grpc_versionGravatar kpayson642016-08-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | update dependencies in C# examples to GA versions
* \ \ \ \ \ \ \ Merge pull request #7729 from apolcyn/update_to_sys_interactiveGravatar kpayson642016-08-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | update to system interactive in distrib tests
* \ \ \ \ \ \ \ \ Merge pull request #7805 from nathanielmanistaatgoogle/python-example-readmesGravatar kpayson642016-08-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Truncate Python example READMEs to grpc.io links
* \ \ \ \ \ \ \ \ \ Merge pull request #7820 from soltanmm/impish-smileGravatar kpayson642016-08-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove unused imports in grpcio-tests
* \ \ \ \ \ \ \ \ \ \ Merge pull request #7826 from stanley-cheung/php-remove-ref-to-betaGravatar Stanley Cheung2016-08-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PHP: remove reference to beta in INSTALL.md
| | | | | | | * | | | | Rename some files to avoid conflicting .obj files on WindowsGravatar Craig Tiller2016-08-22
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | php: remove reference to beta in INSTALL.mdGravatar Stanley Cheung2016-08-22
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #7800 from apolcyn/dont_catch_load_errorGravatar Nicolas Noble2016-08-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Dont catch load error when loading grpc lib in ruby gem
| | * | | | | | | | | Remove unused imports in grpcio-testsGravatar Masood Malekghassemi2016-08-22
| |/ / / / / / / / / |/| | | | | | | | |
| | | | | * | | | | php: bump versionGravatar Stanley Cheung2016-08-22
| |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | convert match data to stringGravatar Alexander Polcyn2016-08-20
| | | | | | | | |
| | | | | * | | | Python grpc.secure_channel doc string correctionGravatar Nathaniel Manista2016-08-20
| |_|_|_|/ / / / |/| | | | | | |
| | * | | | | | Truncate Python example READMEs to grpc.io linksGravatar Nathaniel Manista2016-08-20
| |/ / / / / / |/| | | | | |
| * | | | | | fix directory checkGravatar Alexander Polcyn2016-08-19
| | | | | | |
| * | | | | | dont catch load error when loading grpc lib in grpc gemGravatar Alexander Polcyn2016-08-19
| | | | | | |
| * | | | | | Restoring require_relative.Gravatar Nicolas "Pixel" Noble2016-08-19
| | | | | | |
| * | | | | | Fixing loading precompiled Ruby extension on 2.x.10+Gravatar Nicolas "Pixel" Noble2016-08-19
| | | | | | |
* | | | | | | Merge pull request #7783 from nicolasnoble/shipping-1.0Gravatar Nicolas Noble2016-08-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bumping version to 1.0.1-pre1.
* \ \ \ \ \ \ \ Merge pull request #7787 from nicolasnoble/quick-fix-for-manylinuxGravatar Nicolas Noble2016-08-18
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.
| * | | | | | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.Gravatar Nicolas "Pixel" Noble2016-08-19
|/ / / / / / /
* | | | | | | Merge pull request #7784 from jcanizales/move-to-v1Gravatar Nicolas Noble2016-08-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move Podspecs to v1
| * | | | | | | Move user-agent version to 1.0.0Gravatar Jorge Canizales2016-08-18
| | | | | | | | | | | | | | | | | | | | | | | | I can’t wait to get all of these automatically from a single source :)
| * | | | | | | Move Podspecs to v1Gravatar Jorge Canizales2016-08-18
|/ / / / / / /