History of file src/OFHTTPRequestReply.m at check-in 12f091ddd6732c14
2013-07-29
| ||
19:43 | Deleted: Rename OFHTTPRequestReply to OFHTTPResponse. check-in: [36d0b1e2d8] user: js, branch: trunk, size: 0 | |
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-03-17
| ||
15:23 | Add -[OFHTTPRequestReply string]. file: [96daca57e6] check-in: [0a1b06a6bf] user: js, branch: trunk, size: 4566 [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: [bae34e8d9b] check-in: [e40729d406] user: js, branch: trunk, size: 3141 [annotate] [blame] [check-ins using] [diff] | |
2013-01-26
| ||
00:13 |
Make OFHTTPRequestReply a stream.
This also implements chunked transfer encoding for OFHTTPServer and adds Additionally, this makes it possible to add an async version of | |
2013-01-09
| ||
22:24 | Update copyright. file: [5a4bde7403] check-in: [813c00ccf0] user: js, branch: trunk, size: 2120 [annotate] [blame] [check-ins using] [diff] | |
2012-12-26
| ||
20:55 |
Added:
OFHTTPRequestResult -> OFHTTPRequestReply.
The class also has its own file now. file: [aaa3659f83] check-in: [75f187cef5] user: js, branch: trunk, size: 2114 [annotate] [blame] [check-ins using] | |