kpayson64
8aff34f500
Merge pull request #7668 from thunderboltsid/skip-test-for-pypy
...
skip test run if pypy
8 years ago
kpayson64
5fa0731803
Merge pull request #7700 from apolcyn/update_helloworld_readme
...
update original helloworld README
8 years ago
kpayson64
e3ce8bd503
Merge pull request #7702 from nathanielmanistaatgoogle/distrib-interop-stress-ga-api
...
Migrate distrib, interop, and stress to GA API
8 years ago
kpayson64
ec96e5b26e
Merge pull request #7728 from apolcyn/clean_up_sanity_test
...
clean up sanity test
8 years ago
Yuchen Zeng
26386e1fa0
Merge remote-tracking branch 'upstream/master' into cli_main_fork
8 years ago
Brian
4b86603a2e
Remove <linux/unistd.h> include for compatibility with non-glibc
...
On my glibc (Debian Jessie amd64 if anybody cares) system,
<linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is
already including. musl libc doesn't provide this file, and with this
change all the C++ tests pass with musl libc.
This came up in bazelbuild/bazel#1492 .
8 years ago
Alex Polcyn
7f8456e3b8
clean up sanity test
8 years ago
Jan Tattermusch
92b9d21f83
Merge pull request #7671 from jtattermusch/coreclr_commandlineparser
...
Use CommandLineParser that supports CoreCLR
8 years ago
apolcyn
cb21e8be4e
Merge pull request #7598 from apolcyn/fix_sanity_test_diff_ga
...
compare test config as objects instead of strings
8 years ago
Jan Tattermusch
90cbde88c9
update to the newest CommandLineParser API
8 years ago
Jan Tattermusch
678ec90119
migrate to the new CommandLineParser API
8 years ago
Jan Tattermusch
7e037f7ae9
use CommandLineParser with CoreCLR support
8 years ago
Jan Tattermusch
f45dd74b01
Merge pull request #7660 from jtattermusch/google_apis_auth_coreclr
...
Updgrade Google.Apis.Auth dependency to 0.15
8 years ago
Adele Zhou
bf3b769bd2
Tool for collecting build statistics.
8 years ago
Yuchen Zeng
4272cac7ae
Rewrite ProtoFileParser
8 years ago
Nicolas Noble
b6528c59a9
Merge pull request #7215 from murgatroid99/node_generator_nested_messages
...
Make Node code generator work properly with nested types
8 years ago
Nicolas Noble
c5b7347302
Merge pull request #7721 from murgatroid99/node_codegen_nested_message_backport
...
Make Node code generator work properly with nested types
8 years ago
Nicolas Noble
bac007893e
Merge pull request #7696 from murgatroid99/makefile_remove_proto_warning
...
Remove warning about protobuf 3.0.0+ from the Makefile
8 years ago
murgatroid99
ac7408de70
Clang format code
8 years ago
murgatroid99
a842413ea2
Make Node code generator work properly with nested types
8 years ago
Nicolas Noble
04132ae14a
Merge pull request #7717 from nicolasnoble/update-build-packages
...
Updating build package C# scripts.
8 years ago
murgatroid99
ff4f004b5e
Clang format code
8 years ago
Jan Tattermusch
80c704bfa8
update distribtest project to Google.Apis.Auth 0.15.0
8 years ago
Nicolas "Pixel" Noble
6ee23ee614
There's no 'platform' in package_targets.py, only labels.
8 years ago
Nicolas Noble
56f97852ad
Merge pull request #7716 from murgatroid99/node_health_check_build_fix
...
Don't get dependencies for Node grpc-health-check package build
8 years ago
Nicolas "Pixel" Noble
f2c074a73e
Updating build package C# scripts.
8 years ago
Nicolas Noble
3c8e5383b0
Merge pull request #7714 from dgquintas/cpp_readme_ga
...
Merge pull request #7688 from dgquintas/cpp_readme
8 years ago
murgatroid99
d161f20a91
Don't get dependencies for Node grpc-health-check package build
8 years ago
Nicolas Noble
4e74104994
Merge pull request #7682 from apolcyn/add_runtime_nodes_back_in_ga
...
add all runtime nodes back into testing packages
8 years ago
David Garcia Quintas
c61b1d3cd0
s/makefile/Makefile
8 years ago
David G. Quintas
5804745aed
Merge pull request #7688 from dgquintas/cpp_readme
...
fix c++ readme and tutorial
8 years ago
apolcyn
f2d8c60845
Merge pull request #7634 from apolcyn/use_dotnet_on_examples
...
add csharp hello world that uses dotnet cli
8 years ago
David G. Quintas
93b599c8b0
Merge pull request #7688 from dgquintas/cpp_readme
...
fix c++ readme and tutorial
8 years ago
Nicolas Noble
c05df4f309
Merge pull request #7681 from murgatroid99/node_tools_integrate_plugin
...
Make Node grpc-tools protoc automatically call the plugin
8 years ago
Makarand Dharmapurikar
91d519532a
removed file from commit
8 years ago
Alexander Polcyn
17d5c07115
use sent flag only under mutex and dont fail in send_initial_metadata
8 years ago
Nicolas Noble
9fd2143fe8
Merge pull request #7578 from murgatroid99/ruby_dependency_update_proto_3
...
Update ruby google-protobuf dependency to 3.0
8 years ago
Nicolas Noble
54d834784d
Merge pull request #7577 from murgatroid99/node_dependency_update
...
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
8 years ago
Makarand Dharmapurikar
280885eaa5
WIP
8 years ago
Nathaniel Manista
857b95767b
Merge pull request #7711 from nicolasnoble/manual-upmerge
...
Manual v1.0.x -> master upmerge.
8 years ago
Alexander Polcyn
a9bc030a3a
add mutex wrapper around sending and modifying of initial metadata
8 years ago
Stanley Cheung
a6f6b6f4c9
Merge pull request #7674 from stanley-cheung/php7-ubuntu-fix
...
PHP7: fix ubuntu compile error
8 years ago
Nicolas "Pixel" Noble
7f074e0e20
Merge branch 'v1.0.x' into manual-upmerge
8 years ago
Ken Payson
530284269a
Clang format
8 years ago
Ken Payson
a6402a9d43
Made strings constant
8 years ago
Mark D. Roth
fddb3d3451
Merge remote-tracking branch 'upstream/master' into handshaker_api
8 years ago
Ken Payson
3ed00635f9
Add optional resource parameters to census resource test
8 years ago
Jan Tattermusch
fab839e967
remove leftover app.config
8 years ago
Jan Tattermusch
68689229e8
update Grpc.Auth.nuspec
8 years ago
Jan Tattermusch
07bd74edb8
update csproj project to Google.Apis.Auth 0.15.0
8 years ago