- Feb 02, 2015
-
-
murgatroid99 authored
-
Craig Tiller authored
Merge enum-ification of Python RPC Framework.
-
Craig Tiller authored
Install PyPI's protobuf into the Python virtual environment.
-
donnadionne authored
Add node client and server to the list of interop tests to run
-
Michael Lumish authored
Grpc ruby add a tips client
-
Nathaniel Manista authored
There may be a way to use third_party's protobuf (and this may eventually be necessary) but I haven't yet figured out how to do it correctly. It can happen later.
-
Tim Emiola authored
-
Tim Emiola authored
-
David Klempner authored
Fix some TSAN reported errors
-
Michael Lumish authored
Grpc ruby add signet based auth
-
David Klempner authored
Initialize mutex
-
Tim Emiola authored
-
Vijay Pai authored
Remove a major source of contention in thread_pool
-
Nathaniel Manista authored
-
Nicolas Noble authored
Prevent a potential deadlock
-
Nicolas Noble authored
Build cleaner updates
-
Nicolas Noble authored
Fix some memory leaks
-
Craig Tiller authored
-
Craig Tiller authored
Migrate the last of the Python code from Google-internal source control to git.
-
Nathaniel Manista authored
-
Nathaniel Manista authored
The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment.
-
Craig Tiller authored
And make it easy not to make the same mistake
-
Craig Tiller authored
- notify_one when new work is available to avoid thundering herd problems - checking conditions before entering cv_.wait() prevents a case that these are not validated
-
- Feb 01, 2015
-
-
Abhishek Kumar authored
Fix some typos
-
Vijay Pai authored
Add pprof support to qps client, server
-
Craig Tiller authored
Starts profiling on client and server. On client, finishes after a test. On the server, finishes after sigint.
-
Craig Tiller authored
-
Craig Tiller authored
Adding an editorconfig configuration file.
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Resolves a deadlock caused by flow control callbacks being made under the lock.
-
Craig Tiller authored
-
Craig Tiller authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
- also fixes the service_account test assertions
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
- Also fixes some lint issues
-