aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
Commit message (Collapse)AuthorAge
* New epoll-based polling engine with dedicated poller threadsGravatar Sree Kuchibhotla2017-05-02
|
* Merge pull request #10440 from danzh2010/udpserverGravatar Yang Gao2017-04-14
|\ | | | | Modify udp_server to postpone shutdown_fd() during shutdown.
* \ Merge pull request #10501 from ctiller/epex2Gravatar Craig Tiller2017-04-11
|\ \ | | | | | | Split event notification out of ev_epoll_linux.c
* \ \ Merge pull request #10407 from kpayson64/alpine_linux_supportGravatar kpayson642017-04-10
|\ \ \ | | | | | | | | Alpine linux support
* \ \ \ Merge pull request #10492 from ncteisen/error-overflowGravatar Noah Eisen2017-04-07
|\ \ \ \ | | | | | | | | | | Fix Error Overflow Bug
| | * | | Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
| | | | |
* | | | | Fix posix leakageGravatar Craig Tiller2017-04-06
| | | | |
| * | | | Fix error overflow bugGravatar Noah Eisen2017-04-06
| |/ / /
| | | * clang formatGravatar Dan Zhang2017-04-06
| | | |
| | * | Ensure cleanup before orphaningGravatar Craig Tiller2017-04-06
| |/ /
| | * modify udp_serverGravatar Dan Zhang2017-04-05
| |/
* | Merge branch 'atomic-timers' into dynamic_tcp_sizingGravatar Craig Tiller2017-03-31
|\|
| * Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-31
| |\
* | | Merge branch 'atomic-timers' into dynamic_tcp_sizingGravatar Craig Tiller2017-03-30
|\| |
| | * Fix leakGravatar Craig Tiller2017-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
| |\ \ \ | | | |/ | | |/|
| | * | Clamp memory usage estimateGravatar yang-g2017-03-28
| | | |
* | | | Make chunk sizes configurable, push channel args down a little deeperGravatar Craig Tiller2017-03-28
| |/ / |/| |
* | | Merge pull request #9955 from y-zeng/ev_epoll_testGravatar Yuchen Zeng2017-03-27
|\ \ \ | | | | | | | | Avoid variable length arrays
| | * | Add tracing, fix off-by-one errorGravatar Craig Tiller2017-03-24
| | | |
| | * | Merge github.com:grpc/grpc into atomic-timersGravatar Craig Tiller2017-03-24
| | |\ \ | |_|/ / |/| | |
* | | | Add socket factory support to udp_server.cGravatar Michael Warres2017-03-24
| | | |
| | | * Make repro more repro-ableGravatar Craig Tiller2017-03-17
| | | |
| | | * Make repro more repro-ableGravatar Craig Tiller2017-03-17
| | | |
| | | * Test exposing TSAN raceGravatar Craig Tiller2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Isolated to ev_epoll_linux code Run with (on Linux): ``` tools/run_tests/run_tests.py -l c -c tsan -r ev_epoll -n inf -S --force_default_poller ```
| | * | Track milliseconds since process start in timer heapGravatar Craig Tiller2017-03-16
| | |/ | | | | | | | | | | | | | | | | | | Allows reducing a lock-then-check to an atomic load and check on the fast path of timer checks. Reduces locks per RPC by about 5.
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-15
|\ \ \ | | |/ | |/| | | | error-slice-optimization
* | | Only use static on string literalsGravatar Noah Eisen2017-03-14
| | |
| * | Remove grpc_udp_server dependency on grpc_server.Gravatar Michael Warres2017-03-14
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-14
|\| | | | | | | | | | | error-slice-optimization
* | | Change error_create API to sliceGravatar ncteisen2017-03-13
| | |
* | | Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
| | |
| * | Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v1.2.xGravatar murgatroid992017-03-10
|/| |
* | | Address github commentsGravatar ncteisen2017-03-09
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-09
|\ \ \ | | | | | | | | | | | | error-arena-optimization
| | * | Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
| |/ /
* | | Error arena optimizationGravatar ncteisen2017-03-08
| | |
| * | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| |\ \
| * | | Avoid using oversized framesGravatar Yuchen Zeng2017-03-02
| | | |
| | | * Use macros instead of const variablesGravatar Yuchen Zeng2017-03-02
| | | |
| | | * Avoid variable length arraysGravatar Yuchen Zeng2017-03-01
| | |/ | |/|
* | | Fix mem leak in error_testGravatar ncteisen2017-03-01
| | |
* | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-01
|\| |
| * | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
| |\ \ | | | | | | | | Add zalloc, convert a bunch of files to use it
| | | * Merge pull request #9839 from y-zeng/1_1_x_address_arg_fixGravatar Yuchen Zeng2017-02-27
| | | |\ | | | | | | | | | | Preserve ipv6 scope id in grpc_channel_args
| * | | \ Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| |\ \ \ \ | | | |/ / | | |/| |
* | / | | Add error testGravatar ncteisen2017-02-23
|/ / / /
| | * | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| | |\ \ | |_|/ / |/| | |
| | * | zalloc grpc_pollsetGravatar Yuchen Zeng2017-02-22
| | | |