summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* gsocketclient: return best errors possiblemcatanzaro/#2211Michael Catanzaro2020-10-091-79/+130
* gsocketclient: Crash on error if error is missingMichael Catanzaro2020-10-091-5/+5
* gsocketclient: emit RESOLVING/RESOLVED events only onceMichael Catanzaro2020-10-091-8/+21
* gsocketclient: document Happy EyeballsMichael Catanzaro2020-10-091-0/+9
* gsocketclient: fix whitespace errorMichael Catanzaro2020-10-091-1/+1
* gsocketclient: fix docs typoMichael Catanzaro2020-10-091-1/+1
* gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to local addressCristian Rodríguez2020-10-091-0/+9
* Merge branch '2203-fstatat-macos' into 'master'Sebastian Dröge2020-10-071-4/+4
|\
| * glocalfileinfo: Fix use of fstatat() on macOS < 10.10Philip Withnall2020-10-061-4/+4
* | Merge branch 'close_subprocess_parent_fds_on_dispose' into 'master'Philip Withnall2020-10-061-13/+22
|\ \
| * | GSubprocessLauncher: Move cleanup to dispose()Sergio Costas2020-10-021-13/+22
| |/
* | gio: Expose g_file_build_attribute_list_for_copyMaxim Mikityanskiy2020-10-063-45/+148
|/
* Merge branch 'appinfo-shellany' into 'master'Philip Withnall2020-10-013-2004/+1867
|\
| * GWin32AppInfo: Support verbs other than "open"Руслан Ижбулатов2020-10-013-1998/+1859
| * gwin32registrykey: Fix returning subkey_name in subkey_iter_get_name()Руслан Ижбулатов2020-10-011-6/+8
* | gtlscertificate: Add support for PKCS #11 backed certificatesPatrick Griffis2020-10-014-4/+194
|/
* GDBus: Use G_DBUS_METHOD_INVOCATION_HANDLED in method implementationsSimon McVittie2020-10-013-18/+23
* GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLEDSimon McVittie2020-10-012-1/+36
* GDBus tests: Use G_SOURCE_REMOVE, G_SOURCE_CONTINUESimon McVittie2020-10-0110-16/+16
* Merge branch 'optdeps' into 'master'Philip Withnall2020-10-011-2/+2
|\
| * Make libelf dependency optional via meson featureNiklas Gürtler2020-10-011-2/+2
* | guri: Fix URI scope parsingPhilip Withnall2020-09-301-7/+7
* | gthreadedresolver: Fix logic in parse_res_text()Peter Bloomfield2020-09-261-1/+1
* | Merge branch 'wip/oholy/trash-recursion' into 'master'Philip Withnall2020-09-241-1/+10
|\ \
| * | gio-tool-trash: Prevent recursion to speed up emptying trashwip/oholy/trash-recursionOndrej Holy2020-09-231-1/+10
| |/
* | Merge branch 'trash-portal-error' into 'master'Philip Withnall2020-09-231-2/+9
|\ \
| * | trash portal: Handle portal failuresRyan Gonzalez2020-09-151-2/+9
| |/
* | glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIMEwip/issue2205Simon McVittie2020-09-152-3/+4
|/
* Merge branch '2194-winhttp-file-display-name' into 'master'Philip Withnall2020-09-111-0/+24
|\
| * gwinhttpfile: Set display-name attribute on file infoPhilip Withnall2020-09-101-0/+24
* | gdbusauthmechanismsha1: Use the same timeouts as libdbuswip/2164-dbus-sha1-timeoutSimon McVittie2020-09-071-13/+40
|/
* gcancellable: Mark a variable as unused if built with G_DISABLE_ASSERTPhilip Withnall2020-09-011-1/+1
* tests: Add splice cancellation testCarlos Garnacho2020-08-281-1/+26
* goutputstream: Check individual close operations after spliceCarlos Garnacho2020-08-281-2/+7
* Merge branch 'g_settings_new' into 'master'Philip Withnall2020-08-241-0/+6
|\
| * gio: Document g_settings_new() missing schema behaviourChris Mayo2020-08-241-0/+6
* | gio: Allow no atime from statxValentin David2020-08-231-5/+8
|/
* Merge branch 'cancellable-pollfd' into 'master'Sebastian Dröge2020-08-181-1/+5
|\
| * gcancellable: Assert that make_pollfd() call succeedsPhilip Withnall2020-08-181-1/+5
* | Merge branch 'dbus-uint-checks' into 'master'Sebastian Dröge2020-08-181-4/+4
|\ \
| * | gdbusmessage: Drop redundant uint ≥ 0 checksPhilip Withnall2020-08-181-4/+4
| |/
* | Merge branch 'dbus-address-null-check' into 'master'Sebastian Dröge2020-08-181-1/+1
|\ \
| * | gdbusaddress: Drop an unnecessary NULL checkPhilip Withnall2020-08-181-1/+1
| |/
* | Merge branch 'windows-netreset' into 'master'Nirbheek Chauhan2020-08-181-0/+1
|\ \ | |/ |/|
| * gioerror: Map WSAENETRESET on Windows to G_IO_ERROR_CONNECTION_CLOSEDSebastian Dröge2020-08-171-0/+1
* | Merge branch 'wip/pwithnall/coverity' into 'master'Sebastian Dröge2020-08-172-0/+4
|\ \
| * | glib: Avoid redefining GLIB_DISABLE_DEPRECATION_WARNINGSPhilip Withnall2020-07-272-0/+4
* | | Merge branch 'statx' into 'master'Philip Withnall2020-08-177-110/+400
|\ \ \
| * | | glocalfileinfo: Support STX_BTIME for G_FILE_ATTRIBUTE_TIME_CREATEDAndre Miranda2020-08-172-8/+15
| * | | glocalfileinfo: Add statx() supportAndre Miranda2020-08-173-0/+134