aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
Commit message (Collapse)AuthorAge
* Progress converting to new error systemGravatar Craig Tiller2016-05-05
|
* Merge branch 'credentials_refactoring' of github.com:jboeuf/grpc into errorGravatar Craig Tiller2016-05-05
|\
* | compile errorGravatar Craig Tiller2016-05-05
| |
* | Error handling progress in chttp2 transportGravatar Craig Tiller2016-05-05
| |
* | Error handling progress in chttp2 transportGravatar Craig Tiller2016-05-05
| |
* | Progress converting to new error systemGravatar Craig Tiller2016-05-04
| |
| * Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* | Merge branch 'error' of github.com:ctiller/grpc into errorGravatar Craig Tiller2016-05-04
|\ \
* | | Progress converting to new error systemGravatar Craig Tiller2016-05-04
| | |
| * | ProgressGravatar Craig Tiller2016-05-04
|/ /
* / ProgressGravatar Craig Tiller2016-05-03
|/
* Merge pull request #6380 from ctiller/stress_failGravatar Nicolas Noble2016-05-02
|\ | | | | Stress test fixes
* | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| | | | | | | | Also add corpus entries that helped diagnose this bug
| * Stress test fixesGravatar Craig Tiller2016-04-29
|/ | | | | | | | - properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data
* Fix use-after-freeGravatar Craig Tiller2016-04-26
|
* Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
|\
| * Fix test bugs, expand corpusGravatar Craig Tiller2016-04-24
| |
| * Expand corpusGravatar Craig Tiller2016-04-23
| |\
| * \ Merge github.com:grpc/grpc into api_fuzzerGravatar Craig Tiller2016-04-21
| |\ \
| | | * Casting fixes for gcc 6.0Gravatar David Garcia Quintas2016-04-19
| | |/
| | * Expand corpus, fix crashGravatar Craig Tiller2016-04-18
| | |
| * | API fuzzerGravatar Craig Tiller2016-04-13
| |/
| * Fix missing edgeGravatar Craig Tiller2016-04-11
| |
| * Merge pull request #6106 from ctiller/server_fixGravatar Nicolas Noble2016-04-07
| |\ | | | | | | Expand corpus, fix crash
| * \ Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-07
| |\ \
| | | * clang-fmtGravatar Craig Tiller2016-04-06
| | | |
| | | * Expand corpus, fix crashGravatar Craig Tiller2016-04-06
| | | |
| | * | Merge pull request #6029 from yang-g/hpack_tableGravatar Nicolas Noble2016-04-06
| | |\ \ | | | |/ | | |/| Use base64 encoded length for decoder table size calculation of binary headers
| * | | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
| |\| |
* | | | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-06
|\ \ \ \ | | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-06
|\ \ \ \
| | | * | Fix include guardsGravatar Craig Tiller2016-04-06
| | | | |
| | * | | Merge github.com:grpc/grpc into e2efuzzGravatar Craig Tiller2016-04-06
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Nailing down dependencies betterGravatar Craig Tiller2016-04-05
| | | | |
| | | * | Getting dependencies fixed upGravatar Craig Tiller2016-04-05
| | |/ / | |/| |
| | | * Merge branch 'master' into hpack_tableGravatar Yang Gao2016-04-05
| | | |\
| | * | | Fix stream id order handlingGravatar Craig Tiller2016-04-04
| | | | |
* | | | | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-04
|\ \ \ \ \
| | | * | | Add a test demonstrating forced closure of a stream, and make it workGravatar Craig Tiller2016-04-04
| | |/ / / | |/| | |
| | | * | Merge branch 'master' into hpack_tableGravatar Yang Gao2016-04-04
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'subchannel_factory_create_lb_channel' of ↵Gravatar Craig Tiller2016-04-01
| | |\ \ \ | | | | |/ | | | |/| | | | | | github.com:dgquintas/grpc into ccmerge
| | | * | Merge branch 'master' into subchannel_factory_create_lb_channelGravatar David G. Quintas2016-04-01
| | | |\ \ | | |_|/ / | |/| | |
| | | * | added grpc_client_channel_type for the creation of client channelsGravatar David Garcia Quintas2016-04-01
| | | | |
| | * | | clang-fmtGravatar Craig Tiller2016-04-01
| | | | |
| | * | | Merge branch 'optionalize_resolvers' into optionalize_client_configGravatar Craig Tiller2016-04-01
| | |\ \ \ | | |/ / / | |/| | |
| | | | * Merge branch 'master' into hpack_tableGravatar Yang Gao2016-04-01
| | | | |\
| | | * | \ Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar David Garcia Quintas2016-03-31
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | subchannel_factory_create_lb_channel
| * | | | | clang-fmtGravatar Craig Tiller2016-03-31
| | | | | |
| | * | | | Reposition files to optionalize client_config systemGravatar Craig Tiller2016-03-31
| |/ / / /
* | | | | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-03-31
|\ \ \ \ \ | | |_|/ / | |/| | |