Jan Tattermusch
e88030a2c2
Merge pull request #6340 from ctiller/fail_fast_breaks_qps
...
Disable fail fast for qps driver
9 years ago
Jan Tattermusch
806b644d73
Merge pull request #6359 from grpc/python_stress_test
...
Create Python stress test
9 years ago
Jan Tattermusch
e03f8e8584
Merge pull request #6387 from ctiller/sml
...
Fix bug where max_frame_size was ignored
9 years ago
Nicolas Noble
3f2fad6c20
Merge pull request #6371 from murgatroid99/ruby_tools_gem
...
Created grpc-tools ruby gem for distributing protoc and the plugin
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
1dd74dd378
Merge pull request #6377 from murgatroid99/node_consistent_examples
...
Reverted 'Rewrite Node greeter example to use generated code'
9 years ago
makdharma
6b1afe1ad9
Merge pull request #6386 from jcanizales/fix-call-state
...
Fix call state
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
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
murgatroid99
c7edb0ee10
Reverted 'Rewrite Node greeter example to use generated code'
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
murgatroid99
8cb5f2f413
Fixed build_package_ruby's use of variables
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
murgatroid99
f897fec0db
Fixed build_package_ruby's use of variables
9 years ago
murgatroid99
faf3bfca82
Fixed grpc-tools.gemspec
9 years ago
murgatroid99
f238194b25
Updated build_package_ruby to build the grpc-tools gem
9 years ago
murgatroid99
3b293253d4
Created grpc-tools ruby gem for distributing protoc and the plugin
9 years ago
Craig Tiller
1b409a02a2
Ensure minimum size of alt stack (to please vtune)
9 years ago
Ken Payson
ad9d06effe
Create Python stress test
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