- Jan 17, 2015
-
-
Craig Tiller authored
Factor out the pollset kicking mechanism and eliminate sharding
-
David Klempner authored
This change pulls out a separate pollset_kick module, which currently uses a freelist of pipes dynamically assigned to pollsets when they enter polling rather than the previous racy sharding mechanism. We ultimately may wish to eliminate the dynamic assignment for multipoll sets, but this should be sufficient for the moment.
-
David Klempner authored
clang compile fixes
-
Craig Tiller authored
-
Michael Lumish authored
Allow running PHP unit tests from run_tests.py
-
- Jan 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Yang Gao authored
Add an optional server shutdown event.
-
Craig Tiller authored
-
Craig Tiller authored
Adding a few more comments in the Makefile template
-
Michael Lumish authored
Fixes a regression in the style pull request
-
Nicolas Noble authored
-
Tim Emiola authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Michael Lumish authored
Grpc ruby add rubocop fix lint style issues
-
Craig Tiller authored
Allows servers to expedite shutdown once all in-progress calls are completed. We may want to eventually remove grpc_server_shutdown in preference to this.
-
Yang Gao authored
Fix returned status
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
The client should return status deadline exceeded when the deadline is exceeded (not cancelled status)
-
Tim Emiola authored
Node generated code
-
jboeuf authored
Compile fix
-
Craig Tiller authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
- add rubocop as a dev dependency - fixed many style violations it reported, often using --auto-correct - add a rubocop config - .rubocop.yml shows the exceptions - .rubocopy_todo.yml tracks outstanding style issues - adds a rake task to allow rubocop styling checks to be automated
-
Nicolas Noble authored
Fix run_test.py so it runs the first time
-
Nicolas Noble authored
Changing size type in Transport Security (TSI) from uint32_t to size_t
-
Craig Tiller authored
-
Julien Boeuf authored
Will remove grpc impedance mismatch.
-