History of file src/OFKernelEventObserver_LockedQueue.m at check-in cb0fd980f9d91352
2016-03-20
| ||
14:19 |
Deleted:
Use the locked queue for kqueue and epoll as well
_readObjects must only be changed from the thread running the observer | |
14:07 |
Deleted:
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: [06cbc8baae] check-in: [e0b9167693] user: js, branch: trunk, size: 4783 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [abbca7e630] check-in: [2a27cf3000] user: js, branch: trunk, size: 4779 [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 |
Added:
Refactor OFKernelEventObserver
This moves the locked queue for actions to This fixes the problem that removing an object is delayed until the next | |