# # ChangeLog for example # # Generated by Trac 1.2.1 # Apr 17, 2024, 8:24:00 PM Tue, 30 Nov 2021 02:14:22 GMT Thierry Delisle [03cdad6] * example/range_parser.cfa (added) Added range-parser example. I plan to reuse it to parse cpu device data. Mon, 29 Nov 2021 19:42:59 GMT Thierry Delisle [8da377d] * example/io/eventfds.c (added) Added io_uring example for eventfds. Thu, 23 Sep 2021 18:44:13 GMT Thierry Delisle [716b62c] * example/cpu.cfa (added) * example/maybe-await.rs (added) * example/unnecessary-arc.rs (added) Added rust and cpu example. Wed, 04 Aug 2021 18:40:05 GMT Thierry Delisle [0640189e] * example/io/simple/server-nonblk.c (added) * example/io/simple/server.c (modified) Added example of a server using o_NONBLOCK, which does NOT work with ... Sun, 18 Apr 2021 12:21:14 GMT Peter A. Buhr [4aa495f] * example/io/batch-readv.c (modified) * libcfa/src/clock.hfa (modified) * tests/time.cfa (modified) More fixes after another change to getTimeNsec() Fri, 19 Feb 2021 01:57:50 GMT Thierry Delisle [376946e] * example/io/tty-echo.cfa (added) Added io example for using non-blocking ttys. (Won't work without ... Thu, 21 Jan 2021 19:25:15 GMT Thierry Delisle [7d01186d] * example/io/batch-readv.c (moved) This feels like it fits better in example Thu, 21 Jan 2021 19:20:14 GMT Thierry Delisle [5869cea] * example/io/attach-block.c (added) Added new example that demonstrate that attached ring don't have ... Thu, 21 Jan 2021 19:19:35 GMT Thierry Delisle [d1eb9c0] * example/io/attach-end.c (modified) Fixed typo Thu, 21 Jan 2021 18:49:55 GMT Thierry Delisle [6387f07] * example/io/attach-end.c (added) Added example which shows how attached rings can be deleted in any order. Mon, 14 Dec 2020 20:35:17 GMT Thierry Delisle [ccb8c8a] * example/io/simple/server_epoll.c (modified) fix epoll server. Needed to use EPOLLOUT | EPOLLIN rather than just ... Thu, 03 Dec 2020 20:19:37 GMT Thierry Delisle [0f88a225] * example/io/simple/server.cfa (modified) updated out-of-date example echo network server Thu, 03 Dec 2020 18:47:42 GMT Thierry Delisle [f0d67e5] * example/io/cat.c (moved) * example/io/filereader.c (moved) * example/io/simple/client.c (moved) * example/io/simple/server.c (moved) * example/io/simple/server.cfa (moved) * example/io/simple/server_epoll.c (moved) Restored io examples to example folder