Masood Malekghassemi
f21dc7edfb
Migrate to Cython
9 years ago
Masood Malekghassemi
aed42a895e
Update Cython gRPC code
9 years ago
Masood Malekghassemi
13ee18261a
Use value equality for status codes
9 years ago
Masood Malekghassemi
eaa7d203b5
Fix interop Python test invocation
...
The ideal fix would be to have a tox test command for running the
interop server and client.
9 years ago
yang-g
325f2a3ebb
more fix
9 years ago
yang-g
3c504c8b5a
clang-format
9 years ago
yang-g
c1aefa78f8
fix error messages
9 years ago
murgatroid99
6acc5f7574
Fixed up the Node benchmark implementation
9 years ago
yang-g
330c98a46a
remove unused code
9 years ago
Julien Boeuf
4c8e8181fe
Adding common tests for TSI.
9 years ago
murgatroid99
c78b6834a2
Added explicit dependency on signet to gemspec
9 years ago
Craig Tiller
8ab91b29fe
Add test of varint encoding for hpack
9 years ago
yang-g
48f3a7191c
add missing goto
9 years ago
Sree Kuchibhotla
039655475d
Marking unreachable code so that it doesn't get counted in code coverage
9 years ago
murgatroid99
b469630fee
Refactored server.js and added a test to increase coverage
9 years ago
Craig Tiller
1a76877779
Delete unused code
9 years ago
Craig Tiller
cf06d02d5d
Delete unused code
9 years ago
Craig Tiller
adeaa1941f
Delete unused code
9 years ago
Craig Tiller
535701c5bd
Add bad hpack frame tests
9 years ago
Jan Tattermusch
723c34bae2
add ConfigureAwait(false) where needed
9 years ago
Masood Malekghassemi
070b91c3f2
Generate coverage HTML reports for Jenkins
9 years ago
Masood Malekghassemi
d00241e65c
Use tox
9 years ago
murgatroid99
bcf193ec9e
Generalize metadata plugin arguments to future-proof it
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
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
6d1882b4b2
Make default prefix overridable
9 years ago
Seongjin Cho
14d76fd139
Fixes memory leak when receiving data
9 years ago
Seongjin Cho
b531f76c62
Memory leak fix?
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
Jan Tattermusch
189fcf8686
introduce auth interceptor context
9 years ago
Craig Tiller
8352b9e997
Review feedback
9 years ago
yang-g
49209763a1
Fix unreachable macro
9 years ago
Tom
2cb9a61ce7
Adjusted error handling for benign error EINTR.
9 years ago
Jan Tattermusch
5beb0ee9d7
update C# projects
9 years ago
Jorge Canizales
0c0d15fec0
Move BoringSSL.podspec into src, and point Podfiles to it
9 years ago
Parker Moore
513a68816a
php: remove callable type hint from BaseStub->_simpleRequest()
...
The "callable" type hint in PHP appears to be broken in PHP 5.6.6. It feels unnecessary here, as the required code is generated.
See https://bugs.php.net/bug.php?id=61467&edit=1 for more info.
9 years ago
murgatroid99
722f910382
Fixed some bugs in node benchmark service
9 years ago
Nicolas "Pixel" Noble
96847efefd
Making ruby's gcov configuration work.
9 years ago
Nicolas "Pixel" Noble
ba404826be
Clang format.
9 years ago
yang-g
5d85037748
update api
9 years ago
Jorge Canizales
f762d40412
Filter Protobuf nullable warnings
9 years ago
Seongjin Cho
5c3d571c1a
Fixes memory leak when receiving data
9 years ago
yang-g
dc2159309a
Release fd api
9 years ago