aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Merge pull request #10052 from ctiller/nolockGravatar Craig Tiller2017-03-16
|\
* \ Merge pull request #10122 from ctiller/arenaGravatar Craig Tiller2017-03-15
|\ \
* \ \ Merge pull request #10021 from mpwarres/udp_server_user_dataGravatar Michael Warres2017-03-14
|\ \ \
* \ \ \ Merge pull request #9906 from ctiller/trim-the-locksGravatar Craig Tiller2017-03-14
|\ \ \ \
| | * | | Remove grpc_udp_server dependency on grpc_server.Gravatar Michael Warres2017-03-14
| |/ / / |/| | |
| | * | Get growth rightGravatar Craig Tiller2017-03-14
* | | | Merge pull request #10131 from ncteisen/copy-and-unref-fixGravatar Noah Eisen2017-03-14
|\ \ \ \
| | | | * Merge github.com:grpc/grpc into nolockGravatar Craig Tiller2017-03-14
| | | | |\ | |_|_|_|/ |/| | | |
| | * | | Move config application to *just* prior to subchannel pickGravatar Craig Tiller2017-03-14
| * | | | clang fmtGravatar ncteisen2017-03-13
| * | | | Atomically load ref debugging output numbersGravatar ncteisen2017-03-13
| | | | * Fix cancellationGravatar Craig Tiller2017-03-13
| * | | | Code health and commentsGravatar ncteisen2017-03-13
| | * | | Fix formattingGravatar Craig Tiller2017-03-13
| | * | | Move functions around to avoid forward declarationsGravatar Craig Tiller2017-03-13
| | * | | Merge github.com:grpc/grpc into trim-the-locksGravatar Craig Tiller2017-03-13
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Merge pull request #10009 from muxi/fix-flush-readGravatar Muxi Yan2017-03-13
|\ \ \ \ \
| | * | | | Fix copy and unref race cond bugGravatar ncteisen2017-03-13
| * | | | | Add commentsGravatar Muxi Yan2017-03-13
| | | | * | clang-formatGravatar Craig Tiller2017-03-13
| | | | * | Fix race conditionGravatar Craig Tiller2017-03-13
| | | | * | Concurrent testGravatar Craig Tiller2017-03-13
| | | | * | Arena allocator for grpcGravatar Craig Tiller2017-03-12
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'upstream/master' into fix-flush-readGravatar Muxi Yan2017-03-12
| |\| | |
| | | | * debugGravatar Craig Tiller2017-03-10
* | | | | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge pull request #10087 from y-zeng/fix_ping_1_2_xGravatar Yuchen Zeng2017-03-10
| |\ \ \ \
* | \ \ \ \ Merge pull request #10074 from vjpai/commentGravatar Vijay Pai2017-03-10
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #9963 from ncteisen/error-arena-optimizationGravatar Noah Eisen2017-03-10
|\ \ \ \ \ \ \
| | | * \ \ \ \ Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
| | | |\ \ \ \ \
* | | | | | | | | Ensure GRPC_TIMER_END gets calledGravatar Craig Tiller2017-03-10
| | | | | | | | * Handle a race between cancellation of a parent call and adding a childGravatar Craig Tiller2017-03-10
| | | | | * | | | Fix chttp2 ping parserGravatar Yuchen Zeng2017-03-10
| | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge pull request #10076 from apolcyn/fix_in6_scope_id_windows_issueGravatar apolcyn2017-03-10
| | | |\ \ \ \ \
| * | | | | | | | Address github commentsGravatar ncteisen2017-03-09
| * | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into error-arena-optimi...Gravatar ncteisen2017-03-09
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #9756 from ncteisen/to-grpc-err-is-humanGravatar Noah Eisen2017-03-09
|\ \ \ \ \ \ \ \ \
| | | | * | | | | | Write an essayGravatar Craig Tiller2017-03-09
| | | | | * | | | | fix in6_scope_id incompatibiliity issue on windows/mingwGravatar Alexander Polcyn2017-03-09
| | | | |/ / / / /
| | | * / / / / / Fix a commentGravatar Vijay Pai2017-03-09
| | | |/ / / / /
| * | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-09
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | s/realloc/gpr_realloc to fix mem bugGravatar Noah Eisen2017-03-09
* | | | | | | | Write an essayGravatar Craig Tiller2017-03-09
| |/ / / / / / |/| | | | | |
| | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into error-arena-optimi...Gravatar Noah Eisen2017-03-09
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | * | | | Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| | | | | | * Race fixesGravatar Craig Tiller2017-03-09
* | | | | | | Merge pull request #10040 from rjshade/udp_use_after_freeGravatar Yang Gao2017-03-08
|\ \ \ \ \ \ \
| | | | | | | * Fix barriersGravatar Craig Tiller2017-03-08
| | | | | | | * Remove most usage of the grpc_call lockGravatar Craig Tiller2017-03-08
| |_|_|_|_|_|/ |/| | | | | |
| | | * | | | Error arena optimizationGravatar ncteisen2017-03-08
| | |/ / / /