aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
...
| | | * | | | Improve sync streaming benchmark, fix deadlock that can occur sometimesGravatar Craig Tiller2017-02-01
| | | | | | |
| * | | | | | Merge pull request #9429 from Vizerai/trace_context_protoGravatar Jim King2017-02-01
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Updated trace_context.proto and associated files.
| | * | | | | Updated trace_context.proto and associated files.Gravatar Vizerai2017-02-01
| | | | | | |
| | | | * | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #9529 from ctiller/raceyGravatar Craig Tiller2017-02-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix race detected by TSAN
| | | | * | | | windows compilation fixesGravatar Jan Tattermusch2017-02-02
| | |_|/ / / / | |/| | | | |
* | | | | | | Make sure grpc_secure_channel_create() never returns NULL.Gravatar Mark D. Roth2017-02-01
| | | | | | |
| * | | | | | Fix conditionalGravatar Craig Tiller2017-02-01
| | | | | | |
* | | | | | | Fix asan bug.Gravatar Mark D. Roth2017-02-01
| | | | | | |
| * | | | | | Fix fuzzing detected crashGravatar Craig Tiller2017-02-01
| | | | | | |
| * | | | | | Merge pull request #9513 from ctiller/version3Gravatar Craig Tiller2017-02-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump master version numbers
| | | | | * \ \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-01
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Check for target being NULL in client channel factory.Gravatar Mark D. Roth2017-02-01
| | | | | | | |
* | | | | | | | Fix fuzzer-detected failure.Gravatar Mark D. Roth2017-02-01
| | | | | | | |
| * | | | | | | Dont crash on API errorsGravatar Craig Tiller2017-02-01
| | | | | | | |
* | | | | | | | Use full URI for resolver.Gravatar Mark D. Roth2017-02-01
| | | | | | | |
* | | | | | | | Fix client channel code to parse server URI from channel arg.Gravatar Mark D. Roth2017-02-01
| | | | | | | |
* | | | | | | | Canonify server URI when setting the channel arg.Gravatar Mark D. Roth2017-02-01
|/ / / / / / /
| | * | | | | Refine error selection rulesGravatar Craig Tiller2017-01-31
| | | | | | |
* | | | | | | Move bidirectional_stream_c.h back to third_party/objective_c/CronetGravatar Muxi Yan2017-01-31
| | | | | | |
| | * | | | | Fix race detected by TSANGravatar Craig Tiller2017-01-31
| |/ / / / / |/| | | | |
| | | | | * Update latency profiler to use (more appropriate) microbenchmarksGravatar Craig Tiller2017-01-31
| |_|_|_|/ |/| | | |
| | | | * Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_APIGravatar Vizerai2017-01-30
| | | | |\ | |_|_|_|/ |/| | | |
| * | | | Bump master version numbersGravatar Craig Tiller2017-01-30
|/ / / /
| | * | Accept and count deadline exceededGravatar Craig Tiller2017-01-30
| | | |
| | * | Fix bugsGravatar Craig Tiller2017-01-30
| | | |
| | * | Fix failures in fuzzing testsGravatar Craig Tiller2017-01-30
| | | |
| | * | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-30
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #9486 from ctiller/but-whyGravatar Craig Tiller2017-01-30
|\ \ \ \ | | | | | | | | | | Record why an FD was shutdown
* | | | | Fix fuzzing detected failureGravatar Craig Tiller2017-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | If both :authority and host appear in client initial headers, we either leak (in opt builds) or crash (in dbg).
* | | | | Remove a duplicated gpr_freeGravatar Muxi Yan2017-01-29
| | | | |
* | | | | Merge pull request #8464 from y-zeng/str_lengthGravatar Craig Tiller2017-01-27
|\ \ \ \ \ | | | | | | | | | | | | Check the length of unix socket path name
| | | | * | Fix bugs with TCPGravatar Craig Tiller2017-01-27
| | | | | |
| | | | * | Fix validation, stream window update edge triggeringGravatar Craig Tiller2017-01-27
| | | | | |
| | | | * | Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
| | | | |\ \ | |_|_|_|/ / |/| | | | |
| | | | * | Bug fixes, tracing for bdp estimationGravatar Craig Tiller2017-01-27
| | | | | |
| | | | | * Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_APIGravatar Vizerai2017-01-27
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| | * | | | clang-formatGravatar Craig Tiller2017-01-27
| | | | | |
| | * | | | Merge branch 'but-why' of github.com:ctiller/grpc into but-whyGravatar Craig Tiller2017-01-27
| | |\ \ \ \
| | | * | | | Update TCP WindowsGravatar Craig Tiller2017-01-27
| | | | | | |
| | * | | | | Update nodeGravatar Craig Tiller2017-01-27
| | |/ / / /
| | * / / / Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| |/ / / / |/| | | | | | | | | | | | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
| | | * | Better ping mgmtGravatar Craig Tiller2017-01-27
| | | | |
* | | | | Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ \ \ \ \ | | | | | | | | | | | | Re-integrate metadata handling changes
| | | | * | Target 2x BDPGravatar Craig Tiller2017-01-27
| | | | | |
| * | | | | Add commentGravatar Craig Tiller2017-01-27
| | | | | |
* | | | | | Merge pull request #9477 from markdroth/service_config_max_message_size_fixGravatar Mark D. Roth2017-01-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Accept max message size JSON values as either strings or numbers.
| | | | | * | Be more lazy about stream flow control updatesGravatar Craig Tiller2017-01-27
| | | | | | |
| | | | | | * update.Gravatar Vizerai2017-01-26
| | | | | | |
| | | | | * | Be more lazy about stream flow control updatesGravatar Craig Tiller2017-01-26
| | | | | | |