summaryrefslogtreecommitdiff
path: root/src/ostree
Commit message (Expand)AuthorAgeFilesLines
* lib/pull: Add support for timestamp-check option, use in upgraderColin Walters2017-08-211-0/+5
* bin: Squash some -Wuninit warnings with porting to new styleColin Walters2017-08-172-24/+12
* ot-main.c: fix signal callback signatureJonathan Lebon2017-08-161-1/+2
* ostree: Add naggy comments to help keep options in syncMatthew Barnes2017-08-1546-0/+228
* lib/sysroot: Add journal-msg signalColin Walters2017-08-101-0/+8
* lib/gpg-verify: Add an OstreeGpgError error domainPhilip Withnall2017-08-101-1/+1
* ostree/parse-datetime: Ensure tm structs are initialisedPhilip Withnall2017-08-081-2/+2
* bin/pull: Fix @ override syntax when pulling multiple refsColin Walters2017-08-071-4/+8
* main: Fix subcommand usage outputMatthew Leeds2017-08-051-0/+8
* tree-wide: Fix the build with old glib (Ubuntu Trusty etc.)Colin Walters2017-08-031-2/+4
* tree-wide: Use g_autoptr(Ostree*)Colin Walters2017-08-0335-62/+62
* lib/repo: Add API to create and list ref aliasesColin Walters2017-08-021-14/+46
* tree-wide: Use GLib autocleanups for libarchiveColin Walters2017-08-021-1/+1
* bin/refs: Fix error handling logicColin Walters2017-08-021-1/+2
* tests: Add some return value checking to pacify CoverityColin Walters2017-08-021-1/+1
* lib/core: Add #defines for ref/collection bindingColin Walters2017-07-261-3/+4
* lib: Add #defines for current well-known metadata keysColin Walters2017-07-211-1/+1
* lib/pull: Drop direct use of ->repodirColin Walters2017-07-181-7/+7
* bin/cookies: Drop libsoup code, fix fd-relative issues, new styleColin Walters2017-07-184-138/+28
* Add a notion of "physical" sysroot, use for remote writingColin Walters2017-07-184-50/+127
* ostree: Add collection and ref bindings to metadata on commitKrzesimir Nowak2017-07-061-0/+71
* bin/commit: Add '=' to --statoverrideColin Walters2017-06-301-11/+33
* bin/commit: Port helper functions to new styleColin Walters2017-06-301-75/+30
* Add "pull --localcache-repo"Colin Walters2017-06-301-0/+5
* cmdline/pull: Print final status even if noninteractiveColin Walters2017-06-291-2/+18
* Port to GLnxTmpfileColin Walters2017-06-271-6/+6
* ostree/summary: Add support for adding additional metadataPhilip Withnall2017-06-271-1/+46
* ostree/builtins: Add support for collection–refs to a few utilitiesPhilip Withnall2017-06-264-1/+51
* ostree/dump: Include collection IDs and mirrored refs in summary dumpsPhilip Withnall2017-06-261-21/+63
* refs: Add a --collections argument to the built-in refs commandPhilip Withnall2017-06-261-0/+97
* remote-add: Add a --collection-id argument to the built-in add commandPhilip Withnall2017-06-261-0/+13
* init: Add a --collection-id argument to the built-in init commandPhilip Withnall2017-06-261-0/+11
* find-remotes: Add pull support to the find-remotes built-in commandPhilip Withnall2017-06-261-1/+29
* find-remotes: Add a find-remotes built-in commandPhilip Withnall2017-06-263-0/+263
* cmd/fsck: Port to new styleColin Walters2017-06-261-82/+44
* main: DevelBuild=yes to `ostree --version` for devel buildsColin Walters2017-06-191-0/+3
* lib/sysroot: Add API to get pending/rollback for given staterootAnton Gerasimov2017-06-141-2/+14
* lib/checkout: Add bareuseronly_dirs optionColin Walters2017-06-131-1/+5
* lib/pull: Add OSTREE_REPO_PULL_FLAGS_BAREUSERONLY_FILESColin Walters2017-06-132-0/+8
* builtins/cat: Port to new code styleColin Walters2017-06-071-38/+19
* ostree/dump: Improve formatting for well-known commit metadata keysPhilip Withnall2017-06-071-13/+29
* Revert "Add a notion of "physical" sysroot, use for remote writing"Colin Walters2017-06-021-17/+0
* Add a notion of "physical" sysroot, use for remote writingColin Walters2017-06-011-0/+17
* cmd: Use autoptr for GKeyFileColin Walters2017-05-292-6/+2
* tree-wide: Add+run spatch to use glnx_throw()Colin Walters2017-05-262-6/+3
* Add stub for new libglnx tmpfile API, port simpler callers to itColin Walters2017-05-231-16/+9
* bin/cookies: Delete dead tmpfile code in cookie list commandColin Walters2017-05-231-11/+0
* libglnx: bump and use new helper methodsJonathan Lebon2017-05-122-2/+2
* tree-wide: Switch tabs ⭾ in various files over to spaces ␠Colin Walters2017-05-111-4/+4
* fsck: Check for refs missing corresponding commitColin Walters2017-05-091-0/+22