ObjFW  Timeline

118 check-ins using file src/OFSHA512Hash.m version 8e962810dd

2018-04-07
14:13
Add OFSecureData (check-in: d4d9072480 user: js tags: trunk)
2018-03-19
23:42
Ignore empty and slash-only path components (check-in: 69148d4e5e user: js tags: trunk)
2018-03-18
06:05
Fix missing #ifdef OF_HAVE_FILES (check-in: f059c39b00 user: js tags: trunk)
03:01
Implement +[operatingSystemVersion] for Windows (check-in: 4707e80cdb user: js tags: trunk)
01:05
Fix missing import and typo (check-in: c32b3419c2 user: js tags: trunk)
01:01
socket.m: Minor cleanup (check-in: 885d84a1a7 user: js tags: trunk)
00:52
Implement +[operatingSystemVersion] for macOS/iOS (check-in: 01104c5e85 user: js tags: trunk)
00:28
Add support for parsing XML property lists (check-in: db0bf9d5a7 user: js tags: trunk)
2018-03-17
21:53
Add +[OFSystemInfo operatingSystem{Name,Version}] (check-in: c6ed29d881 user: js tags: trunk)
2018-03-13
23:05
Treat the leading slash of a path as a component (check-in: a7ce7bb441 user: js tags: trunk)
2018-03-11
23:11
OFHTTPClient: Throw if socket got closed too early (check-in: 69c2ca803a user: js tags: trunk)
21:59
Clean up -[OFURL initFileURLWithPath:isDirectory:] (check-in: 88d0ccf804 user: js tags: trunk)
21:43
Add -[OFString isAbsolutePath] (check-in: c6299422a1 user: js tags: trunk)
20:47
ofhttp: Allow insecure redirects with --insecure (check-in: 38ccb06dff user: js tags: trunk)
20:38
ofhttp: Print headers as we receive them (check-in: 892fbf97ac user: js tags: trunk)
20:04
OFHTTPClient: Only throw away if we actually can (check-in: a456f4d39d user: js tags: trunk)
15:41
Make sure .travis.yml does not end up in a release (check-in: 1ff10544a5 user: js tags: trunk)
14:39
.travis.yml: Store logs in /tmp (check-in: d3b3396366 user: js tags: trunk)
14:26
OFSystemInfo: Path-related methods require files (check-in: 953421ce9d user: js tags: trunk)
12:55
Remove OF_PATH_* macros (check-in: 156b850131 user: js tags: trunk)
12:35
OFString+PathAdditions: Split into per-type files (check-in: c6930c5141 user: js tags: trunk)
11:27
OFFileManager: fileURLWithPath: to convert to URL (check-in: 711592a1c3 user: js tags: trunk)
00:37
OFString: Move path handling into a category (check-in: 7a488c3062 user: js tags: trunk)
2018-03-10
20:26
configure: Use egrep_cpp_yes instead of yes (check-in: d918acb99d user: js tags: trunk)
20:24
configure: Check for UINTPTR_MAX (check-in: f00a1da750 user: js tags: trunk)
20:19
OFCountedSet: Improve deserialization (check-in: 43a93d8a16 user: js tags: trunk)
19:57
configure: Check for INFINITY (check-in: 8897d12b45 user: js tags: trunk)
19:43
socket.h: Provide sockaddr_storage on AmigaOS 4 (check-in: 3924c79b73 user: js tags: trunk)
19:41
resolver.m: Cast h_addr_list to char ** (check-in: cd9635897c user: js tags: trunk)
19:31
platform.h: Add AmigaOS 4 (check-in: 2d0da271bf user: js tags: trunk)
19:05
Add OFColor (check-in: f484fedee2 user: js tags: trunk)
2018-03-09
22:53
OFLocalization: Prevent calling -[init] twice (check-in: defee30139 user: js tags: trunk)
2018-02-27
20:36
OFHTTP{Client,Server}: Rename body to requestBody (check-in: d375061886 user: js tags: trunk)
2018-02-25
20:19
OFHTTPClient: Reset client on any exception (check-in: 2c415002da user: js tags: trunk)
18:10
OFURLHandler_HTTP: Require sockets and threads (check-in: f4b11d1e1b user: js tags: trunk)
17:16
No self = [self init…] with self-releasing @catch (check-in: 81156ee75a user: js tags: trunk)
16:06
OFURLHandler: Add a handler for HTTP(S) (check-in: 5613565c63 user: js tags: trunk)
15:48
OFHTTPClient: Reintroduce -[performRequest:] (check-in: f80b0d270c user: js tags: trunk)
13:46
OFRunLoop: Reset _stop after -[run] (check-in: 184011467a user: js tags: trunk)
04:31
Reintroduce of_char{16,32}_t (check-in: 505137f25f user: js tags: trunk)
04:21
OFObject: Bring +[new] back (check-in: d6bf2b12dd user: js tags: trunk)
02:55
OFHTTPRequest: Remove body (check-in: 629e8d915a user: js tags: trunk)
02:38
OFHTTPServer: Move the body out of the request (check-in: f756fb2ff6 user: js tags: trunk)
2018-02-19
23:41
OFHTTPClient: Add isAtEndOfStream for body stream (check-in: 9a983052eb user: js tags: trunk)
22:57
OFHTTPClient: Add missing _closed = true (check-in: 21d9bced96 user: js tags: trunk)
2018-02-18
21:26
OFHTTPClient: Minor type cleanups (check-in: 562d4e2f61 user: js tags: trunk)
00:20
OFHTTPClient: Add a callback for the request body (check-in: 8681bba25e user: js tags: trunk)
2018-02-17
16:54
.travis.yml: Several small improvements (check-in: 8dca47ec20 user: js tags: trunk)
00:42
.travis.yml: Add builds for Wii and PSP (check-in: 514862215f user: js tags: trunk)
00:38
Include <sys/syslimits.h> for PATH_MAX on PSP (check-in: d67e97a311 user: js tags: trunk)
00:30
Include <limits.h> when using PATH_MAX (check-in: a99399b1b5 user: js tags: trunk)
00:06
configure: Do not enable -Wshadow for Nintendo DS (check-in: 8a2f1b9dfb user: js tags: trunk)
2018-02-16
23:58
Add of_ascii_isdigit() (check-in: b34c78251b user: js tags: trunk)
23:25
TestsAppDelegate: Fix #ifdef (check-in: 248fd739a5 user: js tags: trunk)
22:25
Remove OF_UNAVAILABLE from two -[init] methods (check-in: dae363ef82 user: js tags: trunk)
21:43
Simplify .travis.yml a lot (check-in: a43bd84674 user: js tags: trunk)
2018-02-15
00:35
OFData: Fix #ifdef (check-in: d30dfac8ae user: js tags: trunk)
2018-02-12
21:24
.travis.yml: Add Nintendo 3DS (check-in: 04df9b6223 user: js tags: trunk)
20:28
Disable OFHTTPClient if we don't have threads (check-in: 18731e1674 user: js tags: trunk)
2018-02-11
23:21
Add .travis.yml (check-in: 9607870d0b user: js tags: trunk)
21:06
OFMethodSignature: Fix align inside structs on x86 (check-in: b31e47c23e user: js tags: trunk)
15:17
Update buildsys (check-in: 7482940215 user: js tags: trunk)
15:12
Fix DJGPP's getcwd() returning forward slashes (check-in: 86b1caa4d2 user: js tags: trunk)
14:55
OFInvocationTests: Check for complex.h (check-in: 90a96b9682 user: js tags: trunk)
14:53
Remove useless #ifndef __STDC_NO_COMPLEX__ (check-in: 869f4db107 user: js tags: trunk)
14:47
-Wno-gnu-imaginary-constant only with complex.h (check-in: e3368ee189 user: js tags: trunk)
14:33
Add exception for currentDirectoryPath failing (check-in: d133fa0a89 user: js tags: trunk)
12:15
Make OFNumber a subclass of OFValue (check-in: 612cd94090 user: js tags: trunk)
2018-02-10
20:20
configure: Run win64 tests using wine64 (check-in: 48e1aad2cd user: js tags: trunk)
18:41
configure: Complain if build-aux/m4/* is newer (check-in: 05f42551dc user: js tags: trunk)
11:41
Update buildsys (check-in: 31fcfcffcd user: js tags: trunk)
11:09
OFPlugin: Fix missing _Nullable (check-in: 477ec65403 user: js tags: trunk)
2018-02-09
00:05
tests: Include runtime in DYLD_FRAMEWORK_PATH (check-in: 9a7f4ee2d0 user: js tags: trunk)
00:00
Add OFLoadPluginFailedException (check-in: 4642bc76b0 user: js tags: trunk)
2018-02-08
23:42
Add Info.plist for test plugin (check-in: d1b626eaa2 user: js tags: trunk)
23:38
Update buildsys (check-in: 8fc6c3696f user: js tags: trunk)
2018-02-07
23:08
Reenable plugin tests on iOS (check-in: b636ef71a9 user: js tags: trunk)
22:57
Link tests against .framework if available (check-in: 956b3fa6b4 user: js tags: trunk)
21:11
OFPlugin: Adjust to having proper .bundles now (check-in: 45f72a3f13 user: js tags: trunk)
21:07
Update buildsys (check-in: a31ef8bcfc user: js tags: trunk)
2018-01-24
21:40
Work around Apple assembler macros being different (check-in: f38956ce92 user: js tags: trunk)
2018-01-21
22:29
Make sure FRAMEWORK_LIBS is always set correctly (check-in: 7615f3d657 user: js tags: trunk)
22:16
Allow building the runtime as a .framework (check-in: 0f42b0eafd user: js tags: trunk)
21:47
Update buildsys (check-in: 3392826e13 user: js tags: trunk)
21:38
objfw-config: Add --framework-libs (check-in: 5fa3902ef9 user: js tags: trunk)
19:01
Update buildsys (check-in: 5a98cf8a50 user: js tags: trunk)
16:03
Fix compiling as ObjC++ (check-in: 98caf8e26c user: js tags: trunk)
15:14
Add test for -[OFValue isEqual:] (check-in: 7edbe989ad user: js tags: trunk)
12:18
OFValue: Support for {point,dimension,rectangle}s (check-in: 2ca34d3de1 user: js tags: trunk)
11:33
OFIntrospection: Fix a typo (check-in: a20995ef75 user: js tags: trunk)
03:28
OFValue: Add support for ranges (check-in: cb1891cca1 user: js tags: trunk)
03:12
OFValue: Add -[description] (check-in: 854435fa91 user: js tags: trunk)
03:02
OFValue: Conform to OFCopying (check-in: 6ca5d172b9 user: js tags: trunk)
02:20
Allow boxing of most structs (check-in: 88b19eae2c user: js tags: trunk)
02:02
README.md: Update for removed Xcode project (check-in: 95f945430a user: js tags: trunk)
01:38
OFValue: Add support for pointers and objects (check-in: 237a4e91a9 user: js tags: trunk)
00:48
Initial OFValue implementation (check-in: 4a08ae655b user: js tags: trunk)
2018-01-20
21:21
Prevent recursing into directories twice (check-in: 5a849ab6c2 user: js tags: trunk)
19:12
Update buildsys (check-in: bbaebc50a7 user: js tags: trunk)
16:53
Update buildsys (check-in: 672bc4ad89 user: js tags: trunk)
16:26
Add Xcode project for tests on iOS (check-in: c7a9c43acd user: js tags: trunk)
2018-01-19
23:31
Remove Xcode project (check-in: 39f9108e51 user: js tags: trunk)
23:16
Update buildsys (check-in: c6a2753ed3 user: js tags: trunk)
00:20
Remove scripts/build_ios.sh (check-in: 42668680f6 user: js tags: trunk)
00:18
Update buildsys (check-in: 7a91b21a93 user: js tags: trunk)
2018-01-18
23:44
configure.ac: Link CoreFoundation for tests on iOS (check-in: 9aa5768dd5 user: js tags: trunk)
23:41
configure.ac: Add an #ifdef around VFP2 check (check-in: dd40bff9b6 user: js tags: trunk)
23:28
OFHTTPServer: Fix missing cast (check-in: cb0ac3f868 user: js tags: trunk)
2018-01-15
00:34
Add -[writeToURL:] (check-in: 5c08717941 user: js tags: trunk)
2018-01-14
18:25
OFData: Add -[rangeOfData:options:range:] (check-in: c85b63d2af user: js tags: trunk)
14:12
OFIntrospection: Fix property parsing on Apple RT (check-in: cc198764b7 user: js tags: trunk)
13:30
OFHTTPServer: Fix _contentLength not being set (check-in: a74b645cb2 user: js tags: trunk)
2018-01-07
04:09
OFHTTPClient: Make sure _firstLine is always reset (check-in: 0fde3368f6 user: js tags: trunk)
2018-01-03
23:00
ofhttp: Fix file name not always being reset (check-in: 8377e80ba9 user: js tags: trunk)
22:30
ofhash: Allow user database reading (check-in: 29ed8e6081 user: js tags: trunk)
21:20
Fix Unicode table generator (check-in: cb29882d9b user: js tags: trunk)
20:02
OFData: Fix stream being uninitialized (check-in: 87b416fb5a user: js tags: trunk)
19:49
Update copyright notice (check-in: 7e5c81e186 user: js tags: trunk)