summaryrefslogtreecommitdiff
path: root/src/libotutil
Commit message (Expand)AuthorAgeFilesLines
...
* lib/gpg: Switch to GLib autocleanups for gpgme typesColin Walters2017-08-022-5/+3
* lib: Add a helper to convert struct stat → GFileInfoColin Walters2017-06-292-18/+0
* libutil: Add a helper for O_TMPFILE + mmap()Colin Walters2017-06-292-0/+32
* Port to GLnxTmpfileColin Walters2017-06-272-83/+1
* lib: Hoist unlinkat() cleanup API to fsutil, use in pullColin Walters2017-06-261-0/+28
* lib/util: Some style conversionColin Walters2017-05-302-51/+13
* tree-wide: Add+run spatch to use glnx_throw()Colin Walters2017-05-262-15/+5
* Add stub for new libglnx tmpfile API, port simpler callers to itColin Walters2017-05-232-0/+79
* lib: Add "open dfd iter handling noent" helper, port tree-wideColin Walters2017-05-162-0/+32
* utils/checksum: Port to new code styleColin Walters2017-05-091-40/+18
* repo: Delete the last use of GFile tmp_dirColin Walters2017-05-012-6/+1
* lib/util: Delete some leftover pre-libglnx directory opening functionsColin Walters2017-04-252-33/+0
* repo: Optimize bare-user content object reads a bitColin Walters2017-04-192-79/+0
* libutil: Delete some unused error handling APIsColin Walters2017-03-302-18/+0
* libutil: Delete some unused checksum helper APIColin Walters2017-03-302-53/+0
* libutil: Delete unused GVariant I/O functionsColin Walters2017-03-302-79/+0
* libutil: Delete unused threadpool wrapperColin Walters2017-03-303-83/+0
* lib: Delete old unused GFile helpersColin Walters2017-03-302-155/+0
* lib: Delete old GFile path helpers, and migrate single last userColin Walters2017-03-302-91/+0
* sysroot/deploy: Some cleanup to decl-after-stmt/return FALSE styleColin Walters2017-03-202-0/+41
* core: Support building with OpenSSL for checksumsColin Walters2017-03-203-3/+87
* lib: Add a private copy of checksum-instreamColin Walters2017-03-203-0/+194
* lib: Ensure an error is set in ensure_unlinked() if errno != ENOENTColin Walters2017-02-201-1/+4
* lib: Split out helper function to create GPG contextColin Walters2016-11-172-0/+36
* lib: Define and use cleanup functions for gpgmeColin Walters2016-11-171-0/+6
* Define an initializer for GVariant{Builder,Dict}Colin Walters2016-10-272-2/+8
* otutil: Note that ot_log_structured takes a printf formatColin Walters2016-10-271-1/+1
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-3/+0
* sysroot: Drop an unnecessary fsyncColin Walters2016-09-142-71/+0
* sysroot: Port origin writing code to fd-relativeColin Walters2016-09-142-35/+0
* Final excision of libgsystem dependencyColin Walters2016-08-094-3/+46
* lib: Use libglnx file replace API more consistentlyColin Walters2016-08-041-88/+6
* lib: Use g_file_enumerator_iterate() if available, with fallbackColin Walters2016-06-212-0/+74
* lib: Use sd_journal directly (optionally)Colin Walters2016-06-213-0/+195
* lib: Port some manual close() cleanups to be glnx_fd_closeColin Walters2016-06-131-9/+3
* libotutil: Fix leak of VariantMapDataAlexander Larsson2016-06-101-0/+1
* lib: Add a helper for mmap->bytes with openat(), use it in repoColin Walters2016-06-092-0/+25
* lib: Add `_ALLOW_NOENT` flag to internal variant mapping APIColin Walters2016-06-092-5/+19
* glnx porting: Drop last uses of gs_file_get_basename_cached()Colin Walters2016-06-091-2/+2
* lib: Drop GFile variant mapping API for fd-relativeColin Walters2016-06-012-46/+0
* lib: Change ot_util_variant_map helpers to consistently sink refsColin Walters2016-06-011-3/+2
* libglnx porting: Port callers of gs_file_unlink to just unlink()Colin Walters2016-05-301-17/+4
* libglnx porting: Port "load utf8 file" contents API callersColin Walters2016-05-301-1/+2
* libotutil: Plug a leakKrzesimir Nowak2016-05-241-1/+4
* small cleanupsJonathan Lebon2016-04-081-2/+2
* OstreeSePolicy: add ostree_sepolicy_get_csum()Jonathan Lebon2016-03-252-10/+11
* libglnx porting: Use glnx_opendirat()Colin Walters2016-03-231-3/+4
* libglnx porting: Use glnx_set_error_from_errnoColin Walters2016-03-233-12/+14
* libotutil: new function ot_openat_ignore_enoentGiuseppe Scrivano2016-03-152-0/+30
* gpg: Use gpg_strerror_r for threadsafetyColin Walters2016-02-221-2/+7