aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | 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
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #9532 from muxi/revert-cronet-header-dir-changeGravatar Muxi Yan2017-02-01
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
| * \ \ \ \ \ \ \ \ \ Merge pull request #9364 from rjshade/sanitizer_slowdownGravatar Yang Gao2017-01-31
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Replaces macros with methods for test timeout scaling
| | | | | | | * | | | | PHP: update examplesGravatar Stanley Cheung2017-01-31
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | | * | | | | | Refine error selection rulesGravatar Craig Tiller2017-01-31
| | | | | | | | | | |
| | | | | | | | * | | port #9505 to masterGravatar Muxi Yan2017-01-31
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | | * | | | | | | Move bidirectional_stream_c.h back to third_party/objective_c/CronetGravatar Muxi Yan2017-01-31
| | |/ / / / / / / | |/| | | | | | |
| | | | | | * | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-31
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | | * | | | | | Merge github.com:grpc/grpc into version3Gravatar Craig Tiller2017-01-31
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | | * | | | | Fix race detected by TSANGravatar Craig Tiller2017-01-31
| | |_|/ / / / / | |/| | | | | |
| | | | | | | * Update latency profiler to use (more appropriate) microbenchmarksGravatar Craig Tiller2017-01-31
| | | | | | | |
| * | | | | | | Merge pull request #9492 from stanley-cheung/php-update-codegen-psr4Gravatar Stanley Cheung2017-01-31
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | PHP: make tests runnable on both protobuf 3.1 and 3.2
| * \ \ \ \ \ \ \ Merge pull request #9390 from jtattermusch/csharp_utf8_messageGravatar Jan Tattermusch2017-01-31
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make C# status messages truly UTF8
| | | * | | | | | | Add commentsGravatar Stanley Cheung2017-01-31
| | | | | | | | | |
| | | | * | | | | | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
| | |_|/ / / / / / | |/| | | | | | |
| | | | | | | * | Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_APIGravatar Vizerai2017-01-30
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | * | | | | | PHP: make tests runnable on both protobuf 3.1 and 3.2Gravatar Stanley Cheung2017-01-30
| | |/ / / / / / | |/| | | | | |
| | | * | | | | Bump master version numbersGravatar Craig Tiller2017-01-30
| | | | |_|_|/ | | | |/| | |
| | | | | * | Accept and count deadline exceededGravatar Craig Tiller2017-01-30
| | | | | | |
| * | | | | | ran yapfGravatar David Garcia Quintas2017-01-30
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #9369 from yang-g/has_servicesGravatar Nicolas Noble2017-01-30
| |\ \ \ \ \ | | | | | | | | | | | | | | set has_services properly
| | | | | * | 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
* | | | | | | | Add modification warning to templated filesGravatar Muxi Yan2017-01-30
| | | | | | | |
| | | | * | | | allow utf8 encoded status messageGravatar Jan Tattermusch2017-01-30
| | | | | | | |
| | | | * | | | add test for utf8 statusGravatar Jan Tattermusch2017-01-30
| | | | | | | |
| * | | | | | | 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
| | | | | | | |