Craig Tiller
f61af6584f
Merge pull request #2057 from kfsone/master
...
include string_util.h for the prototype of gpr_strdup and fix a typo.
10 years ago
Oliver Smith
be2a75c51e
include string_util.h for the prototype of gpr_strdup and typo.
...
Fixes two warnings in log_win32.c under msvc2015
log_win32.c(109): warning C4013: 'gpr_strdup' undefined; assuming extern returning int
log_win32.c(109): warning C4047: 'return': 'char *' differs in levels of indirection from 'int'
and corrects a typo in an error message
10 years ago
Nicolas Noble
22b50c9343
Merge pull request #2045 from jtattermusch/cleanup_docker
...
Only keep docker containers for tests that failed
10 years ago
Jan Tattermusch
0ee84dc10f
only keep docker containers for tests that failed
10 years ago
Abhishek Kumar
9ce1fbcae5
Merge pull request #1546 from ejona86/connectivity-semantics
...
Add Connectivity doc
10 years ago
Nicolas Noble
1b92d65bff
Merge pull request #2044 from jtattermusch/jenkins_refspec
...
fetch PR refspec for docker jenkins builds
10 years ago
Jan Tattermusch
c3dd3bfb85
fix fetch to actually work
10 years ago
Jan Tattermusch
bc17b3f0ae
fetch PR refspec for docker jenkins builds
10 years ago
Nicolas Noble
8af419a9b2
Merge pull request #2043 from jtattermusch/csharp_fix_native_callback_test
...
Fix native callback signature to match with C#
10 years ago
Jan Tattermusch
eb741d1772
fix native callback signature to match with C#
10 years ago
Nicolas Noble
feecfdf81f
Merge pull request #2042 from ctiller/here-he-comes-here-comes-run-tester
...
Speed up hash checks, crash on first TSAN error
10 years ago
Tim Emiola
e27b0e59b9
Merge pull request #1995 from jtattermusch/csharp_channel_options
...
Revamp of C# channel options (aka channel args)
10 years ago
Tim Emiola
5af8fcf341
Merge pull request #2040 from nathanielmanistaatgoogle/1900
...
Stability fixes for python_plugin_test
10 years ago
Craig Tiller
74e770d5e8
Speed up hash checks, crash on first TSAN error
10 years ago
Nathaniel Manista
5ee11a8e12
Stability fixes for python_plugin_test
...
The "normal" timeout is eliminated. The "short" timeout is changed to
be the length used in tests that will time out as part of their
execution and the "long" timeout is changed to be a ridiculously high
value that will have no bearing on passing tests.
The "pause" behavior of _ServicerMethods is changed to use a
threading.Condition's wait/notify methods rather than busy-sleeping.
Tests that used servicer delay to verify that asynchronous calls are
not affected by server delay are changed to use servicer pause to
verify that asynchronous calls return while the servicer is paused.
Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a
threading.Condition's wait/notify methods.
Fixes https://github.com/grpc/grpc/issues/1900 .
10 years ago
Nathaniel Manista
f3e4aa2c7c
Merge pull request #2034 from soltanmm/pip89
...
Ensure C89 compatibility in Linux tests.
10 years ago
Masood Malekghassemi
4b4181ed1c
Ensure C89 compatibility in Linux tests
10 years ago
Tim Emiola
f0b857f7ef
Merge pull request #2036 from stanley-cheung/update_php_install_readme
...
update PHP README installation instructions
10 years ago
Yang Gao
85b07b1c52
Merge pull request #2037 from nicolasnoble/our-codegen-doesn-t-use-its-parameters
...
Flagging unused parameters as unused.
10 years ago
Nicolas "Pixel" Noble
b14fbf7804
Flagging unused parameters as unused.
10 years ago
Jayant Kolhe
14b39e0c2b
Merge pull request #2004 from tbetbetbe/python-package-update-install
...
Update README.rst
10 years ago
Stanley Cheung
3fa51a3592
update PHP README installation instructions, and dockerfile
10 years ago
Nathaniel Manista
dad6eee5f3
Merge pull request #2024 from nathanielmanistaatgoogle/python_plugin_test-cosmetics
...
Cosmetic tweaks to python_plugin_test.py.
10 years ago
Tim Emiola
0c0ccb0acf
Corrects wording
10 years ago
Nathaniel Manista
a08694eff2
Merge pull request #2033 from tbetbetbe/grpc-python-update-add-example-to-docs
...
Update src/python/README.md to link to quick
start and detailed example documentation.
10 years ago
Tim Emiola
05aafbc9d9
Update README.md
10 years ago
Craig Tiller
145fb8f37b
Merge pull request #2032 from grpc/stream__h_comment_fix
...
Tiny comment fix
10 years ago
David G. Quintas
72364d4461
Tiny comment fix
10 years ago
Vijay Pai
4191ea7d94
Merge pull request #2028 from ctiller/more-is-better-than-less
...
Make async server use one CQ per server thread
10 years ago
Craig Tiller
51f938f169
Make async server use one CQ per server thread
10 years ago
Vijay Pai
77ece807bb
Merge pull request #2025 from yang-g/ghost
...
add missed explicit
10 years ago
Yang Gao
b6d57e704b
add missed explicit
10 years ago
Vijay Pai
2ea980652f
Merge pull request #2023 from grpc/stream_op-todo-cleanup-1
...
Removed leftover TODO
10 years ago
Nathaniel Manista
26a5bfad2f
Cosmetic tweaks to python_plugin_test.py
...
No behavioral changes. Changes to comments are error correction, not
changes of specification.
10 years ago
David G. Quintas
62a64307dc
Removed leftover TODO
10 years ago
Jan Tattermusch
6d53a5c60b
allow specifying channel options when creating a server
10 years ago
Jan Tattermusch
c8f7d1079e
fix stylecop issues
10 years ago
Jan Tattermusch
2ddb5a6cb5
revamp of c# channel options
10 years ago
David G. Quintas
a561ea66ae
Merge pull request #1833 from zayoo/master
...
Fix minor bug GRPC_TIMER_END before end of function
10 years ago
Nathaniel Manista
3f192f7391
Merge pull request #1884 from soltanmm/py-proto-up
...
Upgrade protobuf version used by gRPC Python to 3.0.0a3 and
update version number of gRPC Python to 0.9.0a1.
10 years ago
David G. Quintas
85af4be655
Merge pull request #1993 from ctiller/break-break-break-the-locks
...
Cache commonly used grpc-status mdelems
10 years ago
Craig Tiller
f78b9a7e52
Add comment
10 years ago
Craig Tiller
db8e17986d
Add comment
10 years ago
Craig Tiller
0d911aad69
Merge github.com:grpc/grpc into break-break-break-the-locks
10 years ago
David G. Quintas
cb7bcb1983
Merge pull request #1958 from vjpai/qps-proto3
...
Update QPS test to proto3
10 years ago
Michael Lumish
02f9cb2efa
Merge pull request #1966 from jtattermusch/csharp_revamp
...
Stop using native callbacks for C#
10 years ago
Tim Emiola
d8463500c3
Merge pull request #1992 from jtattermusch/csharp_channel
...
Add host and port overload for new channel
10 years ago
Tim Emiola
2299ad6742
Merge pull request #1959 from murgatroid99/node_long_field_strings
...
Fixed handling of 64 bit integers in Node library
10 years ago
David G. Quintas
ee9f2da57c
Merge pull request #2009 from yang-g/ghost
...
Remove non-existing file from build.json
10 years ago
Yang Gao
9e640c8064
Remove non-existing file from build.json
10 years ago