summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* console: Fix bar progress lengthv2016.1Colin Walters2016-02-081-1/+1
* console: Don't delete last character of output textColin Walters2016-01-261-1/+1
* console: Fix g_auto() and unlock cleanupColin Walters2016-01-251-1/+1
* console: g_auto() macro no-ops if console is not lockedColin Walters2016-01-251-1/+2
* Introduce glnx-alloca.h with glnx_strjoina()Colin Walters2016-01-243-0/+49
* Add autoptr support for GZlib*Alexander Larsson2016-01-221-0/+2
* fdio: Export loop_writeColin Walters2016-01-102-3/+6
* dirfd: Add a public API to ensure a filled dtypeColin Walters2016-01-022-0/+53
* autocleanups: Fix g_autoptr(GString) with glib 2.44Alexander Larsson2015-12-171-8/+13
* Add glnx_mkdtempatAlexander Larsson2015-12-112-0/+82
* Add glnx_steal_fdAlexander Larsson2015-12-111-0/+8
* README.md: Add note on contributingColin Walters2015-12-021-0/+9
* Add backport of g_set_objectAlexander Larsson2015-12-012-0/+30
* Add g_autoptr support for GSubprocessAlexander Larsson2015-12-011-0/+2
* Backport g_autoptr support for GFileOutputStreamMatthew Barnes2015-11-231-0/+1
* Comment typoMatthew Barnes2015-11-061-1/+1
* Backport g_autoptr support for GCancellableMatthew Barnes2015-11-061-0/+1
* Backport g_autoptr support for GStringAlexander Larsson2015-09-241-0/+8
* libcontainer: Set PATH when using execvp()Matthew Barnes2015-09-161-0/+3
* Add a generic glnx-backports.hColin Walters2015-08-294-0/+80
* backport-autocleanups: Add GDBusConnection,GDBusMessageColin Walters2015-08-281-0/+2
* libcontainer: Pare down to just "run in root" APIColin Walters2015-08-242-33/+43
* libcontainer: Fall back to noop if / is not a mountpointColin Walters2015-07-281-3/+17
* libcontainer: Search $PATH for exec() if argv[0] is not absoluteColin Walters2015-06-151-2/+10
* backport-autocleanups: GTaskColin Walters2015-05-081-0/+1
* glnx-fdio: always initialize bufGiuseppe Scrivano2015-05-051-1/+1
* Backport all the GIO object types used by OSTreeMatthew Barnes2015-05-051-0/+16
* lockfile: New code to lock files, massaged from systemdColin Walters2015-05-054-0/+237
* README.md: Some more rationaleColin Walters2015-05-041-0/+26
* Backport more autocleanup types from GLibMatthew Barnes2015-05-041-0/+5
* fdio: glnx_file_copy_at: If no stbuf passed, do stat internallyColin Walters2015-04-201-0/+12
* dirfd: Add API to get an absolute path from a dfd/relpathColin Walters2015-04-172-0/+25
* console: Do basic output if we're not on a ttyColin Walters2015-04-172-20/+34
* fdio: Fix errno handling from posix_fallocate() and loop_write()Colin Walters2015-04-141-2/+7
* fdio: Honor umask by default for glnx_file_replace_contents_at()Colin Walters2015-04-141-12/+16
* fdio: Fix default mode in glnx_file_replace_contents_with_perms_at()Matthew Barnes2015-04-141-6/+6
* fdio: Canonicalize dfd for replace contents APIColin Walters2015-04-131-0/+2
* fdio: Also add a replace variant that takes mode/uid/gidColin Walters2015-04-082-9/+62
* fdio: Add glnx_file_replace_contents_at()Colin Walters2015-04-082-0/+121
* shutil: Drop unnecessary new block scopeColin Walters2015-04-081-5/+4
* build: Drop leftover -lattrColin Walters2015-04-081-1/+1
* fdio: Include <string.h> for basenameColin Walters2015-04-071-0/+1
* shutil: Add mkdir -p APIColin Walters2015-04-072-0/+105
* Switch to using glibc xattrsColin Walters2015-04-012-2/+2
* README.md: Add some porting bitsColin Walters2015-03-201-0/+14
* console: Make glnx_console_lines and columns publicColin Walters2015-03-192-7/+19
* Add glnx_dirfd_canonicalize()Colin Walters2015-03-174-1/+31
* fdio: Add missing mode argumentColin Walters2015-03-091-1/+1
* Add glnx_basename()Colin Walters2015-03-051-0/+15
* Import libcontainer code from rpm-ostreeColin Walters2015-03-044-0/+296