- Mar 25, 2016
-
-
Craig Tiller authored
-
Jan Tattermusch authored
Change c++_codegen_lib from build: protoc to build: all
-
Jan Tattermusch authored
fixes to tests for py2/3 syntax compatibility
-
Jan Tattermusch authored
Don't check read_info for writes
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Adding an argument to bad_ssl_cert in order to override the location of the test certificate.
-
Jan Tattermusch authored
PHP: remove hardcoded version in templates
-
vjpai authored
-
Jan Tattermusch authored
Fix Node status code usage to match spec
-
- Mar 24, 2016
-
-
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
-
Leifur Halldor Asgeirsson authored
-
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
-
Nicolas "Pixel" Noble authored
-
- Mar 23, 2016
-
-
Sree Kuchibhotla authored
-
murgatroid99 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
-
Stanley Cheung 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
-