Craig Tiller
cdf52bc172
Fixing stuff
10 years ago
Craig Tiller
9850510e52
qps_test links with the breakup
10 years ago
Craig Tiller
1937b06b78
Implement some missing pieces for chttp2s lock breakup
10 years ago
Craig Tiller
ae164e3415
Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again
10 years ago
Craig Tiller
9f1307f1af
Implement grpc_stream_map_move_into
10 years ago
Craig Tiller
ca9fb36b73
Implement gpr_slice_buffer_move_into
10 years ago
Craig Tiller
cfb5db927c
Implement lookup stream
10 years ago
Craig Tiller
6459db484a
New chttp2 list implementation
10 years ago
Craig Tiller
b787c50dec
Compiles with the breakup
10 years ago
Craig Tiller
5dc3b30964
Progress on splitting things up
10 years ago
Craig Tiller
4aa71a1774
clang-format, and process on lock splitting
10 years ago
Craig Tiller
796708dbe2
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
606d874d16
Progress on splitting reading from transport lock
10 years ago
Craig Tiller
3719f07233
Get parsing/writing compiling again
10 years ago
Craig Tiller
d20efd26e3
Progress on splitting things up
10 years ago
Craig Tiller
3208e3922a
Progress
10 years ago
Craig Tiller
1911c3b2c4
Tweaks
10 years ago
Craig Tiller
05923eee98
Tweaks
10 years ago
Craig Tiller
5b419c7243
Make some buckets to pour code into
10 years ago
Craig Tiller
d8df50c44f
Make some buckets to pour code into
10 years ago
Craig Tiller
640d3bd025
Add copyright
10 years ago
Craig Tiller
4152706dee
Add file to build.json
10 years ago
Craig Tiller
b084d90151
Rename some things
10 years ago
Craig Tiller
9b8671c739
Initial data movement out of chttp2_transport
10 years ago
Craig Tiller
42cdf94d11
Rename some more stuff
10 years ago
Craig Tiller
e01ad5c555
Start splitting constants out
10 years ago
Craig Tiller
67e5da0bf0
Merge pull request #18 from jtattermusch/we-dont-need-no-backup-fix-merge-master
...
We dont need no backup fix merge master
10 years ago
Craig Tiller
09bb58bbc7
Merge pull request #17 from jtattermusch/we-dont-need-no-backup-fix-unknown-handler
...
C# unknown method handler no longer needs to finish the request stream
10 years ago
Craig Tiller
02f254eaf0
Fix refcounting, write starts
10 years ago
Craig Tiller
1e6facbfbf
Refactor progress
10 years ago
Jan Tattermusch
a55e40ca22
Merge remote-tracking branch 'upstream/master' into we-dont-need-no-backup-fix-merge-master
10 years ago
Jan Tattermusch
4ec975df61
unknown method handler no longer needs to complete request stream
10 years ago
Nicolas Noble
feecfdf81f
Merge pull request #2042 from ctiller/here-he-comes-here-comes-run-tester
...
Speed up hash checks, crash on first TSAN error
10 years ago
Craig Tiller
99f8055965
Splitting progress
10 years ago
Craig Tiller
3cbfcb4dcd
Merge branch 'we-dont-need-no-backup' into oops-i-split-it-again
10 years ago
Craig Tiller
0680527a78
Dont force GRPC_TRACE outside of Travis
10 years ago
Craig Tiller
aea081ffb5
Flush pending incoming messages when writing status
...
As a bonus, correctly report was_cancelled when the server writes error
10 years ago
Tim Emiola
e27b0e59b9
Merge pull request #1995 from jtattermusch/csharp_channel_options
...
Revamp of C# channel options (aka channel args)
10 years ago
Tim Emiola
5af8fcf341
Merge pull request #2040 from nathanielmanistaatgoogle/1900
...
Stability fixes for python_plugin_test
10 years ago
Craig Tiller
173761fbd5
Merge branch 'you-complete-me' into we-dont-need-no-backup
10 years ago
Craig Tiller
841962a961
Spam cleanup
10 years ago
Craig Tiller
ff2f6bc762
Merge branch 'we-dont-need-no-backup' of github.com:ctiller/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
74e770d5e8
Speed up hash checks, crash on first TSAN error
10 years ago
Craig Tiller
d5d862df67
Merge github.com:grpc/grpc into we-dont-need-no-backup
10 years ago
Craig Tiller
69cd237ba5
Speed up hash checks, crash on first TSAN error
10 years ago
Craig Tiller
e0617624ba
Exploratory work towards splitting parsing from the transport lock
10 years ago
Craig Tiller
f3fba749aa
Ensure we dont destroy a call until it is closed
10 years ago
Nathaniel Manista
5ee11a8e12
Stability fixes for python_plugin_test
...
The "normal" timeout is eliminated. The "short" timeout is changed to
be the length used in tests that will time out as part of their
execution and the "long" timeout is changed to be a ridiculously high
value that will have no bearing on passing tests.
The "pause" behavior of _ServicerMethods is changed to use a
threading.Condition's wait/notify methods rather than busy-sleeping.
Tests that used servicer delay to verify that asynchronous calls are
not affected by server delay are changed to use servicer pause to
verify that asynchronous calls return while the servicer is paused.
Busy-sleeping in testHalfDuplexCallWedged is replaced with use of a
threading.Condition's wait/notify methods.
Fixes https://github.com/grpc/grpc/issues/1900 .
10 years ago
Nathaniel Manista
f3e4aa2c7c
Merge pull request #2034 from soltanmm/pip89
...
Ensure C89 compatibility in Linux tests.
10 years ago
Craig Tiller
5e84be56db
Merge pull request #15 from soltanmm/ct-you-complete-me
...
Update Python for core server shutdown change
10 years ago