summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* core: Change compose to operate purely in-memoryColin Walters2011-12-211-29/+9
* core: Allow specifying a previous commit tree as a basis for a new commitColin Walters2011-12-212-4/+7
* core: Support committing multiple tarballs in the same transactionColin Walters2011-12-201-1/+29
* core: Support --owner-uid and --owner-gid options for commitColin Walters2011-12-181-1/+13
* tests: Ensure we quote grep patternColin Walters2011-12-181-1/+1
* core: In user mode checkouts of archives, use hard linksColin Walters2011-12-152-2/+8
* core: Fix handling of hardlinks for tar commitsColin Walters2011-12-041-2/+33
* core: Support for committing from any libarchive-supported formatColin Walters2011-12-041-0/+43
* core: Split pull functionality into separate ostree-pull binaryColin Walters2011-11-301-3/+3
* core: Make commit always operate on directory contents, not file listColin Walters2011-11-282-5/+5
* core: Add local-clone builtinColin Walters2011-11-182-2/+25
* core: Add checksum builtinColin Walters2011-11-181-0/+3
* core: CHANGE CHECKSUM ALGORITHM, port checksum API to GFileColin Walters2011-11-171-2/+2
* core: Fix pull to actually download files tooColin Walters2011-11-171-1/+8
* core: diff: Correctly handle files changing typeColin Walters2011-11-161-1/+10
* tests: Fix number of testsColin Walters2011-11-161-1/+1
* core: Implement diff commandColin Walters2011-11-161-1/+19
* Switch to LGPLv2+ for most codeColin Walters2011-11-1010-118/+110
* core: Support named pipesColin Walters2011-11-091-0/+1
* core: Actually return an error from fsckColin Walters2011-11-092-0/+35
* tests: Add OT_TEST_DEBUG environment variableColin Walters2011-11-091-0/+4
* commit: Drop the ability to --add --removeColin Walters2011-11-082-21/+28
* Reorder compose and pull testsColin Walters2011-11-042-0/+0
* tests: A few more compose testsColin Walters2011-11-041-1/+22
* core: Make compose commits contain metadata about their compositionColin Walters2011-11-041-1/+15
* core: Support actually adding metadata to commitsColin Walters2011-11-041-1/+14
* tests: Make GLib warnings fatalColin Walters2011-11-041-0/+2
* tests: Output errors to stderr, so they show up under "prove"Colin Walters2011-11-041-4/+4
* commit: Support reading current directory rather than requiring 'find'Colin Walters2011-11-041-1/+17
* core: Take --repo as the first argumentColin Walters2011-11-037-29/+31
* tests: Add some more tests of compose contentColin Walters2011-11-031-1/+9
* core: Make compose its own builtinColin Walters2011-11-031-2/+2
* core: Add ostree checkout --composeColin Walters2011-11-031-0/+63
* core: add ^ for rev-parseColin Walters2011-11-021-1/+6
* core: remove stub http backend for nowColin Walters2011-11-021-2/+0
* pull: Properly clean up after testColin Walters2011-11-013-4/+15
* misc test fixesColin Walters2011-11-012-2/+11
* Consolidate testsColin Walters2011-10-3115-396/+57
* Add support for pulling from remote archivesColin Walters2011-10-317-46/+348
* ostree-http-server: Exit when our directory goes awayColin Walters2011-10-281-2/+26
* ostree-http-server: New simple HTTP server for testsColin Walters2011-10-281-0/+80
* core: Add "ostree remote add"Colin Walters2011-10-281-0/+31
* Don't default to "master", require a branchColin Walters2011-10-2710-19/+56
* core: Add rev-parse builtinColin Walters2011-10-271-1/+3
* core: remove HEAD file, use branches insteadColin Walters2011-10-278-16/+16
* core: Fix checksum for symlinks walking off into uninitialized memoryColin Walters2011-10-261-0/+35
* "Hacktree" is now known as "OSTree"Colin Walters2011-10-1810-39/+39
* Add log builtinColin Walters2011-10-151-0/+31
* Support for committing files from stdin or a file list fileColin Walters2011-10-152-0/+54
* Make file deletion work, add testColin Walters2011-10-152-3/+52