aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
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
* | | Fix bug where max_frame_size was ignoredGravatar Craig Tiller2016-04-30
| | | | | | | | | | | | Also add corpus entries that helped diagnose this bug
| | * explicitly cast constant value to gpr_atmGravatar Yuchen Zeng2016-04-29
| | |
* | | Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241Gravatar Nicolas Noble2016-04-29
|\ \ \ | |_|/ |/| | Fix a case whereby we leak a winsocket if we fail to connect
| | * 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
* | Merge pull request #6305 from dgquintas/compression_tracerGravatar Jan Tattermusch2016-04-29
|\ \ | | | | | | Added compression tracer
* | | Remove duplicate instance of grpc_global_wakeup_fdGravatar Paul Querna2016-04-29
| | |
* | | Merge pull request #2286 from ctiller/split-me-baby-one-more-timeGravatar Jan Tattermusch2016-04-28
|\ \ \ | | | | | | | | Further lock contention reduction for CHTTP2
* \ \ \ Merge pull request #6285 from dgquintas/fix_plugin_tracersGravatar Jan Tattermusch2016-04-28
|\ \ \ \ | | | | | | | | | | Init tracers after plugin registration
| | | | * clang-formatGravatar Craig Tiller2016-04-28
| | | | |
| | | | * Fix a case whereby we leak a winsocket if we fail to connectGravatar Craig Tiller2016-04-28
| | | | |
* | | | | Merge pull request #6196 from y-zeng/call-error-to-stringGravatar Craig Tiller2016-04-28
|\ \ \ \ \ | | | | | | | | | | | | Provide a function that converts grpc_call_error values into a string
* \ \ \ \ \ Merge pull request #6183 from nicolasnoble/msys-supportGravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding support for msys.
* \ \ \ \ \ \ Merge pull request #6295 from markdroth/content_type_semicolon2Gravatar Jan Tattermusch2016-04-27
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Change C implementation to not log an "Unexpected content-type" message when the header includes a semicolon.
| * | | | | | Fixed clang formatting problems.Gravatar Mark D. Roth2016-04-27
| | | | | | |
| * | | | | | Use cpp macros for the "application/grpc" string and its length.Gravatar Mark D. Roth2016-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove unnecessary strlen() call.
| | | | | * | Fix use-after-freeGravatar Craig Tiller2016-04-26
| | | | | | |
| | | | | | * Added compression tracerGravatar David Garcia Quintas2016-04-26
| | | | | | |
| | | | | * | Fix use-after-freeGravatar Craig Tiller2016-04-26
| | | | | | |
| | | | | * | Merge branch 'fix_metadata_refs' into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fix refcounting bug for mdstrsGravatar Craig Tiller2016-04-26
| |_|_|_|_|/ |/| | | | |
| * | | | | Change C implementation to not log an "Unexpected content-type" messageGravatar Mark D. Roth2016-04-26
|/ / / / / | | | | | | | | | | | | | | | when the header includes a semicolon.
| | | | * Merge github.com:grpc/grpc into split-me-baby-one-more-timeGravatar Craig Tiller2016-04-26
| | | | |\ | |_|_|_|/ |/| | | |
| | | * | Init tracers after plugin registrationGravatar David Garcia Quintas2016-04-25
| |_|/ / |/| | |
* | | | Merge pull request #6160 from ctiller/api_fuzzerGravatar Nicolas Noble2016-04-25
|\ \ \ \ | | | | | | | | | | Core API fuzzer
| * | | | Fix typoGravatar Craig Tiller2016-04-25
| | | | |
* | | | | Merge pull request #6105 from miselin/http-parser-allow-more-newlinesGravatar Jan Tattermusch2016-04-25
|\ \ \ \ \ | | | | | | | | | | | | Allow grpc_http_parser to optionally accept a wider range of line endings
| | * | | | Fix bugGravatar Craig Tiller2016-04-24
| | | | | |
| | * | | | Fix inf loopGravatar Craig Tiller2016-04-24
| | | | | |
| | * | | | Fix test bugs, expand corpusGravatar Craig Tiller2016-04-24
| | | | | |
| | * | | | Bug fixesGravatar Craig Tiller2016-04-23
| | | | | |
| | * | | | Make api_fuzzer mac readyGravatar 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
| | | | | |
| | | * | | Refactor.Gravatar Nicolas "Pixel" Noble2016-04-23
| | | | | |
| | * | | | Fix hanging call bugGravatar Craig Tiller2016-04-22
| | | | | |
* | | | | | Merge pull request #6224 from dgquintas/gcc6Gravatar Jan Tattermusch2016-04-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Casting fixes for gcc 6.0
| | | * | | | Fix bug causing calls to never completeGravatar Craig Tiller2016-04-22
| | | | | | |
| | | * | | | Fix memory leak in failed metadata preparationGravatar Craig Tiller2016-04-22
| | | | | | |
| | | * | | | Fix memory leak in failed metadata preparationGravatar Craig Tiller2016-04-22
| | | | | | |
| | | * | | | Expand corpus, fix crashGravatar Craig Tiller2016-04-21
| | | | | | |
| | | * | | | Fixup API changesGravatar Craig Tiller2016-04-21
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into strong-includesGravatar 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 #5958 from deepaklukose/skip_client_cert_verificationGravatar Jan Tattermusch2016-04-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add various options to verify ssl/tls client cert including letting the application handle the authentication.
| | | | * | | | | Allow grpc_http_parser to optionally accept a wider range of line endings.Gravatar Matthew Iselin2016-04-21
| | |_|/ / / / / | |/| | | | | |