aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Fix accept_stream being called post-channel deletionGravatar Craig Tiller2016-03-03
| | | | | | | - Have the server clear the accept_stream callback prior to destroying the channel (required a small transport op protocol change) - Have the transport not enact transport ops until parsing is completed (prevents accept_stream from disappearing mid-parse)
* Always ref writable streamsGravatar Craig Tiller2016-03-02
| | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing.
* Fix esan detected race in subchannel stateGravatar Craig Tiller2016-03-01
|
* Merge pull request #5441 from a-veitch/no_binary_tagsGravatar Bogdan Drutu2016-02-29
|\ | | | | Remove binary tags, restrict tag characters to ASCII
| * add checking of character valuesGravatar Alistair Veitch2016-02-26
| |
* | clang-formatGravatar Craig Tiller2016-02-25
| |
* | Fix copyrightsGravatar Craig Tiller2016-02-25
| |
* | Fix merge error made at some pointGravatar Craig Tiller2016-02-25
| |
* | Revert "Revert "Add an implementation firewall against pollset_set""Gravatar Craig Tiller2016-02-25
| |
* | Revert "Add an implementation firewall against pollset_set"Gravatar Vijay Pai2016-02-25
| |
* | Merge github.com:grpc/grpc into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|\ \
| * \ Merge pull request #5408 from jboeuf/server_security_connectorGravatar Yang Gao2016-02-25
| |\ \ | | | | | | | | Have a dedicated server security connector.
* | \ \ Merge branch 'hide-the-pollset' into hide-the-pollset-setGravatar Craig Tiller2016-02-25
|\ \ \ \
| | * \ \ Merge pull request #5293 from dgquintas/alarm_cppGravatar Vijay Pai2016-02-25
| | |\ \ \ | | | | | | | | | | | | Made Alarm's constructor a template for deadline
| | * \ \ \ Merge pull request #5307 from ctiller/hide-the-workerGravatar Vijay Pai2016-02-25
| | |\ \ \ \ | | | | | | | | | | | | | | Change pollset_work signature to allow moving grpc_pollset_worker to implementation
| | | | | | * eliminate binary tagsGravatar Alistair Veitch2016-02-25
| | | | | | |
| * | | | | | Fix windowsGravatar Craig Tiller2016-02-25
| | | | | | |
| * | | | | | Change pollset mutex ownershipGravatar Craig Tiller2016-02-25
| | | | | | |
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into server_security_connectorGravatar Julien Boeuf2016-02-25
| | | | | |\ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge github.com:grpc/grpc into hide-the-pollsetGravatar Craig Tiller2016-02-25
| |\| | | | |
| | * | | | | clang-format all the things.Gravatar Nicolas "Pixel" Noble2016-02-25
| | | | | | |
| | | | | * | Have a dedicated server security connector.Gravatar Julien Boeuf2016-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That was overdue and the handshake is now slightly different for clients (channels) and servers.
| | * | | | | Fix bugGravatar Craig Tiller2016-02-24
| | | | | | |
| | * | | | | Merge github.com:grpc/grpc into 44Gravatar Craig Tiller2016-02-24
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #5390 from ctiller/tls_initGravatar Vijay Pai2016-02-24
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | Properly initialize TLS var
| | * | | | | | Merge github.com:grpc/grpc into 44Gravatar Craig Tiller2016-02-24
| | |\| | | | |
| | | * | | | | Merge pull request #5365 from ctiller/naming-crisisGravatar Nicolas Noble2016-02-24
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a sanity test to ensure that name aliasing rules are obeyed
| | | | | * | | | Properly initialize TLS varGravatar Craig Tiller2016-02-24
| | | | |/ / / / | | | |/| | | |
* | | / | | | | Add an implementation firewall against pollset_setGravatar Craig Tiller2016-02-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | So multiple implementations can exist in one binary
* | | | | | | Merge branch 'hide-the-worker' into hide-the-pollsetGravatar Craig Tiller2016-02-24
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Port pollset worker changes to windowsGravatar Craig Tiller2016-02-24
| | | | | | |
| * | | | | | Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-24
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | updated generated lb proto code to latest nanopb versionGravatar David Garcia Quintas2016-02-23
| | | | | | |
| | | | * | | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Add fallback for secure_getenv (again)Gravatar Craig Tiller2016-02-23
| | | | |_|/ | | | |/| |
| | | | * | Fix copyrightsGravatar Craig Tiller2016-02-23
| | | | | |
| | | | | * Merge branch 'master' of github.com:grpc/grpc into alarm_cppGravatar David Garcia Quintas2016-02-22
| | | | | |\ | | | | |_|/ | | | |/| |
| | * | | | Merge github.com:grpc/grpc into fix-proto-dockerGravatar Craig Tiller2016-02-22
| | |\| | |
| | | | * | Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-22
| | | | |\ \ | | | | |/ / | | | |/| |
| | | | * | Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
| | | | |\ \
| * | | | \ \ Merge github.com:grpc/grpc into hide-the-workerGravatar Craig Tiller2016-02-22
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #5350 from yang-g/stalled_by_transport_raceGravatar Craig Tiller2016-02-22
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fix race between add_writing_stalled and destroy stream
| | | | | | | * PR comments addressedGravatar David Garcia Quintas2016-02-22
| | | | | | | |
| | * | | | | | Merge pull request #5347 from yang-g/check_error_in_readGravatar Sree Kuchibhotla2016-02-22
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | Discard the read buffer on stream error
| | * | | | | | Merge pull request #5257 from ctiller/cleaner-posixGravatar Vijay Pai2016-02-22
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | Separate timer checking from pollsets
| | | | | | | * Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
| | | | | | | |
| | * | | | | | rename census log files to avoid build breakage on MacOSGravatar Alistair Veitch2016-02-22
| | | |_|_|_|/ | | |/| | | |
| | | | | * | Fix race between add_writing_stalled and destroy streamGravatar yang-g2016-02-22
| | | |_|/ / | | |/| | |
| | | | * | Discard the read buffer on stream errorGravatar yang-g2016-02-22
| | | |/ / | | |/| |
| | * | | Merge pull request #5258 from vjpai/poll_override2Gravatar Craig Tiller2016-02-21
| | |\ \ \ | | | | | | | | | | | | Avoid a race when overriding default poll function