summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-03-07io_uring-udp: Fix the wrong `inet_ntop()` argumentAmmar Faizi
2023-03-05examples/send-zerocopy: cast 'ret' to unsigned long for comparisonJens Axboe
2023-03-05examples/send-zerocopy: cleanupsJens Axboe
2023-03-05examples/send-zc: kill sock bufs configurationPavel Begunkov
2023-03-05examples/send-zc: add the receive partPavel Begunkov
2023-03-05examples/send-zc: add multithreadingPavel Begunkov
2023-03-05examples/send-zc: add affinity / CPU pinningPavel Begunkov
2023-03-05examples/send-zc: add defer taskrun supportPavel Begunkov
2023-02-21examples/zc: add a hugetlb optionPavel Begunkov
2023-02-21Merge branch 'registered-ring-close' of https://github.com/joshtriplett/liburingJens Axboe
2023-02-19Add example of closing a ring fd and using it via registered indexJosh Triplett
2023-02-18examples,test: Remove unused linux/errqueue.hKhem Raj
2023-02-13examples: Use t_error instead of glibc's error.Steffen
2022-11-25ucontext-cp: Mark a non-exported function as staticAmmar Faizi
2022-11-25ucontext-cp: Remove an unused functionAmmar Faizi
2022-09-21examples: fix sendzc notif handlingPavel Begunkov
2022-09-02examples: adjust zc bench to the new uapiPavel Begunkov
2022-08-05io_uring-udp: make more obvious what kernel version is requiredDylan Yudaken
2022-07-26examples/io_uring-udp: Use a proper cast for `(struct sockaddr *)` argumentAmmar Faizi
2022-07-26add an example for a UDP serverDylan Yudaken
2022-07-25examples: add a zerocopy send examplePavel Begunkov
2022-07-22examples: add a simple single-shot poll benchmarkPavel Begunkov
2022-03-10examples/Makefile: Add liburing.a as a dependencyAlviro Iskandar Setiawan
2022-02-19Fix warnings/errors when compiling on Alpine LinuxMahdi Rakhshandehroo
2022-01-28examples/link-cp.c: fix the last file-block retry may overflowMingqiang Sun
2021-12-23examples/io_uring_cp: fix bug while re-queuingmonte
2021-10-31examples/Makefile: Fix missing clean upAmmar Faizi
2021-10-18Revert "examples/ucontext-cp.c: Do not use SIGSTKSZ"Jens Axboe
2021-09-17Merge branch 'master' of https://github.com/kraj/liburingJens Axboe
2021-09-15examples: Fix warnings for comparison of integers with different signednessGuillem Jover
2021-09-13build: Fix build flags supportGuillem Jover
2021-09-02build: add -D_GNU_SOURCE to all CPPFLAGS/CFLAGS.Uman Shahzad
2021-05-04examples/ucontext-cp.c: Do not use SIGSTKSZKhem Raj
2021-04-20examples/link-cp: fix a couple of strerror negationsDavid Disseldorp
2021-04-13examples/ucontext-cp.c: cope with variable SIGSTKSZStefan Hajnoczi
2021-03-26examples/io_uring-cp: wait for pending writes before exit copy loopJens Axboe
2020-10-28examples: disable ucontext-cp if ucontext.h is not availableSimon Zeni
2020-09-20Fix build flag settingsGuillem Jover
2020-08-20examples/io_uring-test: don't error on shorter filesJens Axboe
2020-06-10examples/ucontext-cp.c: use IORING_OP_TIMEOUTCarter Li
2020-02-11Add SPDX license identifiersJens Axboe
2019-12-23configure: allow to set host CCJens Axboe
2019-12-23Makefile: quiet down rmJens Axboe
2019-11-19Avoid redefined warning of "SIGSTKSZ"Jackie Liu
2019-10-01examples/ucontext-cp.c: get rid of c99 style declarationsJens Axboe
2019-09-22Makefile: handle quiet AR/RANLIBJens Axboe
2019-09-21Makefile: add pretty/quiet CC/LN outputJens Axboe
2019-09-22examples/ucontext-cp: more complex example to show how ucontext works李通洲
2019-09-21Generalize Makefiles for examples and test.James Rouzier
2019-09-20examples/ucontext-cp: style fixupsJens Axboe