Makarand Dharmapurikar
3e4be9fc56
fixed compile warnings treated as errors
9 years ago
makdharma
b731abf215
Merge pull request #7713 from makdharma/cronet_e2e_take2
...
Cronet e2e take2
9 years ago
Stanley Cheung
b70fdc7e23
Merge pull request #7679 from stanley-cheung/fix-jenkins-linux-image
...
Fix jenkins linux image in create script
9 years ago
Makarand Dharmapurikar
d8004a86fa
minor tweak
9 years ago
Makarand Dharmapurikar
f8f8f5a2eb
more review feedback addressed
9 years ago
Nicolas Noble
508e94ac00
Merge pull request #7749 from sreecha/pthread_fix
...
Include missing header in ev_epoll_linux.c
9 years ago
Nicolas Noble
68c20d44a0
Merge pull request #7757 from adelez/fix_interop_script
...
fix_interop_server_arg
9 years ago
Adele Zhou
9088d5954a
fix_interop_server_arg
9 years ago
Makarand Dharmapurikar
1b8deaa407
addressed review feedback.
9 years ago
Craig Tiller
2679e4c769
Fix typo
9 years ago
Craig Tiller
67eb59ee01
Initial pass reifying read and global locks
9 years ago
Yuchen Zeng
25aa88af94
Address review comments
9 years ago
Sree Kuchibhotla
4998e30bb4
Include missing header in ev_epoll_linux.c
9 years ago
kpayson64
6b38251f07
Merge pull request #7633 from thunderboltsid/add-pypy-to-testing-toolchain
...
add PyPy to testing toolchain
9 years ago
Yuchen Zeng
2bf9913323
Fix wrongly included header
9 years ago
Yuchen Zeng
9bf906234e
Clang-format
9 years ago
Yuchen Zeng
302763f898
Address review comments
9 years ago
Nicolas "Pixel" Noble
e1ee20bde6
Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge
9 years ago
kpayson64
9c9d577260
Merge pull request #7640 from markdroth/handshaker_api
...
Change handshaker API to support passing leftover bytes read between handshakers.
9 years ago
Makarand Dharmapurikar
3578c5e592
bug fix for fireball app
...
modified condition for trailing metadata.
added more information to log message.
9 years ago
Nicolas Noble
8d46873e8f
Merge pull request #7730 from bsilver8192/master
...
Remove <linux/unistd.h> include for compatibility with non-glibc
9 years ago
kpayson64
b473c79df3
Merge pull request #7538 from thunderboltsid/pypy-experiments
...
Change Python one-time grpc_init/grpc_shutdown to per-object-lifetime grpc_init/grpc_shutdown
9 years ago
kpayson64
0c6cce12b4
Merge pull request #7648 from vjpai/qps_better_ptr
...
Use unique_ptr properly in QPS async tests
9 years ago
kpayson64
e4947befe2
Merge pull request #7669 from apolcyn/reduce_bidi_threads_ga
...
remove dedicated thread for ruby bidi read loop
9 years ago
Yuchen Zeng
02139a05dc
Add CliCredentials, config_grpc_cli.h
9 years ago
kpayson64
37f6ffa125
Merge pull request #7630 from kpayson64/ruby_example_pb
...
Update ruby examples to use new _pb protobuf format
9 years ago
kpayson64
5a22a598b3
Merge pull request #7706 from kpayson64/census_resource_test
...
Add optional resource parameters to census resource test
9 years ago
Craig Tiller
99bef209bd
Merge branch 'grand-unified-closures' into offload
9 years ago
kpayson64
69a2fc87b9
Merge pull request #7293 from apolcyn/send_metadata_from_server_handler
...
Moved sending of initial metadata from server into server handler
9 years ago
kpayson64
1748ba6d6d
Merge pull request #7652 from vjpai/qps_better_client_ending
...
Better client-side ending for QPS tests
9 years ago
kpayson64
8aff34f500
Merge pull request #7668 from thunderboltsid/skip-test-for-pypy
...
skip test run if pypy
9 years ago
kpayson64
5fa0731803
Merge pull request #7700 from apolcyn/update_helloworld_readme
...
update original helloworld README
9 years ago
kpayson64
e3ce8bd503
Merge pull request #7702 from nathanielmanistaatgoogle/distrib-interop-stress-ga-api
...
Migrate distrib, interop, and stress to GA API
9 years ago
kpayson64
ec96e5b26e
Merge pull request #7728 from apolcyn/clean_up_sanity_test
...
clean up sanity test
9 years ago
Craig Tiller
b05b430211
Merge github.com:grpc/grpc into grand-unified-closures
9 years ago
Yuchen Zeng
26386e1fa0
Merge remote-tracking branch 'upstream/master' into cli_main_fork
9 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 .
9 years ago
Alex Polcyn
7f8456e3b8
clean up sanity test
9 years ago
Jan Tattermusch
92b9d21f83
Merge pull request #7671 from jtattermusch/coreclr_commandlineparser
...
Use CommandLineParser that supports CoreCLR
9 years ago
apolcyn
cb21e8be4e
Merge pull request #7598 from apolcyn/fix_sanity_test_diff_ga
...
compare test config as objects instead of strings
9 years ago
Jan Tattermusch
90cbde88c9
update to the newest CommandLineParser API
9 years ago
Jan Tattermusch
678ec90119
migrate to the new CommandLineParser API
9 years ago
Jan Tattermusch
7e037f7ae9
use CommandLineParser with CoreCLR support
9 years ago
Jan Tattermusch
f45dd74b01
Merge pull request #7660 from jtattermusch/google_apis_auth_coreclr
...
Updgrade Google.Apis.Auth dependency to 0.15
9 years ago
Adele Zhou
bf3b769bd2
Tool for collecting build statistics.
9 years ago
Yuchen Zeng
4272cac7ae
Rewrite ProtoFileParser
9 years ago
Nicolas Noble
b6528c59a9
Merge pull request #7215 from murgatroid99/node_generator_nested_messages
...
Make Node code generator work properly with nested types
9 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
9 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
9 years ago
murgatroid99
ac7408de70
Clang format code
9 years ago