aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
| | | | | * | more code review commentsGravatar Sree Kuchibhotla2018-07-10
| | | | | * | Fix typoGravatar Sree Kuchibhotla2018-07-10
| | | | | * | address code review comemntsGravatar Sree Kuchibhotla2018-07-10
* | | | | | | fix potential race condition in ALTS integrity-only extra-copy modeGravatar jiangtaoli20162018-07-10
| |/ / / / / |/| | | | |
| * | | | | Do not start timer if transport is closed.Gravatar yang-g2018-07-10
|/ / / / /
| | * | | add a TODOGravatar Jan Tattermusch2018-07-10
| | * | | explain the shutdown hooks in detailGravatar Jan Tattermusch2018-07-10
| | * | | Remove C# shutdown hook on .NET CoreGravatar Chris Bacon2018-07-10
| | | * | Move executor implementation into GrpcExecutor classGravatar Sree Kuchibhotla2018-07-09
| |_|/ / |/| | |
* | | | Upmerge v1.13.x into masterGravatar Mehrdad Afshari2018-07-09
|\ \ \ \ | | |/ / | |/| |
* | | | Merge pull request #15906 from ncteisen/channelzGravatar Noah Eisen2018-07-09
|\ \ \ \
* \ \ \ \ Merge pull request #15919 from AspirinSJL/reorderGravatar Juanli Shen2018-07-06
|\ \ \ \ \
| | * | | | Reviewer feedbackGravatar ncteisen2018-07-06
| | * | | | Write ClientChannelNode in terms of client_channelGravatar ncteisen2018-07-06
| | * | | | Change pattern to have subtype do json populationGravatar ncteisen2018-07-06
| | * | | | Fix the muddled linkeage of channelzGravatar ncteisen2018-07-06
| |/ / / / |/| | | |
| | | * | Fixed ordering in adding pending picks to RRGravatar David Garcia Quintas2018-07-06
| |_|/ / |/| | |
* | | | Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ \ \ \
* \ \ \ \ Merge pull request #15879 from hcaseyal/client_auth_allocationGravatar hcaseyal2018-07-03
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #15771 from ncteisen/serializationGravatar Noah Eisen2018-07-03
|\ \ \ \ \ \
| | | * | | | minor fixGravatar Yihua Zhang2018-07-03
| | | * | | | finished 2nd revisionGravatar Yihua Zhang2018-07-03
| | | * | | | Merge remote-tracking branch 'upstream/master' into local_channel_credentialsGravatar Yihua Zhang2018-07-03
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
| | * | | | | Allocate on call arena in client_auth_filterGravatar Hope Casey-Allen2018-07-03
* | | | | | | Merge branch 'master' into kerrick-lyft-patch-1Gravatar Kerrick Staley2018-07-02
|\ \ \ \ \ \ \
| | | | * | | | finished 1st revisionGravatar Yihua Zhang2018-07-02
| | | | * | | | implement loca credentialsGravatar Yihua Zhang2018-07-02
| | |_|/ / / / | |/| | | | |
| | | | * | | Reorder steps when starting a serverGravatar Juanli Shen2018-06-30
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #15883 from hcaseyal/remove_server_auth_allocationGravatar hcaseyal2018-06-30
| |\ \ \ \ \
| | * | | | | Remove auth_context from call data. Use channel data auth context insteadGravatar Hope Casey-Allen2018-06-29
| | * | | | | Fix macro error and clang tidyGravatar Hope Casey-Allen2018-06-29
| | * | | | | Remove allocation in server_auth_filterGravatar Hope Casey-Allen2018-06-29
| | | * | | | s/CodegenGeneric/Raw/gGravatar ncteisen2018-06-28
| * | | | | | refactor extra-copy integrity-only protectorGravatar jiangtaoli20162018-06-28
| |/ / / / /
| * | | | | Merge pull request #15891 from markdroth/subchannel_alignment_fixGravatar Mark D. Roth2018-06-28
| |\ \ \ \ \
| | | * \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
| | | |\ \ \ \
| * | | | | | | Allow extra copy in zero-copy protector integrity-only modeGravatar jiangtaoli20162018-06-27
| | |_|/ / / / | |/| | | | |
| | | | | * | Regenerate projectsGravatar Srini Polavarapu2018-06-27
| | | | | | * tcp_posix.cc: adhere to IOV_MAX in tcp_flushGravatar Carter Sande2018-06-27
| | |_|_|_|/ | |/| | | |
| | * | | | Fix subchannel call to align its call stack (similar to 15b37ac for parent ca...Gravatar Mark D. Roth2018-06-27
| * | | | | timer manager: don't turn off threading in start_threads()Gravatar Eric Gribkoff2018-06-27
| | * | | | Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.Gravatar Mark D. Roth2018-06-27
| | | |/ / | | |/| |
| * | | | Merge pull request #15828 from apolcyn/fix_gcdGravatar apolcyn2018-06-26
| |\ \ \ \
| | | | | * PHP: add call invokerGravatar ZhouyihaiDing2018-06-26
| * | | | | Merge pull request #15777 from muxi/cfstream-docGravatar Muxi Yan2018-06-26
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #15848 from vjpai/thd_fixGravatar Vijay Pai2018-06-26
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #15838 from muxi/objc-channel-argsGravatar Muxi Yan2018-06-26
| |\ \ \ \ \ \ \
| | | | * | | | | Update link to network transition behavior docGravatar Muxi Yan2018-06-26
| * | | | | | | | Merge pull request #14650 from muxi/network-behavior-docGravatar Muxi Yan2018-06-26
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix grammarGravatar Muxi Yan2018-06-26