Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Split mu_call into a server-wide and a per-call lock | Craig Tiller | 2015-07-07 |
| | |||
* | Merge github.com:grpc/grpc into just-say-goodbye-when-we-are-done | Craig Tiller | 2015-07-07 |
|\ | |||
| * | Merge pull request #2306 from ctiller/reset-thy-counts-or-fear-my-wrath | Vijay Pai | 2015-07-07 |
| |\ | | | | | | | Fix potential double delete | ||
| * \ | Merge pull request #2307 from ctiller/im-so-pretty | Yang Gao | 2015-07-06 |
| |\ \ | | | | | | | | | Make log lines line up and be prettier | ||
| * \ \ | Merge pull request #2293 from ctiller/pack-your-bags | David G. Quintas | 2015-07-06 |
| |\ \ \ | | | | | | | | | | | Structure repacking and sizing | ||
| | | * | | Make log lines line up and be prettier | Craig Tiller | 2015-07-06 |
| | |/ / | |/| | | |||
| | | * | Fix potential double delete | Craig Tiller | 2015-07-06 |
| | |/ | |/| | |||
| * | | Merge pull request #2117 from dgquintas/bb_from_bbreader | Craig Tiller | 2015-07-05 |
| |\ \ | | | | | | | | | Introduced function to create byte buffers from the output of a byte buffer reader. | ||
* | | | | Change transport contract to automatically disconnect after sending a goaway | Craig Tiller | 2015-07-05 |
| | | | | | | | | | | | | | | | | iff there are no calls left - lets us remove this tracking from the server where it required a server-wide lock, and instead do the processing under the transport lock which parallelizes much more cleanly. | ||
* | | | | Remove ALL_CALLS list | Craig Tiller | 2015-07-04 |
| | | | | |||
| | | * | Structure repacking and sizing | Craig Tiller | 2015-07-02 |
| | |/ | |/| | |||
| * | | Fix refcount leak | Craig Tiller | 2015-07-01 |
| | | | |||
| * | | Merge pull request #2284 from ctiller/oops-i-split-it-again | David G. Quintas | 2015-07-01 |
| |\ \ | | | | | | | | | Remove errant assert | ||
* | | | | Remove debug code | Craig Tiller | 2015-07-01 |
| | | | | |||
| | * | | Properly reset counter | Craig Tiller | 2015-07-01 |
| | | | | |||
| | * | | Remove errant assert | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Correct comments | Craig Tiller | 2015-07-01 |
| | | | | |||
| * | | | Merge pull request #2282 from ctiller/red-orange-yellow-green-blue-indigo-violet | Nicolas Noble | 2015-07-01 |
| |\ \ \ | | | | | | | | | | | Fix a TSAN reported race | ||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | close() could race with epoll_ctl(); pretend to be polling while adding to the epoll set to prevent this | ||
| * | | | | Merge pull request #2277 from ↵ | Nicolas Noble | 2015-07-01 |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | ctiller/in-the-town-where-i-was-born-there-lived-a-man Fix a bug in the multipoll on poll path where we use a file descripto… | ||
* | | | | | Expand comment | Craig Tiller | 2015-07-01 |
| | | | | | |||
* | | | | | Expand comment | Craig Tiller | 2015-07-01 |
| | | | | | |||
* | | | | | Expand comment | Craig Tiller | 2015-07-01 |
| | | | | | |||
| * | | | | Don't unregister resolver object until callback complete | Craig Tiller | 2015-07-01 |
| | | | | | | | | | | | | | | | | | | | | Prevents TSAN races in iomgr shutdown code | ||
| * | | | | Delay unregister of fd until freelisted | Craig Tiller | 2015-07-01 |
| | | | | | | | | | | | | | | | | | | | | Prevents a race whereby we start deleting the freelist before it's used | ||
| * | | | | Try harder to return DEADLINE_EXCEEDED when we should | Craig Tiller | 2015-07-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do this by ensuring that the alarm callback has had a chance to run on a call before returning status to the application. If we do not do this: - the server alarm could be scheduled and run - it will write a RST_STREAM with a status that loses the deadline exceededness (because that is unexpressable in HTTP2 error codes) - it will be received by the client and processed - the client will return an INTERNAL error (the lossy re-encoding of the server status), and then run its alarm handler to set the status to something else | ||
| | * | | | Fix a bug in the multipoll on poll path where we use a file descriptor thats ↵ | Craig Tiller | 2015-07-01 |
| |/ / / | | | | | | | | | | | | | orphaned by mistake | ||
* | | | | Change capitalization | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Simplify check | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Add missing unlock | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Remove random includes of windows.h | Craig Tiller | 2015-07-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead, include a stanza in port_platform.h that: - gets windows.h included - defines things that we needs to define - tries to respect applications configurations by leaving things as untouched as possible | ||
* | | | | clang-format changed files | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Fix a list management bug exposed by new locking scheme in client_channel | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Spam cleanup | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Spam cleanup | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
|\| | | | |||
* | | | | Fix an lb_policy leak | Craig Tiller | 2015-07-01 |
| | | | | |||
* | | | | Fix a bug where cancelled calls can be stranded past disconnection | Craig Tiller | 2015-07-01 |
| | | | | |||
| * | | | Merge pull request #2216 from jboeuf/unpadded_base64 | Nicolas Noble | 2015-07-01 |
| |\ \ \ | | | | | | | | | | | Base64 decode improvements | ||
* | | | | | Refcounting fixes and debugging, empty batch stability fixes | Craig Tiller | 2015-07-01 |
| | | | | | |||
* | | | | | Merge branch 'tis-but-thy-name' of github.com:ctiller/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
|\ \ \ \ \ | |||
* | | | | | | Spam cleanup, properly shut down lb_policy | Craig Tiller | 2015-07-01 |
| | | | | | | |||
| * | | | | | Ensure registry is shutdown | Craig Tiller | 2015-07-01 |
| | | | | | | |||
| * | | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
| |\| | | | | |||
| | * | | | | Merge pull request #2229 from ctiller/forever-is-a-long-time | David Klempner | 2015-06-30 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix fd handling on posix | ||
| | * | | | | | Fix leak in chttp2_transport | Craig Tiller | 2015-06-30 |
| | | | | | | | |||
| | | * | | | | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-30 |
| | | |\ \ \ \ | |||
| | * | | | | | | Spam cleanup | Craig Tiller | 2015-06-30 |
| | | |/ / / / | | |/| | | | | |||
| * | | | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-30 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/core/end2end/tests/request_with_flags.c |