summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* deploy: Only query bootloader if we have to make a loader changeColin Walters2013-09-191-6/+7
* deploy: Some minor assertion and error message improvementsColin Walters2013-09-192-6/+15
* libostree: Add API to write metadata as streamColin Walters2013-09-184-17/+47
* test-core.js: Add standard copyright headerColin Walters2013-09-181-0/+17
* main: Print error: in red bold just for funColin Walters2013-09-183-25/+10
* tests: Add a gjs-based testColin Walters2013-09-183-0/+60
* sysroot: Look for booted deployment correctlyColin Walters2013-09-171-3/+5
* sysroot: Clean up APIColin Walters2013-09-1614-355/+360
* libostree: Use ostree_repo_create() rather than spawning subprocessColin Walters2013-09-161-14/+6
* doc: Add some more OstreeSysroot docsColin Walters2013-09-154-17/+73
* libostree: Make OstreeBootloader privateColin Walters2013-09-1512-64/+64
* admin: Drop two uses of ostree_sysroot_get_path()Colin Walters2013-09-152-7/+1
* libostree: Nearly complete move of API into OstreeSysrootColin Walters2013-09-1517-543/+400
* libostree: Move a lot more sysroot API hereColin Walters2013-09-1525-851/+978
* libostree: Move sysroot initialization API hereColin Walters2013-09-155-44/+57
* Move Deployment and BootconfigParser into libostreeColin Walters2013-09-1521-378/+370
* libostree: Add new OstreeSysroot classColin Walters2013-09-1515-45/+269
* admin: add U-Boot backend test caseJavier Martinez Canillas2013-09-151-0/+133
* tests: allow setup_os_repository to create U-Boot stub configJavier Martinez Canillas2013-09-151-3/+17
* tests: don't create a syslinux stub unconditionally in libtestJavier Martinez Canillas2013-09-153-9/+16
* checkout: Fix leak when doing uncompressed cache + copying checkoutsColin Walters2013-09-131-1/+3
* pull: Drop usage of 2.36 symbolColin Walters2013-09-131-1/+1
* Update libgsystemColin Walters2013-09-131-0/+0
* doc: Add OstreeMutableTree, other minor doc updatesColin Walters2013-09-124-0/+42
* admin: Silence a gcc warningColin Walters2013-09-121-1/+1
* COPYING: Now fully LGPLv2+Colin Walters2013-09-115-839/+492
* checkout: Fix previous commitColin Walters2013-09-111-2/+5
* checkout: Fix file descriptor leak for copying checkoutsColin Walters2013-09-111-0/+3
* Update libgsystemColin Walters2013-09-112-10/+7
* libostree: Fix compiler warningColin Walters2013-09-101-4/+4
* checkout: Add g_prefix_error() around more failuresColin Walters2013-09-101-4/+14
* repo: Make the optimization for reusing checksums clearerJasper St. Pierre2013-09-091-11/+15
* repo: Make read_commit spit out a resolved commit ref as wellJasper St. Pierre2013-09-098-19/+23
* repo-libarchive: Apply commit modifiers to libarchive archives as wellJasper St. Pierre2013-09-094-32/+59
* repo: Change the pairs of checksums to instead be based on OstreeRepoFilesJasper St. Pierre2013-09-095-78/+76
* repo-file: Base OstreeRepoFile on trees instead of commitsJasper St. Pierre2013-09-097-117/+109
* core: Add detached metadata, readd metadata to commitsColin Walters2013-09-097-16/+217
* Update libgsystemColin Walters2013-09-091-0/+0
* pull: ref the thread default main context during init, unref in cleanupVivek Dasmohapatra2013-09-091-1/+1
* core: Use openat() for reading bare file objects tooColin Walters2013-09-082-25/+84
* core: Delete unused OstreeRepoFile APIColin Walters2013-09-082-13/+0
* repo: Delete leftover repo/pending dirColin Walters2013-09-082-6/+0
* core: Use at-relative functions for checking out tree copies tooColin Walters2013-09-084-344/+328
* core: Make ostree_set_xattrs() privateColin Walters2013-09-085-11/+12
* core: Make write_object() a bit more efficientColin Walters2013-09-081-76/+107
* core: Use linkat() for hardlink checkouts tooColin Walters2013-09-086-159/+224
* repo: Make the body parameter to ostree_repo_commit optionalJasper St. Pierre2013-09-081-1/+1
* repo: Drop the branch parameter from ostree_repo_commitJasper St. Pierre2013-09-083-14/+10
* builtin-commit: Don't parse the parent's GVariant by handJasper St. Pierre2013-09-083-20/+16
* repo-file: s/content_checksum/contents_checksum/Jasper St. Pierre2013-09-085-8/+6