aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-05-03
|\
| * 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
| * \ 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
* | | | | | Unifying error handling within coreGravatar Craig Tiller2016-04-28
| | | | | |
| | | | | * 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.
| | | | | | | * 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 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 memory leak on disconnectionGravatar Craig Tiller2016-04-23
| | | | | |
| | | * | | Refactor.Gravatar Nicolas "Pixel" Noble2016-04-23
| | | | | |
* | | | | | Fix hanging call bugGravatar Craig Tiller2016-04-22
| | | | | |
* | | | | | 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
| | | | | |
| * | | | | 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 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
| | |_|/ / / / | |/| | | | |
| | * | | | | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | application handle the authentication.
| | | | | * | remove defaut case in grpc_call_error_to_stringGravatar Yuchen Zeng2016-04-19
| | | | | | |
| | | | | * | Provide a function that converts grpc_call_error values into a stringGravatar Yuchen Zeng2016-04-15
| | | |_|/ / | | |/| | |
| | | | * | Reverting changes in string_win32.c, as we're going to use posix strings for ↵Gravatar Nicolas "Pixel" Noble2016-04-16
| | | | | | | | | | | | | | | | | | | | | | | | msys.
| * | | | | explicit convert severity to a signed typeGravatar Yuchen Zeng2016-04-15
| | | | | |
* | | | | | Add lame ping supportGravatar Craig Tiller2016-04-15
| | | | | |
| * | | | | remove barrierGravatar Yuchen Zeng2016-04-15
| | | | | |
| * | | | | Add knob for default core output verbosityGravatar Yuchen Zeng2016-04-15
| |/ / / /
| | | * | Moving headers around.Gravatar Nicolas "Pixel" Noble2016-04-15
| | | | |
| | | * | clang-format.Gravatar Nicolas "Pixel" Noble2016-04-15
| | | | |