Craig Tiller
b7b20fee96
Merge github.com:grpc/grpc into clang_fmt_upd
9 years ago
Jan Tattermusch
bceec94ea4
Merge pull request #5951 from vjpai/make_codegen_build_great_again
...
Change c++_codegen_lib from build: protoc to build: all
9 years ago
Jan Tattermusch
609226a90f
Merge pull request #5660 from leifurhauks/py3_test_fixes
...
fixes to tests for py2/3 syntax compatibility
9 years ago
Jan Tattermusch
1a39592670
Merge pull request #5953 from jtattermusch/fix_wsaerror_printing
...
Don't check read_info for writes
9 years ago
Jan Tattermusch
6412479c89
dont check read_info for writes
9 years ago
Jan Tattermusch
26cc70852b
Merge pull request #5847 from nicolasnoble/bad_ssl_certificate_path
...
Adding an argument to bad_ssl_cert in order to override the location of the test certificate.
9 years ago
Jan Tattermusch
195fd84917
Merge pull request #5931 from stanley-cheung/php-remove-hardcode-version
...
PHP: remove hardcoded version in templates
9 years ago
vjpai
9507eab347
Change c++_codegen_lib from build: protoc to build: all
9 years ago
Jan Tattermusch
36da240b21
Merge pull request #5941 from murgatroid99/node_error_code_compliance_2
...
Fix Node status code usage to match spec
9 years ago
Jan Tattermusch
444869bf08
Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-master
...
Revert for good "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
9 years ago
Jan Tattermusch
518e0c199c
Merge pull request #5837 from sreecha/grpc_fixit_node
...
DocFixit: Troubleshooting info for Windows and some minor tweaks
9 years ago
Leifur Halldor Asgeirsson
ae2195667d
fixes to tests for py2/3 syntax compatibility
9 years ago
Nicolas Noble
931245644b
Merge pull request #5942 from sreecha/fix_copyright
...
Fix copyright for metrics.proto
9 years ago
Jan Tattermusch
77371cc73e
Merge pull request #5920 from yang-g/ipv6
...
Fix failure handling code
9 years ago
Jan Tattermusch
cf8266532c
Merge pull request #5909 from vjpai/make_building_great_again
...
Fix some issues in building under certain configurations
9 years ago
Jan Tattermusch
df7e4228df
Merge pull request #5916 from leifurhauks/py3_str_bytes_in_links_service_and_beta_server
...
Python 3: fix a bytes/str runtime issue
9 years ago
Nicolas "Pixel" Noble
0450410c80
Fixing sanity.
9 years ago
Sree Kuchibhotla
739454749b
fix copyright
9 years ago
Nicolas "Pixel" Noble
80dfb56733
Merge branch 'master' of https://github.com/grpc/grpc into bad_ssl_certificate_path
9 years ago
murgatroid99
0cdf04796f
Fix Node status code usage to match spec
9 years ago
Sree Kuchibhotla
e7964dd7bb
Fix the link again: Third time's a charm!
9 years ago
David G. Quintas
634e67617b
Merge pull request #5921 from sreecha/stress_client_spec
...
Specification for stress test clients
9 years ago
Jan Tattermusch
8ce3b1ad89
Merge pull request #5383 from miselin/add_request_parsing
...
Add HTTP request parsing
9 years ago
Jan Tattermusch
5ce5d825df
Merge pull request #5897 from ctiller/fix_time
...
Fix timeout decoding logic for times that become infinite
9 years ago
Jan Tattermusch
314575f55f
Merge pull request #5657 from leifurhauks/py3_generated_code
...
python 2/3 compatible abstract servicers/stubs
9 years ago
Jan Tattermusch
68f5a3bd82
Merge pull request #5368 from leifurhauks/py3_test_compat
...
Python: py3 compatibility for test runner & loader
9 years ago
Sree Kuchibhotla
b5a1ff5a4d
Try fixing the link again
9 years ago
Sree Kuchibhotla
26cbe1ef8c
Fix broken link
9 years ago
Sree Kuchibhotla
294c5d8d11
Address review feedback
9 years ago
Sree Kuchibhotla
8447b88f8c
Address code review comments
9 years ago
Stanley Cheung
3dab4628c6
php: remove hardcoded version in templates
9 years ago
Jan Tattermusch
9a1fa344e7
Merge pull request #5892 from yang-g/copy_generic_byte_buffer
...
Make a copy of ByteBuffer when writing
9 years ago
Jan Tattermusch
68d6a773b8
Merge pull request #5927 from ctiller/tracer-tsan
...
Reorder asserts to avoid TSAN failure
9 years ago
yang-g
b7921c7b4a
resolve comments
9 years ago
Jan Tattermusch
f1050f6f4a
Merge pull request #5755 from ahedberg/unix_sockets_optional
...
Make unix sockets optional
9 years ago
Craig Tiller
9498bb1bb1
Reorder asserts to avoid TSAN failure
9 years ago
Jan Tattermusch
e3af44e2e9
Merge pull request #5914 from thought-machine/fix_slow_string_read
...
Make grpc-python ByteBuffer.bytes() linear
9 years ago
Matthew Iselin
1824f0519f
Add HTTP request parsing.
...
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).
9 years ago
Leifur Halldor Asgeirsson
b9501bcb0b
Python 3: fix a bytes/str runtime issue
...
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.)
9 years ago
Sree Kuchibhotla
be09541112
Specification for stress test clients
9 years ago
yang-g
6346041a25
Fix failure handling code
9 years ago
Jan Tattermusch
39fd22193b
Merge pull request #5899 from dgquintas/uchannels_kthxbai
...
removed uchannels
9 years ago
Jan Tattermusch
2b0d66caa0
Merge pull request #5823 from VcamX/patch-2
...
Fix typo in GSoC ideas page
9 years ago
Jan Tattermusch
fe279af7e6
Merge pull request #5733 from ctiller/dns_backoff
...
Exponential backoff for DNS retries
9 years ago
Jan Tattermusch
3271dbc311
Merge pull request #5896 from vjpai/i_know_freelists
...
Lock the FD when initializing it out of the freelist
9 years ago
ahedberg
6753ae0cd7
fix include guard for unix_sockets_posix
9 years ago
ahedberg
3811dc78a8
more style fixes
9 years ago
ahedberg
879ce77cb6
include sockaddr.h in unix_sockets_posix.h for platform compatibility
9 years ago
makdharma
a814c7dd9c
Merge pull request #5893 from nicolasnoble/objc-finish-handler
...
For GRPCOperation's, ensure finish _handler can only be called once
9 years ago
Jan Tattermusch
e04d83656b
Merge pull request #5910 from ctiller/temporary_reprieve
...
Mark mlog_test as flaky
9 years ago