Craig Tiller
e98b494db7
Fix bug where max_frame_size was ignored
...
Also add corpus entries that helped diagnose this bug
9 years ago
Jayant Kolhe
2f26234203
Update CONTRIBUTING.md
9 years ago
Jayant Kolhe
29660794bf
Update CONTRIBUTING.md
9 years ago
Nicolas Noble
5ff9920248
Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241
...
Fix a case whereby we leak a winsocket if we fail to connect
9 years ago
Nicolas Noble
ee11213eb9
Merge pull request #6368 from ctiller/vtune
...
Ensure minimum size of alt stack (to please vtune)
9 years ago
Eric Anderson
90b4a87d3b
Merge pull request #6372 from ctiller/fail_fast
...
Spell out fail fast semantics
9 years ago
Craig Tiller
2a932daaaf
Spell out fail fast semantics
9 years ago
Jan Tattermusch
f921f2bee1
Merge pull request #6305 from dgquintas/compression_tracer
...
Added compression tracer
9 years ago
Jan Tattermusch
91cda8ff10
Merge pull request #6354 from ctiller/portabit
...
Fix double delete
9 years ago
Jan Tattermusch
712cb7892f
Merge pull request #6357 from ctiller/split-me-baby-one-more-time
...
Add a shard channel arg to client channel construction
9 years ago
Jan Tattermusch
b13382a7dc
Merge pull request #6361 from jtattermusch/benchmark_kill_python
...
Kill pending python workers on start
9 years ago
Craig Tiller
1b409a02a2
Ensure minimum size of alt stack (to please vtune)
9 years ago
Jorge Canizales
514699c63b
Merge pull request #5592 from pquerna/objc_ssl_channel_creds
...
ObjC: Add ChannelCredentials to gRPC Call, to let specify a private key for the user
9 years ago
Jan Tattermusch
501ca57665
kill pending python workers on start
9 years ago
Paul Querna
1b9c0a2123
Remove duplicate instance of grpc_global_wakeup_fd
9 years ago
Jan Tattermusch
2c21e5cd83
Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging
...
Added node plugin to grpc-tools npm package, updated build_package_node
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
Craig Tiller
97244d5810
clang-format, make code more self-documenting
9 years ago
Jan Tattermusch
5e6cc81842
Merge pull request #6331 from nathanielmanistaatgoogle/alpha
...
Remove Python alpha/early_adopter implementation
9 years ago
Jan Tattermusch
b8c44438b3
Merge pull request #6298 from grpc/python_qps_tests
...
Python QPS Tests
9 years ago
Craig Tiller
5c123fd22b
Add a shard channel arg to client channel construction
...
C core automatically shares subchannels between channels. Therefore our
multiple channel performance tests were really testing single channel
performance.
9 years ago
Ken Payson
0482c1046b
Python QPS Worker/initial scenarios
9 years ago
Jan Tattermusch
2e4bfed082
Merge pull request #6330 from soltanmm/6264
...
Allow additive changes to protos w/o forcing user implementation
9 years ago
Jan Tattermusch
45177c00fe
Merge pull request #6351 from murgatroid99/ruby_default_roots
...
Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
9 years ago
Jan Tattermusch
64ec84cf2f
Merge pull request #6325 from murgatroid99/node_default_roots
...
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
9 years ago
Jan Tattermusch
5512a5ffde
Merge pull request #6322 from murgatroid99/node_service_default_method
...
Make Node servers warn instead of fail when a method is missing a handler
9 years ago
Craig Tiller
904e0a5086
Fix typo
9 years ago
Craig Tiller
d0b3ae40f7
Fix double delete
9 years ago
Jan Tattermusch
0d6fee6c8e
Merge pull request #2286 from ctiller/split-me-baby-one-more-time
...
Further lock contention reduction for CHTTP2
9 years ago
murgatroid99
9003768b0a
Fixed unused parameter error
9 years ago
Jan Tattermusch
c230881333
Merge pull request #6285 from dgquintas/fix_plugin_tracers
...
Init tracers after plugin registration
9 years ago
Jan Tattermusch
2ea6765faf
Merge pull request #6321 from soltanmm/doc
...
Add Windows-specifics to Python docs
9 years ago
Jan Tattermusch
7fb941ec43
Merge pull request #6260 from sreecha/stress_test_misc
...
Simplify QPS Metrics collection
9 years ago
Jan Tattermusch
15692582eb
Merge pull request #6328 from jtattermusch/performance_tests_facelift
...
Better killing of pending QpsWorkers (in single-machine setup).
9 years ago
murgatroid99
9e3538c57d
Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
9 years ago
Jan Tattermusch
7f789d6cf3
Merge pull request #6324 from jtattermusch/interop_fixups
...
Interop test cleanup
9 years ago
Jan Tattermusch
c18a85949a
Merge pull request #6348 from jtattermusch/csharp_codegen_comments
...
Add comments to generated C# files.
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
Craig Tiller
f128cd2c6e
Merge pull request #6196 from y-zeng/call-error-to-string
...
Provide a function that converts grpc_call_error values into a string
9 years ago
Craig Tiller
b364a318de
Merge pull request #6255 from stanley-cheung/fix-buildgen-plugin-comment
...
Fix buildgen plugin file comment
9 years ago
Jorge Canizales
e107f8e688
Merge pull request #6205 from BenchR267/objc-nullability
...
Added nullability to service declaration in ObjC
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
Jan Tattermusch
1408920ab9
get rid of local qpsworkers before starting the tests
9 years ago
Nicolas Noble
e2fd65343e
Merge pull request #6304 from ctiller/expandypie
...
Expand corpora
9 years ago
Nicolas Noble
b143ca0f36
Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen
...
Add new cmdline options to C# codegen.
9 years ago
Nicolas Noble
8cb50edbed
Merge pull request #6268 from nicolasnoble/example_fix
...
Fixing examples.
9 years ago