Commit Graph

  • edcfcd21a3 show: Print an error message if commit doesn't have detached metadata Colin Walters 2013-09-26 13:57:59 -0400
  • 7959ad9eaf fetcher: Fix previous commit Colin Walters 2013-09-24 14:10:40 -0400
  • 5f310868f7 fetcher: Add a queue to limit requests sent to soup Sjoerd Simons 2013-09-15 21:25:02 +0200
  • c044cdfb7d tests: Add u-boot Colin Walters 2013-09-21 11:06:20 -0400
  • 4df1d0644f tests: Fix U-Boot test case Javier Martinez Canillas 2013-09-21 03:35:55 +0200
  • 5c406132ce libostree: Document and annotate some methods to quash g-ir-scanner warnings Colin Walters 2013-09-20 14:00:31 -0400
  • b4bf5af5fa libostree: Remove private header file from ostree.h Colin Walters 2013-09-20 13:54:43 -0400
  • 0f65d73581 upgrade: Don't segfault if there's no previous deployment Colin Walters 2013-09-20 09:42:50 -0400
  • 298625d7f8 deploy: Correctly swap bootloader version with new boot checksums Colin Walters 2013-09-20 08:09:06 -0400
  • 08b8734576 deploy: Remove checksum from generated loader entries Colin Walters 2013-09-19 22:41:33 -0400
  • d03b8bbad9 deploy: Do a full system sync after writing bootloader config Colin Walters 2013-09-19 22:26:03 -0400
  • ae68b8380f deploy: Only query bootloader if we have to make a loader change Colin Walters 2013-09-19 22:25:12 -0400
  • d1bc9e2acf deploy: Some minor assertion and error message improvements Colin Walters 2013-09-19 22:09:48 -0400
  • 9b31b526cc libostree: Add API to write metadata as stream Colin Walters 2013-09-18 18:44:57 -0400
  • b4082d5642 test-core.js: Add standard copyright header Colin Walters 2013-09-18 16:34:57 -0400
  • 4c1a69f74e main: Print error: in red bold just for fun Colin Walters 2013-09-18 16:34:14 -0400
  • 58a8d6d6ef tests: Add a gjs-based test Colin Walters 2013-09-18 12:01:46 -0400
  • 0818a462c2 sysroot: Look for booted deployment correctly Colin Walters 2013-09-17 10:53:41 -0400
  • 8f1ea1b50a sysroot: Clean up API Colin Walters 2013-09-16 09:13:58 -0400
  • c07c84cb6f libostree: Use ostree_repo_create() rather than spawning subprocess Colin Walters 2013-09-16 08:52:16 -0400
  • b88c4b5c1c doc: Add some more OstreeSysroot docs Colin Walters 2013-09-15 22:44:25 -0400
  • ac0154713d libostree: Make OstreeBootloader private Colin Walters 2013-09-15 20:26:13 -0400
  • 4abaf27e57 admin: Drop two uses of ostree_sysroot_get_path() Colin Walters 2013-09-15 20:21:49 -0400
  • c6292942ff libostree: Nearly complete move of API into OstreeSysroot Colin Walters 2013-09-15 20:16:20 -0400
  • 95f07d486a libostree: Move a lot more sysroot API here Colin Walters 2013-09-15 18:07:34 -0400
  • 6f929ca5af libostree: Move sysroot initialization API here Colin Walters 2013-09-15 15:16:56 -0400
  • 35bab87691 Move Deployment and BootconfigParser into libostree Colin Walters 2013-09-15 15:06:31 -0400
  • af0f888057 libostree: Add new OstreeSysroot class Colin Walters 2013-09-15 14:33:57 -0400
  • 3715b0cc82 admin: add U-Boot backend test case Javier Martinez Canillas 2013-09-01 16:05:16 +0200
  • ae61abb029 tests: allow setup_os_repository to create U-Boot stub config Javier Martinez Canillas 2013-09-01 13:07:17 +0200
  • f19ba12360 tests: don't create a syslinux stub unconditionally in libtest Javier Martinez Canillas 2013-08-31 23:04:48 +0200
  • d302c3d7ff checkout: Fix leak when doing uncompressed cache + copying checkouts Colin Walters 2013-09-13 17:14:35 -0400
  • 94e42c521c pull: Drop usage of 2.36 symbol Colin Walters 2013-09-13 16:45:43 -0400
  • a9e82e71fa Update libgsystem Colin Walters 2013-09-13 16:43:27 -0400
  • 2e6b64d21b doc: Add OstreeMutableTree, other minor doc updates Colin Walters 2013-09-12 23:53:13 -0400
  • ce0fbbfdee admin: Silence a gcc warning Colin Walters 2013-09-12 14:34:38 -0400
  • 081da0033a COPYING: Now fully LGPLv2+ Colin Walters 2013-09-11 19:55:24 -0400
  • 6a01ec1032 checkout: Fix previous commit Colin Walters 2013-09-11 11:54:53 -0400
  • 0238a2c26c checkout: Fix file descriptor leak for copying checkouts Colin Walters 2013-09-11 10:58:22 -0400
  • c8744beb17 Update libgsystem Colin Walters 2013-09-11 08:28:09 -0400
  • 27b46cb45c libostree: Fix compiler warning Colin Walters 2013-09-10 12:25:13 -0400
  • 4f236ebc1b checkout: Add g_prefix_error() around more failures Colin Walters 2013-09-10 11:53:40 -0400
  • fb1e140dba repo: Make the optimization for reusing checksums clearer Jasper St. Pierre 2013-09-08 12:43:21 -0400
  • 223bccf2f6 repo: Make read_commit spit out a resolved commit ref as well Jasper St. Pierre 2013-09-07 14:21:24 -0400
  • 6b4ef97c18 repo-libarchive: Apply commit modifiers to libarchive archives as well Jasper St. Pierre 2013-09-07 00:42:25 -0400
  • c7f9fc9c63 repo: Change the pairs of checksums to instead be based on OstreeRepoFiles Jasper St. Pierre 2013-09-06 20:17:44 -0400
  • 33db74d0ce repo-file: Base OstreeRepoFile on trees instead of commits Jasper St. Pierre 2013-09-06 23:27:45 -0400
  • ac2d61dd51 core: Add detached metadata, readd metadata to commits Colin Walters 2013-09-09 17:01:32 -0400
  • b4b700c163 Update libgsystem Colin Walters 2013-09-09 16:06:51 -0400
  • f802822034 pull: ref the thread default main context during init, unref in cleanup Vivek Dasmohapatra 2013-09-09 15:54:26 +0100
  • 3ff4b1874c core: Use openat() for reading bare file objects too Colin Walters 2013-09-08 19:31:44 -0400
  • a071a3ec3a core: Delete unused OstreeRepoFile API Colin Walters 2013-09-08 16:49:21 -0400
  • d863ef5838 repo: Delete leftover repo/pending dir Colin Walters 2013-09-08 15:04:35 -0400
  • 33e589c018 core: Use at-relative functions for checking out tree copies too Colin Walters 2013-09-08 10:35:47 -0400
  • 0c2ea54e68 core: Make ostree_set_xattrs() private Colin Walters 2013-09-07 21:56:36 -0400
  • 27c3e7884e core: Make write_object() a bit more efficient Colin Walters 2013-09-07 21:49:56 -0400
  • 9846fb27fd core: Use linkat() for hardlink checkouts too Colin Walters 2013-09-07 19:01:27 -0400
  • db148cc9ba repo: Make the body parameter to ostree_repo_commit optional Jasper St. Pierre 2013-09-06 20:09:59 -0400
  • 1f8db2a873 repo: Drop the branch parameter from ostree_repo_commit Jasper St. Pierre 2013-09-06 20:09:44 -0400
  • f49ed9e74d builtin-commit: Don't parse the parent's GVariant by hand Jasper St. Pierre 2013-09-06 19:35:23 -0400
  • 8ac0f99ed6 repo-file: s/content_checksum/contents_checksum/ Jasper St. Pierre 2013-09-06 20:19:42 -0400
  • 75225166da repo: Fix file descriptor leak from previous commit Colin Walters 2013-09-08 10:41:18 -0400
  • 5a685ff989 core: Use at-relative lookups for archive-z2 content Colin Walters 2013-09-07 10:10:21 -0400
  • d2c6e19278 core: Use at-relative lookups for metadata reading Colin Walters 2013-09-07 05:01:41 -0400
  • b97249d4f9 core: Use at-relative lookup for locating objects too Colin Walters 2013-09-07 04:47:40 -0400
  • a7c0992d94 core: Add malloc-free API for objects, use *at functions for storing Colin Walters 2013-09-06 20:33:55 -0400
  • 2506e8fb26 repo: Make commit_transaction introspectable Jasper St. Pierre 2013-09-07 01:37:09 -0400
  • 3dcff0b2c4 Fix build Jasper St. Pierre 2013-09-06 20:47:13 -0400
  • 91d3b90c9f Move ref writing to be transaction-based Jasper St. Pierre 2013-09-05 17:25:26 -0400
  • bd2948e964 repo: Move the scanning hardlinks optimization out of prepare_transaction Jasper St. Pierre 2013-09-06 18:51:54 -0400
  • f84504a8c4 repo: Make abort_transaction silently succeed if we're not in a transaction Jasper St. Pierre 2013-09-05 17:57:53 -0400
  • ef61724269 repo: Move the transaction stats to a separate struct Jasper St. Pierre 2013-09-05 16:48:40 -0400
  • 5082e1d8e9 repo: Rename "stage" to "write" in the API Jasper St. Pierre 2013-09-05 16:36:44 -0400
  • c817217ad8 repo: Move commit code to another file Jasper St. Pierre 2013-09-05 15:43:07 -0400
  • 89f4817bdf repo: Make prepare_transaction introspectable Jasper St. Pierre 2013-09-05 15:30:25 -0400
  • b36e61f813 repo: Make OSTreeCommitModifier introspectable Jasper St. Pierre 2013-09-05 15:10:54 -0400
  • f5f7fe5e9a repo: Make the ordering consistent between abort/complete_transaction Jasper St. Pierre 2013-09-05 15:30:15 -0400
  • 4dcf1a4282 core: When using hardlinks, always use linkat() for destination Colin Walters 2013-09-06 18:28:20 -0400
  • 2b61caa2fe core: Use fd-relative creation for tmp/ Colin Walters 2013-09-06 18:19:54 -0400
  • 249add9c94 Update .gitignore Jasper St. Pierre 2013-09-05 18:18:51 -0400
  • 93a611ff6d Update docs Jasper St. Pierre 2013-09-05 16:38:06 -0400
  • 02adfc8c03 repo: Rename ostree_repo_check to ostree_repo_open Jasper St. Pierre 2013-09-05 13:41:46 -0400
  • 57d285f619 repo: Move the 'init' builtin command to a public API, ostree_repo_create Jasper St. Pierre 2013-09-05 00:14:30 -0400
  • eb6f017ef8 repo: Use constructed, not constructor Jasper St. Pierre 2013-09-05 00:05:04 -0400
  • 33f232f76c Update .gitignore Jasper St. Pierre 2013-09-05 00:21:01 -0400
  • 8a59f6561c main: Call setlocale() Colin Walters 2013-09-04 16:44:54 -0400
  • 1ae83002b5 core: Delete unused prototype Colin Walters 2013-09-04 08:22:13 -0400
  • eeb1f9e07b core: Delete unused ostree_create_temp_dir() API Colin Walters 2013-09-04 08:18:45 -0400
  • 36815f52b5 libostree: Move file creation APIs out of core, into checkout.c Colin Walters 2013-09-04 08:17:42 -0400
  • 79c922a00b core: Remove unused prototypes Colin Walters 2013-09-04 07:54:32 -0400
  • ee2b66ef00 core: Make a helper function private Colin Walters 2013-09-04 07:53:02 -0400
  • 2534714501 core: Make ostree_write_variant_with_size() private Colin Walters 2013-09-04 07:49:41 -0400
  • 0d72168961 libostree: Make the format of file objects private Colin Walters 2013-09-03 18:42:02 -0400
  • 356de33b49 repo: Drop ostree_repo_load_variant_c API Colin Walters 2013-09-03 18:23:11 -0400
  • dd7d2f7b43 repo: Only apply setuid/xattrs after checksum validation Colin Walters 2013-08-29 19:26:00 -0400
  • 597da6ca6b libostree: Change synchronous fetching API to return a stream Colin Walters 2013-08-31 11:22:55 -0400
  • 95a78542e9 fetcher: Only open files when we are ready to write to them Colin Walters 2013-08-31 10:51:14 -0400
  • 8b5f684b68 fetcher: Clean up code to avoid intermediate files Colin Walters 2013-08-30 19:29:04 -0400
  • 9e497a4ce7 prepare-root: Fix ostree= kernel argument at end Colin Walters 2013-09-01 04:16:52 -0400
  • 52dd6b0b74 libostree: Make introspectable again Jasper St. Pierre 2013-09-01 11:17:38 -0400