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
Muxi Yan
36031a0c71
Fix BoringSSL.podspec double slashes
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
Vizerai
b0b86d7504
updated to correctly build with Bazel.
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
Muxi Yan
b74a13cbc3
Advance gRPC version to 1.1.0-pre1
8 years ago
Vizerai
c09e61bbda
update
8 years ago
Vizerai
9078535c0a
updated headers.
8 years ago
Ken Payson
464ce24b40
Add back comment
8 years ago
Ken Payson
45a520f51f
Special case Python build for inet_ntop
8 years ago
Mark D. Roth
1cae131711
Code review changes.
8 years ago
Muxi Yan
8d1d95d07c
Clean up old packet coalescing tests
8 years ago
Muxi Yan
60ab7ef00a
Dynamically enable/disable packet coalecsing and test it
8 years ago
Muxi Yan
b0bd22dfc7
Test packet coalescing using TLS endpoint
8 years ago
Craig Tiller
1a56a930cb
Fixup
8 years ago
Nicolas "Pixel" Noble
da83b376eb
Changing versions from -dev to -pre1 on the release branch.
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
Craig Tiller
13a875d13e
Fix simple tests
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
c5235d7832
Spam cleanup
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
Vizerai
548d59f305
update
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
Vizerai
2b939832d5
update
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