aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
| | | | | * | Small fixesGravatar Craig Tiller2015-11-11
| | | | | | |
| | | | | * | Small fixesGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | | * | castingGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | | * | clang-formatGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | | * | Add missing castsGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | | * | Fix memory leakGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | | * | Add missing freeGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | | * | Fix use-after-freeGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | | * | First round changes to handle dynamic hpack table sizeGravatar Craig Tiller2015-11-10
| | | | | | |
| | | | * | | Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-11-09
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086.
| | | | * | Merge branch 'new_op' into hpack_fixGravatar Craig Tiller2015-11-08
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | CommentaryGravatar Craig Tiller2015-11-08
| | | | | |
| | | | | * header fix for windowsGravatar yang-g2015-11-07
| | | | | |
| | | | | * msan and windows fixGravatar yang-g2015-11-07
| | | | | |
| | * | | | Merge pull request #4031 from jtattermusch/win_precise_clockGravatar Craig Tiller2015-11-06
| | |\ \ \ \ | | | | | | | | | | | | | | Use QueryPerformanceCounter as precise clock for windows
| * | | | | | Sending empty trailing metadata to a closed stream is ok - it means close ↵Gravatar Craig Tiller2015-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this already closed stream
| * | | | | | Transport memory management fixesGravatar Craig Tiller2015-11-06
| | | | | | |
| * | | | | | Fix flow control for 0-byte messagesGravatar Craig Tiller2015-11-06
| | | | | | |
| | | | | | * add insecure versionGravatar yang-g2015-11-05
| | | | | | |
| | | | | | * first part, secure channel onlyGravatar yang-g2015-11-05
| | | |_|_|/ | | |/| | |
| * | | | | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-05
| |\| | | |
| | | | | * Merge github.com:grpc/grpc into hpack_fixGravatar Craig Tiller2015-11-04
| | | | | |\
| * | | | | \ Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Merge branch 'master' into protosplitGravatar vjpai2015-11-04
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #4013 from dgquintas/bb_readallGravatar Craig Tiller2015-11-04
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Added grpc_byte_buffer_reader_readall
| | | | | | | * Temporary patch for max table size not being implemented yetGravatar Craig Tiller2015-11-03
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'new_op' of github.com:ctiller/grpc into new_opGravatar Craig Tiller2015-11-03
| |\ \ \ \ \ \
| * | | | | | | Add a test with a large negative deadlineGravatar Craig Tiller2015-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mirrors a node test, and fix a bug that it found
| | * | | | | | Fix pollsets on WindowsGravatar Craig Tiller2015-11-03
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Needed to properly implement pollset reset
| | | | | * / use QueryPerformanceCounter as precise clock for windowsGravatar Jan Tattermusch2015-11-03
| | | |_|/ / | | |/| | |
* | / | | | Lower latency profilingGravatar Craig Tiller2015-11-03
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current latency profiles have their tails dominated by writing latency logs, which is hugely undesirable. Now when a thread log fills up, push it to a background thread to write to disk. At shutdown, wait for all latency traces to be flushed.
* | | | | Fix for returned statusGravatar Craig Tiller2015-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | If we already have a status from the wire when we're disconnecting, leave it in place - don't overwrite it. Fixes disappearing_server_test.
| | | * | Merge branch 'master' into protosplitGravatar vjpai2015-11-02
| | | |\ \ | | |_|/ / | |/| | |
* | | | | stream_op cleanup: miscellanyGravatar Craig Tiller2015-11-02
| | | | |
* | | | | stream_op cleanup: surface layerGravatar Craig Tiller2015-11-02
| | | | |
* | | | | stream_op cleanup: transport changesGravatar Craig Tiller2015-11-02
| | | | |
* | | | | stream_op cleanup: pollset changesGravatar Craig Tiller2015-11-02
| | | | |
* | | | | stream_op cleanup: iomgr closure, executor changesGravatar Craig Tiller2015-11-02
| | | | |
* | | | | stream_op cleanup: channel, client_config changesGravatar Craig Tiller2015-11-02
| | | | |
* | | | | stream_op cleanup: security changesGravatar Craig Tiller2015-11-02
|/ / / /
| | * | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
| | |\ \
* | | | | Fix nap condition for pollset wakeupGravatar Craig Tiller2015-11-02
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If: - one thread issues a kick forcing pollset re-evaluation - concurrently with a second thread forcing a specific poller to be awoken And: - both threads kicks are processed as a single wakeup Then: - since we enqueue nothing to the exec_ctx in this situation, we responded to the wakeup by doing another poll until the timeout, ignoring urgent work up the stack Fix this by flagging that a specific worker was designated to be awoken (since this is a good signal that we really really need to wake up), and use that to still re-evaluate the poll set, but with an immediate deadline so that we fall out of the poll loop as soon as possible.
| * | | Added grpc_byte_buffer_reader_readallGravatar David Garcia Quintas2015-10-30
|/ / /
| * | Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
* | | Fixed an inexplicable wrong handling of a lockGravatar David Garcia Quintas2015-10-23
| | |
| | * Addressing comments.Gravatar Julien Boeuf2015-10-20
| | | | | | | | | | | | | | | The composite channel credentials creation does not change the passed-in channel creds anymore.
* | | added grpc_client_uchannel_set_subchannel funcGravatar David Garcia Quintas2015-10-19
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into microchannelsGravatar David Garcia Quintas2015-10-19
|\| |
| * | Merge pull request #3726 from dgquintas/iomgr_executorGravatar Craig Tiller2015-10-19
| |\ \ | | | | | | | | Introducing grpc_executor, for all your threading needs
| | | * Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-10-17
| | | |\ | | |_|/ | |/| |