summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2012.12v2012.12Colin Walters2012-10-311-1/+1
* ot-main: Ignore lt- prefixes in binary namesJasper St. Pierre2012-10-241-0/+3
* admin: Add new pull-deploy commandColin Walters2012-10-224-0/+186
* libgsystem: UpdateColin Walters2012-10-221-0/+0
* Make ostree admin --help output more usefulMatthias Clasen2012-10-222-0/+14
* core: quiet a compiler warningColin Walters2012-10-171-0/+2
* core: Check out files before directoriesColin Walters2012-10-151-18/+79
* core: Ensure correct file data is synced in non-overwrite caseColin Walters2012-10-151-1/+1
* core: Use linkat() rather than link() in threaded checkoutsColin Walters2012-10-151-4/+23
* core: And one more race in multithreaded mkdir -pColin Walters2012-10-151-1/+1
* core: Fix devino speedup for archive-zColin Walters2012-10-141-6/+4
* core: Rework archive-z mode to have header be uncompressedColin Walters2012-10-147-133/+235
* core: Call fdatasync() before we rename()Colin Walters2012-10-141-5/+11
* checkout: Drop uncompressed object GC for nowColin Walters2012-10-131-3/+0
* core: Fix case where we hardlinked successfully but thought we didn'tColin Walters2012-10-131-0/+1
* core: A few more error-prefixingsColin Walters2012-10-131-2/+10
* core: One more minor tweak to recursive directory creationColin Walters2012-10-131-4/+2
* core: Prefix some error messagesColin Walters2012-10-131-2/+9
* core: Threadsafe recursive direction creation is harder than it appearsColin Walters2012-10-131-12/+20
* core: Fix regression in previous commitColin Walters2012-10-121-1/+4
* core: Make mkdir -p function saferColin Walters2012-10-121-7/+4
* core: Ensure file data is synced to disk when checking out via non-hardlinksColin Walters2012-10-121-6/+13
* repo: Avoid race condition in threaded checkout with symbolic linksColin Walters2012-10-121-7/+9
* core: Add dynamic uncompressed object cache for archive-zColin Walters2012-10-114-15/+220
* pull: Print elapsed timeColin Walters2012-10-051-2/+9
* core: Only do devino scan on commit (speeds up pull)Colin Walters2012-10-055-8/+11
* pull: Ensure worker queue finishes if we unhold an empty queue tooColin Walters2012-10-041-9/+22
* pull: Stage content asynchronouslyColin Walters2012-10-045-78/+164
* pull: Stage metadata objects asynchronouslyColin Walters2012-10-043-16/+140
* pull: Ensure queued filemeta requests don't starve everything elseColin Walters2012-10-041-16/+48
* pull: Merge metadata and content fetch phasesColin Walters2012-10-041-154/+84
* pull: Asynchronous metadata fetchColin Walters2012-10-035-232/+632
* admin: Install grub2 config file if we detect /etc/grub.dColin Walters2012-10-012-2/+17
* admin: Prepare /var/log/dracut.log when creating initramfsColin Walters2012-10-011-0/+11
* Release 2012.11v2012.11Colin Walters2012-09-251-1/+1
* Update libgsystemColin Walters2012-09-251-0/+0
* build: Add one header file missing from distColin Walters2012-09-251-0/+1
* build: Add autogen.sh, the COPYING.{GPL,LGPL} files to EXTRA_DISTColin Walters2012-09-251-0/+2
* Release 2012.10v2012.10Colin Walters2012-09-251-1/+1
* packages: Two spec file fixesColin Walters2012-09-251-0/+10
* autogen: Only do submodule update if we don't have libgsystemColin Walters2012-09-241-1/+1
* autogen.sh: Use set -eColin Walters2012-09-241-0/+2
* core: use open(..., O_NOATIME) for reading loose objectsColin Walters2012-09-242-4/+4
* Add tests missing from previous commitColin Walters2012-09-233-0/+89
* Add an archive-z repository modeColin Walters2012-09-2315-163/+346
* pull: Fix two minor memory leaksColin Walters2012-09-232-0/+2
* core: Clean up staging API and internalsColin Walters2012-09-234-206/+181
* core: Drop packfiles as they are nowColin Walters2012-09-2315-3695/+38
* tests: Drop tests of removed --atomic-retarget optionColin Walters2012-09-231-14/+1
* diff: Fix case when used on native filesColin Walters2012-09-231-1/+1