summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip deploy: copy parent dirswip/deploy-inherit-parent-dirsColin Walters2014-09-151-62/+144
* deploy: Remove legacy "current" symbolic linksColin Walters2014-09-131-23/+12
* deploy: Clean up leftover state before creating new directoriesColin Walters2014-09-131-0/+5
* deploy: Consistently use fd-relative APIColin Walters2014-09-132-65/+140
* Work around deprecation of SoupServer's port propertyColin Walters2014-09-092-1/+7
* Release 2014.6v2014.6Colin Walters2014-09-081-1/+1
* pull: Squash some uninitialized variable warningsColin Walters2014-09-081-2/+2
* build: We also work OK with LZMA 5.0Vincent Batts2014-09-081-1/+1
* build: Unify CPPFLAGS settingsColin Walters2014-09-083-3/+3
* doc: Add a man page for summary commandColin Walters2014-09-073-1/+90
* Drop g_type_init() call now that we depend on GLib 2.36Colin Walters2014-09-071-2/+0
* Add repository "summary" file and metalink supportColin Walters2014-09-0317-27/+1352
* Bump GIO dependency to 2.38 for GTaskColin Walters2014-08-272-2/+2
* fetcher: Close request body on error pathsColin Walters2014-08-271-0/+2
* pull: Fix use-after-freeAnne LoVerso2014-08-211-7/+6
* repo-pull: Allow pulling only one directoryAnne LoVerso2014-08-2010-16/+264
* sysroot: Add precondition that load() has been called for some API callsColin Walters2014-08-151-1/+7
* deploy: Also honor multiply-specified kernel args with existing configColin Walters2014-08-032-1/+16
* packaging: Make the ostree rpm own and create /etc/ostree/remotes.d/Dusty Mabe2014-08-031-0/+1
* deploy: Propertly append multiple kernel arguments with --karg-proc-cmdlineColin Walters2014-08-031-1/+1
* doap category infrastructureOlav Vitters2014-07-311-0/+1
* core: Support a per-remote "proxy" configuration optionColin Walters2014-07-284-10/+37
* Display bytes/second during pullJames Antill2014-07-283-5/+19
* pull: override max-conns-per-host to 8, for faster downloadsJames Antill2014-07-251-0/+8
* refs: Don't try searching for input strings that can't be objectsColin Walters2014-07-231-0/+8
* pull-local: Write detached metadata into the correct repositoryColin Walters2014-07-222-1/+3
* 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