Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Dynamically enable/disable packet coalecsing and test it" | Muxi Yan | 2017-02-01 |
| | | | | This reverts commit 60ab7ef00ac0a988ee2672c636d946c964e6fa41. | ||
* | Dynamically enable/disable packet coalecsing and test it | Muxi Yan | 2017-01-23 |
| | |||
* | Merge branch 'master' into packet-coalescing-core | Muxi Yan | 2017-01-23 |
|\ | |||
| * | Merge pull request #9074 from dgquintas/poll_fd_shutdown | Sree Kuchibhotla | 2017-01-23 |
| |\ | | | | | | | poll_posix double shutdown fix | ||
| * \ | Merge pull request #8810 from htuch/pollset-fix | Sree Kuchibhotla | 2017-01-23 |
| |\ \ | | | | | | | | | Fix workqueue_move_items_to_parent invocation bug in polling_island_merge | ||
| * \ \ | Merge pull request #9428 from grpc/revert-8842-metadata_filter | David G. Quintas | 2017-01-23 |
| |\ \ \ | | | | | | | | | | | Revert "Metadata handling rewrite" | ||
| * | | | | Revert "Fix cronet header memory free" | David G. Quintas | 2017-01-23 |
| | | | | | |||
| * | | | | Merge pull request #9308 from muxi/fix-loupe-exception | Muxi Yan | 2017-01-23 |
| |\ \ \ \ | | | | | | | | | | | | | Fix cronet_transport.c failure handling bug | ||
| * | | | | | fix the test error | Muxi Yan | 2017-01-20 |
| | | | | | | |||
| * | | | | | clang-format | Muxi Yan | 2017-01-20 |
| | | | | | | |||
| * | | | | | Fix cronet header memory free | Muxi Yan | 2017-01-20 |
| | | | | | | |||
| | | * | | | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| | |/ / / | |/| | | | |||
| | | * | | Fix workqueue_move_items_to_parent() invocation bug in ↵ | Harvey Tuch | 2017-01-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
| * | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-20 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| * | | | | Fix Python test | Craig Tiller | 2017-01-20 |
| | | | | | |||
| | | * | | Merge remote-tracking branch 'upstream/master' into fix-loupe-exception | Muxi Yan | 2017-01-19 |
| | | |\ \ | | | |/ / | | |/| | | |||
| | * | | | Merge pull request #9181 from daniel-j-born/resource_quota | Craig Tiller | 2017-01-19 |
| | |\ \ \ | | | | | | | | | | | | | Method to expose the resource quota of a resource user | ||
| | | | * \ | Merge branch 'master' into fix-loupe-exception | Muxi Yan | 2017-01-19 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| * | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-18 |
| |\ \ \ \ \ | |||
| * | | | | | | Dont try to index close headers: this messes up compression tables for ↵ | Craig Tiller | 2017-01-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | subsequent requests | ||
| | | * | | | | Document new args in grpc_resolver_create | Yuchen Zeng | 2017-01-18 |
| | |/ / / / | |||
| | * | | | | Merge pull request #8957 from murgatroid99/makefile_ruby_version_fixes | Michael Lumish | 2017-01-18 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix Ruby compilation problems on MinGW | ||
| | * \ \ \ \ | Merge pull request #8684 from gcasto/change_cronet_interface | Muxi Yan | 2017-01-18 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Change cronet interface | ||
| | | | * | | | | Fixed sanity errors | murgatroid99 | 2017-01-17 |
| | | | | | | | | |||
| * | | | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
| |\| | | | | | | |||
| | * | | | | | | Merge pull request #9318 from markdroth/subchannel_addr_channel_arg | Mark D. Roth | 2017-01-17 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Store subchannel address in a channel arg. | ||
| | | | | | * | | | Document new function grpc_resource_user_quota | Dan Born | 2017-01-17 |
| | | | | | | | | | |||
| * | | | | | | | | Respond to review comments | Craig Tiller | 2017-01-17 |
| | | | | | | | | | |||
| * | | | | | | | | Remove dead files | Craig Tiller | 2017-01-17 |
| | | | | | | | | | |||
| | | | | * | | | | Merge branch 'master' into makefile_ruby_version_fixes | murgatroid99 | 2017-01-17 |
| | | | | |\ \ \ \ | |||
| * | | | | | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
| |\| | | | | | | | | |||
| | | | | | | | | * | Merge branch 'master' of github.com:grpc/grpc into poll_fd_shutdown | David Garcia Quintas | 2017-01-17 |
| | | | | | | | | |\ | | | | | | | |_|_|/ | | | | | | |/| | | | |||
| * | | | | | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | |||
| | | | * | | | | | | clang-format | Mark D. Roth | 2017-01-17 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into packet-coalescing-core | Muxi Yan | 2017-01-17 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||
| | | * | | | | | | | Name constant | Craig Tiller | 2017-01-13 |
| | | | | | | | | | | |||
| | | | * | | | | | | Fix API fuzzer tests. | Mark D. Roth | 2017-01-13 |
| | | | | | | | | | | |||
| | | | * | | | | | | Store subchannel address in a channel arg. | Mark D. Roth | 2017-01-13 |
| | |_|/ / / / / / | |/| | | | | | | | |||
| | | * | | | | | | Merge github.com:grpc/grpc into write_buffering | Craig Tiller | 2017-01-13 |
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge pull request #9335 from jtattermusch/vsproject_improvements | Jan Tattermusch | 2017-01-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make grpc.sln compile | ||
| | | | | | | | * | | clang-format and add copyright info | Muxi Yan | 2017-01-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | Remove bogus assert | Craig Tiller | 2017-01-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-12 |
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||
| | | * | | | | | | | Add a mechanism for tagging threads that might be owned by | Craig Tiller | 2017-01-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls/channels Use it to ensure we don't delete the call from that thread: doing so would create a cycle that's kind of bad. | ||
| | | * | | | | | | | Kill ESAN | Craig Tiller | 2017-01-12 |
| | | | | | | | | | | |||
| | | * | | | | | | | Uncover the badness | Craig Tiller | 2017-01-12 |
| | | | | | | | | | | |||
| * | | | | | | | | | Merge pull request #9149 from ncteisen/rst_stream_error_code_fix | Noah Eisen | 2017-01-12 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix RST_STREAM(0) inconsistency | ||
| | | * | | | | | | | | fix compilation of grpc_dll project | Jan Tattermusch | 2017-01-12 |
| | |/ / / / / / / / | |/| | | | | | | | | |||
| | * | | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-01-11 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rst_stream_error_code_fix | ||
| | | | * \ \ \ \ \ \ | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-11 |
| | | | |\ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | |