Skip to content
Snippets Groups Projects
  1. Apr 09, 2015
  2. Apr 07, 2015
  3. Apr 01, 2015
  4. Mar 05, 2015
    • Colin Walters's avatar
      Add glnx_basename() · 175502e5
      Colin Walters authored
      We have to wrap the glibc version to ensure we get the right version,
      otherwise depending on the variance of includes we may end up crashing
      if we get the POSIX version.
      175502e5
  5. Mar 03, 2015
    • Colin Walters's avatar
      fdio: Add glnx_file_copy_at() · 162d1f6b
      Colin Walters authored
      This will allow deleting some code from OSTree for the config file
      merging.  We're reusing some code from systemd, which a nice modern
      clean codebase, and among other things this gets us BTRFS reflinking
      (if available) again.
      162d1f6b
  6. Feb 20, 2015
    • Colin Walters's avatar
      fdio: New APIs to read/write on fds, fd-relative · 1ebfefa5
      Colin Walters authored
      We don't have this really in GLib, unfortunately.  We do want
      GCancellable, but we also want to operate on raw fds where possible.
      
      The "read a file and validate as UTF-8" is a common use case of mine,
      and this combines that with openat().
      1ebfefa5
  7. Feb 15, 2015
  8. Feb 14, 2015
Loading