History of file src/OFKernelEventObserver_poll.m at check-in 9fdfdec6f7b8da6b
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: [e0fcf68d56] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 4730 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [f7752f3f82] check-in: [0509d7a844] user: js, branch: trunk, size: 4729 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [a8b510bdb6] check-in: [7e5c81e186] user: js, branch: trunk, size: 4723 [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-07-22
| ||
20:50 | Split OFDataArray into OFData and OFMutableData file: [5ae2fd3232] check-in: [c8f7b90082] user: js, branch: trunk, size: 4686 [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: [d87bf7dc93] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 4689 [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-05-06
| ||
20:39 | Enable -Wsign-compare file: [d2e1efd541] check-in: [2a2e17d8d0] user: js, branch: trunk, size: 4683 [annotate] [blame] [check-ins using] [diff] | |
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: [bb3d801549] check-in: [e0b9167693] user: js, branch: trunk, size: 4575 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [71e7c91e05] check-in: [cec0f072f8] user: js, branch: 0.8, size: 4564 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [4a4c51ed64] check-in: [2a27cf3000] user: js, branch: trunk, size: 4563 [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-10-19
| ||
22:15 | Add platform.h & make platform defines consistent file: [14102c57fc] check-in: [1ba08eebc5] user: js, branch: trunk, size: 4595 [annotate] [blame] [check-ins using] [diff] | |
2015-10-04
| ||
11:11 |
Special cases for the Wii's weird network stack
This fixes the tests on Wii. file: [85d67fd51b] check-in: [4cecf82254] user: js, branch: trunk, size: 4596 [annotate] [blame] [check-ins using] [diff] | |
2015-05-16
| ||
18:28 | OFKernelEventObserver_poll: Exception -> assert file: [948bc3a27e] check-in: [13d72034ed] user: js, branch: trunk, size: 4484 [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: [b1989e4bd7] check-in: [bbe4040126] user: js, branch: trunk, size: 4703 [annotate] [blame] [check-ins using] [diff] | |
2015-04-26
| ||
10:40 | OFKernelEventObserver: Rename a private method file: [87d84638ba] check-in: [bd05eb8de3] user: js, branch: trunk, size: 4043 [annotate] [blame] [check-ins using] [diff] | |
2015-04-14
| ||
19:34 | OFKernelEventObserver*.m: Minor cleanup file: [c6c9ef266d] check-in: [5924cc3a92] user: js, branch: trunk, size: 4037 [annotate] [blame] [check-ins using] [diff] | |
2015-04-12
| ||
20:04 | Add OFObserveFailedException file: [5e6cfe7441] check-in: [97da88f926] user: js, branch: trunk, size: 3995 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [3c5b778962] check-in: [cfd374b906] user: js, branch: trunk, size: 3800 [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: [ab4899dd72] check-in: [1dbe9a4e4e] user: js, branch: trunk, size: 3794 [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-02-18
| ||
00:22 | Move around a few defines to be more consistent file: [0822c7de55] check-in: [f9d12201f8] user: js, branch: trunk, size: 3815 [annotate] [blame] [check-ins using] [diff] | |
2014-01-29
| ||
15:54 |
Generalize OFKernelEventObserver
It is no longer limited to streams now. file: [b0a53ca94b] check-in: [c694569d86] user: js, branch: trunk, size: 3815 [annotate] [blame] [check-ins using] [diff] | |
2014-01-28
| ||
22:50 | Added: Rename OFStreamObserver -> OFKernelEventObserver file: [928947a9f6] check-in: [96e20b8093] user: js, branch: trunk, size: 4055 [annotate] [blame] [check-ins using] | |