aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Expand)AuthorAge
* Merge pull request #9660 from ctiller/c3Gravatar Craig Tiller2017-02-16
|\
* \ Merge pull request #9648 from dgquintas/lr_sans_mdGravatar David G. Quintas2017-02-16
|\ \
* \ \ Merge pull request #9720 from ctiller/fcGravatar Craig Tiller2017-02-15
|\ \ \
* \ \ \ Merge github.com:grpc/grpc into bm_trickleGravatar Craig Tiller2017-02-15
|\ \ \ \
| | * | | Add some tracingGravatar Craig Tiller2017-02-15
| | * | | Possible connection window flow control improvementsGravatar Craig Tiller2017-02-15
| |/ / /
| | | * Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
| * | | Add new dummy Cronet APIGravatar Muxi Yan2017-02-14
| | | * Review nitsGravatar Craig Tiller2017-02-14
| | | * Add commentaryGravatar Craig Tiller2017-02-14
| | | * Simplify loopGravatar Craig Tiller2017-02-14
| | | * s/transport_private/handler_private -- use is no longer restricted to transportsGravatar Craig Tiller2017-02-14
| * | | Merge remote-tracking branch 'upstream/master' into packet-coalescing-coreGravatar Muxi Yan2017-02-14
| |\ \ \
* | | | | Add a test that measures flow control stalls in a deterministic wayGravatar Craig Tiller2017-02-13
| |/ / / |/| | |
| | * | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
| |/ / |/| |
* | | Merge pull request #9578 from markdroth/http_connect_uds_fixGravatar Mark D. Roth2017-02-10
|\ \ \
| | | * Merge fixupGravatar Craig Tiller2017-02-09
| | | * Merge github.com:grpc/grpc into c3Gravatar Craig Tiller2017-02-09
| | | |\ | |_|_|/ |/| | |
* | | | Add debug macrosGravatar Craig Tiller2017-02-09
* | | | Make combiners refcounted, to facilitate sharingGravatar Craig Tiller2017-02-09
| | | * Fix leaksGravatar Craig Tiller2017-02-09
| | | * Fix leak in client_channelGravatar Craig Tiller2017-02-09
| | | * Fix waiting_ops leakGravatar Craig Tiller2017-02-09
| | | * Start fixing refcountingGravatar Craig Tiller2017-02-09
| | | * Init mutexGravatar Craig Tiller2017-02-09
| | | * Convert connectivity_state, channel info into a combiner-compatible formGravatar Craig Tiller2017-02-09
| | | * Initial pass to remove mu_lock from client_channel: trickier cases remainGravatar Craig Tiller2017-02-09
| |_|/ |/| |
| * | Don't use proxy when target is a Unix domain socket.Gravatar Mark D. Roth2017-02-09
|/ /
* | Merge pull request #9557 from markdroth/proxy_mapper_apiGravatar Mark D. Roth2017-02-09
|\ \
* \ \ Merge pull request #9371 from Vizerai/tracing_APIGravatar Jim King2017-02-08
|\ \ \
* \ \ \ Merge pull request #9627 from ncteisen/time-is-but-the-rst-stream-i-go-fishin...Gravatar Noah Eisen2017-02-08
|\ \ \ \
* \ \ \ \ Merge pull request #9194 from dgquintas/lb_secure_naming_3Gravatar David G. Quintas2017-02-07
|\ \ \ \ \
| * | | | | Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
| | * | | | clang fmtGravatar ncteisen2017-02-07
* | | | | | Merge pull request #9616 from ctiller/disable_bdpGravatar Craig Tiller2017-02-07
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| | | | * | Add proxy mapper method for overriding the name to resolve.Gravatar Mark D. Roth2017-02-07
| |_|_|/ / |/| | | |
| | * | | Add more verbose status msg to rst_stream caseGravatar ncteisen2017-02-07
| * | | | Add a hook to disable BDP probingGravatar Craig Tiller2017-02-07
| |/ / /
* | | | Merge remote-tracking branch 'upstream/master' into canonicalize_server_uriGravatar Mark D. Roth2017-02-06
|\| | |
| * | | Merge pull request #9511 from ctiller/assert_writesGravatar Craig Tiller2017-02-04
| |\ \ \
| | * | | Flow control correctionsGravatar Craig Tiller2017-02-03
| * | | | Put files in a better placeGravatar Craig Tiller2017-02-03
| * | | | Add some debug utilitiesGravatar Craig Tiller2017-02-03
| | * | | Dont credit flow control after stream has closed readingGravatar Craig Tiller2017-02-03
| | * | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-02-02
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Flip conditionalGravatar Craig Tiller2017-02-02
| | * | | Fix potential flow control deadlockGravatar Craig Tiller2017-02-02
* | | | | Merge remote-tracking branch 'upstream/master' into canonicalize_server_uriGravatar Mark D. Roth2017-02-02
|\| | | |
* | | | | Fixed dumb reversed conditional.Gravatar Mark D. Roth2017-02-02
| | * | | Improve sync streaming benchmark, fix deadlock that can occur sometimesGravatar Craig Tiller2017-02-01