ObjFW  History of src/OFKernelEventObserver_poll.h of e9b4700cb6b71e6b

History of the file that is called src/OFKernelEventObserver_poll.h at check-in e9b4700cb6b71e6b

2019-06-17
02:33
Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0
2019-01-03
19:13
Update copyright file: [68e1cc67aa] check-in: [0509d7a844] user: js, branch: trunk, size: 859 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [db286578b2] check-in: [7e5c81e186] user: js, branch: trunk, size: 853 [annotate] [blame] [check-ins using] [diff]
2017-07-22
20:50
Split OFDataArray into OFData and OFMutableData file: [a165ee17a0] check-in: [c8f7b90082] user: js, branch: trunk, size: 830 [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [ae0472f750] check-in: [44f45c2e35] user: js, branch: trunk, size: 826 [annotate] [blame] [check-ins using] [diff]

2016-05-06
20:39
Enable -Wsign-compare file: [4d08c13fa6] check-in: [2a2e17d8d0] user: js, branch: trunk, size: 820 [annotate] [blame] [check-ins using] [diff]
2016-03-20
14:07
Use the locked queue for kqueue and epoll as well

_readObjects must only be changed from the thread running the observer
and not from a thread adding or removing objects to observe. This is
already handled by the locked queue used by poll and select, so the best
way to solve this is to use the locked queue for kqueue and epoll as
well. file: [560881d237] check-in: [45518ae7b7] user: js, branch: trunk, size: 823 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

While at it, also update the mail address. file: [4f7085394a] check-in: [2a27cf3000] user: js, branch: trunk, size: 847 [annotate] [blame] [check-ins using] [diff]

2015-12-29
21:33
Refactor OFKernelEventObserver

This moves the locked queue for actions to
OFKernelEventObserver_LockedQueue, which is now used for select and
poll, but skipped for kqueue and epoll, as they natively support changes
from another thread.

This fixes the problem that removing an object is delayed until the next
observe call - at which point it might have already been closed, meaning
the fd is no longer available. This was mainly a problem with kqueue, as
closing the fd already removed it from the kqueue, which then resulted
in an error being returned when trying to manually remove the fd from
the kqueue. file: [c6cbfa2ee8] check-in: [e9b4700cb6] user: js, branch: trunk, size: 843 [annotate] [blame] [check-ins using] [diff]

2015-06-14
10:45
Add OF_NONNULL / OF_NULLABLE and use that instead

Using __nonnull directly doesn't work on systems using glibc, as glibc
defines __nonnull as a parameterized define. While this does not fix the
problem of Clang introducing __nonnull even though it conflicts with
glibc, this at least means it's possible again to compile things with
versions of Clang that don't support __nonnull on systems with glibc. file: [2642239f58] check-in: [b7097a67b6] user: js, branch: trunk, size: 819 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [8cd049f795] check-in: [9e76144ef8] user: js, branch: trunk, size: 819 [annotate] [blame] [check-ins using] [diff]
2015-05-04
20:34
Refactor OFKernelEventObserver file: [f1ee0351df] check-in: [bbe4040126] user: js, branch: trunk, size: 771 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [e4ad4dce23] check-in: [cfd374b906] user: js, branch: trunk, size: 717 [annotate] [blame] [check-ins using] [diff]
2014-01-28
22:50
Added: Rename OFStreamObserver -> OFKernelEventObserver file: [1569c5224d] check-in: [96e20b8093] user: js, branch: trunk, size: 711 [annotate] [blame] [check-ins using]