summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* repofile: Avoid segfault if querying child in non-directoryColin Walters2014-07-212-0/+14
* core: Do enumerate ff/ objects as wellColin Walters2014-07-212-1/+14
* core: Do enumerate content objects in archive-z2 repositoriesColin Walters2014-07-211-1/+4
* core: Unify object deletion code with pruneColin Walters2014-07-202-22/+26
* Fix typo in previous commitColin Walters2014-07-181-1/+1
* ostree-repo-resolve-rev: Add function to accept a partial checksumAnne LoVerso2014-07-184-17/+171
* core: Use ostree_commit_get_parent in ostree_repo_resolve_revJames Antill2014-07-181-4/+1
* ostree-remount: mount a tmpfs on /var if necessary so /var is read-writeOwen W. Taylor2014-07-091-9/+44
* pull: Only set ca path if we actually have a setting for itColin Walters2014-07-011-5/+8
* core: add "tls-ca-path" optionColin Walters2014-06-274-0/+34
* Add --enable-libsoup-client-certsColin Walters2014-06-261-0/+8
* [trivial]: Update .gitignoreColin Walters2014-06-242-0/+4
* manpage: Add separate manpages for each commandAnne LoVerso2014-06-2335-290/+3311
* [staticanalysis]: Delete an unused variableColin Walters2014-06-211-2/+1
* [staticanalysis]: Fix in_status_lineColin Walters2014-06-211-6/+7
* [staticanalysis]: Fix some dead codeColin Walters2014-06-212-9/+0
* [staticanalysis]: Actually check errors on splice() of objectsColin Walters2014-06-211-1/+1
* [staticanalysis]: Add assertion to pacify analyzerColin Walters2014-06-211-2/+4
* [staticanalysis]: Add missing va_end()Colin Walters2014-06-211-0/+2
* [staticanalysis]: Fix two uses of uninitialized variablesColin Walters2014-06-212-2/+2
* packaging: BR e2pColin Walters2014-06-211-1/+2
* remote: Minor argument parsing cleanupColin Walters2014-06-211-1/+3
* remote: Fix regression in previous commit wrt adding branchesColin Walters2014-06-211-2/+1
* libostree: Add ostree_repo_remote_add() API, port "ostree remote add"Colin Walters2014-06-203-90/+163
* tests: Add a test for an empty /etc directory gaining contentColin Walters2014-06-201-1/+26
* doc: Update overview a bitColin Walters2014-06-201-16/+28
* doc: adapting-existing: Update story on latest /usr/lib/passwd bitsColin Walters2014-06-201-13/+19
* doc: No need to emphasize the poweroff vs other OSes so muchColin Walters2014-06-201-15/+4
* doc: Update links to ContinuousColin Walters2014-06-202-5/+6
* docs: overview: Explicitly call out dpkg/rpmColin Walters2014-06-201-5/+7
* pull: Emit a better error if the remote isn't foundColin Walters2014-06-191-0/+8
* tests: Add a test which exercises --fsync=falseColin Walters2014-06-181-0/+6
* core: Fix g_file_get_uri/get_parse_name for non-root ostree filesJames Antill2014-06-181-1/+2
* commit: Hide --disable-fsync option, add --fsync which takes a booleanJames Antill2014-06-181-1/+36
* cat: Fix a typo in usage error printoutAnne LoVerso2014-06-171-1/+1
* pull: Support --mirror optionColin Walters2014-06-164-3/+19
* log: Print a friendly error if we haven't downloaded the complete historyColin Walters2014-06-111-4/+19
* Release 2014.5v2014.5Colin Walters2014-06-091-1/+1
* libostree: Silently ignore EPERM when setting EXT2_IMMUTABLE_FLColin Walters2014-06-091-4/+13
* libostree: Make OstreeFetcher explicitly privateColin Walters2014-06-093-39/+39
* libostree: Make OstreeTlsCertInteraction explicitly privateColin Walters2014-06-093-8/+8
* libostree: Make OstreeLibarchiveInputStream explicitly privateColin Walters2014-06-093-9/+9
* repo: Support fsync=false configurationColin Walters2014-06-052-0/+35
* Honor disable_fsync during checkout alsoVadim Rutkovsky2014-06-041-3/+6
* ostree-remount: Check for / being *mounted* read-only, not necessarily writableColin Walters2014-06-031-1/+9
* Add --disable-fsync option to both commit and pull (non-local)James Antill2014-06-032-0/+9
* deploy: Set the immutable bit on the deployment rootColin Walters2014-06-036-0/+182
* Move Makefile.dist-packaging under packaging/Colin Walters2014-06-021-10/+4
* Limit metadata to 10 MiBColin Walters2014-05-278-31/+221
* fetcher: Unref pending result when completingColin Walters2014-05-271-0/+3