66 check-ins related to "trunk" occurring on or before 2023-08-29 12:00:05.
More ↑
|
2023-08-29
| ||
| 12:00 | configure: Fix check for net/if.h on macOS 10.5 (check-in: 50cc659245 user: js tags: trunk) | |
| 11:24 | configure: Fix for autoconf 2.61 (check-in: 73234a33ca user: js tags: trunk) | |
|
2023-08-28
| ||
| 23:15 | OFSystemInfo: Use cwd for paths on some consoles (check-in: 09e7348b89 user: js tags: trunk) | |
| 19:09 | README.md: Add years to thanks section (check-in: 54b95ec1d1 user: js tags: trunk) | |
| 19:03 | OFFileManager: More autorelease pools (check-in: d97bba05d2 user: js tags: trunk) | |
| 18:57 | OFFileIRIHandler: Fix undefined behavior (check-in: 77654f44d2 user: js tags: trunk) | |
| 15:49 | Merge trunk into 1.0 branch (check-in: c13025a1af user: js tags: 1.0) | |
| 15:49 | Makefile: Don't build docs twice on `make release` (check-in: 17d4c687ff user: js tags: trunk) | |
| 15:44 | Merge trunk into 1.0 branch (check-in: c20b5c87ef user: js tags: 1.0) | |
| 15:43 | objfw.spec: Use OpenSSL instead of GnuTLS (check-in: c60bfbd772 user: js tags: trunk) | |
| 15:40 | Makefile: Don't include objfw.spec in release (check-in: 610dc967d4 user: js tags: trunk) | |
| 15:39 | Update ChangeLog (check-in: 1c2ee20871 user: js tags: trunk) | |
| 15:23 | ofarc: Properly handle missing ZIP parts (check-in: 5b69188a1b user: js tags: trunk) | |
| 14:42 | PLATFORMS.md: Minor cleanup (check-in: a969a6975b user: js tags: trunk) | |
| 14:35 | OFINICategory: Better method names (check-in: e1d01a4ee6 user: js tags: trunk) | |
| 09:17 | GitHub Actions: Add macOS 13 (check-in: b8c9c362a2 user: js tags: trunk) | |
|
2023-08-27
| ||
| 19:04 | Remove hack for amiga-gcc that is no longer needed (check-in: 583c007e31 user: js tags: trunk) | |
| 14:03 | Don't require m68k-amigaos-g++ for exceptions (check-in: 83aa78d1af user: js tags: trunk) | |
| 09:23 | Fix hanging blocking TLS connections with OpenSSL (check-in: 38e105d056 user: js tags: trunk) | |
|
2023-08-26
| ||
| 22:02 | Correctly handle KAME's embedded scope ID (check-in: 42acd2b94a user: js tags: trunk) | |
| 19:02 | configure: Change TLS default to OpenSSL (check-in: 121e9fddd2 user: js tags: trunk) | |
| 15:30 | ofhttp: Prevent empty file name (check-in: a45da5cb30 user: js tags: trunk) | |
| 10:44 | ofhttp: Add error message for failed TLS handshake (check-in: 579dd0a7ee user: js tags: trunk) | |
|
2023-08-25
| ||
| 23:32 | Fix nullability issues found by clang-analyzer (check-in: d93bcda0b2 user: js tags: trunk) | |
| 17:02 | Fix build on Windows (check-in: 5f897cae6d user: js tags: trunk) | |
| 14:19 | Remove unused variables (check-in: 6ebaa2d2f5 user: js tags: trunk) | |
| 13:20 | Add reserved ivar for ABI stability on AmigaOS (check-in: e3e3a88363 user: js tags: trunk) | |
| 12:25 | Minor documentation improvement (check-in: 29bbfc3e47 user: js tags: trunk) | |
|
2023-08-23
| ||
| 16:10 | Merge trunk into 1.0 branch (check-in: 438285cb1b user: js tags: 1.0) | |
| 16:04 | Merge trunk into branch "unicode-normalization" (Leaf check-in: 7b8c09c94a user: js tags: unicode-normalization) | |
| 16:01 | Remove incomplete NFD/NFKD support (check-in: 149874777c user: js tags: trunk) | |
| 15:58 | Move incomplete NFD/NFKD support into a branch (check-in: 1aab2aa886 user: js tags: unicode-normalization) | |
| 15:40 | Update to Unicode 15.0 (check-in: fadb29aa9a user: js tags: trunk) | |
| 15:39 | OFHTTPClient: Don't enable non-blocking mode (check-in: 3a8aa96e16 user: js tags: trunk) | |
| 13:54 | OFStrFTime: Don't use OFASPrintF() (check-in: ff64ec30f4 user: js tags: trunk) | |
| 12:44 | Add OFStrFTime() consistent with OFStrPTime() (check-in: 05d675eb07 user: js tags: trunk) | |
| 08:55 | OFApplication: Reduce scope of some variables (check-in: c7035e7dd2 user: js tags: trunk) | |
|
2023-08-22
| ||
| 16:16 | Don't require a regular file to init an object (check-in: 8471999204 user: js tags: trunk) | |
| 15:46 | Re-enable UNIX sockets on Hurd (check-in: 9b50999d63 user: js tags: trunk) | |
| 15:19 | -[fileExistsAtPath:]: Don't require S_ISREG (check-in: 140b7d93e3 user: js tags: trunk) | |
|
2023-08-17
| ||
| 14:53 | Add more designated initializers (check-in: abc315cc89 user: js tags: trunk) | |
| 14:30 | OFString: Add designated initializer (check-in: 03339575cb user: js tags: trunk) | |
|
2023-08-13
| ||
| 22:02 | OFSet: Add designated initializers (check-in: d0205355f5 user: js tags: trunk) | |
|
2023-08-12
| ||
| 17:31 | OFDictionary: Add designated initializers (check-in: 4fa963805b user: js tags: trunk) | |
| 12:05 | OFArray: Add designated initializer (check-in: 47860977ff user: js tags: trunk) | |
|
2023-08-09
| ||
| 22:53 | OFValue: Add OFVector[34]D (check-in: 7b91334e8e user: js tags: trunk) | |
| 22:39 | OFValue: Improve -[description] (check-in: 772e8b8f78 user: js tags: trunk) | |
| 17:02 | Make GCC happy again (check-in: cd3d4b44c4 user: js tags: trunk) | |
| 16:24 | OFConcrete{Number,Value}: Copy the type encoding (check-in: 723c19a44b user: js tags: trunk) | |
| 15:33 | Work around a GCC bug (check-in: 9d0bd1e896 user: js tags: trunk) | |
| 15:24 | Make OFNumber a proper class cluster (check-in: c9115cce73 user: js tags: trunk) | |
| 14:27 | Make OFValue a proper class cluster (check-in: 12968f1d68 user: js tags: trunk) | |
| 12:38 | Move some classes out of OFDate.m (check-in: 1726744573 user: js tags: trunk) | |
| 11:41 | Merge trunk into 1.0 branch (check-in: 7061b887af user: js tags: 1.0) | |
| 11:30 | OFData: Ensure init methods return correct class (check-in: f42a4471b9 user: js tags: trunk) | |
| 10:09 | More consistency in naming of private classes (check-in: 281b494de4 user: js tags: trunk) | |
| 09:08 | Add OF_SINGLETON_METHODS (check-in: 36310f6263 user: js tags: trunk) | |
| 08:57 | Move some classes out of OFColor.m (check-in: 08cad65b28 user: js tags: trunk) | |
| 08:25 | More consistent naming for concrete classes (check-in: 6da6276ae7 user: js tags: trunk) | |
| 08:14 | Add OFSubdata (check-in: d1a8c88dc6 user: js tags: trunk) | |
|
2023-08-08
| ||
| 21:16 | Make OFColor a proper class cluster (check-in: ea9b62035b user: js tags: trunk) | |
| 21:06 | Make OFDate a proper class cluster (check-in: 3865cc5695 user: js tags: trunk) | |
| 15:32 | A few minor cleanups (check-in: a6f520157a user: js tags: trunk) | |
| 09:41 | Rename OFConcreteData -> OFAdjacentData (check-in: f886f21ad5 user: js tags: trunk) | |
| 09:36 | OFData: Fix a brain fart (check-in: 9706b6199d user: js tags: trunk) | |
|
2023-08-07
| ||
| 20:59 | Make GCC happy again (check-in: 5f9d8d958b user: js tags: trunk) | |