aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* fix Grpc.HealthCheck and Grpc.Reflection packagesGravatar Jan Tattermusch2017-03-03
|
* Boost grpc version to v1.1.4Gravatar Muxi Yan2017-03-01
|
* Relieve ios deployment version to 7.0Gravatar Muxi Yan2017-02-28
|
* Merge pull request #9839 from y-zeng/1_1_x_address_arg_fixGravatar Yuchen Zeng2017-02-27
|\ | | | | Preserve ipv6 scope id in grpc_channel_args
* | Bump version to v1.1.3Gravatar Ken Payson2017-02-23
| |
* | Merge pull request #9766 from murgatroid99/node_uv_testingGravatar Michael Lumish2017-02-22
|\ \ | | | | | | Improve Node and libuv testing and test coverage
| | * Use the internal slice apiGravatar Yuchen Zeng2017-02-22
| | | | | | | | | | | | Address review comments
| | * Enclose sin6_scope_id in uriGravatar Yuchen Zeng2017-02-22
| |/ |/|
| * Fix segfault in Node server destructorGravatar murgatroid992017-02-22
| |
| * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | Merge pull request #9672 from kpayson64/v1_1_x_cherrypickGravatar kpayson642017-02-10
|\ \ | | | | | | Use unique namespace for each python protoc test
| * | Use unique namespace for each python protoc testGravatar Ken Payson2017-02-10
| | | | | | | | | | | | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions
* | | remove an extra blank lineGravatar Jan Tattermusch2017-02-10
| | |
* | | Update README.mdGravatar Jan Tattermusch2017-02-08
| |/ |/|
* | Merge pull request #9613 from murgatroid99/node_disable_libuv_coreGravatar Michael Lumish2017-02-07
|\ \ | | | | | | Disable libuv core changes in Node library and bump version number
| * | Regenerate projectsGravatar murgatroid992017-02-07
| | |
| * | Merge remote-tracking branch 'upstream/v1.1.x' into node_disable_libuv_coreGravatar murgatroid992017-02-07
| |\ \
* | | | User-Agent "Python-gRPC-" → "grpc-python/"Gravatar Nathaniel Manista2017-02-07
| |/ / |/| | | | | | | | | | | This brings gRPC Python into conformance with the recommendation in https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md.
| * | Node: refactor non-uv completion queue wrapping codeGravatar Michael Lumish2017-02-07
| | |
* | | Merge pull request #9480 from muxi/automate-objc-version-advancement-v1.1.xGravatar Muxi Yan2017-02-06
|\ \ \ | | | | | | | | Backport #9479: Automatedly advance ObjC version numbers
| | * | Update version to 1.1.2Gravatar murgatroid992017-02-06
| |/ / |/| |
* | | Merge pull request #9600 from kpayson64/pin_yapf_1.1.xGravatar kpayson642017-02-06
|\ \ \ | | | | | | | | Pin yapf for v1.1.x
| | * \ Merge remote-tracking branch 'upstream/v1.1.x' into ↵Gravatar Muxi Yan2017-02-06
| | |\ \ | |_|/ / |/| | | | | | | automate-objc-version-advancement-v1.1.x
| * | | Ran Yapf code, pinned versionGravatar Ken Payson2017-02-06
| | |/ | |/|
| | * Correct commet style of version.hGravatar Muxi Yan2017-02-04
| | |
| | * Add regeneration info to version.hGravatar Muxi Yan2017-02-03
| | |
* | | Merge pull request #9553 from apolcyn/fix_ruby_mac_buildGravatar apolcyn2017-02-03
|\ \ \ | | | | | | | | ruby bundle install work around to build packages on mac
| * | | remove -Werror compiler option in ruby Makefile to build on mac in opt ↵Gravatar Alexander Polcyn2017-02-02
| | | | | | | | | | | | | | | | configuration
* | | | Node: fix handling/propagation of server-side serialization errorsGravatar murgatroid992017-02-02
| |/ / |/| |
* | | Merge pull request #9533 from murgatroid99/version_1.1.1_bumpGravatar Michael Lumish2017-02-01
|\ \ \ | | | | | | | | Bump version to 1.1.1
* \ \ \ Merge pull request #9506 from murgatroid99/uv_tcp_header_fix_backportGravatar Michael Lumish2017-01-31
|\ \ \ \ | | | | | | | | | | Backport "Add missing header include in tcp_uv.c"
* \ \ \ \ Merge pull request #9525 from murgatroid99/uv_tcp_connection_fixGravatar Michael Lumish2017-01-31
|\ \ \ \ \ | | | | | | | | | | | | Fix bugs in UV DNS resolver implementation
* \ \ \ \ \ Merge pull request #9527 from murgatroid99/yapf_codeGravatar Michael Lumish2017-01-31
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Run yapf_code on v1.1.x
| | | | * | Bump version to 1.1.1Gravatar murgatroid992017-01-31
| |_|_|/ / |/| | | |
| * | | | Run yapf_code on v1.1.xGravatar murgatroid992017-01-31
| | | | |
| | * | | Fix bugs in UV DNS resolver implementationGravatar murgatroid992017-01-31
| | | | |
| | * | | Add tcp_client_uv tracingGravatar murgatroid992017-01-31
| |/ / /
* / / / Node: Validate arguments to addService, fix a couple of minor issuesGravatar murgatroid992017-01-30
|/ / /
* | | Merge pull request #9514 from muxi/advance-objc-version-1.1.0Gravatar Nicolas Noble2017-01-30
|\ \ \ | | | | | | | | Advance objc version to v1.1.0
* | | | Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
| | | |
* | | | Merge pull request #9505 from muxi/fix-grpc-v1.1.0-pre1-releaseGravatar Muxi Yan2017-01-30
|\ \ \ \ | | | | | | | | | | Fixes for gRPC ObjC v1.1.0 release
| | * | | Advance objc version to v1.1.0Gravatar Muxi Yan2017-01-30
| |/ / / |/| | |
| | | * Merge remote-tracking branch 'upstream/v1.1.x' into ↵Gravatar Muxi Yan2017-01-30
| | | |\ | | | | | | | | | | | | | | | automate-objc-version-advancement-v1.1.x
* | | | \ Merge pull request #9489 from nicolasnoble/mark_backportGravatar Nicolas Noble2017-01-30
|\ \ \ \ \ | |_|_|_|/ |/| | | | Mark backport of PR #9465
| | | * | Add missing header include in tcp_uv.cGravatar murgatroid992017-01-30
| |_|/ / |/| | |
| | | * Add modification warning to templated filesGravatar Muxi Yan2017-01-30
| | | |
| | * | Disable wireless check on OS XGravatar Muxi Yan2017-01-30
| | | |
* | | | Advance protoc dependency version as wellGravatar Muxi Yan2017-01-28
| | | |
| * | | Really fix python.Gravatar Mark D. Roth2017-01-28
| | | |
| * | | clang-formatGravatar Mark D. Roth2017-01-28
| | | |