Craig Tiller
a78da60a8a
Add comment
8 years ago
Mark D. Roth
40b4c786f0
Accept max message size JSON values as either strings or numbers.
8 years ago
Craig Tiller
e3562b8320
Fix merge error
8 years ago
Craig Tiller
c3b6d3a3eb
Fix merge error
8 years ago
Craig Tiller
ce7b981577
Fix merge error
8 years ago
Craig Tiller
f5ffddcff2
Fix error handling
8 years ago
Craig Tiller
5082d7e942
Remove slice allocator completion callbacks from global combiner
...
These were never intended to be under that lock, and doing so can (sometimes) flatten our concurrency back to a single thread.
8 years ago
Craig Tiller
e49959dc98
Consume the correct event fd
8 years ago
Mark D. Roth
db74844fb6
Really fix python.
8 years ago
Mark D. Roth
9d76dbe5d3
clang-format
8 years ago
Mark D. Roth
02adb8914f
Fix cython bug.
8 years ago
David Garcia Quintas
d8e3e3d544
clang-format
8 years ago
Mark D. Roth
448c1f002c
Move parameters for all grpc_op types into their own sub-structs.
8 years ago
David Garcia Quintas
84580cc487
PR comments: do-while in lieu of goto
8 years ago
David Garcia Quintas
80cc39009f
Fixed stream ref issue
8 years ago
Mark D. Roth
1cae131711
Code review changes.
8 years ago
Craig Tiller
1a56a930cb
Fixup
8 years ago
Masood Malekghassemi
6b890d1dd3
Run yapf over Python code
8 years ago
Masood Malekghassemi
0b1bb2d418
Don't leak Py exceptions without calling gRPC core
8 years ago
Craig Tiller
ced5b6a57b
Revert "Revert "Fix cronet header memory free""
...
This reverts commit 2e36be09af
.
8 years ago
David G. Quintas
2e36be09af
Revert "Fix cronet header memory free"
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
ad980e3a61
Memory fixes
8 years ago
Craig Tiller
0c3fdad486
Fix hpack fuzzer
8 years ago
Muxi Yan
607413f623
fix the test error
8 years ago
Muxi Yan
e0016e2dc6
clang-format
8 years ago
Muxi Yan
289f0fed89
Fix cronet header memory free
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Craig Tiller
7fa7d6817e
Fix core banned functions
8 years ago
Masood Malekghassemi
a66dad5db6
Add __richcmp__ to cygrpc.Timespec
8 years ago
Nathaniel Manista
7d561a6328
Fix grpc._server._Context.time_remaining
...
A weak test is included; proper test coverage will come later.
8 years ago
Craig Tiller
0cf6a71b72
Fix comments, merge head, regen project
8 years ago
Harvey Tuch
daa9f45f0e
Fix workqueue_move_items_to_parent() invocation bug in polling_island_merge()[ev_epoll_linux.c].
...
This bug resulted in workqueue items failing to merge correctly and
consequently queued closures would fail to execute.
8 years ago
Stanley Cheung
b39942f06f
Update boringssl to latest chromium-stable
8 years ago
Craig Tiller
0f5b400fa4
Fix Python test
8 years ago
thinkerou
8772a366ba
update method prop visibility
8 years ago
thinkerou
16713db012
fix code style
8 years ago
Masood Malekghassemi
c4d10dfb1b
Fix Python memory errors
...
... but for real this time.
8 years ago
Craig Tiller
ab4796ec6d
Make move_first linear
8 years ago
Nathaniel Manista
d9ed84f66e
Doc string fix and tweaks
...
In those places where we return an object that implements two
interfaces (let's say P and Q), consistently describe it as a "P-Q"
rather than once mentioning that it is a P and describing it as a "Q"
for the rest of prose.
8 years ago
ncteisen
af2c01e73e
Expect INTERNAL in Python negative interop client
...
The test now expects to receive StatusCode.INTERNAL when it receives a
RST_STREAM from the server in order to comply with
https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
Also added wait for ready behavior on the client channel.
8 years ago
yang-g
20115614e1
Stop generating method name array when there is no method.
8 years ago
Craig Tiller
62f28bfcf0
Remove double-checking of max-message-size in C++ layers
8 years ago
Mark D. Roth
f0e17783ae
Add ChannelArguments methods for setting max send/recv message size.
8 years ago
Mark D. Roth
45ccec5cee
clang-format
8 years ago
Craig Tiller
5a96770fe3
Dont try to index close headers: this messes up compression tables for subsequent requests
8 years ago
Yuchen Zeng
d0f7bf4a76
Document new args in grpc_resolver_create
8 years ago
Mark D. Roth
12f1e53156
Initialize and shutdown proxy mapper registry.
8 years ago
Mark D. Roth
752f17feec
Remove references to proxy mapper factory.
8 years ago
Mark D. Roth
1339a389e2
Fix handshaker shutdown bug.
8 years ago