- Mar 28, 2016
- Mar 24, 2016
-
-
ahedberg authored
-
ahedberg authored
-
ahedberg authored
-
Jan Tattermusch authored
Revert for good "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
-
Jan Tattermusch authored
DocFixit: Troubleshooting info for Windows and some minor tweaks
-
Nicolas Noble authored
Fix copyright for metrics.proto
-
Jan Tattermusch authored
Fix failure handling code
-
Jan Tattermusch authored
Fix some issues in building under certain configurations
-
Jan Tattermusch authored
Python 3: fix a bytes/str runtime issue
-
- Mar 23, 2016
-
-
Sree Kuchibhotla authored
-
Sree Kuchibhotla authored
-
David G. Quintas authored
Specification for stress test clients
-
Jan Tattermusch authored
Add HTTP request parsing
-
Jan Tattermusch authored
Fix timeout decoding logic for times that become infinite
-
Jan Tattermusch authored
python 2/3 compatible abstract servicers/stubs
-
Jan Tattermusch authored
Python: py3 compatibility for test runner & loader
-
Sree Kuchibhotla authored
-
Sree Kuchibhotla authored
-
Sree Kuchibhotla authored
-
Sree Kuchibhotla authored
-
Jan Tattermusch authored
Make a copy of ByteBuffer when writing
-
Jan Tattermusch authored
Reorder asserts to avoid TSAN failure
-
yang-g authored
-
Jan Tattermusch authored
Make unix sockets optional
-
Craig Tiller authored
-
Jan Tattermusch authored
Make grpc-python ByteBuffer.bytes() linear
-
Matthew Iselin authored
This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
-
Leifur Halldor Asgeirsson authored
On python3, in grpc._links.service._Kernel._on_service_acceptance_event, there is a runtime TypeError: ``` _on_service_acceptance_event group, method = service_acceptance.method.split('/')[1:3] TypeError: 'str' does not support the buffer interface ``` It is fixed by using a bytes literal (`b'/'`) instead of a string literal. This exposed another issue in grpc.beta._server where an exception was being raised with a bytes literal for a message (a string should be used instead.)
-
- Mar 22, 2016
-
-
Sree Kuchibhotla authored
-
yang-g authored
-
Jan Tattermusch authored
removed uchannels
-
Jan Tattermusch authored
Fix typo in GSoC ideas page
-
Jan Tattermusch authored
Exponential backoff for DNS retries
-
Jan Tattermusch authored
Lock the FD when initializing it out of the freelist
-
ahedberg authored
-
ahedberg authored
-
ahedberg authored
-