summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2017.13v2017.13Colin Walters2017-11-024-7/+10
* Update libglnxColin Walters2017-11-011-0/+0
* static deltas: Set optional flag for superblockShaun Taheri2017-11-011-1/+1
* tests: Add a "pull-test2" that uses slightly more realistic contentColin Walters2017-11-016-0/+138
* deltas: Add an if0'd bit to print bsdiff objectsColin Walters2017-11-011-0/+14
* bin/delta-compilation: Add a "progress bar" for bsdiff generationColin Walters2017-11-011-9/+18
* lib/pull: Delete unused "exampleos" codeColin Walters2017-11-011-100/+0
* lib/pull: When --require-static-deltas, use them even for file:/// reposColin Walters2017-10-312-4/+24
* lib: Minor static delta fixesColin Walters2017-10-303-7/+7
* lib/deltas: Fix change to use pread() in write opcodeColin Walters2017-10-301-0/+1
* static deltas: Process each part as soon as its doneAlexander Larsson2017-10-271-133/+180
* static-delta-compilation: Move some things aroundAlexander Larsson2017-10-271-43/+43
* static deltas: Use OtVariantBuilder to create deltasAlexander Larsson2017-10-271-47/+76
* Add OtVariantBuilderAlexander Larsson2017-10-274-0/+1283
* ostree-system-generator: Include <libglnx.h> for autocleanupsSimon McVittie2017-10-271-0/+2
* lib/repo: Fix loading commitstate with parent reposColin Walters2017-10-261-30/+22
* lib/repo-finder-mount: Ignore mounts which have a ‘system’ file systemPhilip Withnall2017-10-261-0/+18
* tree-wide: Use autoptr for OstreeKernelArgsColin Walters2017-10-257-20/+14
* lib/repo: Properly handle NULL homedir when signing commitDan Nicholson2017-10-241-1/+3
* lib/repo-finder-mount: Fix propagating NULL errorsPhilip Withnall2017-10-241-4/+2
* ci: Update centos container to current againColin Walters2017-10-241-3/+1
* lib/repo-finder-avahi: Fix memory corruption of a GVariantIterPhilip Withnall2017-10-241-4/+6
* lib/commit: Fix hardlink checkout commit with bare-user + mod xattrsColin Walters2017-10-233-16/+101
* lib/sysroot: Expand docs for ostree_sysroot_get_repo()Philip Withnall2017-10-231-2/+5
* core: Add standard SOURCE_TITLE metadata keyColin Walters2017-10-234-2/+37
* bin/status: Inline metadata parsing for versionsColin Walters2017-10-231-13/+14
* bin/status: Port to new styleColin Walters2017-10-231-47/+30
* docs/related-projects: Add Google Usenix linkColin Walters2017-10-211-0/+5
* repo: Add wrapper function for setting devino cache on checkout optsColin Walters2017-10-205-0/+26
* lib/checkout: For "process whiteouts" mode, replace directories tooColin Walters2017-10-203-5/+53
* ostree: provide command description in a better placeRuixin Bao2017-10-2048-52/+77
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-2058-236/+316
* ostree: Describe subcommands in help outputRuixin Bao2017-10-209-67/+140
* lib/repo-finder: Add OstreeRepoFinderOverridePhilip Withnall2017-10-199-0/+404
* lib/repo-finder-avahi: Fix a leak in a GVariantIter loopPhilip Withnall2017-10-191-1/+1
* Disallow refs starting with a non-letter or digitColin Walters2017-10-185-2/+69
* build: Do *.am.inc substitutions from make correctlyDan Nicholson2017-10-181-2/+2
* lib/commit: fix checking flag with bitwise ORJonathan Lebon2017-10-181-1/+1
* lib/commit: (refactor) Clean up delta bare write APIColin Walters2017-10-183-28/+22
* lib/repo: Update summary code to use newer hashing APIColin Walters2017-10-183-26/+8
* lib/pull: Update summary checksum code to use new checksum APIColin Walters2017-10-181-15/+9
* docs: mention the $OSTREE_REPO environment variableMarcus Folkesson2017-10-181-4/+4
* syntax-check: Add a rule to enforce glnx_autofd over glnx_fd_closeColin Walters2017-10-172-2/+6
* lib/commit: Use direct fd xattr operations again on regular filesColin Walters2017-10-171-13/+40
* lib/commit: Fix indentation in file commit codeColin Walters2017-10-171-13/+13
* lib/commit: Avoid trying to delete `.` with _CONSUME flagColin Walters2017-10-171-2/+4
* lib/deltas: Use pread() instead of lseek()+read()Colin Walters2017-10-171-3/+1
* lib/deltas: Use fastpath for regfile writes for bare-user-onlyColin Walters2017-10-171-2/+1
* tests: Add test-pull-bareuseronlyColin Walters2017-10-173-23/+75
* lib/sysroot: Fix error handling when mounting overlayfs failsColin Walters2017-10-171-4/+9