History of file src/OFKernelEventObserver+Private.h at check-in 0a73af49f08c162d
2020-01-08
| ||
02:29 | Deleted: Merge branch 'master' into 1.0 check-in: [e7e1e1c6c5] user: js, branch: 1.0, size: 0 | |
2020-01-07
| ||
20:28 |
Deleted:
OFKernelEventObserver: Remove queueing of actions
This removes the ability to let a thread add or remove objects for | |
2020-01-02
| ||
01:51 | Update copyright file: [55f1e4e05d] check-in: [c7f0229795] user: js, branch: trunk, size: 1091 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [6d5cc1589d] check-in: [0509d7a844] user: js, branch: trunk, size: 1088 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [1dccb56dcb] check-in: [7e5c81e186] user: js, branch: trunk, size: 1082 [annotate] [blame] [check-ins using] [diff] | |
2017-05-21
| ||
21:28 |
Prefix private methods with of_ instead of OF_
This matches Apple's style. file: [2e13c9e416] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 1059 [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 | |
2016-03-20
| ||
14:19 |
Use the locked queue for kqueue and epoll as well
_readObjects must only be changed from the thread running the observer | |
14:07 |
Use the locked queue for kqueue and epoll as well
_readObjects must only be changed from the thread running the observer | |
12:05 |
Never block when the read buffer is non-empty
This was broken by 88f2f03. The problem only existed when something was | |
11:57 |
Never block when the read buffer is non-empty
This was broken by 88f2f03. The problem only existed when something was | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [1372173ce7] check-in: [cec0f072f8] user: js, branch: 0.8, size: 749 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [b8cff57a1b] check-in: [2a27cf3000] user: js, branch: trunk, size: 730 [annotate] [blame] [check-ins using] [diff] | |
2015-12-29
| ||
21:42 |
Refactor OFKernelEventObserver
This moves the locked queue for actions to This fixes the problem that removing an object is delayed until the next | |
21:33 |
Refactor OFKernelEventObserver
This moves the locked queue for actions to This fixes the problem that removing an object is delayed until the next | |
2015-11-29
| ||
14:23 |
Clean up class extensions
Now that we can require GCC >= 4.6, we no longer need to fall back to | |
2015-06-13
| ||
22:26 | Add support for and use the new nullability file: [e624333841] check-in: [9e76144ef8] user: js, branch: trunk, size: 1004 [annotate] [blame] [check-ins using] [diff] | |
2015-05-09
| ||
18:13 |
More OFKernelEventObserver refactoring
This was necessary because select(), poll() and kevent() on FreeBSD and In order to prevent code from depending on the return value of The tests have been changed as well to reflect this. What they do now is Note: DragonFlyBSD has not been tested, but will most likely behave like | |
2015-05-04
| ||
20:34 | Refactor OFKernelEventObserver file: [0257c37a21] check-in: [bbe4040126] user: js, branch: trunk, size: 947 [annotate] [blame] [check-ins using] [diff] | |
2015-04-26
| ||
10:40 | OFKernelEventObserver: Rename a private method file: [eac8ac6f06] check-in: [bd05eb8de3] user: js, branch: trunk, size: 967 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [40cec7a9e7] check-in: [cfd374b906] user: js, branch: trunk, size: 961 [annotate] [blame] [check-ins using] [diff] | |
2014-08-22
| ||
19:09 |
Retain sockets until after removal from observer
Not retaining them caused kevent() to be called on an invalid fd. file: [c004806a34] check-in: [1dbe9a4e4e] user: js, branch: trunk, size: 955 [annotate] [blame] [check-ins using] [diff] | |
2014-06-21
| ||
21:43 |
Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary | |
2014-01-28
| ||
22:50 | Added: Rename OFStreamObserver -> OFKernelEventObserver file: [4c35b436cf] check-in: [96e20b8093] user: js, branch: trunk, size: 932 [annotate] [blame] [check-ins using] | |