aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Switch to Makefile based build on macGravatar Ken Payson2017-04-13
* Fix mac buildGravatar Ken Payson2017-04-10
* Merge pull request #10375 from dgquintas/fix_fuzzer_961Gravatar David G. Quintas2017-03-31
|\
* \ Merge pull request #10318 from y-zeng/server_channel_max_ageGravatar Yuchen Zeng2017-03-31
|\ \
* \ \ Merge pull request #10381 from dgquintas/remove_lr_from_server_contextGravatar David G. Quintas2017-03-30
|\ \ \
* \ \ \ Merge pull request #10357 from muxi/timestamp-objc-testsGravatar Muxi Yan2017-03-30
|\ \ \ \
* \ \ \ \ Merge pull request #10348 from sreecha/init-free-cqGravatar Sree Kuchibhotla2017-03-30
|\ \ \ \ \
| | | | | * Fixed oss-fuzz/961Gravatar David Garcia Quintas2017-03-30
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #10218 from ctiller/bugscrub1-proposedfix1Gravatar Craig Tiller2017-03-30
|\ \ \ \ \
| | | | * | Removed wrong LR include from codegenGravatar David Garcia Quintas2017-03-30
| |_|_|/ / |/| | | |
| * | | | Fix barrier, commentGravatar Craig Tiller2017-03-30
* | | | | Merge pull request #10352 from yang-g/time_conversionGravatar Yang Gao2017-03-30
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #10342 from ctiller/buildGravatar Craig Tiller2017-03-29
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #10353 from yang-g/lost_childGravatar Yang Gao2017-03-29
|\ \ \ \ \ \ \
| | | * | | | | Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MINGravatar yang-g2017-03-29
| | | | | | | * Change the unit to ms, clean upGravatar Yuchen Zeng2017-03-29
| * | | | | | | Remove call from sibling list when it is not first child.Gravatar yang-g2017-03-29
| | | | | | * | Display time between tests for troubleshooting timeoutGravatar Muxi Yan2017-03-29
| |_|_|_|_|/ / |/| | | | | |
| | | | | * | Add commentGravatar Sree Kuchibhotla2017-03-29
| | | | | * | Merge branch 'master' into init-free-cqGravatar Sree Kuchibhotla2017-03-29
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | | | * | | Fix commentsGravatar Craig Tiller2017-03-29
| | | | * | | Merge github.com:grpc/grpc into bugscrub1-proposedfix1Gravatar Craig Tiller2017-03-29
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #10315 from thinkerou/fix_style_phpGravatar Stanley Cheung2017-03-29
|\ \ \ \ \ \ \
| | | * | | | | Sanity fixesGravatar Craig Tiller2017-03-29
* | | | | | | | Merge pull request #10344 from ncteisen/fixfixGravatar Noah Eisen2017-03-29
|\ \ \ \ \ \ \ \
| | | | | | | | * Add max_connection_idle testGravatar Yuchen Zeng2017-03-29
* | | | | | | | | Merge pull request #9926 from y-zeng/retry_pingsGravatar Yuchen Zeng2017-03-29
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * Fix use-after-free issueGravatar Yuchen Zeng2017-03-29
* | | | | | | | | | Merge pull request #10314 from thinkerou/fix_markdown_renderGravatar Vijay Pai2017-03-28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | | * | | | Make convert clock_type consistent with add/sub when dealing with extreme valuesGravatar yang-g2017-03-28
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | | | | * 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 #10337 from yang-g/autofuzzGravatar Yang Gao2017-03-28
|\ \ \ \ \ \ \ \
| | | | | | * | | Update include pathsGravatar Craig Tiller2017-03-28
| | | | * | | | | Fix error slice bugGravatar ncteisen2017-03-28
| |_|_|/ / / / / |/| | | | | | |
| | | | | * | | Move src/core/lib/tsi --> src/core/tsiGravatar Craig Tiller2017-03-28
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #10325 from y-zeng/keepalive_fixesGravatar Yuchen Zeng2017-03-28
|\ \ \ \ \ \ \
| | * | | | | | Clamp memory usage estimateGravatar yang-g2017-03-28
* | | | | | | | Merge pull request #9964 from lyuxuan/stream_corked_prGravatar lyuxuan2017-03-28
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #9247 from muxi/packet-coalescing-objcGravatar Muxi Yan2017-03-28
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | | | | | | | * Add max_connection_idle enforcementGravatar Yuchen Zeng2017-03-28
| | | | | | | | * Add max age grace periodGravatar Yuchen Zeng2017-03-28
| | | | | | | | * Add max_age_filterGravatar Yuchen Zeng2017-03-28
| | | * | | | | | Fix formatting issues, move g_disable_ping_ack check to the PING responderGravatar Yuchen Zeng2017-03-27
| | | * | | | | | 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
| | |\ \ \ \ \ \ \
| * | | | | | | | | Add more commentsGravatar Muxi Yan2017-03-27
| | * | | | | | | | change EnsureInitialMetadataSent to use templateGravatar Yuxuan Li2017-03-27
| | | | * | | | | | Change keepalive arguments, add grpc_set_disable_ping_ackGravatar Yuchen Zeng2017-03-27