ObjFW  History of src/exceptions/OFWriteFailedException.h of 374e1a1bfa30d767

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

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

2017-06-12
22:29
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. file: [63e6e7e007] check-in: [2ae01218ef] user: js, branch: trunk, size: 2637 [annotate] [blame] [check-ins using] [diff]

2017-05-02
21:10
exceptions: Add nullability specifiers file: [65c0a33d30] check-in: [cc4cb0d824] user: js, branch: trunk, size: 915 [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
2017. file: [3548bb003a] check-in: [44f45c2e35] user: js, branch: trunk, size: 867 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [719b94774f] check-in: [cfd374b906] user: js, branch: trunk, size: 857 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [a1e007ce17] check-in: [246cfe0807] user: js, branch: trunk, size: 851 [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
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). file: [be49e51e6a] check-in: [8d2a5052fd] user: js, branch: trunk, size: 752 [annotate] [blame] [check-ins using] [diff]

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