ObjFW  Timeline

156 check-ins using file src/OFData+CryptographicHashing.m version 948f292398

2024-05-15
22:50
OFGameController: Use different subclasses (Leaf check-in: 4ecdef7491 user: js tags: gamecontroller)
21:34
OFGameController: Add mapping for DualShock 4 (check-in: 13c7749eed user: js tags: gamecontroller)
20:21
Add insane workarounds for Stadia controller (check-in: ae7664ae48 user: js tags: gamecontroller)
19:34
OFGameController: Undo the last commit (check-in: 5fdf28dd29 user: js tags: gamecontroller)
2024-05-14
22:14
OFGameController: Fix Xbox 360 controller mapping (check-in: a4fa1b26f2 user: js tags: gamecontroller)
21:39
OFGameController: Fix mapping for Sony DualSense (check-in: 4c804d8fa7 user: js tags: gamecontroller)
21:27
OFGameController: Correctly handle unknown buttons (check-in: dd18e20cea user: js tags: gamecontroller)
20:56
OFGameController: Try all XInput versions (check-in: 6032aeea55 user: js tags: gamecontroller)
20:41
OFGameController: Use more generic button names (check-in: 2c2412d3df user: js tags: gamecontroller)
2024-05-13
22:07
Fix ObjFWTest on Nintendo (3)DS (check-in: f75c7058f7 user: js tags: gamecontroller)
22:06
Merge trunk into branch "gamecontroller" (check-in: cf9195c859 user: js tags: gamecontroller)
22:03
Clean up ObjFWTest Makefile (Leaf check-in: 7c0575d78f user: js tags: trunk)
21:57
Fix linking ObjFWHID on macOS and iOS (check-in: 20122a7016 user: js tags: gamecontroller)
21:13
Fix compilation with --disable-shared (check-in: bb55076c9d user: js tags: gamecontroller)
21:08
Fix workaround for missing blx on ARM (check-in: e933229b5a user: js tags: trunk)
20:57
Move OFGameController into subframework ObjFWHID (check-in: f5f12143ce user: js tags: gamecontroller)
2024-05-12
15:48
ofarc: Fix extracting from stdin on macOS (Leaf check-in: d207384006 user: js tags: 1.1)
15:48
ofarc: Fix extracting from stdin on macOS (check-in: 5923676ca6 user: js tags: trunk)
13:23
Increase ObjFWRT library patch version (check-in: fcee07f80f user: js tags: trunk)
13:21
Set version to 1.1.3 (check-in: 0b57785ef2 user: js tags: 1.1, 1.1.3-release)
13:20
Increase library versions (check-in: 22c139b70a user: js tags: 1.1)
13:17
Update ChangeLog for 1.1.3 (check-in: 445024b525 user: js tags: trunk)
13:17
Update ChangeLog for 1.1.3 (check-in: 8ef27783bd user: js tags: 1.1)
13:07
OFGameController: {vendor,product}ID on Windows (check-in: 8815b72dad user: js tags: gamecontroller)
11:38
README.md: Add instructions for Ubuntu (check-in: de4cfbf81a user: js tags: 1.1)
11:38
README.md: Add instructions for Ubuntu (check-in: d3659a9a01 user: js tags: trunk)
2024-05-11
22:18
README.md: Add instructions for Debian (check-in: 39acd16610 user: js tags: 1.1)
22:18
README.md: Add instructions for Debian (check-in: a11c477d19 user: js tags: trunk)
21:56
OFGameController: {north,south,west,east}Button (check-in: 59b45e87d1 user: js tags: gamecontroller)
18:03
configure: Check whether blx is available on ARM (check-in: 07913b4cb3 user: js tags: 1.1)
18:02
configure: Check whether blx is available on ARM (check-in: 4f3f90e5e7 user: js tags: trunk)
10:19
OFGameController: Add quirks for Joycons (check-in: 1da303e600 user: js tags: gamecontroller)
10:06
OFGameController: Report vendor ID and product ID (check-in: c0735ac803 user: js tags: gamecontroller)
09:56
OFGameController: Remove Mega Drive quirk (check-in: 4f69c96c54 user: js tags: gamecontroller)
2024-05-10
12:58
OFGameController: Quirks for Mega Drive controller (check-in: 899801a8b8 user: js tags: gamecontroller)
00:27
OFGameController: Add support for Windows (check-in: 22f6f258d8 user: js tags: gamecontroller)
2024-05-09
23:41
OFGameController: Retrieve state explicitly (check-in: 0f902d87eb user: js tags: gamecontroller)
21:23
OFGameController: Fix checking available buttons (check-in: 90bd76b84d user: js tags: gamecontroller)
19:47
Add subdir for interactive game controller tests (check-in: 9e1ee38bda user: js tags: gamecontroller)
19:46
OFGameController: Support for pressure sensitivity (check-in: 336ecd9bdc user: js tags: gamecontroller)
19:05
OFGameController: Add constants for buttons (check-in: f02049612e user: js tags: gamecontroller)
18:13
OFGameController: Quirks for Xbox 360 controller (check-in: 978e3bfb1e user: js tags: gamecontroller)
18:01
OFGameController: Add quirks for N64 controller (check-in: 21c872dbb0 user: js tags: gamecontroller)
17:39
OFGameController: Correctly scale axes on Linux (check-in: 87fa51ae2e user: js tags: gamecontroller)
15:39
OFGameController: Change API for analog sticks (check-in: 5547016712 user: js tags: gamecontroller)
15:24
OFGameController: Handle analog triggers on Linux (check-in: 55a1492876 user: js tags: gamecontroller)
15:13
OFGameController: Handle D-Pad via ABS_HAT0[XY] (check-in: 4fc79b14db user: js tags: gamecontroller)
15:02
Add interactive tests for OFGameController (check-in: c31d8b6c37 user: js tags: gamecontroller)
13:30
OFGameController: Fix Nintendo 3DS / DS (check-in: 5504ee2b60 user: js tags: gamecontroller)
13:10
OFGameController: Add missing import (check-in: c5b37a9dd8 user: js tags: gamecontroller)
12:57
OFGameController: Add support for Linux (check-in: 6f20cdbd5c user: js tags: gamecontroller)
10:22
Merge trunk into branch "gamecontroller" (check-in: c0a80a897d user: js tags: gamecontroller)
10:21
Use unsigned long for bit sets (check-in: 96f946d7ad user: js tags: trunk)
2024-05-05
23:07
OFGameController: Fix typos (check-in: 3ef11175bc user: js tags: gamecontroller)
19:56
OFGameController: Rename axis to analog stick (check-in: 498a91a2a4 user: js tags: gamecontroller)
19:22
OFGameController: Add support for Nintendo DS (check-in: a7a6705d90 user: js tags: gamecontroller)
19:04
OFStdIOStream: Add special case for column 0 (check-in: 1c2fe75e6e user: js tags: trunk)
18:59
Add OFGameController (check-in: a0f4283e81 user: js tags: gamecontroller)
12:33
Make OF_APPLICATION_DELEGATE() work with -mwindows (check-in: dcea3bad47 user: js tags: trunk)
12:15
Increase ObjFW library minor version (check-in: ab1d9b0ecb user: js tags: trunk)
09:43
Fix +[OFSystemInfo networkInterfaces] on NetBSD (check-in: 6f0bb25b4e user: js tags: 1.1)
09:42
Fix +[OFSystemInfo networkInterfaces] on NetBSD (check-in: 9a261b4ba9 user: js tags: trunk)
08:39
GitHub Actions: Load SCTP kernel module on FreeBSD (check-in: ebb50f7d8f user: js tags: trunk)
08:37
Fix OFSCTPSocket on FreeBSD (check-in: 580e5ab656 user: js tags: trunk)
00:55
Update buildsys (check-in: 396d832ab9 user: js tags: trunk)
00:49
+[OFPlugin pathForName:]: Add fallback to .dylib (check-in: 925c67cb45 user: js tags: trunk)
00:17
Update buildsys (check-in: 42f939d411 user: js tags: trunk)
2024-05-04
22:05
Remove Fossil's keep-glob (check-in: 27788f6256 user: js tags: trunk)
22:02
tests: Compress big_dictionary.msgpack with gzip (check-in: 0d812d3b57 user: js tags: trunk)
21:50
Use -[substring{To,From}Index:] in more places (check-in: 2ba9aa1fd6 user: js tags: trunk)
21:40
Only use Fossil's ignore-glob (check-in: 22d28ff1f8 user: js tags: trunk)
20:51
Update GitHub issue template (check-in: 51917aaa94 user: js tags: trunk)
20:21
OFSCTPSocket: Fix setting SCTP_UNORDERED (check-in: 5f8070d792 user: js tags: trunk)
20:06
Add support for SCTP sockets (check-in: fef7240652 user: js tags: trunk)
20:05
OFSCTPSocket: Use a dictionary for message info (Closed-Leaf check-in: 0fd2b1b4c8 user: js tags: sctp)
2024-05-01
23:23
OFSCTPSocket: Rename packet to message (check-in: 816c13da9b user: js tags: sctp)
23:14
OFSCTPSocket: Add support for packet flags (check-in: c4c40e01a8 user: js tags: sctp)
21:39
GitHub Actions: Install libsctp-dev on Ubuntu (check-in: 3c91319201 user: js tags: sctp)
21:27
Only set SCTP_RECVRCVINFO if it is defined (check-in: dc5f8eb483 user: js tags: sctp)
21:15
OFSCTPSocket: Add support for streams and PPID (check-in: b0f8978404 user: js tags: sctp)
16:47
Merge trunk into branch "sctp" (check-in: 570f747545 user: js tags: sctp)
15:20
Document a lot of undocumented functions & macros (check-in: 5164cbc576 user: js tags: 1.1)
15:19
Document a lot of undocumented functions & macros (check-in: 0c3c3b6efa user: js tags: trunk)
2024-04-29
23:12
Properly hide private symbols (check-in: efb77e8878 user: js tags: 1.1)
21:42
Properly hide private symbols (check-in: f16bccc7b3 user: js tags: trunk)
03:31
OFEmbeddedIRIHandler: Fix missing static (check-in: 5fb890f145 user: js tags: 1.1)
03:31
OFEmbeddedIRIHandler: Fix missing static (check-in: cce464b94e user: js tags: trunk)
2024-04-28
20:32
OFSCTPSocket: Document exceptions (check-in: 7c8346a056 user: js tags: sctp)
18:25
OFSCTPSocket: Return socket address bound to (check-in: c34be99f15 user: js tags: sctp)
18:15
Merge trunk into branch "sctp" (check-in: bd2d723910 user: js tags: sctp)
12:47
Skip (sym)link tests if unavailable (check-in: 2ea81cb7c3 user: js tags: 1.1)
12:47
Skip (sym)link tests if unavailable (check-in: 523f721292 user: js tags: trunk)
11:56
Workaround for OFSubprocessTests on Windows 9x (check-in: 7937aed40b user: js tags: 1.1)
11:56
Workaround for OFSubprocessTests on Windows 9x (check-in: cd829b4336 user: js tags: trunk)
08:36
Use @synchronized over OFMutex in a few places (check-in: ff3a60cc12 user: js tags: trunk)
2024-04-27
01:56
GitHub Actions: Replace macos-latest with macos-12 (check-in: c663f94788 user: js tags: 1.1)
01:55
GitHub Actions: Replace macos-latest with macos-12 (check-in: 799dbd0e16 user: js tags: trunk)
2024-04-24
22:52
Add SerenityOS to platform.h (check-in: 4853f41b75 user: js tags: trunk)
22:39
Simplify detection of exception type (check-in: 8b0ab1157c user: js tags: trunk)
2024-04-23
01:00
Simplify calls to objfw-embed (check-in: 569a7aa657 user: js tags: trunk)
2024-04-22
00:02
Merge trunk into 1.1 branch (check-in: 69075d7082 user: js tags: 1.1)
2024-04-21
19:55
Add missing NTAPI for RtlGenRandom (check-in: f61f430bfb user: js tags: trunk)
19:15
Use RtlGenRandom on Windows if available (check-in: 2bcb2bd40f user: js tags: trunk)
11:16
Don't use _wutime64 on Windows (check-in: 7eb995ad11 user: js tags: trunk)
2024-04-20
17:52
Set version to 1.1.2 (check-in: 7e94534636 user: js tags: 1.1, 1.1.2-release)
17:50
Update ChangeLog for 1.1.2 (check-in: dca251a2b9 user: js tags: trunk)
17:50
Update ChangeLog for 1.1.2 (check-in: b3bd14dc06 user: js tags: 1.1)
17:42
Merge trunk into 1.1 branch (check-in: a7e9fd87f9 user: js tags: 1.1)
14:58
forwarding: Remove now unnecessary instructions (check-in: d9b2f95c24 user: js tags: trunk)
2024-04-17
21:02
Fix build for Wii (check-in: 32054a4a13 user: js tags: trunk)
20:50
Add missing endbr / bti (check-in: 171615d20a user: js tags: trunk)
20:45
forwarding: Don't grow the stack twice on ARM64 (check-in: 8e95cb1c77 user: js tags: trunk)
2024-04-16
23:50
Don't use readdir_r (check-in: c615b62ed8 user: js tags: trunk)
23:18
lookup-asm-arm64-elf.S: Save one instruction (check-in: 460b84b9b2 user: js tags: trunk)
2024-04-14
22:59
configure: Use sed | grep instead of awk (check-in: 22b11fa7e8 user: js tags: trunk)
21:28
configure: Use awk to find strings in binaries (check-in: 15dc72eb33 user: js tags: trunk)
18:55
OFFileIRIHandler: Fix missing variable on Haiku (check-in: 51dfaf9042 user: js tags: trunk)
17:46
Set version to 1.1.1 (check-in: 148f7f4c6b user: js tags: 1.1, 1.1.1-release)
17:44
Merge trunk into 1.1 branch (check-in: cbaf97fbb8 user: js tags: 1.1)
17:42
Update ChangeLog for 1.1.1 (check-in: 414f82bf85 user: js tags: trunk)
17:29
Fix missing ${DESTDIR} (check-in: d3f1b709f1 user: js tags: trunk)
16:35
Update ChangeLog for 1.1 (check-in: 5624e6c91d user: js tags: trunk)
16:18
Merge trunk into 1.1 branch (check-in: eba7f9f3d9 user: js tags: 1.1, 1.1-release)
16:10
Fix a missed copyright update (check-in: 4383931c76 user: js tags: trunk)
15:56
utils/objfw-config: Remove trailing spaces (check-in: 01f8b91c61 user: js tags: trunk)
12:20
Break some long lines in Makefiles (check-in: c9e223b837 user: js tags: trunk)
11:54
configure: Default to no -Werror (check-in: 86e618dd4a user: js tags: 1.1)
11:52
src/Makefile: Include ${LIBBASES_M} (check-in: 3e6d413c7b user: js tags: trunk)
11:51
OFStream: Add missing newline in documentation (check-in: 2d5166ab47 user: js tags: trunk)
11:50
README.md: Fix indentation (check-in: d3e8aa2065 user: js tags: trunk)
10:17
ChangeLog: Use dots consistently (check-in: 3788266d7e user: js tags: 1.1)
10:10
Merge trunk into 1.1 branch (check-in: 1643015adf user: js tags: 1.1)
10:09
Update ChangeLog for 1.0.12 (check-in: 26a4edd972 user: js tags: trunk)
09:52
Update ChangeLog (check-in: 17e7a7e4b7 user: js tags: 1.1)
09:50
Merge trunk into 1.1 branch (check-in: 9991eaba2b user: js tags: 1.1)
09:48
OFMutableArray: Fix an inconsistency (check-in: 3274500ffd user: js tags: trunk)
09:34
GitHub Actions: Add UCRT64 to MinGW on Fedora (check-in: 8523df3211 user: js tags: trunk)
00:47
Remove unnecessary #include (check-in: fa3529c18b user: js tags: trunk)
2024-04-13
18:51
Fix some Doxygen warnings (check-in: e4a7a2ec74 user: js tags: trunk)
18:25
Update ChangeLog (check-in: 510b2e5180 user: js tags: 1.1)
12:01
Merge trunk into 1.1 branch (check-in: 19adecd358 user: js tags: 1.1)
09:24
Update build-aux from autoconf 2.72 (check-in: 42fb361c1b user: js tags: trunk)
08:52
Add STATIC_LIBS to all objfw-config files (check-in: 38317aa6a3 user: js tags: trunk)
08:48
objfw-config: Ensure search directories come first (check-in: 9f9867c7d2 user: js tags: trunk)
08:40
Add objfw-config file for ObjFWBridge (check-in: 69a8da9c5d user: js tags: trunk)
08:12
Add objfw-config file for ObjFWTLS (check-in: f7a3b5739b user: js tags: trunk)
2024-04-09
19:59
ofhttp: Don't limit setting xattr to Linux (check-in: 9c9dc239ba user: js tags: trunk)
19:35
OFObject: Use posix_memalign() on Solaris (check-in: f6afff33eb user: js tags: trunk)
2024-04-08
00:21
Don't depend on EXTATTR_NAMESPACE_NAMES on NetBSD (check-in: e38777bbf2 user: js tags: trunk)
2024-04-07
23:23
Add support for extended attributes on FreeBSD (check-in: a19dde73d4 user: js tags: trunk)
22:05
Add support for extended attributes on NetBSD (check-in: 153f39636e user: js tags: trunk)
2024-04-03
20:51
OFFileIRIHandler: Fix missing retain + autorelease (check-in: 98e5c7dd28 user: js tags: trunk)
17:50
Add support for typed extended attributes on Haiku (check-in: c88d1d3054 user: js tags: trunk)
02:37
Update README.md for the license change (check-in: 06aecbe734 user: js tags: trunk)
02:34
Fix a typo (check-in: a653a058ce user: js tags: trunk)
02:16
Change license to LGPLv3 only (check-in: 7413a728a7 user: js tags: trunk)