History of file src/OFKernelEventObserver_epoll.m at check-in 41949ecc658dcd3f
2019-06-17
| ||
02:33 | Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0 | |
2019-03-08
| ||
00:35 | Use dot syntax file: [c7d873c63a] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5700 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [0ecb9c1ccd] check-in: [0509d7a844] user: js, branch: trunk, size: 5714 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [a3a88889d8] check-in: [7e5c81e186] user: js, branch: trunk, size: 5708 [annotate] [blame] [check-ins using] [diff] | |
2017-10-17
| ||
00:33 |
Do not use implicit method return types
Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does | |
2017-05-27
| ||
10:33 | Add unistd.h wrapper to make things less horrible file: [72b75e858f] check-in: [d31ec806ef] user: js, branch: trunk, size: 5671 [annotate] [blame] [check-ins using] [diff] | |
10:08 | Make things work with glibc 2.17 and Clang 3.4.2 file: [80e980fa67] check-in: [ec36a82d68] user: js, branch: trunk, size: 5835 [annotate] [blame] [check-ins using] [diff] | |
2017-05-22
| ||
23:31 | Make includes of unistd.h and fcntl.h conditional file: [5e58174b96] check-in: [1287e77e04] user: js, branch: trunk, size: 5692 [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: [e75e01d402] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 5635 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [662ee50aca] check-in: [4af49a13c3] user: js, branch: trunk, size: 5635 [annotate] [blame] [check-ins using] [diff] | |
2017-05-02
| ||
21:10 | exceptions: Add nullability specifiers file: [7c101cdbc0] check-in: [cc4cb0d824] user: js, branch: trunk, size: 5628 [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-06-04
| ||
18:49 |
OFMapTable: Rename valueForKey to objectForKey
The reason for this is that -[valueForKey:] could be confused with | |
2016-04-24
| ||
16:57 |
OFKernelEventObserver_epoll: Use fd + 1 as key
OFMapTable does not allow using 0 for the key, but stdin has file | |
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-02-21
| ||
15:37 | Make use of C99-style for loops file: [dd16d51752] check-in: [e0b9167693] user: js, branch: trunk, size: 6175 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [1081329583] check-in: [2a27cf3000] user: js, branch: trunk, size: 6174 [annotate] [blame] [check-ins using] [diff] | |
00:35 |
Fix a regression from the previous refactorization
kqueue and epoll were not updating _readObjects and _writeObjects | |
2015-12-29
| ||
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-05-09
| ||
21:38 | OFKernelEventObserver_epoll: Fix a typo file: [48f0674f49] check-in: [dbbb4c7200] user: js, branch: trunk, size: 5754 [annotate] [blame] [check-ins using] [diff] | |
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: [463d24baf5] check-in: [bbe4040126] user: js, branch: trunk, size: 5953 [annotate] [blame] [check-ins using] [diff] | |
14:30 | Added: Add OFKernelEventObserver_epoll file: [b4f29b6ca3] check-in: [ed4a6f396b] user: js, branch: trunk, size: 5492 [annotate] [blame] [check-ins using] | |