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
Jorge Canizales
9fac2afdaf
Merge pull request #4249 from yang-g/unreachable
...
Remove unreachable macro from reachable code.
9 years ago
Craig Tiller
d26bae9e9e
Merge pull request #4247 from Crusty82/patch-1
...
Adjusted error handling for benign error EINTR.
9 years ago
Craig Tiller
b7c9d896d6
Merge pull request #4202 from yang-g/channel_args
...
Give the security_connector server's channel_args
9 years ago
Craig Tiller
9d8d97ac3d
Merge pull request #4226 from nicolasnoble/format-0_12
...
Clang format.
9 years ago
Craig Tiller
71f3a88d48
Build fix
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
Craig Tiller
917c29e276
Correctly tag dependencies: generated files
9 years ago
Craig Tiller
6a27514207
Correctly tag dependencies
9 years ago
adelez
e3c52e9d3c
Merge pull request #4230 from nicolasnoble/generate-coverage-always
...
Generate html reports always.
9 years ago
Stanley Cheung
4fba11551b
Merge pull request #4231 from parkr/patch-1
...
php: remove callable type hint from BaseStub->_simpleRequest()
9 years ago
Sree Kuchibhotla
6fce197b3f
Merge pull request #4188 from ctiller/no-transport-metadata
...
Remove metadata contexts
9 years ago
LisaFC
df3efeb2e8
Merge pull request #4244 from grpc/jtattermusch-patch-1
...
Delete grpc-auth-support.md
9 years ago
Nicolas Noble
023be1fbfb
Merge pull request #4222 from yang-g/release_fd
...
Support release fd from tcp endpoint
9 years ago
Jan Tattermusch
130c322c52
Delete grpc-auth-support.md
9 years ago
Michael Lumish
f8766235dd
Merge pull request #4229 from nicolasnoble/ruby-gcov
...
Ruby gcov support.
9 years ago
Jan Tattermusch
4e5b91f0c4
regenerate project files
9 years ago
Jan Tattermusch
5beb0ee9d7
update C# projects
9 years ago
Jan Tattermusch
2977f9326d
improve injected .targets files
9 years ago
Jorge Canizales
0c0d15fec0
Move BoringSSL.podspec into src, and point Podfiles to it
9 years ago
Jorge Canizales
0d718cd0f4
Point gRPC.podspec to pushed BoringSSL version
...
(1.0)
9 years ago
Jorge Canizales
5d92bdaa92
Prepare pod for submission.
9 years ago
Jorge Canizales
2a47c6537b
BoringSSL.podspec: Workaround Swift compiler problem.
...
Maybe it’s Cocoapods.
9 years ago
Jorge Canizales
2285186216
Point spec to BoringSSL
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
Nicolas "Pixel" Noble
61059d3d38
Generate html reports always.
9 years ago
murgatroid99
722f910382
Fixed some bugs in node benchmark service
9 years ago