ObjFW  History of utils/ofhttp/lang/de.json of 18e40d7a45f7835d

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

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

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

2023-09-24
09:18
[c2800d271b] part of check-in [92598d5500] Add license to localizations (check-in: [92598d5500] user: js, branch: trunk, size: 4974) [annotate] [blame] [check-ins using] [diff]
2023-08-26
10:44
[380be9aeb8] part of check-in [579dd0a7ee] ofhttp: Add error message for failed TLS handshake (check-in: [579dd0a7ee] user: js, branch: trunk, size: 4737) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[d50b9e554d] part of check-in [23272e6d43] Rename OFURI to OFIRI (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. [839a028930] part of check-in [915bfc7431] OFLocale: Rename a few methods (check-in: [915bfc7431] user: js, branch: trunk, size: 4576) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[839a028930] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 4576) [annotate] [blame] [check-ins using] [diff]
2022-09-23
14:01
[4915bd731f] part of check-in [60ebc06824] Rename OFInvalidServer{Reply -> Response}Exception (check-in: [60ebc06824] user: js, branch: trunk, size: 4576) [annotate] [blame] [check-ins using] [diff]
2022-08-20
19:01
[1ad1b7f6b2] part of check-in [10101b2b9d] ofhttp: Fix typo in German translation (check-in: [10101b2b9d] user: js, branch: trunk, size: 4573) [annotate] [blame] [check-ins using] [diff]
2021-11-13
13:04
[027af9bd4c] part of check-in [d30efa8bbf] 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. (check-in: [d30efa8bbf] user: js, branch: trunk, size: 4573) [annotate] [blame] [check-ins using] [diff]

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

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

2019-10-07
00:07
[9e4f95f1d1] part of check-in [ee592cf603] OFDNSResolver: Major refactor

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

2019-10-06
16:27
[401e7794d9] part of check-in [d69f7bc1ff] Rename OFDNSRequest -> OFDNSQuery

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

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