ObjFW  History of src/OFKernelEventObserver_kqueue.h of 94175115c32662af

History of the file that is called src/OFKernelEventObserver_kqueue.h at check-in 94175115c32662af

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
[e672c854db] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 831) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[a9c2a87a44] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 825) [annotate] [blame] [check-ins using] [diff]
2017-07-22
20:50
[2f30da0245] part of check-in [c8f7b90082] Split OFDataArray into OFData and OFMutableData (check-in: [c8f7b90082] user: js, branch: trunk, size: 802) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[1b92bd6059] part of check-in [44f45c2e35] Update copyright

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

2016-01-03
00:41
[5afd4d6583] part of check-in [2a27cf3000] Update copyright

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

2015-12-29
21:33
[e4af935bfd] part of check-in [e9b4700cb6] 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. (check-in: [e9b4700cb6] user: js, branch: trunk, size: 812) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[59a7d7f5c7] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 871) [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
[59ced1df2f] part of check-in [5329fe7c1a] Add support for and use the new ObjC generics (check-in: [5329fe7c1a] user: js, branch: trunk, size: 823) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[697c4594b5] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 800) [annotate] [blame] [check-ins using] [diff]
2014-08-22
19:09
[ca9db11f7c] part of check-in [1dbe9a4e4e] Retain sockets until after removal from observer

Not retaining them caused kevent() to be called on an invalid fd. (check-in: [1dbe9a4e4e] user: js, branch: trunk, size: 794) [annotate] [blame] [check-ins using] [diff]

2014-01-28
22:50
Added: [5026de1303] part of check-in [96e20b8093] Rename OFStreamObserver -> OFKernelEventObserver (check-in: [96e20b8093] user: js, branch: trunk, size: 739) [annotate] [blame] [check-ins using]