aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Expand)AuthorAge
* Minor fixes to sockaddr changesGravatar murgatroid992016-10-12
* Fix sanity and move a header includeGravatar murgatroid992016-10-12
* Clean up code after merge with masterGravatar murgatroid992016-10-10
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-07
|\
* | UV tests pass on linuxGravatar murgatroid992016-10-07
| * Add 'extern "C"' to error.h.Gravatar Mark D. Roth2016-10-06
| * Merge pull request #7612 from rjshade/enable_udp_testingGravatar Yang Gao2016-10-05
| |\
| | * Merge branch 'master' into enable_udp_testingGravatar Robbie Shade2016-10-04
| | |\
| * | | added missing line to UDP serverGravatar David Garcia Quintas2016-10-04
| | |/ | |/|
| * | Merge pull request #7596 from rjshade/orphan_before_shutdownGravatar Yang Gao2016-10-04
| |\ \
* | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-03
|\| | |
* | | | Compile and link core tests with libuvGravatar murgatroid992016-10-03
| * | | Merge pull request #8238 from nicolasnoble/master-upmerge-from-deep-underGravatar Nicolas Noble2016-09-29
| |\ \ \
| * \ \ \ Merge pull request #8224 from sreecha/grpc_signalGravatar Nicolas Noble2016-09-29
| |\ \ \ \
| | | * \ \ Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-fro...Gravatar Nicolas "Pixel" Noble2016-09-29
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | * | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
| | | |\ \ \
| | | | * | | Plugging memory leak.Gravatar Nicolas "Pixel" Noble2016-09-29
| | * | | | | Use SIGMINRT + 6 as the default signal for gRPC epoll engineGravatar Sree Kuchibhotla2016-09-27
| | |/ / / /
* | | | | | Clang formatGravatar murgatroid992016-09-26
* | | | | | Updated changes for Windows, removed unistd.h from test filesGravatar Michael Lumish2016-09-26
* | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-23
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Remove sockaddr type structs and socklen_t from internal core APIs, update PO...Gravatar murgatroid992016-09-23
| | * | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-23
| | |\ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-09-16
|\ \ \ \ \ \
* | | | | | | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
| | * | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-16
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-16
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | * | | | Use GPR_ARRAY_SIZE().Gravatar Mark D. Roth2016-09-14
| | | * | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
| | | |\ \ \ \
| * | | | | | | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | |_|/ / / / | |/| | | | |
| * | | | | | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| | | * | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | |
| | | * | | | Propagate error through grpc_lb_policy_cancel_picks(). Also fix errorGravatar Mark D. Roth2016-09-09
| | * | | | | Fix Windows no_logging test failure.Gravatar Mark D. Roth2016-09-09
| | | * | | | clang-formatGravatar Mark D. Roth2016-09-09
| | | * | | | Fix portability problems.Gravatar Mark D. Roth2016-09-06
| | | * | | | Set status from the grpc_error or whichever of its children has the data.Gravatar Mark D. Roth2016-09-02
| * | | | | | Fix typoGravatar Craig Tiller2016-09-02
| * | | | | | Address review commentsGravatar Craig Tiller2016-09-02
| * | | | | | Improve commentGravatar Craig Tiller2016-09-02
| | * | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-31
| | |\| | | |
| * | | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #7795 from dgquintas/errors_docGravatar David G. Quintas2016-08-30
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
| | |\ \ \ \ \ \
| | * | | | | | | Mark an epoll that has a timeout as a blocking regionGravatar Vijay Pai2016-08-28
* | | | | | | | | Merge branch 'port_platform_split' into uv_core_transportGravatar murgatroid992016-08-22
|\ \ \ \ \ \ \ \ \
| | | * | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
| |_|/| | | | | | | |/| | | | | |/ / / | | | | |_|/| | | | | | |/| | | | |
| | | | | * | | | slight rewording of grpc_error ownership rulesGravatar David Garcia Quintas2016-08-19
| |_|_|_|/ / / / |/| | | | | | |
| | | * | | | | Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail.Gravatar Nicolas "Pixel" Noble2016-08-19
| | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-17
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |