aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
...
| * | | | | Merge pull request #6394 from y-zeng/fix-5557Gravatar Yuchen Zeng2016-05-02
| |\ \ \ \ \ | | | | | | | | | | | | | | Explicitly cast constant value to gpr_atm
| * \ \ \ \ \ Merge pull request #6380 from ctiller/stress_failGravatar Nicolas Noble2016-05-02
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Stress test fixes
| | | | | | * \ Merge branch 'master' into limit_metadata_sizeGravatar Mark D. Roth2016-05-02
| | | | | | |\ \
| | | | | | * | | Changed writing code to honor the peer's header size limit setting.Gravatar Mark D. Roth2016-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed large_metadata test to only cover the case where both the client and server support large metadata; I will cover the other cases in separate tests in a subsequent commit.
* | | | | | | | | Turned load reporting into a pluginGravatar David Garcia Quintas2016-05-02
| | | | | | | | |
| | | | * | | | | Clang formatting fixesGravatar Makarand Dharmapurikar2016-05-01
| | | | | | | | |
| | | | * | | | | created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@Gravatar Makarand Dharmapurikar2016-05-01
| | | | | | | | |
| | | | * | | | | fixed clang formatingGravatar Makarand Dharmapurikar2016-05-01
| | | | | | | | |
| | | | * | | | | moved cronet_c_for_grpc.h in third_partyGravatar Makarand Dharmapurikar2016-05-01
| | | | | | | | |
| | | | * | | | | cronet wrapper codeGravatar Makarand Dharmapurikar2016-05-01
| | | | | |_|/ / | | | | |/| | |
| * | | / | | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Also add corpus entries that helped diagnose this bug
| | | | * | | format fixesGravatar Yuchen Zeng2016-04-29
| | | | | | |
| | | * | | | explicitly cast constant value to gpr_atmGravatar Yuchen Zeng2016-04-29
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-29
|\| | | | |
| | * | | | 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
| | * / / debug logging fixGravatar Yuchen Zeng2016-04-29
| |/ / /
| | * | Use HTTP/2 MAX_HEADER_LIST_SIZE setting instead of adding a new memberGravatar Mark D. Roth2016-04-29
| | | | | | | | | | | | | | | | in the grpc_chttp2_transport_parsing struct.
* | | | all good! missing end2end test for new lr filterGravatar David Garcia Quintas2016-04-29
| | | |
| | * | Mark stream as cancelled if we exceed the metadata size limit.Gravatar Mark D. Roth2016-04-28
| | | | | | | | | | | | | | | | Also take this opportunity to convert the seen_error field to a bool.
* | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-27
|\ \ \ \
| | | * | Initial attempt at adding support for max metadata size. Currently, theGravatar Mark D. Roth2016-04-27
| | |/ / | |/| | | | | | | | | | | | | | code does not seem to be properly causing the RPC to fail when the max size is exceeded.
| | * | Fix use-after-freeGravatar Craig Tiller2016-04-26
| | | |
| | * | Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
| | |\ \ | | |/ / | |/| |
| | | * Updated load balancer proto to v1Gravatar David Garcia Quintas2016-04-25
| | | |
| * | | Fix inf loopGravatar Craig Tiller2016-04-24
| | | |
| * | | Fix test bugs, expand corpusGravatar Craig Tiller2016-04-24
| | | |
| * | | Bug fixesGravatar Craig Tiller2016-04-23
| | | |
| * | | Expand corpusGravatar Craig Tiller2016-04-23
| |\ \ \ | | | |/ | | |/|
| * | | Fix locking bugGravatar Craig Tiller2016-04-23
| | | |
| * | | Fix memory leakGravatar Craig Tiller2016-04-23
| | | |
| * | | Fix memory leak on disconnectionGravatar Craig Tiller2016-04-23
| | | |
| * | | Fixup API changesGravatar Craig Tiller2016-04-21
| | | |
| * | | Merge github.com:grpc/grpc into api_fuzzerGravatar Craig Tiller2016-04-21
| |\ \ \
| | | * \ Merge branch 'master' of github.com:grpc/grpc into gcc6Gravatar David Garcia Quintas2016-04-21
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #6182 from ctiller/frenchmans-bayGravatar Nicolas Noble2016-04-20
| | |\ \ \ | | | | | | | | | | | | Fix crash in pick_first.c if all subchannels turn out to be bad
| | | | * | Casting fixes for gcc 6.0Gravatar David Garcia Quintas2016-04-19
| | | |/ / | | |/| |
| * | | | Dont crash retrieving peers of cancelled callsGravatar Craig Tiller2016-04-19
| | | | |
| | * | | Merge pull request #6203 from ctiller/dictionaryGravatar Nicolas Noble2016-04-18
| | |\ \ \ | | | | | | | | | | | | Add a dictionary for fuzzing
| | | * | | Expand corpus, fix crashGravatar Craig Tiller2016-04-18
| | | | | |
* | | | | | After addition of grpc_call_statsGravatar David Garcia Quintas2016-04-15
| | | | | |
| | | | * | Fix crashGravatar Craig Tiller2016-04-14
| | | |/ /
* | | | | Merge branch 'call_stats' into lr_hookGravatar David Garcia Quintas2016-04-14
|\ \ \ \ \
| * | | | | Done right this time...Gravatar David Garcia Quintas2016-04-14
| | | | | |
| * | | | | Added grpc_call_stats to the call stackGravatar David Garcia Quintas2016-04-14
| | |_|/ / | |/| | |
| | * | | Single thread fake name resolution for fuzzingGravatar Craig Tiller2016-04-13
| | | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-13
| | | |\ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'master' of github.com:grpc/grpc into lr_hookGravatar David Garcia Quintas2016-04-13
|\| | | |
| | * | | API fuzzerGravatar Craig Tiller2016-04-13
| |/ / /
| * | | Fix missing edgeGravatar Craig Tiller2016-04-11
| | | |
| | * | Factored out parse functions from sockaddr_resolverGravatar David Garcia Quintas2016-04-08
| |/ /