# # ChangeLog for example # # Generated by Trac 1.2.1 # Mar 28, 2024, 10:19:06 PM 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