Sree Kuchibhotla
d8c0d385f4
Fix a bug in stress client code
9 years ago
murgatroid99
8a6efb7a42
Node tools: use the right extension for running protoc on Windows
9 years ago
Nicolas "Pixel" Noble
791e93ee2f
Always build the grpc library when building the ruby extension.
9 years ago
Jan Tattermusch
08e1f755a3
fix typo
9 years ago
murgatroid99
8e4512ba48
Reversed premature removal of a file
9 years ago
murgatroid99
edb8b76ac2
Simplified Ruby tools extension checking
9 years ago
Jan Tattermusch
a4a627030e
add more tests
9 years ago
Jan Tattermusch
13d1abf444
improve unary call response handler
9 years ago
Craig Tiller
e98b494db7
Fix bug where max_frame_size was ignored
...
Also add corpus entries that helped diagnose this bug
9 years ago
Jorge Canizales
0803bb0b33
Add state transitions to GRPCCall
9 years ago
Jorge Canizales
47b80bc558
Test that GRPCCall transitions states properly
9 years ago
Yuchen Zeng
615da64992
explicitly cast constant value to gpr_atm
9 years ago
Craig Tiller
4ee1a62723
Stress test fixes
...
- properly fail a Read() on a stream if we fail to parse a protobuf
- fix an ordering problem with the chttp2 transport global lock, whereby
a sequence of two operations could be swapped - this resulted in
slices being returned to the upper layers in the wrong order,
corrupting data
9 years ago
murgatroid99
faf3bfca82
Fixed grpc-tools.gemspec
9 years ago
murgatroid99
3b293253d4
Created grpc-tools ruby gem for distributing protoc and the plugin
9 years ago
Ken Payson
ad9d06effe
Create Python stress test
9 years ago
Paul Querna
1b9c0a2123
Remove duplicate instance of grpc_global_wakeup_fd
9 years ago
Paul Querna
40f11aa5dc
Objective-C: Add ChannelCredentials to gRPC Call.
...
GRPCHost now has a property channelCreds which is used when creating a GRPCChannel.
9 years ago
Ken Payson
0482c1046b
Python QPS Worker/initial scenarios
9 years ago
murgatroid99
9003768b0a
Fixed unused parameter error
9 years ago
murgatroid99
9e3538c57d
Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
9 years ago
Jan Tattermusch
bfee01ddc8
regenerate C# sources
9 years ago
Jan Tattermusch
59c20edc3b
add comments from .proto file to generated C# files
9 years ago
Craig Tiller
4cbaccfa60
clang-format
9 years ago
Craig Tiller
9b7b62b599
Fix a case whereby we leak a winsocket if we fail to connect
9 years ago
Nathaniel Manista
cab9470ee8
Remove Python alpha/early_adopter implementation
...
This code has been unsupported for more than six months.
9 years ago
Masood Malekghassemi
832ae81b21
Allow additive changes to protos w/o forcing user implementation
9 years ago
murgatroid99
6f6076659f
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
9 years ago
Masood Malekghassemi
d06e9291cb
Add Windows-specifics to Python docs
9 years ago
murgatroid99
92b8decaff
Make Node servers warn instead of fail when a method is missing a handler
9 years ago
murgatroid99
8658b17866
Fixed minor Node compilation issue
9 years ago
Mark D. Roth
1f3319bc88
Fixed clang formatting problems.
9 years ago
Benjamin Herzog
1843ccb226
Use static const strings
9 years ago
Mark D. Roth
640d71dda9
Use cpp macros for the "application/grpc" string and its length.
...
Also remove unnecessary strlen() call.
9 years ago
Craig Tiller
a93e5a49e3
Fix use-after-free
9 years ago
David Garcia Quintas
cce51fe5ac
Added compression tracer
9 years ago
Craig Tiller
9859d8d296
Fix use-after-free
9 years ago
Craig Tiller
773d9908aa
Fix refcounting bug for mdstrs
9 years ago
Jan Tattermusch
7c0e1eec85
regenerate code
9 years ago
Jan Tattermusch
4e0f73cddb
add internal_access option for C# codegen
9 years ago
Jan Tattermusch
5f8872f899
introduce c# generator options
9 years ago
Jan Tattermusch
a967ee567e
support custom parsegeneratorparameter
9 years ago
Jan Tattermusch
44f7c54847
params for generating only client/server
9 years ago
murgatroid99
110e07af8d
Added node plugin to grpc-tools npm package, updated build_package_node
9 years ago
Jan Tattermusch
85c3ab0b0b
fix #5912
9 years ago
Mark D. Roth
c5b1eef8b1
Change C implementation to not log an "Unexpected content-type" message
...
when the header includes a semicolon.
9 years ago
Ken Payson
707c9e29e0
Changed python proto build to use shared protos
9 years ago
Eric Richardson
deadbcdab1
Wrap delegate line to fix a Rubocop error about line length
9 years ago
Wouter van Oortmerssen
b695b9b035
Some additional fixes to make the C++ codegen not depend on protobuf.
9 years ago
David Garcia Quintas
eb913107f7
Init tracers after plugin registration
9 years ago