summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/baedert/gparam' into 'master'Philip Withnall2021-01-081-1/+1
|\
| * glocalfile: Fix an uninitialized variablewip/baedert/gparamTimm Bäder2021-01-061-1/+1
* | docs: update g_action_group_activate_action() remote activation semanticscrvi2021-01-081-0/+27
* | tests: Add more debug information to gdbus-connection-slowPhilip Withnall2021-01-071-6/+14
* | gsettingsschema: Ignore GSETTINGS_SCHEMA_DIR when running setuidPhilip Withnall2021-01-071-1/+5
* | gresource: Ignore G_RESOURCE_OVERLAYS when running as setuidPhilip Withnall2021-01-071-2/+7
* | gdesktopappinfo: Validate XDG_CURRENT_DESKTOP before using itPhilip Withnall2021-01-071-2/+43
* | gdbusaddress: Ignore D-Bus addresses from the environment when setuidPhilip Withnall2021-01-071-2/+6
* | giomodule: Ignore GIO_MODULE_DIR when running as setuidPhilip Withnall2021-01-071-4/+20
* | Merge branch 'fix/default-windows-socket-udp-behavior' into 'master'Sebastian Dröge2021-01-071-0/+10
|\ \
| * | gsocket: Improve default UDP behavior on WindowsPascal Buhler2021-01-051-0/+10
* | | Annotate function parameters with G_GNUC_UNUSED when necessaryFrederic Martinsons2021-01-061-26/+56
| |/ |/|
* | Merge branch 'sophie-h-master-patch-90719' into 'master'Sebastian Dröge2021-01-061-4/+8
|\ \
| * | Add nullable annotation for g_file_get_uri_schemeSophie Herold2021-01-061-4/+8
| |/
* | Merge branch 'fix/socket-use-after-close' into 'master'Sebastian Dröge2021-01-061-1/+5
|\ \
| * | gsocket: Don't call WSAEnumNetworkEvents if socket is closedOle André Vadla Ravnås2021-01-051-1/+2
| * | gsocket: Don't bother updating select mask if socket is closedOle André Vadla Ravnås2021-01-051-0/+3
| |/
* | Merge branch 'fix/android-system-checks' into 'master'Sebastian Dröge2021-01-061-2/+2
|\ \
| * | build: Fix inconsistent Android host system checksOle André Vadla Ravnås2021-01-061-2/+2
| |/
* | gwin32: Always use unicode APIsOle André Vadla Ravnås2021-01-054-21/+27
|/
* Merge branch '2275-gio-script-local' into 'master'Philip Withnall2021-01-051-5/+8
|\
| * completion: Declare variables as local in gio completion scriptPhilip Withnall2021-01-051-5/+8
* | Merge branch 'update-gvdb' into 'master'Sebastian Dröge2021-01-052-4/+6
|\ \ | |/ |/|
| * Merge remote-tracking branch 'gvdb/master' into update-gvdbPhilip Withnall2021-01-042-4/+6
* | Merge branch '1283-trash-wording' into 'master'Sebastian Dröge2021-01-041-14/+37
|\ \
| * | glocalfile: Improve wording for error messages about trash directoriesPhilip Withnall2021-01-041-13/+36
| * | glocalfile: Clarify an error message slightlyPhilip Withnall2020-12-221-1/+1
* | | Merge branch '1281-to-pixdata-docs' into 'master'Philip Withnall2021-01-041-6/+10
|\ \ \
| * | | gresource: Document the `to-pixdata` option as being deprecatedPhilip Withnall2020-12-221-6/+10
| |/ /
* | | Merge branch 'appinfo-shellany-uwplaunch' into 'master'Philip Withnall2021-01-0411-88/+3303
|\ \ \
| * | | GWin32AppInfo: fix a leakРуслан Ижбулатов2020-12-231-0/+1
| * | | GWin32AppInfo: invert verb comparison functionРуслан Ижбулатов2020-12-231-4/+4
| * | | GWin32AppInfo: enforce chosen handler on UWP apps, use URI verbsРуслан Ижбулатов2020-12-231-1/+39
| * | | GWin32AppInfo: read UWP handler metadata (indirect strings)Руслан Ижбулатов2020-12-231-0/+169
| * | | GWin32AppInfo: be less picky about namesРуслан Ижбулатов2020-12-231-1/+3
| * | | GWin32AppInfo: be more permissive about verbs in capable appsРуслан Ижбулатов2020-12-231-2/+5
| * | | GWin32AppInfo: simplify appinfo wait conditionРуслан Ижбулатов2020-12-231-10/+4
| * | | GWin32AppInfo: use g_new() instead of g_malloc()Руслан Ижбулатов2020-12-231-7/+7
| * | | GWin32AppInfo: Support launching UWP applicationsРуслан Ижбулатов2020-12-231-11/+202
| * | | GWin32AppInfo: more checks for UWP appsРуслан Ижбулатов2020-12-231-2/+2
| * | | GWin32AppInfo: Support getting information about UWP appsРуслан Ижбулатов2020-12-232-38/+484
| * | | gio: Add g_win32_package_parser_enum_packages()Руслан Ижбулатов2020-12-232-0/+863
| * | | gio: Add private headers with missing UWP/COM typesРуслан Ижбулатов2020-12-235-0/+855
| * | | gio: add GWin32FileSyncStreamРуслан Ижбулатов2020-12-233-0/+553
| * | | GWin32AppInfo: Store UWP AppUserModelId for a handlerРуслан Ижбулатов2020-12-231-26/+78
| * | | GWin32AppInfo: Recognize UWP applicationsРуслан Ижбулатов2020-11-181-15/+61
| * | | Plug a leakРуслан Ижбулатов2020-11-181-0/+2
* | | | gsocket: Fix credentials error-handling on Apple OSesOle André Vadla Ravnås2021-01-042-2/+230
| |_|/ |/| |
* | | giomodule: Don't allocate GHashTable for no entriesTimm Bäder2020-12-311-6/+11
* | | gresource: Avoid work for NULL errorsTimm Bäder2020-12-311-9/+12