Niketin
ee8d2f50b7
pattern/bencode: Various fixes ( #393 )
...
* Fix bencode dictionary
When parsing a bencode dictionary, the end character 'e' was never
consumed. This caused a misinterpretation of the character as struct Value of
an unknown type 'e'.
* Fix bencode list
A list was not included in the Value's parsing logic so it may have
been mistakenly parsed as a string.
* Fix std::ctype::isprint not including space
The space character, 0x20, is considered as a printable character in ASCII
and in >=C89. Adding it to the range of std::ctype::isprint also fixes
other std::ctype functions that use it.
* Fix bencode byte string formatting
Byte strings do not render nicely in pattern data's value column if they
contain non-printable characters. This commit makes the value of byte
strings to be surrounded by quotation marks, and renders a warning text
without quotation marks if the byte string contains non-printable
characters.
2025-05-10 13:34:36 +02:00
..
2023-12-07 16:38:32 +01:00
2024-05-19 17:05:56 +02:00
2024-11-24 11:41:26 +01:00
2025-03-22 13:46:06 +01:00
2025-03-22 13:52:59 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:06:39 +01:00
2025-03-22 13:46:49 +01:00
2024-11-24 11:41:26 +01:00
2024-11-17 13:58:02 +01:00
2023-10-24 07:33:56 +02:00
2024-11-24 11:41:26 +01:00
2025-01-13 21:20:36 +01:00
2025-05-10 13:34:36 +02:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:39:22 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-12-13 10:21:47 +01:00
2025-01-19 00:13:04 +01:00
2023-08-28 12:32:23 +02:00
2023-08-28 12:32:23 +02:00
2023-08-28 12:32:23 +02:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-12-05 21:26:43 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-08-03 17:44:37 +02:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-12-05 21:26:43 +01:00
2024-12-05 21:26:43 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-05-10 11:52:35 +02:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2023-10-24 07:35:38 +02:00
2023-10-24 07:35:38 +02:00
2024-11-17 13:56:40 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-08-03 20:14:27 +02:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-28 17:59:45 +01:00
2025-01-14 18:21:16 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-23 21:44:44 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 13:34:01 +02:00
2025-01-14 20:01:36 +01:00
2024-08-03 17:44:37 +02:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-03-22 13:51:46 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-03-22 13:46:06 +01:00
2024-11-24 11:41:26 +01:00
2025-04-30 04:00:52 -07:00
2025-03-22 13:46:06 +01:00
2025-05-10 13:34:16 +02:00
2025-03-24 07:15:25 +01:00
2025-01-14 20:01:36 +01:00
2024-02-25 22:04:41 +01:00
2025-05-10 12:26:39 +02:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00
2025-05-10 11:52:00 +02:00
2025-05-10 11:51:43 +02:00
2025-03-22 13:49:50 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-17 13:53:18 +01:00
2025-01-14 20:01:36 +01:00
2025-01-30 20:24:11 +01:00
2025-01-14 20:01:36 +01:00
2025-03-22 13:51:46 +01:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00
2024-08-03 17:44:37 +02:00
2024-11-24 11:41:26 +01:00
2024-12-14 13:48:06 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 11:57:51 +02:00
2024-11-24 11:41:26 +01:00
2024-11-24 14:53:02 +01:00
2025-03-22 13:44:55 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00
2024-12-28 19:57:48 +01:00
2025-03-22 13:54:50 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-03-22 13:48:57 +01:00
2024-11-27 20:44:56 +01:00
2025-03-22 13:46:06 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 11:54:29 +02:00
2025-03-22 13:45:25 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 10:29:50 +00:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-04-30 08:55:53 -07:00
2025-01-14 20:01:36 +01:00
2024-08-03 17:44:37 +02:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-02-16 12:52:01 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-05-10 11:51:04 +02:00
2025-03-22 13:57:42 +01:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00