Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove ALL_CALLS list | Craig Tiller | 2015-07-04 |
| | |||
* | Remove debug code | Craig Tiller | 2015-07-01 |
| | |||
* | Correct comments | Craig Tiller | 2015-07-01 |
| | |||
* | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
|\ | |||
| * | Merge pull request #2268 from murgatroid99/makefile_pkg-config_generate | Nicolas Noble | 2015-07-01 |
| |\ | | | | | | | Add .pc file generation to Makefile | ||
| * \ | Merge pull request #2274 from ctiller/faster-faster-faster | Nicolas Noble | 2015-07-01 |
| |\ \ | | | | | | | | | Tweak timeouts for ?SAN | ||
| * \ \ | 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… | ||
| * \ \ \ | Merge pull request #2281 from ctiller/and-he-told-us-of-his-life | Nicolas Noble | 2015-07-01 |
| |\ \ \ \ | | | | | | | | | | | | | Fix iomgr shutdown TSAN races | ||
| * \ \ \ \ | Merge pull request #2280 from ctiller/there-lived-a-man-who-sailed-the-seas | Nicolas Noble | 2015-07-01 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Try harder to return DEADLINE_EXCEEDED when we should | ||
* | | | | | | | 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 | ||
| | | | * | Fixed gpr name in .pc file | murgatroid99 | 2015-07-01 |
| | | | | | |||
| | * | | | 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 |
| | | | | |||
| | | * | Added missing pthread gpr requirement | murgatroid99 | 2015-07-01 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
|\| | | | |||
| * | | | Merge pull request #2273 from vjpai/bit-race | Craig Tiller | 2015-07-01 |
| |\ \ \ | | | | | | | | | | | Eliminate data-race caused by specialization in vector<bool> | ||
| | | * | | Tweak timeouts for ?SAN | 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 |
| | | | | |||
| | * | | Eliminate data-race caused by specialization in vector<bool> | Vijay Pai | 2015-07-01 |
| | | | | |||
| * | | | Merge pull request #2216 from jboeuf/unpadded_base64 | Nicolas Noble | 2015-07-01 |
| |\ \ \ | | | | | | | | | | | Base64 decode improvements | ||
| * \ \ \ | Merge pull request #2272 from ctiller/buggy-mcbugglet | Nicolas Noble | 2015-07-01 |
| |\ \ \ \ | | |_|/ / | |/| | | | Memory leak fix | ||
* | | | | | Merge branch 'buggy-mcbugglet' into tis-but-thy-name | Craig Tiller | 2015-07-01 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
* | | | | | 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 |
| | | | | | | |||
| * | | | | | Expand uri tests | Craig Tiller | 2015-07-01 |
| | | | | | | |||
| * | | | | | Ensure registry is shutdown | Craig Tiller | 2015-07-01 |
| | | | | | | |||
| | * | | | | Memory leak fix | Craig Tiller | 2015-07-01 |
| | |/ / / | |||
| * | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-01 |
| |\| | | | |||
| | | | * | Regenerate Makefile | murgatroid99 | 2015-06-30 |
| | | | | | |||
| | * | | | Merge pull request #2229 from ctiller/forever-is-a-long-time | David Klempner | 2015-06-30 |
| | |\ \ \ | | | | | | | | | | | | | Fix fd handling on posix | ||
| | * \ \ \ | Merge pull request #2267 from ctiller/look-at-all-the-holes | David G. Quintas | 2015-06-30 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix leak in chttp2_transport.c | ||
| | | | | | * | Add .pc file generation to Makefile | murgatroid99 | 2015-06-30 |
| | | | | | | | |||
| | | * | | | | 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 |