History of file src/exceptions/OFGetOptionFailedException.m at check-in 523f7212921f0fac
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [564b6f9031] check-in: [7413a728a7] user: js, branch: trunk, size: 1668 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [bcad1d6dec] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1460 [annotate] [blame] [check-ins using] [diff] | |
2023-04-22
| ||
10:14 | OFSystemInfo: Move const into correct place file: [937b3d5b17] check-in: [3d215a4f7d] user: js, branch: trunk, size: 1460 [annotate] [blame] [check-ins using] [diff] | |
2023-04-15
| ||
17:30 | OFDDPSocket: Add support for configuring AppleTalk file: [baf044fe92] check-in: [ccb53db0d8] user: js, branch: trunk, size: 1453 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [64945ede99] check-in: [8939cbdb52] user: js, branch: trunk, size: 1333 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [aeeadc602d] check-in: [1a86b8175b] user: js, branch: trunk, size: 1333 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
22:56 | Rename all symbols marked extern file: [8f4ec296f2] check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 1333 [annotate] [blame] [check-ins using] [diff] | |
2021-03-07
| ||
20:25 | *.m: Fold methods into one line where it fits file: [5a0bdd642f] check-in: [1b82d3bf4f] user: js, branch: trunk, size: 1334 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [af5f02ec1a] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1358 [annotate] [blame] [check-ins using] [diff] | |
2020-05-03
| ||
12:14 | OFDatagramSocket: Add broadcastAllowed property file: [a2104983ac] check-in: [310fd74f89] user: js, branch: trunk, size: 1447 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [2c7cb59f5d] check-in: [c7f0229795] user: js, branch: trunk, size: 1481 [annotate] [blame] [check-ins using] [diff] | |
2019-03-08
| ||
00:35 | Use dot syntax file: [e227c18ccc] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1478 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [1cc76fa0b0] check-in: [0509d7a844] user: js, branch: trunk, size: 1480 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [fa3083be68] check-in: [7e5c81e186] user: js, branch: trunk, size: 1474 [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: [72e358014a] check-in: [4df6ab6bca] user: js, branch: trunk, size: 1423 [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: [e981c51f46] check-in: [4af49a13c3] user: js, branch: trunk, size: 1366 [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: [2ecedbbeab] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1395 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [dc44b87897] check-in: [2a27cf3000] user: js, branch: trunk, size: 1357 [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-05-03
| ||
10:16 |
Added:
OFTCPSocket: Add -[setTCPNoDelayEnabled:]
This also adds -[isTCPNoDelayEnabled] and -[isKeepAliveEnabled], | |