aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
Commit message (Expand)AuthorAge
* Merge pull request #8052 from Vizerai/grpc_tracingGravatar Jim King2016-09-19
|\
* \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
|\ \
| * | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| * | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | * initial commit of tracing context filesGravatar Vizerai2016-09-09
* | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
|\ \ \ | | |/ | |/|
| | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
| | |\ | | |/ | |/|
| * | Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
| |\ \
* | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
|\| | |
| | | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
| |\ \ \
| | * | | Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| * | | | add trace context protoGravatar Alistair Veitch2016-08-31
| |/ / /
| | | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
| | | |\ | | |_|/ | |/| |
* / | | Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
|/ / /
* | | Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
| * | Percent encoding routinesGravatar Craig Tiller2016-08-18
|/ /
| * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
| |\ | |/ |/|
* | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
|\ \
* \ \ Merge pull request #6774 from a-veitch/add_resourceGravatar kpayson642016-08-02
|\ \ \
* \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-08-01
|\ \ \ \
| | | * \ Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-26
| | | |\ \ | | |_|/ / | |/| | |
| | * | | merge to upstream/masterGravatar Alistair Veitch2016-07-21
| | |\ \ \
* | | \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-07-14
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Added handshaker.[ch] to build.yaml.Gravatar Mark D. Roth2016-07-14
| |/ / / /
| | | * / Move timeout_encoding from core/ext/transport/chttp2 to core/lib/transportGravatar Robbie Shade2016-07-13
| | |/ / | |/| |
| | | * Rename async_execution_lock --> combiner, make it use closures, unroll previo...Gravatar Craig Tiller2016-07-07
| | | * Merge github.com:grpc/grpc into atm2Gravatar Craig Tiller2016-07-07
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #6973 from makdharma/network_status_changeGravatar Jan Tattermusch2016-06-27
| |\ \ \
| * \ \ \ Merge branch 'master' into epoll_changes_mergedGravatar Sree Kuchibhotla2016-06-21
| |\ \ \ \
* | \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into grpclb_v0Gravatar David Garcia Quintas2016-06-20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | * | | more files after running build.yaml changes throughGravatar Makarand Dharmapurikar2016-06-20
| | |/ / / | |/| | |
| | * | | Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-16
| | |\ \ \
* | | | | | gRPC LB policyGravatar David Garcia Quintas2016-06-15
| |_|/ / / |/| | | |
| * | | | Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-09
|\ \ \ \ \
| | | * \ \ Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-09
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| |\ \ \ \ \
* | \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into base64_decodeGravatar Yuchen Zeng2016-06-08
|\ \ \ \ \ \ \
| | | | | * \ \ Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-08
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | * | | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | implement support for adding external fd to serverGravatar Adam Michalik2016-06-07
| | * | | | | | separate posix functionality to grpc_posix.hGravatar Adam Michalik2016-06-07
| |/ / / / / /
| | | * | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | * | | | Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-07
| | | |\ \ \ \
| | | | | | * \ merge to masterGravatar Alistair Veitch2016-06-07
| | | | | | |\ \ | | | | | |_|/ / | | | | |/| | |
| * | | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagationGravatar David Garcia Quintas2016-06-06
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge pull request #6750 from makdharma/cronetGravatar Jan Tattermusch2016-06-06
| | |\ \ \ \ \ \
| | | | | | * \ \ Merge branch 'master' into epoll_changesGravatar Sree Kuchibhotla2016-06-06
| | | | | | |\ \ \ | | | |_|_|_|/ / / | | |/| | | | | |