- Mar 18, 2015
-
-
Tim Emiola authored
-
- Mar 17, 2015
-
-
Tim Emiola authored
Added support for sending metadata from clients.
-
Vijay Pai authored
Using cc and c++ instead of gcc and g++.
-
Nicolas Noble authored
Removing src/core/security/roots.pem
-
Julien Boeuf authored
I believe it was introduced by mistake here: https://github.com/grpc/grpc/commit/3f1e69668642c42372b2e54c502458dc8dbba1bf
-
Masood Malekghassemi authored
Reenable a disabled test method
-
Masood Malekghassemi authored
Add at CANCELLATION back-to-front ticket kind
-
Nathaniel Manista authored
-
Nathaniel Manista authored
This addresses issue #752.
-
Masood Malekghassemi authored
Use distinct enums for distinct ticket types
-
Nathaniel Manista authored
-
Masood Malekghassemi authored
Python refactoring
-
Nathaniel Manista authored
Fixed argument types in setup.py
-
Nathaniel Manista authored
Since enums are themselves iterable there's no need to maintain a list of the elements of the enum dating from back before the enum when its values were just independent constants that hung out together.
-
Nathaniel Manista authored
This refactoring greatly reduces the base-internal use of packet kinds and will make much simpler a future change distinguishing front-to-back packet kinds from back-to-front packet kinds.
-
- Mar 16, 2015
-
-
murgatroid99 authored
-
Vijay Pai authored
Anonymous API implementation
-
Jan Tattermusch authored
-
Yang Gao authored
-
Yang Gao authored
-
David Klempner authored
Defaulting run_tests to just opt.
-
David Klempner authored
Remove dead code
-
jboeuf authored
Put back C++ JWTCredentials code and add a test case in interop test.
-
Craig Tiller authored
-
Nicolas "Pixel" Noble authored
-
Yang Gao authored
remove 'else' code, release lock by destructor
-
Nicolas "Pixel" Noble authored
Not all systems are equal, and have gcc. However, cc and c++ are more common aliases for the system's compiler. FreeBSD is an example.
-
- Mar 14, 2015
- Mar 13, 2015
-
-
Yang Gao authored
-
Yang Gao authored
-
Yang Gao authored
-
Nicolas "Pixel" Noble authored
If for any reason, our definition of gpr_int64 is different from the definition of google::protobuf::int64, the virtual override would fail, as this needs to be of the precisely exactly the same type. That change allows us to use protobuf's int64 definition.
-
Tim Emiola authored
Switched protobufjs dependency to npm package instead of GitHub
-
Yang Gao authored
Adding support for alternative protobuf libraries.
-
Yang Gao authored
-
murgatroid99 authored
-
Vijay Pai authored
Add a no_barrier_load atomic operation.
-