poll.c

Cross-platform polling library for C
git clone git://git.finwo.net/lib/poll.c
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2026-04-09 21:04Update package formatfinwo4+5-12
2023-12-31 00:36Added actual implementation of win-compat pollYersa Nordman3+341-1
2023-12-31 00:29Remove another instance of including sys's poll.h directlyYersa Nordman1+0-1
2023-12-31 00:23Don't use system poll.h from fpoll.c, it'll be there through compatYersa Nordman1+0-1
2023-12-31 00:18Export poll_compat as well to allow inclusion from original poll.hYersa Nordman1+1-0
2023-12-31 00:12Attempt windows compatibilityYersa Nordman2+63-1
2023-12-31 00:03Ignoring osx directory filesYersa Nordman1+2-0
2023-12-30 23:18Simpler pfd->events del that doesn't require update when adding evtypeYersa Nordman1+1-2
2023-12-30 23:12Include argument names in headerYersa Nordman1+4-4
2023-12-30 23:00Use poll.h instead of sys/poll.hYersa Nordman1+1-1
2023-12-30 22:58udata implementationYersa Nordman2+12-11
2023-12-30 22:28fpoll_wait implementationYersa Nordman2+44-7
2023-12-27 23:59fpoll_del implementationYersa Nordman1+31-0
2023-12-27 22:48work-in-progress implementationYersa Nordman5+149-0
2023-12-25 21:27Project initYersa Nordman2+15-0