ObjFW  History of utils/ofhttp/lang/de.json of f79f04f882c43fa6

History of the file that is called utils/ofhttp/lang/de.json at check-in f79f04f882c43fa6

2024-01-02
17:26
utils: Indicate options with an argument with = file: [89ce45218c] check-in: [21823c0d56] user: js, branch: trunk, size: 4929 [annotate] [blame] [check-ins using] [diff]
2023-10-15
12:48
Use JSON5 for localizations

The comment with the copyright already made it not pure JSON anyway. file: [d8f293a0f2] check-in: [b5d1f8fcb1] user: js, branch: trunk, size: 4929 [annotate] [blame] [check-ins using] [diff]

2023-09-24
09:18
Add license to localizations file: [c2800d271b] check-in: [92598d5500] user: js, branch: trunk, size: 4974 [annotate] [blame] [check-ins using] [diff]
2023-08-26
10:44
ofhttp: Add error message for failed TLS handshake file: [380be9aeb8] check-in: [579dd0a7ee] user: js, branch: trunk, size: 4737 [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
Rename OFURI to OFIRI file: [d50b9e554d] check-in: [23272e6d43] user: js, branch: trunk, size: 4576 [annotate] [blame] [check-ins using] [diff]
2022-09-29
20:27
Renamed utils/ofhttp/lang/de.json → utils/ofhttp/localization/de.json. OFLocale: Rename a few methods file: [839a028930] check-in: [915bfc7431] user: js, branch: trunk, size: 4576 [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
Rename OFUR{L -> I} in preparation for URI support file: [839a028930] check-in: [e7ab06503c] user: js, branch: trunk, size: 4576 [annotate] [blame] [check-ins using] [diff]
2022-09-23
14:01
Rename OFInvalidServer{Reply -> Response}Exception file: [4915bd731f] check-in: [60ebc06824] user: js, branch: trunk, size: 4576 [annotate] [blame] [check-ins using] [diff]
2022-08-20
19:01
ofhttp: Fix typo in German translation file: [1ad1b7f6b2] check-in: [10101b2b9d] user: js, branch: trunk, size: 4573 [annotate] [blame] [check-ins using] [diff]
2021-11-13
13:04
Completely rework the TLS/SSL API

The previous API could never work cleanly and would always require
hacks, as it needed intercepting all interactions of OFTCPSocket with
the raw socket and did not work at all if the OFTCPSocket had anything
in its read buffer before starting the TLS handshake. This also could
not be fixed easily, as it would have required the object to contain two
read buffers, one for the unencrypted connection and one for the
encrypted connection. There was also no clean way to perform the
handshake in a non-blocking way.

The new API is a lot cleaner and requires none of the hacks, but using
it requires slightly more work. But this is more than made up for by
making a fully asynchronous handshake possible. It uses the concept of a
stream wrapping another stream, meaning the entire connecting part is
being handled by OFTCPSocket and then the connected socket is passed off
to OFTLSStream to wrap it. This also makes for a lot cleaner separation
of concerns. file: [027af9bd4c] check-in: [d30efa8bbf] user: js, branch: trunk, size: 4573 [annotate] [blame] [check-ins using] [diff]

2020-10-10
11:09
ofhttp: Add --ignore-status option file: [ad71562e8d] check-in: [3162555b75] user: js, branch: trunk, size: 4486 [annotate] [blame] [check-ins using] [diff]
2020-08-29
23:17
ofhttp: Translate "Error!" message file: [ccf7a0ea89] check-in: [f79f04f882] user: js, branch: trunk, size: 4418 [annotate] [blame] [check-ins using] [diff]
2020-04-13
15:48
OFLocale: Allow plural scripting in fallback file: [ef4298a3ca] check-in: [8a0c5ed345] user: js, branch: trunk, size: 4385 [annotate] [blame] [check-ins using] [diff]
2020-04-12
22:28
utils: Properly translate plurals file: [dae75765a1] check-in: [9ee403e4fc] user: js, branch: trunk, size: 4384 [annotate] [blame] [check-ins using] [diff]
2020-03-25
21:26
OFHTTPClient: Support for sending chunked body file: [9f2302952b] check-in: [aac504a7bc] user: js, branch: trunk, size: 4220 [annotate] [blame] [check-ins using] [diff]
2020-03-22
15:51
ofhttp: Print the HTTP status code on error

Without this, there would be no indication of the error when using -q. file: [ed88980c09] check-in: [9c506fc995] user: js, branch: trunk, size: 4154 [annotate] [blame] [check-ins using] [diff]

2019-10-07
00:07
OFDNSResolver: Major refactor

This temporarily doesn't use the search domains anymore and makes CNAMEs
slightly more inefficient. The next commits will fix both. file: [9e4f95f1d1] check-in: [ee592cf603] user: js, branch: trunk, size: 4082 [annotate] [blame] [check-ins using] [diff]

2019-10-06
16:27
Rename OFDNSRequest -> OFDNSQuery

This is now in alignment with the terminology of the RFC. file: [401e7794d9] check-in: [d69f7bc1ff] user: js, branch: trunk, size: 4076 [annotate] [blame] [check-ins using] [diff]

2019-10-01
00:40
Add OFDNSRequest file: [629be9f74b] check-in: [6b2fb27dca] user: js, branch: trunk, size: 4078 [annotate] [blame] [check-ins using] [diff]
2019-03-19
01:04
ofhttp: Fix --detect-filename file: [7ef06d4aaf] check-in: [d112a476aa] user: js, branch: trunk, size: 4091 [annotate] [blame] [check-ins using] [diff]
2018-08-04
23:43
OFDNSResolver: Improve error reporting file: [967b8f2fca] check-in: [647ec47eda] user: js, branch: trunk, size: 3943 [annotate] [blame] [check-ins using] [diff]
2018-03-11
20:47
ofhttp: Allow insecure redirects with --insecure file: [9dfc23927e] check-in: [38ccb06dff] user: js, branch: trunk, size: 3943 [annotate] [blame] [check-ins using] [diff]
2017-06-03
18:41
ofhttp: Small string fix file: [8f934f3140] check-in: [cead04ef07] user: js, branch: trunk, size: 3864 [annotate] [blame] [check-ins using] [diff]
2017-02-27
21:57
ofhttp: Move formatting out of localized strings file: [4101cbff1a] check-in: [7ffbd24169] user: js, branch: trunk, size: 3868 [annotate] [blame] [check-ins using] [diff]
2017-01-29
19:08
ofhttp: Add --insecure flag to ignore TLS errors file: [767e814d4b] check-in: [d040a0989d] user: js, branch: trunk, size: 3957 [annotate] [blame] [check-ins using] [diff]
2017-01-10
19:39
Implement support for localized strings file: [0371c6a7bd] check-in: [e731dc4c75] user: js, branch: trunk, size: 3867 [annotate] [blame] [check-ins using] [diff]
00:46
Added: Add files that I forgot to add file: [28e8f2837c] check-in: [967b411ee5] user: js, branch: trunk, size: 3827 [annotate] [blame] [check-ins using]