aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-22
|\
| * Merge pull request #6969 from ctiller/stream_finishGravatar Jan Tattermusch2016-06-21
| |\ | | | | | | Fix errored streams prematurely terminating, add a test
| * \ Merge pull request #6966 from ctiller/get_settings_firstGravatar Jan Tattermusch2016-06-21
| |\ \ | | | | | | | | Force receiving a SETTINGS frame as the first frame
* | | | Fixed gpr_log format issuesGravatar Yuchen Zeng2016-06-20
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-20
|\ \ \ \
| | | | * Fix errored streams prematurely terminating, add a testGravatar Craig Tiller2016-06-20
| | |_|/ | |/| |
| | | * We dont need to account for parsing or not when writingGravatar Craig Tiller2016-06-20
| | | |
| | | * Force receiving a SETTINGS frame as the first frameGravatar Craig Tiller2016-06-20
| | |/ | |/|
| | * Fix memory leak upon receiving two RST_STREAMsGravatar Craig Tiller2016-06-20
| |/
| * Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
| |\ | | | | | | Unifying error handling within core
| * \ Merge pull request #6863 from vjpai/wheezyGravatar Jan Tattermusch2016-06-17
| |\ \ | | | | | | | | Make C++ compile and run under gcc-4.4
| * \ \ Merge pull request #6911 from ctiller/idempotent_endpoint_shutdownGravatar Jan Tattermusch2016-06-17
| |\ \ \ | | | | | | | | | | Idempotent endpoint shutdown
| | | | * clang-format codeGravatar Craig Tiller2016-06-17
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into handler_http_responseGravatar Yuchen Zeng2016-06-17
|\| | | |
| | | | * Cleanup spamGravatar Craig Tiller2016-06-17
| | | | |
| | | * | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-16
| | | | |\ | | |_|_|/ | |/| | |
| | | * | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
| | | |\ \
| * | | | | Fixed printf/gpr_log format.Gravatar David Garcia Quintas2016-06-15
| | |_|/ / | |/| | | | | | | | | | | | | The faulty line is behind a preprocessor define that isn't on by default.
| | | | * Fix merge errorsGravatar Craig Tiller2016-06-15
| | | | |
| | | | * Fix merge errorGravatar Craig Tiller2016-06-15
| | | | |
| | | | * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| | | | |\ | | | |_|/ | | |/| |
| | * | | Make {endpoint,fd}_shutdown idempotentGravatar Craig Tiller2016-06-15
| |/ / /
| * | | Merge pull request #6875 from y-zeng/log_checkGravatar Jan Tattermusch2016-06-14
| |\ \ \ | | | | | | | | | | Add format check for gpr_log and gpr_asprintf, add gpr_strpad
| | | | * Try to get some more debug infoGravatar Craig Tiller2016-06-14
| | | | |
| * | | | Merge pull request #6572 from y-zeng/base64_decodeGravatar Jan Tattermusch2016-06-14
| |\ \ \ \ | | | | | | | | | | | | Add base64 decoder
| | | | | * Fix use-after-freeGravatar Craig Tiller2016-06-14
| | | | | |
| | | | | * Handshake timeout implemented, and compilesGravatar Craig Tiller2016-06-14
| | | | | |
| | | * | | Rename gpr_strpad as gpr_leftpadGravatar Yuchen Zeng2016-06-13
| | | | | |
* | | | | | Add http2 status code in error_message if it's not 200Gravatar Yuchen Zeng2016-06-13
|/ / / / /
| | | | * Getting handshake timeouts in placeGravatar Craig Tiller2016-06-13
| | | | |
| | | * | Set back to the default log function after using an overrideGravatar Vijay Pai2016-06-13
| | | | |
| | | | * Attempt to fix bug breaking perf testsGravatar Craig Tiller2016-06-13
| | | | |
| | | | * Merge branch 'error' of https://github.com/ctiller/grpc into errorGravatar Craig Tiller2016-06-13
| | | | |\
| | | | | * small fixesGravatar Craig Tiller2016-06-13
| | | | | |
| | | | * | Merge branch 'fuzzing-hell' into errorGravatar Craig Tiller2016-06-10
| | | | |\ \ | |_|_|_|/ / |/| | | | / | | | | |/
| | * | | Merge remote-tracking branch 'upstream/master' into log_format_checkGravatar Yuchen Zeng2016-06-10
| | |\ \ \
| | * | | | Fix type mismatch for type_sizeGravatar Yuchen Zeng2016-06-10
| | | | | |
| | * | | | Fix gpr_log format mismatches in c++ testsGravatar Yuchen Zeng2016-06-10
| | | | | |
| | * | | | Restricted the check to GUNCGravatar Yuchen Zeng2016-06-10
| | | | | |
| | * | | | Add format check for gpr_log and gpr_asprintfGravatar Yuchen Zeng2016-06-10
| | | | | |
* | | | | | Fix fuzzing detected bugGravatar Craig Tiller2016-06-10
| |_|/ / / |/| | | |
| | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #6804 from ctiller/plugin_advertisementGravatar Jan Tattermusch2016-06-09
|\ \ \ \ \ | | | | | | | | | | | | Advertise transport selected in user-agent string
* \ \ \ \ \ Merge pull request #6753 from ctiller/fuzz-meGravatar Jan Tattermusch2016-06-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix server side memory leak
| | | | | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * Fix ipv4-only listeningGravatar Craig Tiller2016-06-09
| | | | | | |
| | | | | | * Merge branch 'error' of github.com:ctiller/grpc into errorGravatar Craig Tiller2016-06-09
| | | | | | |\
| | | | | | * | Fix somewhat obvious errorGravatar Craig Tiller2016-06-09
| | | | | | | |
* | | | | | | | Merge pull request #6773 from y-zeng/handler_http_responseGravatar Jan Tattermusch2016-06-09
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | On receiving an unexpected response, provide the reason in the error message of the returned status