History of file src/OFStreamObserver_poll.m at check-in 1cb9a5edb8946ac6
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: [247da43586] check-in: [32ad39007a] user: js, branch: trunk, size: 4035 [annotate] [blame] [check-ins using] [diff] | |
2014-01-25
| ||
19:33 |
Move socket includes and helpers to separate files
The new file socket.h includes all headers required for sockets on the This cleans up the classes dealing with sockets a lot and also reduces | |
2014-01-16
| ||
23:09 |
Add of_time_interval_t.
This is used instead for time intervals now instead of doubles. file: [c4a5405d62] check-in: [dc31ce3d34] user: js, branch: trunk, size: 4170 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [01d8b3fa23] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4158 [annotate] [blame] [check-ins using] [diff] | |
2013-08-15
| ||
19:00 | Move private methods into private headers. file: [5dd81a0ef7] check-in: [1d7a1cbca0] user: js, branch: trunk, size: 4152 [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-06-11
| ||
23:33 |
Initial sockets support for the Wii.
Not functional yet due to bugs in the SDK. * Binding to port 0 fails instead of choosing a free port. I have not decided yet whether I fix those bugs in the SDK (I already | |
2013-05-22
| ||
18:42 | Check for more socket-related headers / functions. file: [047427a85c] check-in: [896084c340] user: js, branch: trunk, size: 3903 [annotate] [blame] [check-ins using] [diff] | |
2013-04-30
| ||
22:47 | observeWithTimeout: -> observeForTimeInterval:. file: [da5230bc72] check-in: [ab9ad6e515] user: js, branch: trunk, size: 3875 [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: [1648f30d0f] check-in: [e40729d406] user: js, branch: trunk, size: 3844 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [5c8293cbf9] check-in: [813c00ccf0] user: js, branch: trunk, size: 3840 [annotate] [blame] [check-ins using] [diff] | |
2012-12-20
| ||
16:42 | Remove dummy implementations for formal protocols. file: [9a6f7b90a8] check-in: [89177dcd09] user: js, branch: trunk, size: 3834 [annotate] [blame] [check-ins using] [diff] | |
2012-12-15
| ||
17:52 | OFDataArray: Improve API. file: [c07acfe92a] check-in: [c85ff8d35a] user: js, branch: trunk, size: 3577 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
22:02 | Silence warnings about implicit float to int casts file: [ca9d956364] check-in: [a39a0d7bec] user: js, branch: trunk, size: 3675 [annotate] [blame] [check-ins using] [diff] | |
2012-09-16
| ||
15:27 | Prefix all private methods with OF_. file: [80446fffb3] check-in: [c137da5e5b] user: js, branch: trunk, size: 3670 [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: [927bd4e34c] check-in: [3c99aa51da] user: js, branch: trunk, size: 3545 [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: [106a17bb8d] check-in: [8892ae9fcc] user: js, branch: trunk, size: 3493 [annotate] [blame] [check-ins using] [diff] | |
2012-02-17
| ||
16:25 | Fix a very bad typo in OFStreamObserver_poll. file: [e0025aa14e] check-in: [e9b0575094] user: js, branch: trunk, size: 3484 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [54e5c68768] check-in: [ce70e17b38] user: js, branch: trunk, size: 3484 [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, | |
2011-09-20
| ||
19:06 | Remove useless imports. file: [c77b1b02fd] check-in: [1af1677350] user: js, branch: trunk, size: 3426 [annotate] [blame] [check-ins using] [diff] | |
18:40 |
OFStreamObserver improvements.
* Make it possible to close a stream before the add/remove queue has | |
2011-09-19
| ||
12:44 | Nicer OFStreamObserver API. file: [8b9acbd834] check-in: [c279948fb8] user: js, branch: trunk, size: 3597 [annotate] [blame] [check-ins using] [diff] | |
12:07 | Improve OFStreamObserver. file: [103d3eeb79] check-in: [d3f6cf9293] user: js, branch: trunk, size: 3647 [annotate] [blame] [check-ins using] [diff] | |
2011-09-17
| ||
20:22 | Added: Rename OFStream{Poll,Select}Observer to OFStreamObserver_{poll,select}. file: [e529585f5e] check-in: [4d2f08f6fe] user: js, branch: trunk, size: 5018 [annotate] [blame] [check-ins using] | |