Nicolas Noble
ac366f9c2e
Merge pull request #2068 from jtattermusch/c_only_run_passing_tests
...
only build unbroken tests in Windows run_tests.py
10 years ago
Jan Tattermusch
12e8a049e4
backslashes break build on jenkins
10 years ago
Jan Tattermusch
7ed33732bf
regenerate Grpc.mak
10 years ago
Jan Tattermusch
4b3f9522ec
make buildtests on windows pass
10 years ago
Michael Lumish
0d6cf992e8
Merge pull request #2052 from jcanizales/fix-empty-globs
...
Remove failing globs from examples and tests
10 years ago
Michael Lumish
e8d55cff43
Merge pull request #2051 from jcanizales/simplify-metadata
...
Simplify metadata usage
10 years ago
Eric Anderson
62c5b124a8
Merge pull request #2046 from a11r/cs
...
Revised the state machine.
10 years ago
Abhishek Kumar
33094a7c62
More fixes to GO_AWAY spelling
10 years ago
Abhishek Kumar
783ad1e9d1
Fixed Go_AWAY to GOAWAY
10 years ago
Craig Tiller
0e8237998d
Merge pull request #2053 from endobson/slice-doc
...
Fix docs on gpr_slice_unref.
10 years ago
Craig Tiller
b68bcd366f
Merge pull request #2056 from endobson/op-type-doc
...
Fix docs on grpc_op_type.
10 years ago
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
Eric Dobson
255971d99a
Fix docs on grpc_op_type.
10 years ago
Eric Dobson
b37307cfd8
Fix docs on gpr_slice_unref.
10 years ago
Jorge Canizales
a1e32ba927
Remove failing globs from examples and tests
10 years ago
Jorge Canizales
cbf50c8bf2
Advance version to 0.6, per the metadata breaking change
10 years ago
Jorge Canizales
2285b362ca
Specify responseMetadata structure
10 years ago
Jorge Canizales
1a38475093
Drop repeated response headers.
10 years ago
Jorge Canizales
8c6bc6e5aa
Test call and error metadata are the same.
10 years ago
Jorge Canizales
f3a4f2cee9
Merge trailers into responseMetadata. Add it to NSError.
10 years ago
Jorge Canizales
544963e18a
Let set NSDictionary as headers, and init the property (not nil)
10 years ago
Jorge Canizales
d7981253de
Add test to set and read headers. Flaky!!
10 years ago
Jorge Canizales
d666fd068b
Cleanup GRPCClientTests.m
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
56514def9e
Update connectivity-semantics-and-api.md
10 years ago
Abhishek Kumar
b66f19f1e0
Update connectivity-semantics-and-api.md
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