- Mar 16, 2015
-
-
Craig Tiller authored
-
Yang Gao authored
remove 'else' code, release lock by destructor
-
- Mar 14, 2015
- Mar 13, 2015
-
-
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.
-
murgatroid99 authored
-
Vijay Pai authored
Add a no_barrier_load atomic operation.
-
Michael Lumish authored
Fix duplicated symbols
-
Nathaniel Manista authored
Fix port selection for Python server.
-
Nicolas "Pixel" Noble authored
-
Nathaniel Manista authored
Removing the "using std::string" in the python plugin code.
-
Vijay Pai authored
Fix client sending invalid GOAWAY last-stream-id
-
Tatsuhiro Tsujikawa authored
-
Arkadiusz Bokowy authored
Commit 31e65bea introduces a bug which causes starting server on a randomly selected port.
-
Xiaoguang Sun authored
Fix duplicated symbols caused by having definition instead of declaration in header file.
-
murgatroid99 authored
-
Nicolas Noble authored
-
- Mar 12, 2015
-
-
Yang Gao authored
Adding refresh token credentials.
-
Tim Emiola authored
Update Python Dockerfile's unit test list
-
Tim Emiola authored
Improved node install instructions and bumped version
-
Tim Emiola authored
Started using immutable collections and other code cleanup
-
Jan Tattermusch authored
-
Tim Emiola authored
Setting up stylecop to ignore generated files and fixing style
-
Jan Tattermusch authored
-
murgatroid99 authored
-
Nathaniel Manista authored
Remove a const from a variable that should be mutable.
-
Nicolas "Pixel" Noble authored
deadline is passed by address to PyArg_ParseTuple to update its value. However, deadline is a const double, so attempting to change its value is undefined behavior. Remove the const to have well-defined behavior.
-
Michael Lumish authored
Fixing C# codestyle
-
Tatsuhiro Tsujikawa authored
Previously client sends its own initiated stream ID in last-stream-id field of GOAWAY, which misses the point in HTTP/2 specification. Unless server push is utilized heavily, client should not assign its transport's last_incoming_stream_id, since it is a response from server to client's initiated stream ID. This commit fixes it. See GH-1024
-
Vijay Pai authored
Add missing GRPC_OVERRIDE, NFC
-
Vijay Pai authored
Improving MacOS.
-
Chilledheart authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Mar 11, 2015
-
-
David Klempner authored
Use this to relax the acq_loads in some fd_posix assertions. The primary goal here is to avoid masking potential iomgr races from tsan.
-
Nicolas "Pixel" Noble authored
Trying to make the MacOS experience better by removing various spurious messages, and increasing coverage of library paths.
-
Nicolas "Pixel" Noble authored
-
Tim Emiola authored
C# server-side TLS support
-