summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: Update chat room linkreadme-update-chat-linkPhaedrus Leeds2021-05-271-1/+1
* portal: Add some test coverageSimon McVittie2021-05-255-2/+743
* portal: Add some design-for-testSimon McVittie2021-05-251-4/+26
* portal: Add NONE values for flags setsSimon McVittie2021-05-251-0/+3
* tests: Test environment block parsingSimon McVittie2021-05-252-0/+133
* context: Factor out functions to parse an environment blockSimon McVittie2021-05-252-24/+55
* portal: Remap --env-fd into child process's fd spaceSimon McVittie2021-05-251-2/+10
* portal: Use a GArray to store fdsSimon McVittie2021-05-251-39/+42
* portal: Don't leak fd used for serialized environmentSimon McVittie2021-05-251-3/+4
* Don't disable -Wformat-nonliteral unnecessarilySimon McVittie2021-05-251-12/+0
* Add missing G_GNUC_PRINTF attributesSimon McVittie2021-05-255-13/+3
* completion: Always pass a format string to flatpak_completion_debugSimon McVittie2021-05-251-1/+1
* testcommon: Use unusual architectures where it doesn't matterSimon McVittie2021-05-251-77/+77
* Update Danish translationscootergrisen2021-05-251-219/+171
* Merge pull request #4256 from flatpak/remote-ls-all-archesPhaedrus Leeds2021-05-1912-92/+249
|\
| * CLI: List arch if it is not the primary arch (even if unique)Alexander Larsson2021-05-193-3/+31
| * Include more architectures when listing installed refs.Alexander Larsson2021-05-192-57/+125
| * builtin-utils: Use shared helperAlexander Larsson2021-05-191-5/+11
| * Transaction: Ensure we download the subsummary for the arch of added refsAlexander Larsson2021-05-193-21/+27
| * Add FLATPAK_QUERY_FLAGS_ALL_ARCHES for list_remote_refs()Alexander Larsson2021-05-194-6/+55
|/
* doc: Add a release checklist for maintainersSimon McVittie2021-05-171-0/+19
* tests: Fix test-summaries.sh when running tests as rootPhilip Withnall2021-05-171-1/+8
* Merge pull request #4269 from pwithnall/strcmp-crashPhilip Withnall2021-05-111-1/+1
|\
| * dir: Avoid a crash when looking up summary for a ref without an archPhilip Withnall2021-05-111-1/+1
|/
* Fix several memory leaksPhaedrus Leeds2021-05-044-7/+9
* utils: Add missing check for empty string collection idPhaedrus Leeds2021-05-041-0/+2
* list: Add a g_assert() for a coverity warningPhaedrus Leeds2021-05-041-0/+1
* dir: Fix a GString leakPhaedrus Leeds2021-05-041-17/+10
* remote-info: Fix memory leak of branchPhaedrus Leeds2021-05-041-1/+1
* remote-info: Fix printing of branchPhaedrus Leeds2021-05-041-1/+1
* common: Fix several memory leaksPhaedrus Leeds2021-05-043-9/+11
* context: Fix leak of env var key/value pairPhaedrus Leeds2021-05-041-3/+5
* Fix memory errors w/ use of var_arrayofstring_to_strv()Phaedrus Leeds2021-05-043-7/+15
* utils: Fix use-after-free and logic errorPhaedrus Leeds2021-05-041-1/+1
* remote-list: Check for unlikely libostree errorPhaedrus Leeds2021-05-041-2/+4
* Update translation files for v1.11.1 release1.11.1Simon McVittie2021-04-2619-7918/+9118
* Release v1.11.1Simon McVittie2021-04-261-1/+1
* NEWS: Summarize changes since 1.10.2Simon McVittie2021-04-261-0/+42
* Merge tag '1.10.2', omitting changes in po/Simon McVittie2021-04-262-0/+19
|\
| * Update pofiles for release1.10.2Alexander Larsson2021-03-1019-1710/+1805
| * Update NEWS and version for releaseAlexander Larsson2021-03-102-1/+18
| * dir: Refuse to export .desktop files with suspicious uses of @@ tokensSimon McVittie2021-03-101-1/+5
| * dir: Reserve the whole @@ prefixSimon McVittie2021-03-101-1/+1
| * Disallow @@ and @@u usage in desktop filesRyan Gonzalez2021-03-101-0/+2
| * Update dates in NEWS fileGregor Simm2021-03-101-2/+2
| * common: Fix Spawn portal method not working with UTF-8 filesBastien Nocera2021-03-101-2/+2
| * run: Propagate X11 cookies with an address equals to XAUTHLOCALHOSTNAMELudovico de Nittis2021-03-101-1/+29
| * CI: Add 1.10 branchPhaedrus Leeds2021-02-191-0/+2
| * Add G_BEGIN_DECLS/G_END_DECLS to public headersKalev Lember2021-02-199-0/+34
| * testlibrary: Fix memory leaksPhaedrus Leeds2021-02-191-2/+2