aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
|\
| * Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-04
| |\
| | * Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-04-03
| | |\
* | | \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-01
|\ \ \ \ | | |_|/ | |/| |
| | * | sketching minimal stack configuratorGravatar Craig Tiller2017-03-31
| |/ /
| * | Merge pull request #10410 from yang-g/add_portGravatar Yang Gao2017-03-31
| |\ \
| | | * Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-31
| | | |\ | | |_|/ | |/| |
| | * | Add ports to global server callback.Gravatar yang-g2017-03-31
| * | | Merge pull request #10318 from y-zeng/server_channel_max_ageGravatar Yuchen Zeng2017-03-31
| |\ \ \ | | |/ / | |/| |
* | | | Async end2end test passesGravatar Craig Tiller2017-03-31
* | | | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
* | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-03-31
|\| | |
| | | * Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-31
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #10381 from dgquintas/remove_lr_from_server_contextGravatar David G. Quintas2017-03-30
| |\ \ \
| * \ \ \ Merge pull request #10348 from sreecha/init-free-cqGravatar Sree Kuchibhotla2017-03-30
| |\ \ \ \
| | | * | | Removed wrong LR include from codegenGravatar David Garcia Quintas2017-03-30
| | | | * | Change the unit to ms, clean upGravatar Yuchen Zeng2017-03-29
| * | | | | Merge github.com:grpc/grpc into bugscrub1-proposedfix1Gravatar Craig Tiller2017-03-29
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | | | * Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-29
| | | | | |\ | | | |_|_|/ | | |/| | |
| | | | * | Add max_connection_age end2end testGravatar Yuchen Zeng2017-03-28
| | | * | | Do not call grpc_init() for per-call-completion-queues created by a C++Gravatar Sree Kuchibhotla2017-03-28
| | |/ / /
| | * | | Merge pull request #10325 from y-zeng/keepalive_fixesGravatar Yuchen Zeng2017-03-28
| | |\ \ \
| | | | * | Add max_connection_idle enforcementGravatar Yuchen Zeng2017-03-28
| | | | * | Add max age grace periodGravatar Yuchen Zeng2017-03-28
| | | * | | Add client_ prefix for keepalive argsGravatar Yuchen Zeng2017-03-27
| | * | | | Merge branch 'master' into stream_corked_prGravatar Yuxuan Li2017-03-27
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into stream_corked_prGravatar Yuxuan Li2017-03-27
| | |\ \ \ \ \
| | * | | | | | change EnsureInitialMetadataSent to use templateGravatar Yuxuan Li2017-03-27
| | | | | * | | Change keepalive arguments, add grpc_set_disable_ping_ackGravatar Yuchen Zeng2017-03-27
| | | | |/ / /
| | | | | * | Add max age enforcement for server channelsGravatar Yuchen Zeng2017-03-27
| | | | * | | Merge pull request #7771 from y-zeng/cares_buildinGravatar Yuchen Zeng2017-03-24
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | | * Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-24
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | * | | Merge pull request #10245 from sreecha/cq_factory_apiGravatar Sree Kuchibhotla2017-03-24
| | | | |\ \ \
| | | | * | | | Add socket factory support to udp_server.cGravatar Michael Warres2017-03-24
| | | |/ / / /
| | | | * | | clang format fixGravatar Sree Kuchibhotla2017-03-22
| | | | | * | Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-22
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Merge pull request #10238 from ctiller/bm_chttp2_topGravatar Craig Tiller2017-03-22
| | | |\ \ \ \
| | | | | * | | Fix bugGravatar Sree Kuchibhotla2017-03-22
| | | | | * | | minor enum changeGravatar Sree Kuchibhotla2017-03-21
| | | | | * | | Merge branch 'master' into cq_factory_apiGravatar Sree Kuchibhotla2017-03-21
| | | | | |\ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | | * | | Add version macroGravatar Sree Kuchibhotla2017-03-21
| | | | | * | | Introduce grpc_completion_queue_factory APIGravatar Sree Kuchibhotla2017-03-21
| | | * | | | | Merge pull request #9850 from markdroth/retry_throttleGravatar Mark D. Roth2017-03-21
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
* | | | | | | | Remove delete assertion on base class and change to full fetch-addGravatar Vijay Pai2017-03-21
| | | | | * | | Add benchmark suite for chttp2Gravatar Craig Tiller2017-03-21
| | | | |/ / / | | | |/| | |
| | * | | | | fix EnsureInitialMetadataSent type castingGravatar Yuxuan Li2017-03-20
| | * | | | | merge master and fix conflict on bm_fullstackGravatar Yuxuan Li2017-03-20
| | |\| | | |
| | * | | | | merge init_ops, writes_done_ops and write_opsGravatar Yuxuan Li2017-03-20
| * | | | | | Switch to no-barrier loads + full barrier cas-s to solve ABA problemGravatar Craig Tiller2017-03-20
* | | | | | | Pour one out for shared ptrGravatar Vijay Pai2017-03-17