ObjFW  History of src/exceptions/OFWriteFailedException.h of e49548ce0f29cda9

History of the file that is called src/exceptions/OFWriteFailedException.h at check-in e49548ce0f29cda9

2024-04-03
02:16
[ed38079529] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2875) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[e28b2af903] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2667) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[dc1c240c5b] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2667) [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
[6dee61073a] part of check-in [c40a295629] Either restrict subclassing or reserve ivars (check-in: [c40a295629] user: js, branch: trunk, size: 2667) [annotate] [blame] [check-ins using] [diff]
2022-04-24
09:40
[52a0c0096f] part of check-in [7e1d2b5cd6] Reorder more declarations for consistency (check-in: [7e1d2b5cd6] user: js, branch: trunk, size: 2622) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[f6be679ec0] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2622) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[19e073c1c2] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2622) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[052da38254] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2711) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[4e5aa5d782] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2711) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[c125af3ebd] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2708) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[5bcf192457] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2702) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[80606be153] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2679) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[38908fcba9] part of check-in [2f4e0df8be] 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. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 2672) [annotate] [blame] [check-ins using] [diff]

2017-06-12
22:29
[63e6e7e007] part of check-in [2ae01218ef] OFWriteFailedException: Add -[bytesWritten]

This allows retrieving the number of bytes already written before the
write failed, allowing to retry without writing data that has already
been written. (check-in: [2ae01218ef] user: js, branch: trunk, size: 2637) [annotate] [blame] [check-ins using] [diff]

2017-05-02
21:10
[65c0a33d30] part of check-in [cc4cb0d824] exceptions: Add nullability specifiers (check-in: [cc4cb0d824] user: js, branch: trunk, size: 915) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[3548bb003a] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 867) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
[b2b127566a] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 861) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[719b94774f] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 857) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[a1e007ce17] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 851) [annotate] [blame] [check-ins using] [diff]
2014-01-25
17:39
[be49e51e6a] part of check-in [8d2a5052fd] Generalize stream / socket related exceptions

This is in preparation for adding UDP sockets, as UDP sockets and TCP
sockets have no common superclass, as one is stream-oriented while the
other is packet-oriented.

Read and write exceptions are for any object now, as they are useful for
a lot more than just for streams, while the others (bind, listen, etc.)
are for any socket now (the type is id in this case, though, as there is
no common superclass). (check-in: [8d2a5052fd] user: js, branch: trunk, size: 752) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[ff3d60b170] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 746) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[dd32012b2d] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 740) [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
[0433bbd7e6] part of check-in [1ad9565253] Switch to a headerdoc-compatible doc format. (check-in: [1ad9565253] user: js, branch: trunk, size: 734) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[fec27107fc] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 734) [annotate] [blame] [check-ins using] [diff]
2011-03-24
16:09
Added: [eb08eb59c4] part of check-in [e1eea29286] Split OFExceptions.{h,m} into one file per exception. (check-in: [e1eea29286] user: js, branch: trunk, size: 728) [annotate] [blame] [check-ins using]