History of file src/exceptions/OFHTTPRequestFailedException.m at check-in 2447bb29679d1895
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [027087333a] check-in: [7413a728a7] user: js, branch: trunk, size: 1819 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
11:41 | Update copyright file: [6d90fe533b] check-in: [7324ec8590] user: js, branch: 1.0, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [873118e171] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2023-10-15
| ||
14:55 |
Add OFHTTPRequestMethodString()
This deprecates OFHTTPRequestMethodName(), which returns a C string. This function was initially only used internally, where this was fine. Adds OFHTTPRequestMethodParseString() for consistency, which behaves the | |
2023-01-06
| ||
09:04 | Update copyright file: [fd787d72c8] check-in: [8939cbdb52] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2022-11-24
| ||
00:21 | Rename OFURI to OFIRI file: [31c2419af8] check-in: [23272e6d43] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2022-09-28
| ||
21:40 | Rename OFUR{L -> I} in preparation for URI support file: [f93ff97e23] check-in: [e7ab06503c] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2022-04-25
| ||
19:22 | More reordering for consistency file: [02e986bf36] check-in: [6f9a9b44d5] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [d7570f882e] check-in: [1a86b8175b] user: js, branch: trunk, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
14:33 | Rename of_http_* file: [e96bd6a5f5] check-in: [83d8f3e5f6] user: js, branch: new-naming-convention, size: 1611 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [5d6244b48f] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1620 [annotate] [blame] [check-ins using] [diff] | |
2020-10-10
| ||
10:58 |
Make HTTP status code consistently a short
It used to be a short in some places and an int in other places. file: [ef8de3042e] check-in: [6e42ee482f] user: js, branch: trunk, size: 1709 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [802233b235] check-in: [c7f0229795] user: js, branch: trunk, size: 1708 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [c006f7c54d] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1705 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [b33d383c3b] check-in: [0509d7a844] user: js, branch: trunk, size: 1716 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [ac36d3cb59] check-in: [7e5c81e186] user: js, branch: trunk, size: 1710 [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-05-13
| ||
16:56 | Fix compilation with GCC file: [e70088b5fe] check-in: [4df6ab6bca] user: js, branch: trunk, size: 1652 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [057b189e49] check-in: [4af49a13c3] user: js, branch: trunk, size: 1595 [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-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [778aa2551c] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1648 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [c4eba198dd] check-in: [2a27cf3000] user: js, branch: trunk, size: 1584 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-02-16
| ||
08:39 |
Explicitly pass errno to exceptions
The old behaviour where the exception would access errno directly on This also greatly increases errno handling on Win32, especially in | |
2015-01-03
| ||
20:57 | Update copyright file: [cf0d86a98b] check-in: [cfd374b906] user: js, branch: trunk, size: 1664 [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-01-04
| ||
00:24 | Update copyright. file: [836d5fe377] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1677 [annotate] [blame] [check-ins using] [diff] | |
2013-11-23
| ||
01:12 | Add OF_INVALID_INIT_METHOD. file: [d77c84404e] check-in: [35dafd5c57] user: js, branch: trunk, size: 1671 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [34b6f2f053] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1761 [annotate] [blame] [check-ins using] [diff] | |
2013-09-28
| ||
01:50 | Improve HTTP request method handling. file: [20d9b200ef] check-in: [c76896d937] user: js, branch: trunk, size: 1763 [annotate] [blame] [check-ins using] [diff] | |
2013-07-29
| ||
19:43 | Rename OFHTTPRequestReply to OFHTTPResponse. file: [1241a691b7] check-in: [36d0b1e2d8] user: js, branch: trunk, size: 1927 [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-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [00ce035b14] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 2032 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [6a16e70139] check-in: [e40729d406] user: js, branch: trunk, size: 2226 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [c529841d84] check-in: [737a82e1a4] user: js, branch: trunk, size: 2221 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [45bfab0364] check-in: [813c00ccf0] user: js, branch: trunk, size: 2221 [annotate] [blame] [check-ins using] [diff] | |
2012-12-26
| ||
20:55 |
OFHTTPRequestResult -> OFHTTPRequestReply.
The class also has its own file now. file: [df49588af1] check-in: [75f187cef5] user: js, branch: trunk, size: 2215 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [89529e8143] check-in: [917ce5754c] user: js, branch: trunk, size: 2196 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [f3f841e094] check-in: [fb515e8e24] user: js, branch: trunk, size: 2228 [annotate] [blame] [check-ins using] [diff] | |
2012-10-03
| ||
15:41 | Move definition of restricted to OFObject.h. file: [3fcf583711] check-in: [7239333455] user: js, branch: trunk, size: 2214 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:05 | OFHTTPRequestFailedException: Naming consistency file: [562128a903] check-in: [991ced5333] user: js, branch: trunk, size: 2195 [annotate] [blame] [check-ins using] [diff] | |
11:00 | Clean up properties in exceptions. file: [0f9a027bed] check-in: [c7adbcf399] user: js, branch: trunk, size: 2224 [annotate] [blame] [check-ins using] [diff] | |
2012-09-16
| ||
15:27 | Prefix all private methods with OF_. file: [47ee1ec6b0] check-in: [c137da5e5b] user: js, branch: trunk, size: 2210 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [b853bc24af] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2219 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [8558823ee2] check-in: [ce70e17b38] user: js, branch: trunk, size: 2210 [annotate] [blame] [check-ins using] [diff] | |
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-11
| ||
00:03 | Make use of the fact that -[retain] and -[release] must not throw. file: [d4466ea6fb] check-in: [74eeea199c] user: js, branch: trunk, size: 2179 [annotate] [blame] [check-ins using] [diff] | |
2011-04-30
| ||
15:26 | Include the complete result in an OFHTTPRequestFailedException. file: [f4379dee3a] check-in: [5854471001] user: js, branch: trunk, size: 2241 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [c537d9db5f] check-in: [e1eea29286] user: js, branch: trunk, size: 2175 [annotate] [blame] [check-ins using] | |