| Commit message (Expand) | Author | Age |
* | Merge github.com:grpc/grpc into simpler-cq | Craig Tiller | 2015-07-10 |
|\ |
|
| * | Merge pull request #2363 from jtattermusch/iomgr_leak_debug | Nicolas Noble | 2015-07-09 |
| |\ |
|
| | * | improve debug info for client and server iomgr object leaks | Jan Tattermusch | 2015-07-09 |
* | | | Merge branch 'dont-shutdown-your-peers' into simpler-cq | Craig Tiller | 2015-07-09 |
|\ \ \ |
|
| * | | | Fix race in TCP connection | Craig Tiller | 2015-07-09 |
| | |/
| |/| |
|
* / | | Rewrite completion queue internals to use pre-allocation of events | Craig Tiller | 2015-07-08 |
|/ / |
|
| * | Reduce spam | Craig Tiller | 2015-07-08 |
|/ |
|
* | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-07-08 |
|\ |
|
| * | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-07 |
| |\ |
|
| * | | Guard against double pollset shutdown completion | Craig Tiller | 2015-07-06 |
| * | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-06 |
| |\ \ |
|
| | | * | Structure repacking and sizing | Craig Tiller | 2015-07-02 |
| | |/ |
|
| | * | Fix refcount leak | Craig Tiller | 2015-07-01 |
| | * | Merge pull request #2282 from ctiller/red-orange-yellow-green-blue-indigo-violet | Nicolas Noble | 2015-07-01 |
| | |\ |
|
| * | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
| |\| | |
|
| | | * | Fix a TSAN reported race | Craig Tiller | 2015-07-01 |
| | * | | Merge pull request #2277 from ctiller/in-the-town-where-i-was-born-there-live... | Nicolas Noble | 2015-07-01 |
| | |\ \
| | | |/
| | |/| |
|
| | * | | Don't unregister resolver object until callback complete | Craig Tiller | 2015-07-01 |
| | * | | Delay unregister of fd until freelisted | Craig Tiller | 2015-07-01 |
| | | * | Fix a bug in the multipoll on poll path where we use a file descriptor thats ... | Craig Tiller | 2015-07-01 |
| | |/ |
|
| * | | Change capitalization | Craig Tiller | 2015-07-01 |
| * | | Remove random includes of windows.h | Craig Tiller | 2015-07-01 |
| * | | Fix a bug where cancelled calls can be stranded past disconnection | Craig Tiller | 2015-07-01 |
* | | | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-07-01 |
|\ \ \
| | |/
| |/| |
|
| | * | Spam cleanup, properly shut down lb_policy | Craig Tiller | 2015-07-01 |
| * | | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-30 |
| |\ \ |
|
| | | * | clang-format affected files | Craig Tiller | 2015-06-30 |
| | | * | Fix a bug where we can spuriously wakeup a nonexistant fd | Craig Tiller | 2015-06-30 |
| | | * | Fix memory corruption bug | Craig Tiller | 2015-06-30 |
| | | * | Spam cleanup | Craig Tiller | 2015-06-30 |
| | | * | client_config bugfixes | Craig Tiller | 2015-06-30 |
| | | * | Fix pollset_set handling in tcp_client_posix | Craig Tiller | 2015-06-30 |
| | | * | Debugging | Craig Tiller | 2015-06-29 |
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-06-29 |
|\ \ \ \
| | |/ /
| |/| | |
|
* | | | | Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as... | Julien Boeuf | 2015-06-29 |
| | | * | Merge branch 'forever-is-a-long-time' into tis-but-thy-name | Craig Tiller | 2015-06-29 |
| | | |\
| | | |/
| | |/| |
|
| | * | | Add an fd conservation test to verify that fds actually close | Craig Tiller | 2015-06-29 |
| | | * | Small fixes | Craig Tiller | 2015-06-26 |
| | |/
| |/| |
|
| * | | Merge pull request #2149 from ctiller/oops-i-split-it-again | Vijay Pai | 2015-06-26 |
| |\ \ |
|
| | | * | Call fd_orphan callback a little earlier | Craig Tiller | 2015-06-26 |
| | |/
| |/| |
|
| * | | Reworking the cascade kick to be Windows-specific. | Nicolas "Pixel" Noble | 2015-06-25 |
| | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-25 |
| | |\
| | |/
| |/| |
|
| * | | Merge pull request #2202 from nicolasnoble/don-t-recursive-lock-me | Craig Tiller | 2015-06-24 |
| |\ \ |
|
| * | | | On pollset shutdown, we need to unconditionally start the kick cascade. | Nicolas "Pixel" Noble | 2015-06-24 |
|/ / / |
|
| * / | Let's inform the system of the lock to unlock... | Nicolas "Pixel" Noble | 2015-06-24 |
|/ / |
|
| * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-24 |
| |\
| |/
|/| |
|
| * | Added comments | Craig Tiller | 2015-06-24 |
* | | Merge pull request #2171 from ctiller/fix-polling | Nicolas Noble | 2015-06-23 |
|\ \ |
|
| | * | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-23 |
| | |\
| |_|/
|/| | |
|
* | | | Fixing Windows port after the removal of the backup poller. | Nicolas Noble | 2015-06-23 |