summaryrefslogtreecommitdiff
path: root/gio/tests/file.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix leak when checking for du binaryPhilip Withnall2018-06-291-3/+9
* Merge branch 'wip/lantw/freebsd-kqueue-simple' into 'master'Philip Withnall2018-06-081-1/+9
|\
| * tests: Don't run file creation and deletion test on kqueueTing-Wei Lan2018-06-071-1/+9
* | tests: Don't fail when not using du from GNU coreutilsTing-Wei Lan2018-06-071-17/+15
|/
* tests: Fix a free function in the GIO testsPhilip Withnall2018-04-261-1/+1
* More const-correctness fixesPhilip Withnall2018-04-261-1/+1
* Fix various const-correctness issuesPhilip Withnall2018-04-261-2/+2
* tests: Add .desktop file for non-existent binary ...Florian Müllner2018-04-261-2/+2
* GFile: Add g_file_peek_path()Colin Walters2018-01-151-3/+5
* file: add tests for g_file_load_bytes()Christian Hergert2017-11-151-0/+87
* gfile: add g_file_new_build_filename()Cosimo Cecchi2017-11-071-5/+26
* gio/tests/file: increase an arbitrary timeoutSimon McVittie2017-10-111-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* GFileMonitor test: use g_test_skip() instead of g_print()Simon McVittie2015-05-111-1/+1
* filenumerator: Add g_file_enumerator_iterate()Colin Walters2015-02-201-0/+46
* Improve file measure testcaseMatthias Clasen2013-11-301-4/+162
* Add a test for g_file_measure_disk_usageMatthias Clasen2013-11-291-0/+35
* tests: Remove a leftover debug printfRyan Lortie2013-06-021-1/+0
* Improve test coverage a bitMatthias Clasen2013-06-011-0/+20
* Rework the build system for a new tests approachRyan Lortie2013-05-311-1/+1
* Rename G_TEST_DISTED to G_TEST_DISTRyan Lortie2013-05-291-1/+1
* tests: move tests to new _get_filename() APIRyan Lortie2013-05-291-4/+1
* tests: use new g_test_build_filename() APIRyan Lortie2013-05-291-7/+3
* gio/tests: Some more fixes for installed testsColin Walters2013-05-201-2/+14
* g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissionsColin Walters2013-03-251-0/+59
* gio: Don't leak the temp file when g_file_replace() fails or is cancelledDan Winship2012-12-101-28/+108
* Remove g_type_init() callsRyan Lortie2012-10-161-2/+0
* gio/tests: fix leaksDan Winship2012-09-031-1/+4
* gio/tests/file: skip the file monitor tests if using GPollFileMonitorDan Winship2012-08-061-1/+14
* GFile: Add g_file_delete_async()Colin Walters2012-07-301-0/+43
* glocalfile: fix error code when opening a directory on win32Dan Winship2012-02-091-0/+5
* gio/tests/file: use g_file_new_tmp()Dan Winship2012-02-031-14/+14
* Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen2011-04-081-6/+3
* Fix misc compiler warnings in (mostly) test programsDan Winship2010-08-191-2/+15
* Add tests for async file replace and loadMatthias Clasen2010-08-131-8/+143
* Add an async file create/write/read/delete testMatthias Clasen2010-08-131-19/+144
* Add some async file testsMatthias Clasen2010-08-131-0/+237
* Add some more GFile testsMatthias Clasen2010-07-301-0/+38
* Misc test additionsMatthias Clasen2010-07-051-0/+64