Jan Tattermusch
723c34bae2
add ConfigureAwait(false) where needed
9 years ago
Nathaniel Manista
67140d0703
Merge pull request #4281 from soltanmm/LD50
...
Make Python testing predictable again.
9 years ago
Masood Malekghassemi
070b91c3f2
Generate coverage HTML reports for Jenkins
9 years ago
Masood Malekghassemi
d00241e65c
Use tox
9 years ago
Carl Mastrangelo
3e21ba493b
Add optional passing more
9 years ago
murgatroid99
bcf193ec9e
Generalize metadata plugin arguments to future-proof it
9 years ago
Carl Mastrangelo
3c7862478d
Make http2 interop tests always pass, and instead give a report
9 years ago
Michael Lumish
98ee61f68c
Merge pull request #4282 from jcanizales/custom-mutable-dict
...
Use a custom NSMutableDictionary subclass for request headers
9 years ago
Nicolas Noble
b67ef24d77
Merge pull request #4280 from ctiller/import-sadness
...
Fix for when grpc::string is not the same type as FLAGS_...
9 years ago
Nicolas Noble
5a5e9ee0dd
Merge pull request #4277 from murgatroid99/node_backport_memory_leak_fix
...
Node backport memory leak fix
9 years ago
Craig Tiller
f62c4d5a98
Test repeatability fixes
9 years ago
Craig Tiller
be11c5ca13
Add explicit casts to fix Windows build
9 years ago
Craig Tiller
2c23ad57ed
Merge github.com:grpc/grpc into connected-subchannel
9 years ago
Jorge Canizales
35768db8c9
Mark the GRPCRequestHeaders protocol deprecated
9 years ago
Jorge Canizales
e1f74454ac
Add the protocol back for backward compatibility.
9 years ago
Jorge Canizales
f4f150f28b
Makes GRPCRequestHeaders a NSMutableDictionary
...
TODO:
- Documentation
- Make public
- Check I’ve implemented all NSMutDict required methods
9 years ago
Masood Malekghassemi
0a9cc3cf10
Fix Python interop test invocation in run_interop_tests.py
9 years ago
Masood Malekghassemi
7566c9a85d
Make Python testing predictable again
...
This reorganizes the Python code, scraps the current testing
infrastructure, and implements a simple test discovery and run script
based on the standard Python unittest library so we can trust that our
tests are running.
9 years ago
Craig Tiller
56a363f36c
Fix for when grpc::string is not the same type as FLAGS_...
9 years ago
Masood Malekghassemi
31c16e526f
Merge pull request #4269 from nathanielmanistaatgoogle/lifecycle
...
Stub and server lifecycle fixes
9 years ago
Craig Tiller
c9614d3003
Merge pull request #4175 from yang-g/tcp_refactor
...
Refactor security connector and handshake
9 years ago
Nicolas Noble
f48c46f7ec
Merge pull request #4278 from ctiller/ding-ding-ding-ding
...
Make default prefix overridable
9 years ago
Craig Tiller
6d1882b4b2
Make default prefix overridable
9 years ago
Carl Mastrangelo
368a304c94
Add http2 test for small http max frame size
9 years ago
Seongjin Cho
14d76fd139
Fixes memory leak when receiving data
9 years ago
Seongjin Cho
b531f76c62
Memory leak fix?
9 years ago
Nicolas Noble
f7abb65c37
Merge pull request #4276 from jtattermusch/vs2015_fixup
...
Fixup nuget packages
9 years ago
Craig Tiller
35c1d3c462
Merge pull request #4207 from yang-g/server_builder_options
...
Server builder options
9 years ago
Sree Kuchibhotla
adb2e9f471
Merge pull request #4270 from ctiller/consistent-encoding-test
...
Fix HPACK encoder test
9 years ago
Jan Tattermusch
878d069089
unify .targets file with zlib nuget
9 years ago
Michael Lumish
873d04bc3d
Merge pull request #4235 from jcanizales/use-boringssl
...
Use BoringSSL instead of OpenSSL
9 years ago
Nicolas Noble
8b5122e779
Merge pull request #4265 from jtattermusch/display_csharp_coverage_report
...
Add index.html file for C# coverage reports
9 years ago
Nicolas Noble
07db0af4e8
Merge pull request #4248 from ctiller/odr
...
Fix dependency violations
9 years ago
Nicolas Noble
9cb6b235ca
Merge pull request #4236 from jtattermusch/get_ready_vs2015
...
Make native nuget packages VS2015 ready
9 years ago
jboeuf
6f9b171842
Merge pull request #4204 from ctiller/emergency-cheese-and-crackers
...
Global hook for doing something in response to a synchronous server call
9 years ago
Jan Tattermusch
5bf6b02385
Merge pull request #4272 from nicolasnoble/check-all-the-pythons
...
Supporting Msys2's python.
9 years ago
Nicolas "Pixel" Noble
f72d7b5a79
Supporting Msys2's python.
9 years ago
Craig Tiller
028a4e9ee1
Merge pull request #4266 from ctiller/http2-is-a-spec
...
Make chttp2 pass h2spec section 6.5
9 years ago
Craig Tiller
e62bf9844c
Fix HPACK encoder test
9 years ago
Nathaniel Manista
2533365bf4
Fixes to stub and server lifecycle
...
Context management is implemented.
Stub deletion now cancels all RPCs immediately.
9 years ago
Craig Tiller
7b01b754ce
Handle limitations on where dynamic table size updates can be placed
9 years ago
Nathaniel Manista
e0abeeaa6d
Migrate _termination_action into _End
...
For a termination action to properly mark an _End as having stopped it
must clear the _End's _cycle attribute. To be able to do that the
termination action must hold a reference to the _End instance.
Migrating the _termination_action behavior that creates termination
actions into the scope of the _End instance is the best way to afford
the needed instance reference.
9 years ago
Craig Tiller
5c3a11010f
Make chttp2 pass h2spec section 6.5
9 years ago
Craig Tiller
06dd04cfd3
Further review feedback
9 years ago
Eric Anderson
025bb9fa40
Merge pull request #4262 from nicolasnoble/unzip-override
...
Force-unzipping test results.
9 years ago
Jan Tattermusch
be6f0def8f
add index.html file for C# coverage reports
9 years ago
Nicolas "Pixel" Noble
4e8b2b5235
Force-unzipping test results.
9 years ago
yang-g
92f4a155d8
add doxygen comment
9 years ago
Jan Tattermusch
189fcf8686
introduce auth interceptor context
9 years ago
yang-g
d88e1d8f4e
merge with head and resolve conflict
9 years ago