summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* gsettings: Fix some memory leaks on error pathsPhilip Withnall2018-07-171-2/+6
* gio-tool: Fix a memory leak when returning command line helpPhilip Withnall2018-07-171-0/+1
* Meson: Use environment() for test_envXavier Claessens2018-07-161-6/+5
* Merge branch '786-gio-test-leaks' into 'master'Xavier Claessens2018-07-133-11/+28
|\
| * tests: Mark gdbus-threading test as slowPhilip Withnall2018-07-061-0/+1
| * tests: Move two tests from GIO uninstalled helpers to test cases listPhilip Withnall2018-07-061-2/+4
| * tests: Rework slow test handling for GIO testsPhilip Withnall2018-07-051-4/+11
| * tests: Ensure GIO tests which need dbus-daemon are runPhilip Withnall2018-07-051-1/+1
| * build: Make actions and gdbus-export GIO tests as slowPhilip Withnall2018-07-051-1/+5
| * tests: Use Unicode typography in gdbus-export testPhilip Withnall2018-07-051-5/+5
| * gdbus-connection-loss: Fix leak in testStef Walter2018-07-051-0/+3
* | python: avoid equality check for NoneThomas Hindoe Paaboel Andersen2018-07-124-12/+12
* | tests: Fix skipping of appinfo tests when DISPLAY is unsetPhilip Withnall2018-07-111-1/+1
* | Merge branch '927-resource-path-fix' into 'master'Emmanuele Bassi2018-07-112-24/+63
|\ \
| * | gresource: Fix potential array overflow if using empty pathsPhilip Withnall2018-07-052-15/+54
| * | gresource: Fix wrapping of function return typePhilip Withnall2018-07-051-9/+9
| |/
* | Merge branch '1402-real-time' into 'master'Philip Withnall2018-07-114-20/+21
|\ \
| * | glib: Don’t use time(NULL) to get current timePhilip Withnall2018-07-094-20/+21
| |/
* | gdbusconnection: Drop an outdated TODO commentPhilip Withnall2018-07-101-9/+0
* | gio: Link inotify file monitor to GLib and GObjectPhilip Withnall2018-07-092-1/+5
* | gio: Add missing autocleanup definition for GResourceAdrian Perez de Castro2018-07-071-0/+1
* | Meson: Use subdir_done() now that it has been fixedXavier Claessens2018-07-031-31/+31
* | Meson: Fix warnings introduced in 0.47.0Xavier Claessens2018-07-032-3/+2
|/
* Merge branch 'ci-memcheck-preparation' into 'master'Philip Withnall2018-06-2914-11/+48
|\
| * tests: Fix leak when checking for du binaryPhilip Withnall2018-06-291-3/+9
| * tests: Various minor leak fixes in the GIO testsPhilip Withnall2018-06-2910-4/+31
| * tests: Fix use-after-free in the appinfo testsPhilip Withnall2018-06-291-2/+3
| * glocalfile: Fix a minor memory leakPhilip Withnall2018-06-291-0/+1
| * gdesktopappinfo: Fix a minor command line leakPhilip Withnall2018-06-271-0/+2
| * gbufferedoutputstream: Fix jump conditional on uninitialised dataPhilip Withnall2018-06-271-2/+2
* | Merge branch 'cifs-is-not-a-system-fs' into 'master'Ondrej Holy2018-06-292-4/+6
|\ \
| * | gunixmounts: Stop considering cifs/nfs as system file systemsPhilip Withnall2018-06-202-4/+6
* | | gmain: Add names to various GSources constructed in GLibPhilip Withnall2018-06-262-0/+3
| |/ |/|
* | Use Unicode typography in new translatable stringsPiotr Drąg2018-06-252-2/+2
* | Merge branch 'wip/muktupavels/per-desktop-overrides' into 'master'Philip Withnall2018-06-258-25/+259
|\ \
| * | Add a test for per-desktop overrideswip/muktupavels/per-desktop-overridesAlberts Muktupāvels2018-06-225-1/+116
| * | glib-compile-schemas: Handle per-desktop overridesAllison Lortie2018-06-191-8/+75
| * | gsettingsschema: Allow per-desktop overridesAllison Lortie2018-06-193-0/+64
| * | gsettings: cleanup default value lookupAllison Lortie2018-06-191-16/+4
* | | Revert "build: Look for copied Objective-C files in builddir again"Philip Withnall2018-06-221-5/+5
* | | build: Look for copied Objective-C files in builddir againPhilip Chimento2018-06-211-5/+5
* | | Merge branch 'master' into 'master'Philip Withnall2018-06-218-82/+245
|\ \ \
| * | | gdesktopappinfo: add g_desktop_app_info_launch_uris_as_manager_with_fds variantDaniel Drake2018-06-213-19/+142
| * | | gdesktopappinfo: enable fast posix_spawn gspawn codepathDaniel Drake2018-06-216-66/+106
* | | | Add support for TCRYPT volumes to GMountOperationsegfault2018-06-215-6/+277
| |_|/ |/| |
* | | tests: Add basic tests for GMountOperationPhilip Withnall2018-06-193-0/+113
| |/ |/|
* | gfile: Document usefulness of g_file_dup()Philip Withnall2018-06-191-0/+5
* | Merge branch 'wip/lantw/freebsd-kqueue-complex' into 'master'Philip Withnall2018-06-195-177/+547
|\ \
| * | kqueue: Use the worker context to schedule rescanning of missing filesTing-Wei Lan2018-06-171-1/+5
| * | tests: Make testfilemonitor test work with kqueueTing-Wei Lan2018-06-171-101/+258