aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Expand)AuthorAge
...
* | | | | | | Merge pull request #15203 from sreecha/fd-traceGravatar Sree Kuchibhotla2018-05-11
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #15283 from apolcyn/server_consume_socket_mutatorGravatar apolcyn2018-05-08
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a test that tcp server posix consumes socket mutatorsGravatar Alexander Polcyn2018-05-08
| | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | * | Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-05-08
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | * | Correct typecastsGravatar Sree Kuchibhotla2018-05-08
| | | * | | | | Try removing statsGravatar Yash Tibrewal2018-05-04
| | | | |_|_|/ | | | |/| | |
* | | / | | | Remove unnecessary exec ctx flushGravatar Yash Tibrewal2018-05-03
| |_|/ / / / |/| | | | |
| | | | * | Remove further invalid usecases of GRPC_CLOSURE_RUNGravatar Yash Tibrewal2018-05-01
| | | | * | Remove illegal GRPC_CLOSURE_RUNsGravatar Yash Tibrewal2018-05-01
| | | | * | Revert combiner_finally_run and restrict changes to combiner_runGravatar Yash Tibrewal2018-05-01
| | | | * | Add combiner_run to run closures immediately if we already have the combiner ...Gravatar Yash Tibrewal2018-05-01
| |_|_|/ / |/| | | |
* | | | | Merge pull request #15205 from yashykt/gprassertGravatar Yash Tibrewal2018-04-30
|\ \ \ \ \
| | | | * | c++ifyGravatar kpayson642018-04-30
| | | | * | Add exec_ctx check to fork handlersGravatar kpayson642018-04-30
* | | | | | Merge pull request #15226 from hcaseyal/timer_typosGravatar hcaseyal2018-04-30
|\ \ \ \ \ \
| * | | | | | Fix typos in GPR_TIMER_SCOPEGravatar Hope Casey-Allen2018-04-29
| | * | | | | replace assert in closures with GPR_ASSERT and move within DEBUG blockGravatar Yash Tibrewal2018-04-26
* | | | | | | Enable SIO_LOOPBACK_FAST_PATH on WindowsGravatar Ara Ayvazyan2018-04-26
|/ / / / / /
| | | * / / fd tracing supportGravatar Sree Kuchibhotla2018-04-26
| |_|/ / / |/| | | |
* | | | | Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
| |/ / / |/| | |
* | | | Merge pull request #15048 from kpayson64/use_c_core_for_interopGravatar kpayson642018-04-21
|\ \ \ \ | |/ / / |/| | |
| * | | Unref uv timers/tcp handlesGravatar kpayson642018-04-20
| | | * Avoid C-style castsGravatar Sree Kuchibhotla2018-04-18
| | | * Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-04-18
| | | |\ | |_|_|/ |/| | |
| | | * Fix some more formatting issuesGravatar Sree Kuchibhotla2018-04-16
* | | | formatGravatar Dan Zhang2018-04-12
* | | | Allow udp_server to create multiple listeners for each port via SO_REUSEPORTGravatar Dan Zhang2018-04-12
| | | * Fix type coversion errorsGravatar Sree Kuchibhotla2018-04-11
| | | * Modify commentsGravatar Sree Kuchibhotla2018-04-11
| | | * Remove references to gpr_atm64Gravatar Sree Kuchibhotla2018-04-11
| | | * Merge branch 'master' into fix-timeGravatar Sree Kuchibhotla2018-04-11
| | | |\ | |_|_|/ |/| | |
| | | * Keep things simple. Remove gpr_atm64Gravatar Sree Kuchibhotla2018-04-11
| | | * Change shared_mutables.min_timer to gpr_atm64 (Forgot to do this previously)Gravatar Sree Kuchibhotla2018-04-11
| | | * use threadlocal variable optimization only on 64 bit machinesGravatar Sree Kuchibhotla2018-04-10
| | | * 64-bit atomic operationsGravatar Sree Kuchibhotla2018-04-10
* | | | Merge pull request #14920 from yashykt/socklentcleanupGravatar Yash Tibrewal2018-04-09
|\ \ \ \
* \ \ \ \ Merge pull request #14959 from yashykt/pollcvfixGravatar Yash Tibrewal2018-04-09
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #14943 from grpc/revert-14688-revert_prGravatar Juanli Shen2018-04-06
|\ \ \ \ \ \
| | * | | | | poll-cv fix for zero timeoutGravatar Yash Tibrewal2018-04-05
| | | | * | | Merge branch 'fix_uv_addrinfo_free' of github.com:jtattermusch/grpc into back...Gravatar Nicolas "Pixel" Noble2018-04-05
| | | | |\ \ \
* | | | | \ \ \ Merge pull request #14877 from ara-ayvazyan/fix_missing_mu_destroyGravatar Jan Tattermusch2018-04-05
|\ \ \ \ \ \ \ \
| | * | | | | | | Add TODOGravatar Juanli Shen2018-04-04
| | * | | | | | | Revert "Revert "Use heuristic to determine how many events to handle per iter...Gravatar Juanli Shen2018-04-04
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #14929 from jtattermusch/fix_uv_addrinfo_freeGravatar Michael Lumish2018-04-04
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | use uv_freeaddrinfoGravatar Jan Tattermusch2018-04-04
* | | | | | | Using libuv's inet_ntop for portability.Gravatar Nicolas "Pixel" Noble2018-04-04
| * | | | | | fix memory_profile_test on libuv iomgrGravatar Jan Tattermusch2018-04-04
|/ / / / / /
* | | | | | Update tcp_uv.ccGravatar Michael Lumish2018-04-03
* | | | | | Formatting...Gravatar Nicolas "Pixel" Noble2018-04-04
* | | | | | Removing setsockopt completely actually.Gravatar Nicolas "Pixel" Noble2018-04-04