History of file src/exceptions/OFReadFailedException.m at check-in d30efa8bbf4eb040
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [0ee8e224e9] check-in: [7413a728a7] user: js, branch: trunk, size: 1210 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [d866e06309] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1002 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [abd7a3f3a5] check-in: [8939cbdb52] user: js, branch: trunk, size: 1002 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [0a38835e23] check-in: [1a86b8175b] user: js, branch: trunk, size: 1002 [annotate] [blame] [check-ins using] [diff] | |
2021-11-13
| ||
20:28 |
Add OFSecureTransportTLSStream
This implements OFTLSStream using Apple's Secure Transport. While Secure | |
2021-04-18
| ||
22:56 | Rename all symbols marked extern file: [acb3de62d5] check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 835 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [ac90b3b64d] check-in: [374e1a1bfa] user: js, branch: trunk, size: 836 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [0000f46d4a] check-in: [c7f0229795] user: js, branch: trunk, size: 925 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [1702084fb1] check-in: [0509d7a844] user: js, branch: trunk, size: 922 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [2ad7c957da] check-in: [7e5c81e186] user: js, branch: trunk, size: 916 [annotate] [blame] [check-ins using] [diff] | |
2017-06-05
| ||
17:36 |
Clean up exceptions a little
This removes several initializers that omitted the errNo. Removing those | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [afe0beee73] check-in: [4af49a13c3] user: js, branch: trunk, size: 1061 [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:41 |
Update copyright
While at it, also update the mail address. file: [d3f619ef44] check-in: [2a27cf3000] user: js, branch: trunk, size: 1054 [annotate] [blame] [check-ins using] [diff] | |
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: [6584b3bcc2] check-in: [cfd374b906] user: js, branch: trunk, size: 896 [annotate] [blame] [check-ins using] [diff] | |
2014-01-25
| ||
17:39 |
Generalize stream / socket related exceptions
This is in preparation for adding UDP sockets, as UDP sockets and TCP Read and write exceptions are for any object now, as they are useful for | |
2014-01-04
| ||
00:24 | Update copyright. file: [dfa0e4d747] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 908 [annotate] [blame] [check-ins using] [diff] | |
2013-06-23
| ||
21:52 |
Add a few casts to make GCC happy.
Also adds a few imports and removes unused code. file: [4d3cf35e83] check-in: [6192726d32] user: js, branch: trunk, size: 902 [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-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [310691b3aa] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 863 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [c76f9e9235] check-in: [e40729d406] user: js, branch: trunk, size: 950 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [7235b51172] check-in: [813c00ccf0] user: js, branch: trunk, size: 944 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [8b668bdc99] check-in: [ce70e17b38] user: js, branch: trunk, size: 938 [annotate] [blame] [check-ins using] [diff] | |
2011-04-22
| ||
18:00 | More style improvements. file: [3ef710facf] check-in: [4814266280] user: js, branch: trunk, size: 932 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [4c038c522a] check-in: [e1eea29286] user: js, branch: trunk, size: 930 [annotate] [blame] [check-ins using] | |