History of file src/OFStreamObserver_kqueue.m at check-in 345eb9324080bc8c
2014-01-28
| ||
22:50 | Deleted: Rename OFStreamObserver -> OFKernelEventObserver check-in: [96e20b8093] user: js, branch: trunk, size: 0 | |
2014-01-26
| ||
13:32 | Include unistd.h in socket_helpers.h file: [7589354c0f] check-in: [32ad39007a] user: js, branch: trunk, size: 4121 [annotate] [blame] [check-ins using] [diff] | |
2014-01-16
| ||
23:09 |
Add of_time_interval_t.
This is used instead for time intervals now instead of doubles. file: [5ec1bb5587] check-in: [dc31ce3d34] user: js, branch: trunk, size: 4114 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [2b799f2ea6] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4102 [annotate] [blame] [check-ins using] [diff] | |
2013-08-15
| ||
19:00 | Move private methods into private headers. file: [f47615918e] check-in: [1d7a1cbca0] user: js, branch: trunk, size: 4096 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-04-30
| ||
22:47 | observeWithTimeout: -> observeForTimeInterval:. file: [0df0a2e4f0] check-in: [ab9ad6e515] user: js, branch: trunk, size: 4076 [annotate] [blame] [check-ins using] [diff] | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [fd7c063d3b] check-in: [e40729d406] user: js, branch: trunk, size: 4029 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [fe73536f5b] check-in: [813c00ccf0] user: js, branch: trunk, size: 4003 [annotate] [blame] [check-ins using] [diff] | |
2012-12-27
| ||
11:20 |
OFStreamObserver_kqueue: Return NO on error.
Using an assertion there was not a good idea. file: [9a99bdfa5c] check-in: [e5157b2ba2] user: js, branch: trunk, size: 3997 [annotate] [blame] [check-ins using] [diff] | |
2012-12-20
| ||
16:42 | Remove dummy implementations for formal protocols. file: [d8e79884c0] check-in: [89177dcd09] user: js, branch: trunk, size: 4158 [annotate] [blame] [check-ins using] [diff] | |
2012-12-15
| ||
17:52 | OFDataArray: Improve API. file: [c9bbb01ae1] check-in: [c85ff8d35a] user: js, branch: trunk, size: 3903 [annotate] [blame] [check-ins using] [diff] | |
2012-12-11
| ||
23:26 |
OFStreamObserver_kqueue: Integer overflow check.
This is only relevant for platforms on which kqueue uses int for the | |
2012-10-09
| ||
22:02 | Silence warnings about implicit float to int casts file: [8827a4d942] check-in: [a39a0d7bec] user: js, branch: trunk, size: 3662 [annotate] [blame] [check-ins using] [diff] | |
2012-09-16
| ||
15:27 | Prefix all private methods with OF_. file: [daffa70891] check-in: [c137da5e5b] user: js, branch: trunk, size: 3646 [annotate] [blame] [check-ins using] [diff] | |
2012-09-12
| ||
06:00 |
OFStreamObserver: Cancel is no event anymore.
As cancel internally was an event, -[observeWithTimeout:] returned YES | |
06:00 | OFStreamObserver: Take a double as timeout. file: [5936ea8b18] check-in: [3c99aa51da] user: js, branch: trunk, size: 3563 [annotate] [blame] [check-ins using] [diff] | |
2012-08-10
| ||
20:08 |
Directly use the runtime's autorelease pools.
This greatly improves performance, as it gets rid of the overhead of | |
2012-07-16
| ||
23:49 |
Add OF_ENSURE.
This is to be used when the condition includes a statement that needs to | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [5e762c9efc] check-in: [8892ae9fcc] user: js, branch: trunk, size: 3492 [annotate] [blame] [check-ins using] [diff] | |
2012-06-06
| ||
13:09 |
Rework OFDataArray API.
Also adds more checks. file: [c2387049cc] check-in: [d5ddb2cb48] user: js, branch: trunk, size: 3467 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [688eaf3047] check-in: [ce70e17b38] user: js, branch: trunk, size: 3485 [annotate] [blame] [check-ins using] [diff] | |
2011-10-28
| ||
18:02 | Fix a missing import. file: [c0876509a7] check-in: [3626a9162c] user: js, branch: trunk, size: 3479 [annotate] [blame] [check-ins using] [diff] | |
2011-10-25
| ||
00:02 |
Always release the pool in -[OFStreamObserver observe].
Per convention, this would not be necessasry. However, a common | |
2011-09-22
| ||
23:25 |
Exceptions are now autoreleased.
This is safe as an "exception loop" can't happen, since if allocating So, the worst case would be that an autorelease of an exception fails, | |
03:10 |
Don't use EV_RECEIPT.
EV_RECEIPT is not available on all systems implementing kqueue. file: [24c0cc0a69] check-in: [1edb3cb8c7] user: js, branch: trunk, size: 3185 [annotate] [blame] [check-ins using] [diff] | |
01:11 | Added: Add support for kqueue. file: [828093c668] check-in: [4f6270da38] user: js, branch: trunk, size: 3837 [annotate] [blame] [check-ins using] | |