ObjFW  History of src/OFHTTPRequestReply.m of 75f187cef528c096

History of the file that is called src/OFHTTPRequestReply.m at check-in 75f187cef528c096

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
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. file: [db55a6ac9c] check-in: [3d16a30f41] user: js, branch: trunk, size: 4458 [annotate] [blame] [check-ins using] [diff]

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
the ABI. file: [6bcf634ee6] check-in: [c5ef582958] user: js, branch: trunk, size: 3141 [annotate] [blame] [check-ins using] [diff]

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
a property for the protocol version to OFHTTPRequest(Reply).

Additionally, this makes it possible to add an async version of
OFHTTPClient. file: [eadf4aca10] check-in: [bdf9c4d96b] user: js, branch: trunk, size: 3141 [annotate] [blame] [check-ins using] [diff]

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]