summaryrefslogtreecommitdiff
path: root/libglnx.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a generic glnx-backports.hColin Walters2015-08-291-0/+1
| | | | Where we can put general functions that come in newer glib.
* lockfile: New code to lock files, massaged from systemdColin Walters2015-05-051-0/+1
| | | | | | Will be used by OSTree to lock the sysroot against concurrent manipulation. Taken from current systemd git master, tweaked to GLibify.
* Import libcontainer code from rpm-ostreeColin Walters2015-03-041-0/+1
| | | | | Now that this module is Linux specific, we can more cleanly depend on it here.
* fdio: New APIs to read/write on fds, fd-relativeColin Walters2015-02-201-0/+1
| | | | | | | | 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().
* Include autocleanups - it has the definitions which we wantColin Walters2015-02-191-1/+0
|
* Import console from rpm-ostreeColin Walters2015-02-171-0/+1
| | | | This contains some basic progress bar drawing code for now.
* Import xattr reading code from libgsystemColin Walters2015-02-151-0/+1
|
* Import directory iteration, errno handling, and shutil from libgsystemColin Walters2015-02-151-0/+3
|
* Initial commit; backport of GLib autoptr codeColin Walters2015-02-141-0/+31
This module is a new successor to libgsystem. It currently contains a backport of the GLib cleanup macros, but soon more Linux-specific code will be added.