summaryrefslogtreecommitdiff
path: root/gio/tests/file.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix GIO file size tests as .desktop files have changed sizePhilip Withnall2023-05-101-2/+2
* tests: Add a test for progress callbacks from g_file_copy()Philip Withnall2023-05-091-0/+76
* use g_timeout_add_seconds_once()Peter Eisenmann2023-05-021-4/+2
* tests/file: Do not rely on du --bytes behaviourJoan Bruguera2023-04-081-82/+3
* gio/tests/file.c: Fix expectations when running as rootbanjiuqingshan2023-01-131-50/+126
* gio: Change content type of zero-sized files to application/x-zerosizePhilip Withnall2022-11-071-4/+8
* gio: Check __APPLE__ in a few places instead of HAVE_COCOAPhilip Withnall2022-11-071-2/+2
* Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments"Philip Withnall2022-11-071-6/+6
* gio, glib: Use G_OS_DARWIN for code that is for such environmentsMarco Trevisan (Treviño)2022-10-201-6/+6
* tests: Check for public.text not text/plain on OSXRay Strode2022-10-181-0/+4
* tests: Don't run du on osxRay Strode2022-10-181-1/+5
* Merge branch 'always-sniff-xdg-mime' into 'main'Marco Trevisan2022-10-181-1/+42
|\
| * glocalfileinfo: Ensure we always sniff some data to get the content typeMarco Trevisan (Treviño)2022-10-181-1/+42
* | tests/file: Include config.h so tests checking HAVE_* definitions are ranMarco Trevisan (Treviño)2022-10-111-0/+2
|/
* tests: Skip various default handler tests on macOSPhilip Withnall2022-06-241-8/+8
* tests: Fix a path comparison in the file testsPhilip Withnall2022-06-241-8/+8
* gio/tests: Add test cases for g_file_query_default_handler[_async]Marco Trevisan (Treviño)2022-06-221-0/+305
* gfile: Add Async API to create a temporary directory and return as GFileMarco Trevisan (Treviño)2022-06-221-0/+95
* gfile: Add API to create a new temporary file asynchronouslyMarco Trevisan (Treviño)2022-06-221-0/+101
* gfile: Implement interface API to make symbolic links asynchronouslyMarco Trevisan (Treviño)2022-06-151-0/+134
* gfile: Check that using NULL symlink_value as a programmer errorMarco Trevisan (Treviño)2022-06-151-0/+12
* Add functionality to preserve nanosecond timestampsnitinosiris2022-05-271-0/+14
* Add test for async file moveLucas Schwiderski2022-02-071-0/+106
* tests: Add missing setlocale() call to file testsPhilip Withnall2021-06-071-0/+3
* glocalfileoutputstream: Fix ETag check when replacing through a symlinkPhilip Withnall2021-06-071-0/+120
* Fix signedness warning in gio/tests/file.cEmmanuel Fleury2021-04-151-1/+1
* glocalvfs: Create a dummy file for g_file_new_for_path("")Philip Withnall2021-03-101-0/+21
* gioerror: Add conversion from ENXIO to G_IO_ERROR_NOT_REGULAR_FILEPhilip Withnall2021-03-101-4/+4
* tests: Add comprehensive tests for static behaviour of g_file_replace()Philip Withnall2021-03-101-0/+908
* glocalfileoutputstream: Fix CREATE_REPLACE_DESTINATION with symlinksPhilip Withnall2021-03-101-0/+108
* tests: Stop using g_test_bug_base() in file testsPhilip Withnall2021-03-101-3/+1
* tests: Update the expected count in file testKrzesimir Nowak2021-01-091-2/+2
* gio: Expose g_file_build_attribute_list_for_copyMaxim Mikityanskiy2020-10-061-0/+74
* tests: Speed up the file test and make it more reliablePhilip Withnall2020-05-221-25/+26
* tests: Port file test to use g_assert_*() rather than g_assert()Philip Withnall2020-05-221-37/+37
* test_copy_preserve_mode: Adjust for the previous revertIain Lane2019-11-211-1/+2
* tests: Expand g_file_copy() tests to test DEFAULT_PERMS flagPhilip Withnall2019-09-301-46/+88
* tests: Unconditionally enable the file permissions testPhilip Withnall2019-09-301-4/+4
* tests: Check that cancelling g_file_replace don't overwrite existing fileTomasz Miąsko2019-03-151-3/+20
* tests: Ensure GCancellable is cancelled before operation is startedPhilip Withnall2019-01-261-2/+1
* Add some tests for g_output_stream_writev() and its async variantSebastian Dröge2019-01-241-0/+567
* 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