Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Remove legacy poller" | 2016-05-31 | |
| | | | | This reverts commit d88e15cee750cd647a900098d82f87cc25aa8dbe. | ||
* | Round robin notifier pollset | 2016-05-24 | |
| | |||
* | Merge github.com:grpc/grpc into test_affine | 2016-05-23 | |
|\ | |||
| * | Merge pull request #6423 from ctiller/signal_handler | 2016-05-22 | |
| |\ | | | | | | | Fix some ubsan issues | ||
* | | | Revert "Revert "Remove spam"" | 2016-05-21 | |
| | | | | | | | | | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1. | ||
* | | | Revert "Remove spam" | 2016-05-21 | |
| | | | | | | | | | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0. | ||
* | | | clang-format | 2016-05-21 | |
| | | | |||
* | | | Fix comments | 2016-05-21 | |
| | | | |||
* | | | Remove spam | 2016-05-21 | |
| | | | |||
* | | | Fix non-listening cq registration so that calls can be queued against them | 2016-05-21 | |
| | | | |||
* | | | Fixes and code simplification | 2016-05-20 | |
| | | | |||
* | | | Remove legacy poller | 2016-05-20 | |
| | | | |||
* | | | Fix formatting, mem leak, stall | 2016-05-20 | |
| | | | |||
* | | | Attempt to fix Windows | 2016-05-20 | |
| | | | |||
* | | | Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine | 2016-05-19 | |
|\ \ \ | |||
| * | | | Work stealing between affinitized cqs | 2016-05-19 | |
| | | | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | 2016-05-18 | |
| | |\ \ | |||
* | | \ \ | Merge github.com:grpc/grpc into test_affine | 2016-05-18 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||
| | | * | clang-format | 2016-05-18 | |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into signal_handler | 2016-05-18 | |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge pull request #6463 from dgquintas/fix_compression_interop | 2016-05-18 | |
| |\ \ \ | | | | | | | | | | | Fixed compression interop and re-enable for C++. | ||
| * \ \ \ | Merge pull request #6499 from dgquintas/compression_accept_encoding | 2016-05-18 | |
| |\ \ \ \ | | | | | | | | | | | | | grpc-accept-encoding checks | ||
* | | | | | | Remove broken test | 2016-05-17 | |
| | | | | | | |||
* | | | | | | Bug fixes | 2016-05-17 | |
| | | | | | | |||
| * | | | | | Merge pull request #6542 from ctiller/ecterm | 2016-05-17 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Let execution contexts signal that they are done | ||
| * \ \ \ \ \ | Merge pull request #6603 from ctiller/better_wakeups | 2016-05-16 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix accelerated wakeups | ||
| * \ \ \ \ \ \ | Merge pull request #6556 from goldenbull/master | 2016-05-16 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | use LANG_ENGLISH for windows api FormatMessage | ||
* | | | | | | | | | Add missing function for completion queue | 2016-05-16 | |
| | | | | | | | | | |||
* | | | | | | | | | Further server cq affinity work | 2016-05-16 | |
| | | | | | | | | | |||
* | | | | | | | | | Begin sharding request queues per cq | 2016-05-16 | |
| | | | | | | | | | |||
* | | | | | | | | | Merge branch 'better_wakeups' into test_affine | 2016-05-16 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Fix accelerated wakeups | 2016-05-16 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can end up in situations where a pollset needs to kick itself. This is supposed to be an accelerated codepath, however a bug crept in whereby we missed the opportunity to do so, resulting in needing to round trip these wakeups redundantly through the OS and wake other threads unnecessarily. | ||
* | | | | | | | | Add affinity to ev_poll_posix | 2016-05-14 | |
| | | | | | | | | |||
* | | | | | | | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine | 2016-05-14 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #5456 from ctiller/cleaner-posix3 | 2016-05-13 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Splitting out a pure poll() based event engine | ||
* | | | | | | | | | Renamed some defines | 2016-05-12 | |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #6552 from jboeuf/add_curlies | 2016-05-12 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add curlies for multiline if statements. | ||
* | | | | | | | | | | Add callback when gRPC FD is about to be orphaned. | 2016-05-12 | |
| | | | | | | | | | | |||
| | * | | | | | | | | Remove redundant declaration | 2016-05-12 | |
| | | | | | | | | | | |||
| | | | * | | | | | | use LANG_ENGLISH for windows api FormatMessage | 2016-05-12 | |
| |_|_|/ / / / / / |/| | | | | | | | | |||
| * | | | | | | | | Add curlies for multiline if statements. | 2016-05-11 | |
|/ / / / / / / / | |||
| | | * / / / / | Let execution contexts signal that they are done | 2016-05-11 | |
| |_|/ / / / / |/| | | | | | | |||
| * | | | | | | Force wakeup after fd addition | 2016-05-11 | |
| | | | | | | | |||
| * | | | | | | clang-format | 2016-05-11 | |
| | | | | | | | |||
| * | | | | | | Merge github.com:grpc/grpc into cleaner-posix3 | 2016-05-11 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||
| | | | | * | | Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into ↵ | 2016-05-10 | |
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | credentials_refactoring | ||
| | | | | * | | | Fixing headers. | 2016-05-10 | |
| | | | | | | | | |||
| | | | | | * | | clang-format | 2016-05-10 | |
| | | | | | | | | |||
| | | | | | * | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | 2016-05-10 | |
| | | | | |/| | | |_|_|_|_|/ / |/| | | | | | | | | | | | | | credentials_refactoring | ||
| | * | | | | | Merge branch 'master' into server_channel_affinity | 2016-05-10 | |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | |