summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix GObject introspection annotation for ostree_repo_set_ref_immediatebaserock/morphAdam Coldrick2015-02-251-1/+1
* Fix ostree_repo_pull_one_dirAdam Coldrick2015-02-111-0/+1
* prepare-root: Update commentsColin Walters2015-02-041-7/+13
* prepare-root: avoid double-stacked /sysroot mountDaniel Drake2015-02-031-5/+24
* packaging: Add man5 pagesColin Walters2015-02-031-0/+1
* tests: Add tests for ot-unix-utilsGiuseppe Scrivano2015-02-022-2/+83
* configure.ac: Enable option subdir-objects for automakeGiuseppe Scrivano2015-02-021-1/+2
* tests: Move test-varint and test-rollsum under "make check"Giuseppe Scrivano2015-02-023-21/+17
* syntax-check: Remove empty lines at the end of fileGiuseppe Scrivano2015-02-0263-64/+1
* pull: use a single per-transaction syncfs instead of fsyncGiuseppe Scrivano2015-01-303-39/+196
* Replace "==" with "=" in shell script testGiuseppe Scrivano2015-01-302-2/+1
* Do not interleave spaces and tabsGiuseppe Scrivano2015-01-302-2/+1
* Remove magic argument numbers to exit(2)Giuseppe Scrivano2015-01-305-21/+20
* Remove unused <dirent.h>Giuseppe Scrivano2015-01-303-3/+0
* Remove unused include <assert.h>Giuseppe Scrivano2015-01-302-2/+0
* syntax-check: quote the first argument to AC_DEFINEGiuseppe Scrivano2015-01-302-7/+6
* Remove trailing dot from error messageGiuseppe Scrivano2015-01-302-2/+1
* Add infrastructure for "make syntax-check"Giuseppe Scrivano2015-01-305-0/+2124
* Fix repeated words.Giuseppe Scrivano2015-01-302-2/+2
* Fix make distcheckGiuseppe Scrivano2015-01-302-8/+12
* pull: (trivial) Fix English in function nameColin Walters2015-01-251-5/+5
* Release 2015.3v2015.3Colin Walters2015-01-231-1/+1
* Explicitly label .origin files as configurationColin Walters2015-01-235-7/+99
* build: Add --disable-static-deltasColin Walters2015-01-222-0/+12
* pull: Further extend static delta progressColin Walters2015-01-222-4/+39
* pull: Distingiush delta pulls from loose betterColin Walters2015-01-221-9/+15
* commit: Fix segfault on async writes if object exists and checksum requestedColin Walters2015-01-211-0/+2
* traverse: Fix transfer on hash tableColin Walters2015-01-211-2/+2
* deltas: Use trusted writesColin Walters2015-01-201-5/+5
* deltas: Drop async content writesColin Walters2015-01-201-88/+28
* deltas: Unlink temporary metadata files before processingColin Walters2015-01-201-0/+3
* static-delta: limit the number of writes in process to 1Giuseppe Scrivano2015-01-201-0/+5
* static delta generation: Separate max chunk size from min fallback sizeAlexander Larsson2015-01-202-12/+24
* admin: Add set-origin commandColin Walters2015-01-198-1/+257
* sysroot: Add ostree_sysroot_write_origin_file() APIColin Walters2015-01-192-7/+28
* cmdline: (cleanup) Add internal helper to parse key=value optionsColin Walters2015-01-193-19/+25
* admin: (cleanup) Add internal API to find a deployment given an indexColin Walters2015-01-193-14/+37
* editor: honor arguments environment variableGiuseppe Scrivano2015-01-161-1/+6
* static-delta: do not accept both --from=REV and --empty for generateGiuseppe Scrivano2015-01-152-0/+10
* doc: Manpage love for static-delta commandMatthew Barnes2015-01-151-6/+37
* deltas: Use *at() for writesColin Walters2015-01-141-9/+17
* pull: Delete processed delta partsColin Walters2015-01-141-0/+6
* Change OstreeFetcher to be dirfd-relativeColin Walters2015-01-147-96/+164
* core: Add an API to parse a content file using dirfd relative lookupColin Walters2015-01-142-38/+60
* checksumutils: Support splicing stream to arbitrary checksum typeColin Walters2015-01-141-1/+1
* deltas: (trivial) delete some debugging printsColin Walters2015-01-141-6/+0
* Allow creating and pulling static deltas starting from "empty"Alexander Larsson2015-01-147-30/+78
* Fix ostree_repo_list_static_delta_namesAlexander Larsson2015-01-141-8/+33
* deltas: Do not traverse all objects, only both commitsColin Walters2015-01-131-2/+2
* repo: Fix bare-user file loadsColin Walters2015-01-121-33/+53