History of the file that is called src/OFKernelEventObserver_LockedQueue.m at check-in 258b8a4944bd682c
|
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 |
[99ed534306]
part of check-in [b84490ab4f]
Never block when the read buffer is non-empty
This was broken by 88f2f03. The problem only existed when something was | |
| 11:57 |
[1dd69e1924]
part of check-in [7ae17af9f0]
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 | [06cbc8baae] part of check-in [e0b9167693] Make use of C99-style for loops (check-in: [e0b9167693] user: js, branch: trunk, size: 4783) [annotate] [blame] [check-ins using] [diff] | |
|
2016-01-03
| ||
| 00:41 |
[abbca7e630]
part of check-in [2a27cf3000]
Update copyright
While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 4779) [annotate] [blame] [check-ins using] [diff] | |
| 00:35 |
[bec31b0210]
part of check-in [258b8a4944]
Fix a regression from the previous refactorization
kqueue and epoll were not updating _readObjects and _writeObjects | |
|
2015-12-29
| ||
| 21:33 |
Added:
[dc0778aa90]
part of check-in [e9b4700cb6]
Refactor OFKernelEventObserver
This moves the locked queue for actions to This fixes the problem that removing an object is delayed until the next | |