Craig Tiller
|
8fc1ca1e3f
|
Initial pollset_set implementation
|
8 years ago |
Craig Tiller
|
ef814ca29a
|
Sentences finish with a full stop
|
8 years ago |
Craig Tiller
|
f4360d77d4
|
Fix build, fix epollex detection
|
8 years ago |
Craig Tiller
|
40664c7189
|
fix workqueue
|
8 years ago |
Craig Tiller
|
0b4c901184
|
fd-workqueue-melding
|
8 years ago |
Craig Tiller
|
9fae6f9cc2
|
Starting to flesh out fd
|
8 years ago |
Craig Tiller
|
12f0a582fb
|
Add global wakeup to pollset
|
8 years ago |
Craig Tiller
|
a74808604a
|
Fix pollset_init to also add the wakeup fd
|
8 years ago |
Craig Tiller
|
b15f221028
|
Merge branch 'epex2' into epex3
|
8 years ago |
Craig Tiller
|
2c3d835d66
|
Implement gpr_atm_full_cas for Windows
|
8 years ago |
Craig Tiller
|
e24b24d3c6
|
Implement pollset for epollex
|
8 years ago |
Craig Tiller
|
ad08c8189a
|
Merge branch 'epex2' into epex3
|
8 years ago |
Craig Tiller
|
3569a76dc5
|
Explicitly include atm to fix Windows build
|
8 years ago |
Craig Tiller
|
dd86b69b8b
|
Stubbed out new polling engine
|
8 years ago |
Craig Tiller
|
ac1facd2d6
|
Merge github.com:grpc/grpc into epex2
|
8 years ago |
Craig Tiller
|
6badbb74b6
|
Update BUILD
|
8 years ago |
Craig Tiller
|
3de12630da
|
Ensure cleanup before orphaning
|
8 years ago |
Jan Tattermusch
|
a956d99978
|
Merge pull request #10498 from jtattermusch/sync_csharp_dotnet_versions
Make C# docker image in sync with GCE performance workers
|
8 years ago |
Craig Tiller
|
9da6b8b865
|
Merge pull request #10493 from ctiller/epex
Change pollset rules
|
8 years ago |
Craig Tiller
|
e16372ba4b
|
Cleanup to make compile
|
8 years ago |
Craig Tiller
|
70652147ce
|
Update function names
|
8 years ago |
Craig Tiller
|
376887d213
|
Split event notification out of ev_epoll_linux.c
|
8 years ago |
Mark D. Roth
|
5beff34234
|
Merge pull request #10466 from markdroth/filter_call_init_fail_fix
Do not retry when we fail to create a subchannel call.
|
8 years ago |
Jan Tattermusch
|
c4c95ada89
|
make C# docker image in sync with GCE performance workers
|
8 years ago |
Craig Tiller
|
557c88c3ac
|
Change pollset rules
|
8 years ago |
Mehrdad Afshari
|
d4da50b2cb
|
Add manifest to fix grpcio_reflection packaging
|
8 years ago |
Craig Tiller
|
f8af6d9cf8
|
Merge pull request #10364 from ctiller/lazy-batches
Lazily create batch control structures
|
8 years ago |
Craig Tiller
|
3aa7e1bd3b
|
Merge pull request #10469 from ctiller/xyz
Add profiling annotations
|
8 years ago |
Yang Gao
|
4723b71ee7
|
Merge pull request #10459 from yang-g/missing_tail
Unref the tail, not the original slice
|
8 years ago |
Yuchen Zeng
|
355c2ec37d
|
Merge pull request #10412 from y-zeng/max_age_jitter
Add max_connection_age jitter
|
8 years ago |
Yuchen Zeng
|
b05e1a8ff0
|
Merge pull request #10474 from y-zeng/update_actions
Add UpdateActions to the interop client helper
|
8 years ago |
Mark D. Roth
|
194513e388
|
Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix
|
8 years ago |
Mark D. Roth
|
f03a078e12
|
Merge pull request #10451 from markdroth/subchannel_arena_fix
Remove invalid gpr_free() of arena-allocated memory.
|
8 years ago |
Mark D. Roth
|
61a6398675
|
Fix refcounting for subchannel call stack init failures.
|
8 years ago |
Muxi Yan
|
80b4a8af19
|
Merge pull request #10460 from muxi/disable-cronet-unit-tests
Disable CronetUnitTests for possible Jenkins flakiness
|
8 years ago |
Mark D. Roth
|
b39bf85dfc
|
Fix test for CLIENT_DIRECT_CHANNEL fixtures.
|
8 years ago |
Craig Tiller
|
bbcf378192
|
Merge pull request #10457 from ctiller/fixmsan
Potential msan fix
|
8 years ago |
Mark D. Roth
|
e645d13bda
|
Fix build.
|
8 years ago |
Mark D. Roth
|
9cda56747f
|
Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix
|
8 years ago |
Muxi Yan
|
54aa9a0558
|
Merge pull request #10471 from muxi/fix-recv-message-update
Fix problem with cronet_transport on the new control+payload structure
|
8 years ago |
Yuchen Zeng
|
526e624c58
|
Merge pull request #9902 from y-zeng/keepalive_server
Client-side keepalive pings server enforcement
|
8 years ago |
Michael Lumish
|
500e361826
|
Merge pull request #10416 from murgatroid99/node_performance_tests
Node performance tests and improvements
|
8 years ago |
Michael Lumish
|
494a81c8a4
|
Merge pull request #10294 from murgatroid99/node_dbg_release_split
Node: explicitly define Release and Debug builds, use build flags from build.yaml
|
8 years ago |
Mehrdad Afshari
|
0cbfad62cf
|
Support custom pool in enable_server_reflection
|
8 years ago |
Yuchen Zeng
|
e4e763265b
|
Add UpdateActions to the interop client helper
|
8 years ago |
Muxi Yan
|
d0ee7a92ba
|
Fix the hard conversion problem in cronet_transport.c
|
8 years ago |
Muxi Yan
|
e800e1c5d0
|
Fix the hard conversion problem in cronet_transport.c
|
8 years ago |
Craig Tiller
|
5bdffab426
|
Add profiling annotations
|
8 years ago |
Yang Gao
|
c02f36bc9e
|
Merge pull request #10334 from wcevans/master
Calculate RPC deadline right before call creation
|
8 years ago |
Mark D. Roth
|
b7d833b865
|
Change filter_call_init_fails test to catch the bug.
|
8 years ago |