aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-03-14
|\ | | | | | | error-slice-optimization
| * Merge pull request #10131 from ncteisen/copy-and-unref-fixGravatar Noah Eisen2017-03-14
| |\ | | | | | | Fix Copy and Unref Bug
* | | Change error_create API to sliceGravatar ncteisen2017-03-13
| | |
| | * clang fmtGravatar ncteisen2017-03-13
| | |
| | * Atomically load ref debugging output numbersGravatar ncteisen2017-03-13
| | |
| | * Code health and commentsGravatar ncteisen2017-03-13
| | |
| | * Fix copy and unref race cond bugGravatar 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
| |\ \ | | |/ | |/|
| * | Merge pull request #10074 from vjpai/commentGravatar Vijay Pai2017-03-10
|/| | | | | | | | Fix a comment re wakeup_fd
* | | Merge pull request #9963 from ncteisen/error-arena-optimizationGravatar Noah Eisen2017-03-10
|\ \ \ | | | | | | | | Error arena optimization
| | | * Merge pull request #10054 from murgatroid99/uv_resolver_fallbackGravatar Michael Lumish2017-03-10
| | | |\ | | | | | | | | | | Add uv resolver fallback for named ports, fix portability tests
* | | | | Ensure GRPC_TIMER_END gets calledGravatar Craig Tiller2017-03-10
| | | | | | | | | | | | | | | | | | | | Not calling this breaks our latency tracing/analysis code
| * | | | Address github commentsGravatar ncteisen2017-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
| | | |
| | * | 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
| | | |
| * | | Merge pull request #10040 from rjshade/udp_use_after_freeGravatar Yang Gao2017-03-08
| |\ \ \ | | | | | | | | | | Fix flaky use-after-free in udp_server
| | | * | Error arena optimizationGravatar ncteisen2017-03-08
| |_|/ / |/| | |
| | * | Fix flaky use-after-free in udp_serverGravatar Robbie Shade2017-03-08
| | | |
| * | | Fix lockingGravatar Craig Tiller2017-03-07
| | | |
| | | * Revert "Fix flaky use-after-free in udp_server"Gravatar Yang Gao2017-03-07
| | | |
| | | * Fix flaky use-after-free in udp_serverGravatar Robbie Shade2017-03-07
| | |/
| * | Fix initializationGravatar Craig Tiller2017-03-07
| | |
| * | Silence accept4 message when its irrelevantGravatar Craig Tiller2017-03-07
| |/
| * Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| |\
* | | Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-humanGravatar ncteisen2017-03-01
|\| |
| * | Merge pull request #9888 from murgatroid99/electron_uv_fixGravatar Michael Lumish2017-03-01
| |\ \ | | | | | | | | Fix missing wakeups when using the libuv iomgr under Electron
| * \ \ Merge pull request #9881 from ctiller/spinlockGravatar Craig Tiller2017-02-28
| |\ \ \ | | | | | | | | | | Add a spinlock type.
| | | * | Clang formatGravatar murgatroid992017-02-27
| | | | |
| * | | | Merge pull request #9753 from ctiller/zallocGravatar Craig Tiller2017-02-27
| |\ \ \ \ | | | | | | | | | | | | Add zalloc, convert a bunch of files to use it
| | | * \ \ Merge github.com:grpc/grpc into spinlockGravatar Craig Tiller2017-02-27
| | | |\ \ \ | | |_|/ / / | |/| | | |
| | | | | * 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
| | | | * | | Fix missing wakeups when using the libuv iomgr under ElectronGravatar murgatroid992017-02-27
| | | | |/ /
| * | | | | Merge pull request #9857 from murgatroid99/merge_1.1.x_masterGravatar Michael Lumish2017-02-27
| |\ \ \ \ \ | | | | | | | | | | | | | | Upmerge 1.1.x into master
| | | | * | | Fix compileGravatar Craig Tiller2017-02-27
| | | | | | |
| | | | * | | Add a spinlock type.Gravatar Craig Tiller2017-02-27
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.
| | | * | | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #9683 from sreecha/fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-24
| |\ \ \ \ \ | | | | | | | | | | | | | | Reduce mutexes in grpc_fd read_closure/write_closure/shutdown paths (epoll engine only)
| | | * | | | Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
| | |/| | | | | |/| | |/ / | | | |/| |
| | * | | | Comments and relaxed cas in some casesGravatar Sree Kuchibhotla2017-02-23
| | | | | |
| * | | | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Upmerge from 1.1.x
| | | * | | | Comments around acquire/releaseGravatar Sree Kuchibhotla2017-02-23
| | | | | | |
* | | | | | | Merge branch 'bm_error' of https://github.com/ctiller/grpc into ↵Gravatar ncteisen2017-02-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | to-grpc-err-is-human
| | | | | * | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | | | | | * Use the internal slice apiGravatar Yuchen Zeng2017-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Address review comments
| | | | | | * Enclose sin6_scope_id in uriGravatar Yuchen Zeng2017-02-22
| | | | | | |
| | | * | | | Merge branch 'master' into fd_rw_atm_closureGravatar Sree Kuchibhotla2017-02-22
| | | |\ \ \ \