aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
* | Merge pull request #9640 from jtattermusch/csharp_readme_updateGravatar Jan Tattermusch2017-02-10
|\ \ | | | | | | C# Readme improvements
| * | remove an extra blank lineGravatar Jan Tattermusch2017-02-10
| | |
* | | Merge pull request #9654 from apolcyn/fix_ruby_mac_package_buildsGravatar apolcyn2017-02-09
|\ \ \ | | | | | | | | ruby mac build environment updates
| * | | build fixes for ruby on macGravatar Alexander Polcyn2017-02-09
|/ / /
* | | Merge pull request #9639 from apolcyn/add_ruby_example_without_protobufGravatar apolcyn2017-02-08
|\ \ \ | | | | | | | | add ruby example that doesn't use protobuf
| | * | Update README.mdGravatar Jan Tattermusch2017-02-08
| |/ / |/| |
| * | add ruby example that doesn't use protobufGravatar Alexander Polcyn2017-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
* \ \ \ Merge pull request #9625 from nathanielmanistaatgoogle/user-agentGravatar Nathaniel Manista2017-02-07
|\ \ \ \ | | | | | | | | | | User-Agent "Python-gRPC-" → "grpc-python/".
| | * | | 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
| | | | |
| | * | | Disable libuv core changes in Node libraryGravatar 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
* \ \ \ \ Merge pull request #9567 from murgatroid99/node_serialization_error_handling_fixGravatar Michael Lumish2017-02-03
|\ \ \ \ \ | |_|/ / / |/| | | | Node: fix handling/propagation of server-side serialization errors
| | * | | remove -Werror compiler option in ruby Makefile to build on mac in opt ↵Gravatar Alexander Polcyn2017-02-02
| | | | | | | | | | | | | | | | | | | | configuration
| | * | | clean up bundle install wrapper and set SYSTEM within itGravatar Alexander Polcyn2017-02-02
| | | | |
| * | | | Node: fix handling/propagation of server-side serialization errorsGravatar murgatroid992017-02-02
|/ / / /
| * | | update dependency in templateGravatar Alexander Polcyn2017-02-02
| | | |
| * | | wrap all bundle install commands outside docker with check for mac workaroundGravatar Alexander Polcyn2017-02-02
| | | |
| * | | also pick up latest version of google-protobufGravatar Alexander Polcyn2017-02-02
| | | |
| * | | ruby bundle install work around to build packages on macGravatar Alexander Polcyn2017-02-01
| | |/ | |/|
* | | Merge pull request #9537 from nicolasnoble/ruby-fix-ldlibsGravatar Nicolas Noble2017-02-01
|\ \ \ | | | | | | | | Ruby windows build fix.
| * | | Ruby sucks.Gravatar Nicolas "Pixel" Noble2017-02-01
| | | |
* | | | Merge pull request #9533 from murgatroid99/version_1.1.1_bumpGravatar Michael Lumish2017-02-01
|\ \ \ \ | | | | | | | | | | Bump version to 1.1.1
| | * | | Ruby windows fix - LDLIBS always belongs last, for link order reasons.Gravatar Nicolas "Pixel" Noble2017-02-01
| |/ / / |/| | |
* | | | 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
| |_|_|/ / |/| | | |
* | | | | Merge pull request #9516 from murgatroid99/node_addservice_argument_validationGravatar Michael Lumish2017-01-31
|\ \ \ \ \ | | | | | | | | | | | | Node: Validate arguments to addService, fix a couple of minor issues
| | * | | | 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
* \ \ \ Merge pull request #9512 from nicolasnoble/version-1.1.0Gravatar Nicolas Noble2017-01-30
|\ \ \ \ | | | | | | | | | | Flagging version 1.1.0.
| * | | | Flagging version 1.1.0.Gravatar Nicolas "Pixel" Noble2017-01-30
|/ / / /
* | | | Merge pull request #9507 from nicolasnoble/ruby_2.4.0Gravatar Nicolas Noble2017-01-30
|\ \ \ \ | | | | | | | | | | Ruby 2.4.0 support.
* \ \ \ \ 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