aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Minor cleanupGravatar Craig Tiller2015-05-11
|
* Add new fds to server pollsets (for now)Gravatar Craig Tiller2015-05-11
|
* Move state update to ack, to prevent racesGravatar Craig Tiller2015-05-11
|
* Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' into ↵Gravatar Craig Tiller2015-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 testsGravatar Craig Tiller2015-05-11
| |
* | More plumbing work through creds frameworkGravatar Craig Tiller2015-05-11
| |
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-11
|\ \
| * | Msys2 fixes, and compilation instructions.Gravatar Nicolas "Pixel" Noble2015-05-10
| | |
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | | |/ | |/|
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc
| * | | Addressing comments.Gravatar Julien Boeuf2015-05-08
| | | |
| * | | Merging with master.Gravatar Julien Boeuf2015-05-08
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #1500 from ctiller/do-the-right-thing-put-it-in-a-binGravatar Abhishek Kumar2015-05-08
| | |\ \ | | | | | | | | | | Throw away queued messages on error
* | | | | Wire up google_default_credentials/http_cliGravatar Craig Tiller2015-05-08
| | | | |
* | | | | Make posix tcp client add itself to interested parties when neededGravatar Craig Tiller2015-05-08
| | | | |
* | | | | Plumb pollset_set through to tcp setupGravatar Craig Tiller2015-05-08
| | | | |
| | * | | Merge pull request #1522 from nicolasnoble/better-win32-orphansGravatar Jan Tattermusch2015-05-08
| | |\ \ \ | | | | | | | | | | | | Better win32 orphans and event support.
* | | | | | Plumb pollset_set through setup pipelineGravatar Craig Tiller2015-05-08
| | | | | |
* | | | | | Compile fixGravatar Craig Tiller2015-05-08
| | | | | |
* | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-08
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1511 from ctiller/i-forgot-stuffGravatar Yang Gao2015-05-08
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix potential leak
| * \ \ \ \ \ Merge pull request #1520 from ctiller/cancel-after-invokeGravatar Yang Gao2015-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-streamGravatar Craig Tiller2015-05-08
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/server/server.cc
| | | | | * | | Further Windows fixes.Gravatar Nicolas "Pixel" Noble2015-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 readingGravatar Craig Tiller2015-05-07
| | | | | | | |
| * | | | | | | Merge pull request #1502 from ctiller/check-on-headersGravatar Eric Anderson2015-05-07
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Validate that headers contain legal bytes
* | | | | | | | | Start mixing in pollset_set to child_channelGravatar Craig Tiller2015-05-07
| | | | | | | | |
* | | | | | | | | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-07
|\| | | | | | | |
| * | | | | | | | Merge pull request #1503 from ctiller/dont-signal-meGravatar Nicolas Noble2015-05-07
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Eliminate need for SIGPIPE handling
| | | | | * | | | | Fix potential leakGravatar Craig Tiller2015-05-07
| | | | | | | | | |
| | | | | | | * | | A few win32 fixes.Gravatar Nicolas "Pixel" Noble2015-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.Gravatar Julien Boeuf2015-05-07
| | | | | |/ / /
| | | | | | | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-07
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| |
| | | | | | * | Merge github.com:grpc/grpc into do-the-right-thing-put-it-in-a-binGravatar Craig Tiller2015-05-07
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| |
| | | * | | | | Merge github.com:grpc/grpc into check-on-headersGravatar Craig Tiller2015-05-07
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | * | | | | | Merge github.com:grpc/grpc into dont-signal-meGravatar Craig Tiller2015-05-07
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| * | / | | | | Cleanup unlock() a littleGravatar Craig Tiller2015-05-07
| | |/ / / / / | |/| | | | |
* | | | | | | Initial pollset_set_posix implementationGravatar Craig Tiller2015-05-07
| | | | | | |
* | | | | | | Initial pollset_set design sketchGravatar Craig Tiller2015-05-07
| | | | | | |
* | | | | | | Remove backup pollsetGravatar Craig Tiller2015-05-06
| |_|_|/ / / |/| | | | |
| | * | | | Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
| |/ / / / |/| | | |
| | * | | Validate that headers contain legal bytesGravatar Craig Tiller2015-05-06
| |/ / / |/| | |
| | * | Throw away queued messages on errorGravatar Craig Tiller2015-05-06
| |/ / |/| |
| * | Fix: Server side call with both streams closed doesnt get properly finalizedGravatar Jan Tattermusch2015-05-06
|/ /
| * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
| | | | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time.
* | Added important (!) profiling mark.Gravatar David Garcia Quintas2015-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/swappyGravatar David G. Quintas2015-05-05
|\ \ | |/ |/| Optimize a few core routines
* | Merge pull request #1447 from ctiller/magical-void-pointersGravatar jboeuf2015-05-05
|\ \ | | | | | | Add per-call context pointer API
* \ \ Merge pull request #1464 from yang-g/initGravatar Craig Tiller2015-05-05
|\ \ \ | | | | | | | | Expose max message size at the server side.
* \ \ \ Merge pull request #1466 from ctiller/seqno2Gravatar Yang Gao2015-05-04
|\ \ \ \ | | | | | | | | | | Handle stream number exhaustion correctly