Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/exceptions/OFHTTPRequestFailedException.h at check-in 9d802a786d004d45
|
2025-06-22
| ||
| 19:32 | Deleted: Point to the new repository check-in: [ec62287f25] user: js branch: trunk, size: 0 | |
|
2025-01-01
| ||
| 12:58 | Update copyright file: [f632eccfc0] check-in: [9d802a786d] user: js branch: trunk, size: 2283 | |
|
2024-06-17
| ||
| 21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [6b43595dbf] check-in: [164f2fb4bf] user: js branch: trunk, size: 2283 | |
|
2024-04-03
| ||
| 02:16 | Change license to LGPLv3 only file: [21a13ebd9f] check-in: [7413a728a7] user: js branch: trunk, size: 2315 | |
|
2024-01-02
| ||
| 17:17 | Update copyright file: [2a60d01cb7] check-in: [26ddd2e4e4] user: js branch: trunk, size: 2107 | |
|
2023-01-06
| ||
| 09:04 | Update copyright file: [881e8f136b] check-in: [8939cbdb52] user: js branch: trunk, size: 2107 | |
|
2022-09-12
| ||
| 14:34 | Either restrict subclassing or reserve ivars file: [d5947528d2] check-in: [c40a295629] user: js branch: trunk, size: 2107 | |
|
2022-04-25
| ||
| 19:22 | More reordering for consistency file: [59803d0bef] check-in: [6f9a9b44d5] user: js branch: trunk, size: 2056 | |
|
2022-02-12
| ||
| 07:46 | Update copyright file: [84a4067f01] check-in: [1a86b8175b] user: js branch: trunk, size: 2056 | |
|
2021-01-02
| ||
| 22:04 | Update copyright file: [c36066fefa] check-in: [374e1a1bfa] user: js branch: trunk, size: 2056 | |
|
2020-10-03
| ||
| 11:35 | Use /** */ instead of /*! */ for documentation file: [781508f774] check-in: [163a4a5a2e] user: js branch: trunk, size: 2145 | |
|
2020-01-02
| ||
| 01:51 | Update copyright file: [66f9450031] check-in: [c7f0229795] user: js branch: trunk, size: 2145 | |
|
2019-01-03
| ||
| 19:13 | Update copyright file: [4ea7ec7c48] check-in: [0509d7a844] user: js branch: trunk, size: 2142 | |
|
2018-01-03
| ||
| 19:49 | Update copyright notice file: [31b714fbd5] check-in: [7e5c81e186] user: js branch: trunk, size: 2136 | |
|
2017-11-18
| ||
| 18:50 | Documentation: Use @brief for all properties file: [df96b5fd02] check-in: [cc3ad3ddd3] user: js branch: trunk, size: 2113 | |
|
2017-10-17
| ||
| 00:33 | Do not use implicit method return types Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does not apply to implicit return types. This means that after this commit, all init methods have a nonnull return type, as they should have. file: [1a9a49c81c] check-in: [2f4e0df8be] user: js branch: trunk, size: 2099 | |
|
2017-06-04
| ||
| 23:41 | Add designated initializer to all exceptions file: [d6872c389b] check-in: [cc5923d6bb] user: js branch: trunk, size: 2060 | |
|
2017-05-07
| ||
| 23:14 | Add OF_UNAVAILABLE file: [47316bed07] check-in: [16c05e87e1] user: js branch: trunk, size: 2034 | |
| 20:10 | Small code style change Casts are now written like types in variable declarations. file: [1c80228554] check-in: [4af49a13c3] user: js branch: trunk, size: 1967 | |
|
2017-05-02
| ||
| 21:10 | exceptions: Add nullability specifiers file: [40f50e7dcf] check-in: [cc4cb0d824] user: js branch: trunk, size: 1963 | |
|
2017-04-30
| ||
| 13:35 | Use nonatomic for properties and clean up This changes retaining behavior, meaning properties are not returned retained and autoreleased anymore, so a property returned from a getter now needs to be manually retained and autoreleased before calling the setter. However, this is rarely the case and not using atomic improves performance. file: [3ca5a6b23c] check-in: [0a73af49f0] user: js branch: trunk, size: 1915 | |
|
2017-01-09
| ||
| 17:36 | Update copyright Forgot to add 2017, even though I already did quite some changes in 2017. file: [cb615e1123] check-in: [44f45c2e35] user: js branch: trunk, size: 1909 | |
|
2016-01-03
| ||
| 00:43 | Update copyright While at it, also update the mail address. file: [fcbaff604a] check-in: [cec0f072f8] user: js branch: 0.8, size: 2122 | |
| 00:41 | Update copyright While at it, also update the mail address. file: [6940dd85d1] check-in: [2a27cf3000] user: js branch: trunk, size: 1903 | |
|
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: Apple GCC, which already supports this with >= 4.0 starting with OS X 10.5). Since even GCC 4.6 is really old by now, there is no point in still supporting something even older and making the code ugly because of that. While some hardware and OS support was dropped from GCC 4.6 compared to GCC 4.0, there is nothing in there that would be an interesting target with the exception of BeOS maybe - but a port to BeOS can also be achieved using the Haiku support. The other dropped OSes are mostly old versions of OSes while newer ones are still being supported (and those newer versions of those OSes still support the same hardware). file: [3b74115256] check-in: [48980f2297] user: js branch: trunk, size: 1899 | |
|
2015-01-03
| ||
| 20:57 | Update copyright file: [43850c4ca2] check-in: [cfd374b906] user: js branch: trunk, size: 2118 | |
|
2014-02-18
| ||
| 18:50 | Documentation: Show correct imports file: [78413416df] check-in: [246cfe0807] user: js branch: trunk, size: 2112 | |
|
2014-01-04
| ||
| 00:24 | Update copyright. file: [4b75babdab] check-in: [3b97fc3cd9] user: js branch: trunk, size: 1988 | |
|
2013-11-20
| ||
| 22:06 | Make exception properties atomic. file: [17489e9366] check-in: [85e8ccc3a5] user: js branch: trunk, size: 1982 | |
|
2013-09-28
| ||
| 01:50 | Improve HTTP request method handling. file: [aaa6f5e687] check-in: [c76896d937] user: js branch: trunk, size: 2004 | |
|
2013-07-29
| ||
| 19:43 | Rename OFHTTPRequestReply to OFHTTPResponse. file: [a02abda95d] check-in: [36d0b1e2d8] user: js branch: trunk, size: 2003 | |
|
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: [8a7c6a0eaf] check-in: [3d16a30f41] user: js branch: trunk, size: 1990 | |
|
2013-04-26
| ||
| 19:42 | Make it possible to disable sockets. file: [ca95dac731] check-in: [590c377d8a] user: js branch: trunk, size: 2171 | |
|
2013-02-12
| ||
| 18:22 | Prefix all ivars with an underscore. file: [e63622a3c6] check-in: [e40729d406] user: js branch: trunk, size: 2109 | |
|
2013-01-09
| ||
| 22:24 | Update copyright. file: [5db7e230ae] check-in: [813c00ccf0] user: js branch: trunk, size: 2107 | |
|
2012-12-26
| ||
| 20:55 | OFHTTPRequestResult -> OFHTTPRequestReply. The class also has its own file now. file: [f2cd644eb1] check-in: [75f187cef5] user: js branch: trunk, size: 2101 | |
|
2012-10-29
| ||
| 08:00 | Documentation improvements. file: [d34a3e64ab] check-in: [7a3977d7fd] user: js branch: 0.7, size: 2118 | |
| 07:59 | Documentation improvements. file: [457ed63119] check-in: [63bf4de97b] user: js branch: trunk, size: 2118 | |
|
2012-10-28
| ||
| 12:38 | Switch to a headerdoc-compatible doc format. file: [c05f9a478a] check-in: [1ad9565253] user: js branch: trunk, size: 1912 | |
|
2012-10-09
| ||
| 15:07 | Make use of instancetype. file: [cfa7c8cc6b] check-in: [fb515e8e24] user: js branch: trunk, size: 1912 | |
|
2012-10-02
| ||
| 11:05 | OFHTTPRequestFailedException: Naming consistency file: [3e49458f2b] check-in: [991ced5333] user: js branch: trunk, size: 1898 | |
| 11:00 | Clean up properties in exceptions. file: [5339810eef] check-in: [c7adbcf399] user: js branch: trunk, size: 1917 | |
|
2012-02-01
| ||
| 13:42 | Clean up the properties mess. file: [c3823cc139] check-in: [c1b35e1495] user: js branch: trunk, size: 1895 | |
|
2012-01-05
| ||
| 00:56 | Update copyright. file: [cce3b4641d] check-in: [ce70e17b38] user: js branch: trunk, size: 1901 | |
|
2011-09-22
| ||
| 23:25 | Exceptions are now autoreleased. This is safe as an "exception loop" can't happen, since if allocating an exception fails, it throws an OFAllocFailedException which is preallocated and can always be thrown. So, the worst case would be that an autorelease of an exception fails, triggering an OFOutOfMemoryException for which there is no memory, resulting in an OFAllocFailedException to be thrown. file: [1ca1bd68da] check-in: [e1e7ffa903] user: js branch: trunk, size: 1895 | |
|
2011-04-30
| ||
| 15:26 | Include the complete result in an OFHTTPRequestFailedException. file: [583fdc4f7f] check-in: [5854471001] user: js branch: trunk, size: 1884 | |
|
2011-03-24
| ||
| 16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [35852f997f] check-in: [e1eea29286] user: js branch: trunk, size: 1796 | |