Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor cleanup | Craig Tiller | 2015-05-11 |
| | |||
* | Add new fds to server pollsets (for now) | Craig Tiller | 2015-05-11 |
| | |||
* | Move state update to ack, to prevent races | Craig Tiller | 2015-05-11 |
| | |||
* | Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' into ↵ | Craig Tiller | 2015-05-11 |
|\ | | | | | | | | | | | | | | | | | | | | | we-dont-need-no-backup Conflicts: test/core/end2end/fixtures/chttp2_fullstack.c test/core/end2end/fixtures/chttp2_fullstack_uds_posix.c test/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c test/core/end2end/fixtures/chttp2_socket_pair.c test/core/end2end/tests/cancel_after_accept.c | ||
* | | Initial refactoring of a few tests | Craig Tiller | 2015-05-11 |
| | | |||
* | | More plumbing work through creds framework | Craig Tiller | 2015-05-11 |
| | | |||
* | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-11 |
|\ \ | |||
| * | | Msys2 fixes, and compilation instructions. | Nicolas "Pixel" Noble | 2015-05-10 |
| | | | |||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | |\ | | |/ | |/| | |||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc | ||
| * | | | Addressing comments. | Julien Boeuf | 2015-05-08 |
| | | | | |||
| * | | | Merging with master. | Julien Boeuf | 2015-05-08 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Merge pull request #1500 from ctiller/do-the-right-thing-put-it-in-a-bin | Abhishek Kumar | 2015-05-08 |
| | |\ \ | | | | | | | | | | | Throw away queued messages on error | ||
* | | | | | Wire up google_default_credentials/http_cli | Craig Tiller | 2015-05-08 |
| | | | | | |||
* | | | | | Make posix tcp client add itself to interested parties when needed | Craig Tiller | 2015-05-08 |
| | | | | | |||
* | | | | | Plumb pollset_set through to tcp setup | Craig Tiller | 2015-05-08 |
| | | | | | |||
| | * | | | Merge pull request #1522 from nicolasnoble/better-win32-orphans | Jan Tattermusch | 2015-05-08 |
| | |\ \ \ | | | | | | | | | | | | | Better win32 orphans and event support. | ||
* | | | | | | Plumb pollset_set through setup pipeline | Craig Tiller | 2015-05-08 |
| | | | | | | |||
* | | | | | | Compile fix | Craig Tiller | 2015-05-08 |
| | | | | | | |||
* | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-08 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #1511 from ctiller/i-forgot-stuff | Yang Gao | 2015-05-08 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix potential leak | ||
| * \ \ \ \ \ | Merge pull request #1520 from ctiller/cancel-after-invoke | Yang Gao | 2015-05-08 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | If we have closed the transport, dont try reading | ||
| | | | | | | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 |
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc | ||
| | | | | * | | | Further Windows fixes. | Nicolas "Pixel" Noble | 2015-05-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Properly flagging our endpoints as non-blocking. -) Accounting for the custom events. -) Restoring the on-error portion of read and write. -) Better accounting of the outstanding reads and writes. -) Various minor cleanups. | ||
| | * | | | | | | If we have closed the transport, dont try reading | Craig Tiller | 2015-05-07 |
| | | | | | | | | |||
| * | | | | | | | Merge pull request #1502 from ctiller/check-on-headers | Eric Anderson | 2015-05-07 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Validate that headers contain legal bytes | ||
* | | | | | | | | | Start mixing in pollset_set to child_channel | Craig Tiller | 2015-05-07 |
| | | | | | | | | | |||
* | | | | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backup | Craig Tiller | 2015-05-07 |
|\| | | | | | | | | |||
| * | | | | | | | | Merge pull request #1503 from ctiller/dont-signal-me | Nicolas Noble | 2015-05-07 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Eliminate need for SIGPIPE handling | ||
| | | | | * | | | | | Fix potential leak | Craig Tiller | 2015-05-07 |
| | | | | | | | | | | |||
| | | | | | | * | | | A few win32 fixes. | Nicolas "Pixel" Noble | 2015-05-07 |
| | | | | | |/ / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Better handling of orphaned sockets by tracking the pending operations in it, instead of the layer above. -) Ignoring after-shutdown operations. | ||
| | | | | | * | | | Adding support for per call credentials in core. | Julien Boeuf | 2015-05-07 |
| | | | | |/ / / | |||
| | | | | | | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-07 |
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| | | |||
| | | | | | * | | Merge github.com:grpc/grpc into do-the-right-thing-put-it-in-a-bin | Craig Tiller | 2015-05-07 |
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| | | |||
| | | * | | | | | Merge github.com:grpc/grpc into check-on-headers | Craig Tiller | 2015-05-07 |
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | | | |||
| | * | | | | | | Merge github.com:grpc/grpc into dont-signal-me | Craig Tiller | 2015-05-07 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||
| * | / | | | | | Cleanup unlock() a little | Craig Tiller | 2015-05-07 |
| | |/ / / / / | |/| | | | | | |||
* | | | | | | | Initial pollset_set_posix implementation | Craig Tiller | 2015-05-07 |
| | | | | | | | |||
* | | | | | | | Initial pollset_set design sketch | Craig Tiller | 2015-05-07 |
| | | | | | | | |||
* | | | | | | | Remove backup pollset | Craig Tiller | 2015-05-06 |
| |_|_|/ / / |/| | | | | | |||
| | * | | | | Eliminate need for SIGPIPE handling | Craig Tiller | 2015-05-06 |
| |/ / / / |/| | | | | |||
| | * | | | Validate that headers contain legal bytes | Craig Tiller | 2015-05-06 |
| |/ / / |/| | | | |||
| | * | | Throw away queued messages on error | Craig Tiller | 2015-05-06 |
| |/ / |/| | | |||
| * | | Fix: Server side call with both streams closed doesnt get properly finalized | Jan Tattermusch | 2015-05-06 |
|/ / | |||
| * | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 |
| | | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | ||
* | | Added important (!) profiling mark. | David Garcia Quintas | 2015-05-05 |
| | | | | | | | | | | | | It's meant to have a special status in the analysis, whereby latencies from important marks to all their enclosing BEGIN ({) and END (}) markings will be measured. | ||
* | | Merge pull request #1395 from ctiller/swappy | David G. Quintas | 2015-05-05 |
|\ \ | |/ |/| | Optimize a few core routines | ||
* | | Merge pull request #1447 from ctiller/magical-void-pointers | jboeuf | 2015-05-05 |
|\ \ | | | | | | | Add per-call context pointer API | ||
* \ \ | Merge pull request #1464 from yang-g/init | Craig Tiller | 2015-05-05 |
|\ \ \ | | | | | | | | | Expose max message size at the server side. | ||
* \ \ \ | Merge pull request #1466 from ctiller/seqno2 | Yang Gao | 2015-05-04 |
|\ \ \ \ | | | | | | | | | | | Handle stream number exhaustion correctly |