- 06 Feb, 2023 1 commit
-
-
- 21 Dec, 2022 2 commits
-
-
Jan Tojnar authored
-
Jan Tojnar authored
Update for compatibility with https://github.com/flatpak/libportal/commit/333a299a3c7580de3a8fbbe882ab28f5666338bd
-
- 11 Dec, 2022 1 commit
-
-
- 09 Dec, 2022 1 commit
-
-
- 02 Dec, 2022 1 commit
-
-
- 28 Nov, 2022 2 commits
-
-
- 27 Nov, 2022 1 commit
-
-
- 26 Nov, 2022 1 commit
-
-
- 01 Nov, 2022 1 commit
-
-
- 31 Oct, 2022 2 commits
-
-
- 17 Oct, 2022 1 commit
-
-
- 05 Oct, 2022 1 commit
-
-
See Initiatives#35.
-
- 03 Oct, 2022 1 commit
-
-
- 28 Sep, 2022 1 commit
-
-
- 27 Sep, 2022 1 commit
-
-
- 25 Sep, 2022 1 commit
-
-
Maximiliano authored
Fixes CI.
-
- 19 Sep, 2022 1 commit
-
-
- 18 Sep, 2022 1 commit
-
-
- 17 Sep, 2022 4 commits
-
-
Jan Tojnar authored
-
Jan Tojnar authored
It is recommended by Meson.
-
Jan Tojnar authored
Ran the following with some manual clean-ups. for f in (fd meson.build) meson_options.txt muon fmt -i -c muon_fmt.ini "$f" end
-
(cherry picked from commit c425404f)
-
- 12 Sep, 2022 1 commit
-
-
- 11 Sep, 2022 2 commits
-
-
-
Aurimas Černius authored
-
- 10 Sep, 2022 3 commits
-
-
Jan Tojnar authored
- Add shebang - Make executable - Add locale to force consistent collation Suggested by #97 - Drop packages.match.in template since it only really has header and causes extra final new line to be included. - Run grep directly by find.
-
Jan Tojnar authored
In some cases, libarchive does not initialize the `offset` attribute to `archive_read_data_block` for RAR5, often causing `_g_output_stream_add_padding` to write up to exabytes of padding to extracted file, to reach the random unitialized value in `int64_t target_offset`. This will be fixed by https://github.com/libarchive/libarchive/pull/1745 but until a new version is released and widely available, let’s initialize the value ourselves. Fixes: #46
-
Jan Tojnar authored
-
- 09 Sep, 2022 8 commits
-
-
Jan Tojnar authored
Clang’s scan-build tool complains: ../../../src/dlg-update.c:152:20: warning: Access to field 'data' results in a dereference of a null pointer (loaded from field 'file_list') [core.NullDereference] OpenFile *file = data->file_list->data; ^~~~~~~~~~~~~~~~~~~~~ But if `file_list` was NULL, the g_list_length would return 0 and so the `n_files == 1` branch would not be entered.
-
Jan Tojnar authored
Clang’s scan-build tool complains: ../../../src/fr-window.c:7320:10: warning: Access to field 'data' results in a dereference of a null pointer (loaded from field 'history_current') [core.NullDereference] return private->history_current->data; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ But we are already calling `fr_window_history_add` on the previous line, which updates the `history_current` with the new location.
-
Jan Tojnar authored
Discovered with Clang’s scan-build tool: ../../../src/fr-application.c:273:37: warning: Access to field 'data' results in a dereference of a null pointer (loaded from variable 'file_list') [core.NullDereference] destination = g_file_get_parent (G_FILE (file_list->data)); ^~~~~~~~~~~~~~~~~~~~~~~~ Would occur when empty destination URI was passed to Compress D-Bus method. Introduced in 34b64f3a
-
Jan Tojnar authored
Define auto-cleanup functions, taken from https://github.com/fwupd/fwupd/blob/4df0d2176be4c3439d95310a974d8077ae40dbe0/libfwupdplugin/fu-archive.c#L326-L357 Although I removed the close functions since we want to capture the error when close fails.
-
Jan Tojnar authored
-
Jan Tojnar authored
Automatically converted using https://gitlab.gnome.org/jtojnar/glib-refactoring/-/blob/0a59526c84bd8cc06c5c6e01189ff3b056ef37c8/patches/glib/autocleanup.cocci and then manually cleaned up the coding style.
-
Jan Tojnar authored
Discovered with Clang’s scan-build tool: ../../../src/fr-window.c:3301:3: warning: Value stored to 'archive' is never read [deadcode.DeadStores] archive = private->archive_file; ^ ~~~~~~~~~~~~~~~~~~~~~ The reference was removed with statusbar fd4d0c0a
-
Jordi Mas authored
-
- 05 Sep, 2022 1 commit
-
-