Jan Tattermusch
|
b0c246e27c
|
Merge pull request #7125 from murgatroid99/node_unskip_creds_tests
Re-enable two Node credentials tests
|
9 years ago |
Jan Tattermusch
|
01d7dbac1f
|
Merge pull request #7116 from kpayson64/python_windows_fix
Convert windows dll filename to bytes
|
9 years ago |
Jan Tattermusch
|
296340d4f1
|
Merge pull request #7130 from kpayson64/downgrade_six
Lowered six dependency version to 1.5.2
|
9 years ago |
Jan Tattermusch
|
e4822e2f35
|
Merge pull request #7081 from y-zeng/build-example-travis
Build ObjC examples in travis
|
9 years ago |
Jan Tattermusch
|
1f6faf3725
|
Merge pull request #7086 from kpayson64/remove_python_beta_test
Removed _connectivity_channel tests
|
9 years ago |
Jan Tattermusch
|
40a3e64aba
|
Merge pull request #7123 from sreecha/epoll_perf
Trace statements in epoll poller (enabled by default to debug the recent perf regression)
|
9 years ago |
Sree Kuchibhotla
|
34217248cf
|
Reduce the number of kicks
|
9 years ago |
Sree Kuchibhotla
|
9de42abd12
|
Minor format fix
|
9 years ago |
Ken Payson
|
2b7fae0432
|
Lowered six dependency version to 1.5.2
|
9 years ago |
Ken Payson
|
4ea77849f2
|
Removed _connectivity_channel.ChannelConnectivityTest test
|
9 years ago |
murgatroid99
|
eac6243d67
|
Re-enable two Node credentials tests
|
9 years ago |
Jan Tattermusch
|
3db76b92b9
|
Merge pull request #7066 from y-zeng/ios-test
Fix InteropTests.m
|
9 years ago |
Nicolas Noble
|
ca171ceafd
|
Merge pull request #7114 from jtattermusch/mac_port_server_timeouts
Give existing port_server time to respond
|
9 years ago |
Sree Kuchibhotla
|
1e77668c6d
|
Trace statements in epoll poller (enabled by default to debug the recent
perf regression)
|
9 years ago |
Jan Tattermusch
|
fe466b0e17
|
Merge pull request #7087 from makdharma/signature_mismatch_issue7051
Changed return type to GRPCCall * from ProtoRPC * to prevent compiler warnings. fixes #7051
|
9 years ago |
Craig Tiller
|
f0255d4d9c
|
Merge pull request #7095 from ctiller/all_calls_together
Colocate calls for the same channel on the same CQ
|
9 years ago |
Yuchen Zeng
|
b34608eff2
|
Use 'test' instead of 'build test'
|
9 years ago |
Yuchen Zeng
|
431c83209a
|
Reorder the variables
|
9 years ago |
Ken Payson
|
110601d8e1
|
Convert windows dll filename to bytes
|
9 years ago |
Nicolas Noble
|
cc8bb8cc15
|
Merge pull request #6885 from yang-g/import
add missing language tag
|
9 years ago |
Jan Tattermusch
|
a176f52567
|
Merge pull request #6920 from murgatroid99/grpc_trace_granularity
Allow disabling traces, add trace variables for pluck and timeout events
|
9 years ago |
Jan Tattermusch
|
d5fadaafeb
|
Merge pull request #7102 from jtattermusch/coreclr_update
(CoreCLR support) Improvements to nugets generated by dotnet CLI.
|
9 years ago |
Jan Tattermusch
|
292d010759
|
give existing port_server time to respond
|
9 years ago |
yang-g
|
c27e082c4c
|
Merge remote-tracking branch 'upstream/master' into import
|
9 years ago |
Jan Tattermusch
|
652c00043f
|
regenerate files
|
9 years ago |
Jan Tattermusch
|
eb8bfc61e0
|
modify templates to sign C# coreclr projects and generate xmlDoc
|
9 years ago |
Jan Tattermusch
|
ecd2b0e74c
|
share Version.cs among all project.json projects
|
9 years ago |
Jan Tattermusch
|
e8ab99d5e2
|
workaround not necessary in preview2
|
9 years ago |
Jan Tattermusch
|
14a301ddab
|
fix coreclr linux build
|
9 years ago |
Jan Tattermusch
|
b6960d068f
|
switch CoreCLR to preview2
|
9 years ago |
Craig Tiller
|
94f0a50d1e
|
Merge pull request #7082 from ctiller/time_errors
Annotate error.c for timing, remove broken test
|
9 years ago |
Craig Tiller
|
05b57e626c
|
Merge pull request #7098 from ctiller/sig
Dont reblock sigmask every loop
|
9 years ago |
Craig Tiller
|
510ff69fa3
|
Fix comment formatting
|
9 years ago |
Craig Tiller
|
191969937e
|
Dont reblock sigmask every loop
|
9 years ago |
Makarand Dharmapurikar
|
96e3d1c3e6
|
fixed indentation #2
|
9 years ago |
Makarand Dharmapurikar
|
7a3c4275df
|
fixed indentation
|
9 years ago |
makdharma
|
48bbc554bb
|
Merge pull request #7089 from makdharma/issue3492
Added a step to the documentation for running tests. fixes #3492
|
9 years ago |
Makarand Dharmapurikar
|
ecab5e2355
|
added more steps.
|
9 years ago |
Jan Tattermusch
|
11015b43af
|
Merge pull request #7019 from dgquintas/wrong_msg_interop_client_cpp
Fixed error messages for C++ interop client.
|
9 years ago |
Jan Tattermusch
|
6471930a8b
|
Merge pull request #7073 from yang-g/ruby_compress
Add a unit test for compression.
|
9 years ago |
Jan Tattermusch
|
d0d60f7da7
|
Merge pull request #7085 from ctiller/time_closures
Annotate more things
|
9 years ago |
Craig Tiller
|
5b47ac385b
|
Colocate calls for the same channel on the same CQ
|
9 years ago |
murgatroid99
|
b2edc6c99a
|
Resolved merge conflicts with master
|
9 years ago |
Makarand Dharmapurikar
|
a5aa19a1c8
|
fixes #3492
added a step in the documentation for objc
|
9 years ago |
Makarand Dharmapurikar
|
fc5f505a33
|
fixes #7051
Changed return type to GRPCCall * from ProtoRPC *
|
9 years ago |
Craig Tiller
|
bfc9adc81f
|
Annotate more things
|
9 years ago |
Jan Tattermusch
|
a9df5d1029
|
Merge pull request #6644 from ctiller/reuse_port
SO_REUSEPORT support
|
9 years ago |
Jan Tattermusch
|
b4028f6675
|
Merge pull request #7046 from murgatroid99/master_merge_release-0_15
Merge release-0_15 into master
|
9 years ago |
Craig Tiller
|
cea0004a53
|
Annotate error.c for timing, remove broken test
|
9 years ago |
David Garcia Quintas
|
193a5c737f
|
printf portability sucks
|
9 years ago |