glib/gio
Michael Catanzaro 82999879bc gtlsconnection: warn about footguns of using a non-default database
Since
https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/173,
there is now a really surprising implication to using a non-default
GTlsDatabase: your database could do nothing at all other than wrap the
default database, which you would expect to result in no behavior
changes, but in fact it causes fewer security checks to be performed
during certificate verification. This is because certificate
verification moved from GTlsDatabase to GTlsConnection, allowing for
more security checks to be performed. But if using a non-default
GTlsDatabase, we have to fall back to letting GTlsDatabase to the
verification, as before.

This is the best we can do. It's not a regression for applications,
because it means applications get the previous pre-2.72 behavior. But it
does mean that new security checks added in 2.72 are not applied, which
is unfortunate, so we should warn developers about this.
2021-11-22 15:56:56 +00:00
..
completion completion: Declare variables as local in gio completion script 2021-01-05 16:14:16 +00:00
fam build: Drop use of G_DISABLE_DEPRECATED from the build system 2019-05-30 10:38:45 +01:00
gdbus-2.0/codegen Annotate function parameters with G_GNUC_UNUSED when necessary 2021-01-06 18:35:17 +00:00
gvdb Fix signedness warning in gio/gio-tool.c:attribute_flags_to_string() 2021-02-10 20:41:16 +01:00
inotify Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
kqueue kqueue: Fix unlocked access to shared variable 2020-11-20 14:40:19 +00:00
tests tests: Fix a flaky wait in converter-stream 2021-11-22 13:22:25 +00:00
win32 Fix signedness warning in gio/win32/gwinhttpfile.c 2021-10-19 18:44:38 +02:00
xdgmime Revert "Don't compile some unused functions in gio/xdgmime/" 2021-11-01 12:06:26 +00:00
data-to-c.py data-to-c.py: generate new-line at the end of the file 2021-07-02 14:42:54 +02:00
dbus-daemon.xml Add GDBusDAaemon, an implementation of a message bus 2012-04-20 15:02:48 +02:00
gaction.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gaction.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactiongroup.c docs: update g_action_group_activate_action() remote activation semantics 2021-01-08 11:07:16 +00:00
gactiongroup.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactiongroupexporter.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gactiongroupexporter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactionmap.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gactionmap.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gappinfo.c gappinfo: Add launch-started signal 2021-10-04 10:29:08 +02:00
gappinfo.h gappinfo: Add launch-started signal 2021-10-04 10:29:08 +02:00
gappinfoprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gapplication-tool.c Fix signedness warnings in gio/gapplication-tool.c 2021-02-16 13:32:26 +01:00
gapplication.c Merge branch '2409-application-must-be-registered' into 'main' 2021-06-10 12:44:13 +00:00
gapplication.h GApplication: Add a way to replace a unique instance 2018-11-26 11:45:29 -05:00
gapplicationcommandline.c docs: Update various external links to use HEAD instead of master 2021-06-07 14:03:48 +01:00
gapplicationcommandline.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gapplicationimpl-dbus.c Fix several warnings in gio/gapplicationimpl-dbus.c:g_application_impl_command_line() 2021-01-21 11:59:09 +01:00
gapplicationimpl.h GApplication: parse command line options 2014-02-06 12:02:53 +00:00
gasynchelper.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gasynchelper.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gasyncinitable.c gtask: Improve task names used internally within GLib 2020-07-07 11:17:10 +01:00
gasyncinitable.h doc: Add some empty lines to unbreak gtkdoc 2019-07-10 10:10:49 -04:00
gasyncresult.c docs: Mention the idiomatic way of invoking a GAsyncReadyCallback 2017-10-26 14:08:42 +02:00
gasyncresult.h gio: Fix minor docs mistakes 2019-07-15 16:07:18 -07:00
gbufferedinputstream.c Change SkipAsyncData fields to be gsize (and not gssize) 2021-02-19 18:10:30 +01:00
gbufferedinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gbufferedoutputstream.c Fix signedness warning in gio/gbufferedoutputstream.c:g_buffered_output_stream_set_buffer_size() 2020-12-18 12:26:26 +01:00
gbufferedoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gbytesicon.c gbytesicon: Fix error in g_bytes_icon_new() documentation 2021-03-14 15:53:24 +00:00
gbytesicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcancellable.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gcancellable.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcharsetconverter.c Consistently save errno immediately after the operation setting it 2017-08-03 10:21:13 +01:00
gcharsetconverter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcocoanotificationbackend.m cocoanotificationbackend: do not release readonly property 2019-04-23 17:10:12 +02:00
gcontenttype-win32.c Fix signedness warning in gio/gcontenttype-win32.c 2021-11-12 14:58:52 +01:00
gcontenttype.c Merge branch '2310-xdgmime-leaks' into 'main' 2021-11-03 15:42:20 +00:00
gcontenttype.h doc: Hide some internal function 2019-07-10 10:29:04 -04:00
gcontenttypeprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcontextspecificgroup.c Fix missing initializer warning in gio/gcontextspecificgroup.c:g_context_specific_source_new() 2020-12-16 23:59:25 +01:00
gcontextspecificgroup.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gconverter.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gconverter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gconverterinputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gconverterinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gconverteroutputstream.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gconverteroutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcredentials.c Fix signedness warnings in gio/gcredentials.c 2021-01-11 20:45:27 +01:00
gcredentials.h gcredentials.h: Fix comment typo 2021-05-06 02:42:21 +00:00
gcredentialsprivate.h gio: add gcredential support for macOS 2020-05-07 14:19:16 +01:00
gdatagrambased.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdatagrambased.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdatainputstream.c Fix doc stanzas for GDataInputStream properties 2021-07-27 12:50:03 +01:00
gdatainputstream.h gdatainputstream: Deprecate read_until() in favour of read_upto() 2018-02-02 10:05:55 +01:00
gdataoutputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdataoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbus-tool.c gdbus: Add --interactive option to gdbus call 2021-11-11 11:26:22 +00:00
gdbusactiongroup-private.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusactiongroup.c GDBusActionGroup: Allow NULL bus name for peer-to-peer connection 2017-11-17 11:28:43 +00:00
gdbusactiongroup.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusaddress.c gdbusaddress: setuid error message references AT_SECURE 2021-11-01 15:54:55 +01:00
gdbusaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauth.c docs: Fix capitalisation of ‘GUID’ in a few places 2021-06-10 12:37:11 +01:00
gdbusauth.h gdbus: Add flags to require authentication as the same user 2021-02-11 16:12:40 +00:00
gdbusauthmechanism.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauthmechanism.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauthmechanismanon.c gdbus: actually return string length from hexdecode() 2018-03-13 12:09:01 +00:00
gdbusauthmechanismanon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauthmechanismexternal.c ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
gdbusauthmechanismexternal.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauthmechanismsha1.c gdbusauthmechanismsha1: Fix pointer being freed after being NULLed 2021-10-11 13:54:07 +03:00
gdbusauthmechanismsha1.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauthobserver.c gdbus: Add flags to require authentication as the same user 2021-02-11 16:12:40 +00:00
gdbusauthobserver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusconnection.c gdbusconnection: Fix race between subtree method call and unregistration 2021-10-28 14:53:48 +01:00
gdbusconnection.h gdbusconnection: Improve documentation formatting slightly 2020-12-15 09:14:20 +00:00
gdbusdaemon.c gdbusdaemon: Use require-same-user flag to avoid auth observer signal 2021-02-11 16:12:40 +00:00
gdbusdaemon.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gdbuserror.c gdbuserror: Add missing (transfer) and (nullable) return annotations 2020-12-15 09:14:39 +00:00
gdbuserror.h docs: Fix some odd grammar in the GDBusError documentation 2018-01-05 19:29:35 +00:00
gdbusinterface.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gdbusinterface.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusinterfaceskeleton.c gio: Use g_memdup2() instead of g_memdup() in obvious places 2021-02-04 14:13:21 +00:00
gdbusinterfaceskeleton.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusintrospection.c gdbus: Add various missing (nullable) or (not nullable) annotations 2021-06-03 10:02:37 +01:00
gdbusintrospection.h gio: Drop unnecessary volatile qualifiers from internal variables 2020-11-20 14:40:19 +00:00
gdbusmenumodel.c GDBusMenuModel: Allow NULL bus name for peer-to-peer connection 2017-11-17 11:28:43 +00:00
gdbusmenumodel.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusmessage.c Added test case for g_dbus_is_error_name 2021-06-16 08:06:03 +05:30
gdbusmessage.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusmethodinvocation.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gdbusmethodinvocation.h GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLED 2020-10-01 16:32:50 +01:00
gdbusnameowning.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gdbusnameowning.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusnamewatching.c Merge branch 'wip/pwithnall/gdbus-names-livelock' into 'main' 2021-08-17 13:25:55 +00:00
gdbusnamewatching.h minor typos in the documentation (a/an) 2019-08-24 19:14:05 +00:00
gdbusobject.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gdbusobject.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectmanager.c Merge branch 'object-manager-doc-wrong-class' into 'main' 2021-09-21 10:19:44 +00:00
gdbusobjectmanager.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectmanagerclient.c gdbusobjectmanagerclient: Remove an unused label 2021-09-22 18:39:46 +01:00
gdbusobjectmanagerclient.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectmanagerserver.c gdbusobjectmanagerserver: Disallow child objects at / 2021-10-06 12:34:41 +01:00
gdbusobjectmanagerserver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectproxy.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectskeleton.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectskeleton.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusprivate.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gdbusprivate.h gdbus, win32: Fix accidental dllexport in static builds 2021-06-07 13:57:59 +02:00
gdbusproxy.c gdbusproxy: Add G_DBUS_PROXY_FLAGS_NO_MATCH_RULE flag 2021-11-04 11:44:18 +00:00
gdbusproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusserver.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gdbusserver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusutils.c gdbus: Add g_dbus_is_error_name() symbol for g_dbus_is_interface_name() 2021-06-16 08:05:50 +05:30
gdbusutils.h gdbus: Add g_dbus_is_error_name() symbol for g_dbus_is_interface_name() 2021-06-16 08:05:50 +05:30
gdelayedsettingsbackend.c gdelayedsettingsbackend: Fix applying after calling g_settings_reset() 2021-10-26 13:38:22 +01:00
gdelayedsettingsbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdesktopappinfo.c gappinfo: Add launch-started signal 2021-10-04 10:29:08 +02:00
gdesktopappinfo.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gdocumentportal.c gio: do not cache document portal D-Bus proxy 2019-12-17 21:03:03 +08:00
gdocumentportal.h gio: make g_document_portal_add_documents() fall back to read-only access 2019-01-25 14:06:46 +08:00
gdrive.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gdrive.h tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gdtlsclientconnection.c Improve documentation of client connection validation flags 2020-05-05 13:58:07 -05:00
gdtlsclientconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdtlsconnection.c gtlsconnection: warn about footguns of using a non-default database 2021-11-22 15:56:56 +00:00
gdtlsconnection.h gio: add missing Since tags in GTlsConnection/GDtlsConnection 2021-06-21 09:31:17 -05:00
gdtlsserverconnection.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdtlsserverconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdummyfile.c gdummyfile: Return NULL from get_basename() if no path is stored 2021-03-10 19:10:04 +00:00
gdummyfile.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdummyproxyresolver.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdummyproxyresolver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdummytlsbackend.c gdummytlsconnection: Add missing overrides for ALPN properties 2020-03-06 19:26:13 -08:00
gdummytlsbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gemblem.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gemblem.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gemblemedicon.c docs: Standardize spelling of serializ* 2021-05-10 15:28:12 -03:00
gemblemedicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfdonotificationbackend.c gfdonotificationbackend: Pass on category 2021-08-02 19:26:38 +02:00
gfile.c gio: fix GFile doc indentation and nullable annotations 2021-10-25 12:57:13 +01:00
gfile.h gio: Expose g_file_build_attribute_list_for_copy 2020-10-06 10:16:49 +01:00
gfileattribute-priv.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileattribute.c Fix signedness warning in gio/gfileattribute.c:escape_byte_string() 2020-12-18 12:26:26 +01:00
gfileattribute.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfiledescriptorbased.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfiledescriptorbased.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
gfileenumerator.c gfileenumerator: Warn if name is not available for get_child() 2021-10-21 12:23:06 +01:00
gfileenumerator.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileicon.c gfileicon: Fix unused-but-set variable with G_DISABLE_ASSERT 2020-11-24 09:44:48 +00:00
gfileicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileinfo-priv.h W32: new GFileInfo attributes 2018-09-12 14:35:16 +00:00
gfileinfo.c docs: Improved the docs of helper getters optimization in g_file_info.c 2021-05-17 14:26:17 +05:30
gfileinfo.h docs: Break GFileAttribute descriptions into paragraph 2021-08-02 16:21:37 +01:00
gfileinputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileiostream.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gfileiostream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilemonitor.c gio: remove use of generic marshaller from GIO objects 2019-06-17 16:29:09 -07:00
gfilemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilenamecompleter.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gfilenamecompleter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileoutputstream.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gfileoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilterinputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilterinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilteroutputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilteroutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ggtknotificationbackend.c GGtkNotificationBackend: Use correct path for GetNameOwner call 2017-06-09 16:45:09 +01:00
ghttpproxy.c Adding a missing test on integer overflow within g_http_proxy_connect() 2021-02-09 18:07:20 +00:00
ghttpproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gicon.c Fix signedness warning in gio/gicon.c:g_icon_to_string_tokenized() 2020-12-18 12:26:26 +01:00
gicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetaddress.c ginetaddress: Handle systems without IPv6 support 2021-01-20 01:11:07 +01:00
ginetaddress.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
ginetaddressmask.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetaddressmask.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
ginetsocketaddress.c ginetaddress, ginetsocketaddress: Add missing (nullable) annotations 2020-03-17 11:14:51 +00:00
ginetsocketaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginitable.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
ginitable.h doc: Add some empty lines to unbreak gtkdoc 2019-07-10 10:10:49 -04:00
ginputstream.c Fix signedness warning in gio/ginputstream.c 2021-11-17 14:40:38 +01:00
ginputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio_probes.d gio: Add SystemTap and DTrace probes for GTask 2016-06-15 16:15:12 -04:00
gio_trace.h build: Disable dtrace probes under static analysis 2019-09-05 14:16:58 +01:00
gio-autocleanups.h gio: Add missing autocleanup definition for GSettingsSchemaKey 2019-03-26 16:40:28 +01:00
gio-querymodules-wrapper.py py: Reformat all Python files consistently 2020-11-17 15:50:07 +00:00
gio-querymodules.c giomodule: Port to new g_module_open_full() API 2021-07-21 21:54:35 +01:00
gio-tool-cat.c Fix missing initializer warning in gio/gio-tool-cat.c 2021-05-13 12:57:14 +02:00
gio-tool-copy.c Fix missing initializer warning in gio/gio-tool-copy.c 2021-05-13 12:57:14 +02:00
gio-tool-info.c Fix missing initializer warning in gio/gio-tool-info.c 2021-05-13 12:57:14 +02:00
gio-tool-launch.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-list.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-mime.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-mkdir.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-monitor.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-mount.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-move.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-open.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-remove.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-rename.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-save.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-set.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-trash.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool-tree.c Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings 2021-05-13 20:16:46 +00:00
gio-tool.c Fix signedness warning in gio/gio-tool.c:attribute_flags_to_string() 2021-02-10 20:41:16 +01:00
gio-tool.h Add gio launch command to execute desktop file 2020-12-09 08:15:42 +01:00
gio.h Add GPowerProfileMonitor 2021-07-28 15:56:02 +02:00
gio.rc.in meson: build Windows resource files 2018-01-04 22:19:30 +01:00
gio.stp.in gio: Add SystemTap and DTrace probes for GTask 2016-06-15 16:15:12 -04:00
gioenums.h gsubprocess: Add G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP 2021-11-17 12:27:46 +00:00
gioenumtypes.c.template gobject: Drop use of volatile from get_type() macros 2020-11-20 14:40:19 +00:00
gioenumtypes.h.template gioenumtypes.h.template: use GLIB_AVAILABLE_IN_ALL 2013-01-13 13:05:15 -05:00
gioerror.c gioerror: Add conversion from ENXIO to G_IO_ERROR_NOT_REGULAR_FILE 2021-03-10 17:55:51 +00:00
gioerror.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
giomodule-priv.c gio: Also support modules built with MSVC 2019-02-20 21:26:36 +05:30
giomodule-priv.h GIOModule: Use unique names for load/unload symbols 2018-01-04 11:01:40 -05:00
giomodule.c gio: Add portal version of GPowerProfileMonitor 2021-08-13 01:32:31 +02:00
giomodule.h giomodule: Skip introspection of two virtual plugin functions 2021-09-29 13:36:04 +01:00
gioprivate.h Define G_IOV_MAX to 512 on macOS/iOS 2019-09-10 10:16:03 +03:00
gioscheduler.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gioscheduler.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
giostream.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
giostream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
giotypes.h giotypes: Document refcounting of source object for GAsyncReadyCallback 2021-04-14 11:11:21 +01:00
giounix-private.c gunix: Fix {Input,Output}Stream pollable detection 2021-02-02 11:11:53 +01:00
giounix-private.h gunix: Fix {Input,Output}Stream pollable detection 2021-02-02 11:11:53 +01:00
giowin32-priv.h GWin32AppInfo: Use a thread for async appinfo tree rebuilds 2020-11-17 18:11:56 +00:00
giowin32-private.c gwin32: Use gsize internally in g_wcsdup() 2021-02-04 16:17:21 +00:00
gkeyfilesettingsbackend.c Fix signedness warning in gio/gkeyfilesettingsbackend.c 2021-04-23 10:42:52 +02:00
glib-compile-resources.c GResource compiler: Prefix static [con|de]strutors with c_name 2021-07-26 17:05:23 +08:00
glib-compile-schemas.c Fix missing initializer warning in gio/glib-compile-schemas.c 2021-05-13 12:57:14 +02:00
glistmodel.c docs: Fix the GListModel description 2021-11-01 18:41:50 +00:00
glistmodel.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gliststore.c Fix signedness warning in gio/gliststore.c: 2020-12-17 14:07:19 +01:00
gliststore.h gliststore: Add item lookup functions 2019-09-25 08:37:22 +02:00
gloadableicon.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gloadableicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalfile.c glocalfile: Fix g_stat return value not being checked 2021-10-11 13:55:17 +03:00
glocalfile.h glocalfile: Rename g_local_file_is_remote 2020-06-19 11:34:42 +02:00
glocalfileenumerator.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalfileenumerator.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalfileinfo.c glocalfileinfo: Fix atime/mtime mix due to bad copy/paste 2021-10-11 13:56:43 +03:00
glocalfileinfo.h Fix signedness warning in gio/glocalfileinfo.c:get_access_rights() 2021-02-08 11:00:25 +01:00
glocalfileinputstream.c glocalfileinputstream: Drop custom skip vfunc implementation 2021-02-15 23:10:41 +00:00
glocalfileinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalfileiostream.c gobject: fix typecasts via g_object_ref 2017-12-04 11:42:58 +00:00
glocalfileiostream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalfilemonitor.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
glocalfilemonitor.h gdesktopappinfo: Allocate DesktopFileDir structs dynamically 2019-10-11 22:31:24 +01:00
glocalfileoutputstream.c glocalfileoutputstream: Fix ETag check when replacing through a symlink 2021-06-07 12:44:52 +01:00
glocalfileoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalvfs.c glocalvfs: Create a dummy file for g_file_new_for_path("") 2021-03-10 19:10:38 +00:00
glocalvfs.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmarshal-internal.c gmarshal-internal: Fix string leakage due to misplaced check 2021-10-11 13:59:05 +03:00
gmarshal-internal.h gio: remove use of generic marshaller from GIO objects 2019-06-17 16:29:09 -07:00
gmarshal-internal.list gio: remove use of generic marshaller from GIO objects 2019-06-17 16:29:09 -07:00
gmemoryinputstream.c Fix signedness warning in gio/gmemoryinputstream.c:g_memory_input_stream_seek() 2021-01-12 19:16:56 +01:00
gmemoryinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmemorymonitor.c docs: Use the proper Markdown syntax for lists 2021-08-02 16:29:16 +01:00
gmemorymonitor.h gio: Add GMemoryMonitor to monitor for low-memory 2019-12-11 11:44:42 +00:00
gmemorymonitordbus.c gio: Do not block when low-memory-monitor daemon appears 2021-07-28 15:31:16 +02:00
gmemorymonitordbus.h gio: Add GMemoryMonitor to monitor for low-memory 2019-12-11 11:44:42 +00:00
gmemorymonitorportal.c gio: Add GMemoryMonitor to monitor for low-memory 2019-12-11 11:44:42 +00:00
gmemorymonitorportal.h gio: Add GMemoryMonitor to monitor for low-memory 2019-12-11 11:44:42 +00:00
gmemoryoutputstream.c Fix signedness warning in gio/gmemoryoutputstream.c 2021-02-16 13:32:26 +01:00
gmemoryoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmemorysettingsbackend.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmenu.c Fix signedness warning in gio/gmenu.c:g_menu_remove() 2021-02-08 11:00:33 +01:00
gmenu.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmenuexporter.c Fix missing initializer warning in gio/gmenuexporter.c:g_dbus_connection_export_menu_model() 2021-01-21 11:59:09 +01:00
gmenuexporter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmenumodel.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gmenumodel.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmount.c minor typos in the documentation (a/an) 2019-08-24 19:14:05 +00:00
gmount.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmountoperation.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gmountoperation.h gmountoperation: Add missing documentation 2018-12-17 13:53:34 +00:00
gmountprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnativesocketaddress.c minor typos in the documentation (a/an) 2019-08-24 19:14:05 +00:00
gnativesocketaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnativevolumemonitor.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnativevolumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkaddress.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gnetworkaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworking.c gio: Drop unnecessary volatile qualifiers from internal variables 2020-11-20 14:40:19 +00:00
gnetworking.h.in gio: Remove broken support for XP 2020-07-26 21:30:05 +05:30
gnetworkingprivate.h gio: remove _g_uri_parse_authority() 2020-07-28 16:35:13 +04:00
gnetworkmonitor.c giomodule: Don’t mandatorily cache GIOModule implementations 2021-01-20 12:51:41 +00:00
gnetworkmonitor.h GNetworkMonitor: Rename "network-changed" signal argument 2018-01-09 16:24:27 +00:00
gnetworkmonitorbase.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gnetworkmonitorbase.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkmonitornetlink.c Fix signedness warning in gio/gnetworkmonitornetlink.c:remove_network() 2021-01-21 11:59:09 +01:00
gnetworkmonitornetlink.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkmonitornm.c gnetworkmonitornm: Do not re-update cached property 2021-10-12 17:31:42 +02:00
gnetworkmonitornm.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkmonitorportal.c Autostart xdg-desktop-portal if needed 2018-09-12 15:38:44 -05:00
gnetworkmonitorportal.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkservice.c gio: replace _g_uri_from_authority() with g_uri_join() 2020-07-28 16:12:37 +04:00
gnetworkservice.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
gnextstepsettingsbackend.m Fix GSettings dict error macOS 2021-11-16 14:21:00 +00:00
gnotification-private.h GNotification: Allow to set a category 2021-08-02 19:26:38 +02:00
gnotification.c GNotification: Allow to set a category 2021-08-02 19:26:38 +02:00
gnotification.h GNotification: Allow to set a category 2021-08-02 19:26:38 +02:00
gnotificationbackend.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnotificationbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnullsettingsbackend.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gopenuriportal.c gopenuriportal: Fix GVariantBuilder and string leakage on g_open failure 2021-10-15 14:15:38 +03:00
gopenuriportal.h LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
gosxappinfo.h gosxappinfo: Fix some const-correctness issues 2020-12-09 11:41:38 +00:00
gosxappinfo.m gosxappinfo: Add some more precondition checks 2020-12-09 11:44:37 +00:00
gosxcontenttype.m gcontenttype: Add no-op versions of {get,set}_mime_dirs() on win32/macOS 2019-07-24 14:50:53 +01:00
goutputstream.c g_output_stream_write_all: Allow NULL empty buffer 2021-09-21 10:40:14 +00:00
goutputstream.h Add writev() / writev_all() API to GOutputStream and GPollableOutputStream 2019-01-24 16:25:34 +02:00
gpermission.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpermission.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpollableinputstream.c Fix annotation of count arguments 2021-04-07 04:13:26 +09:00
gpollableinputstream.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
gpollableoutputstream.c Fix signedness warning in gio/gpollableoutputstream.c:g_pollable_output_stream_default_writev_nonblocking() 2021-01-11 20:45:27 +01:00
gpollableoutputstream.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
gpollableutils.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gpollableutils.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpollfilemonitor.c gpollfilemonitor: Fix use-after-free caused by leaking GSource 2018-03-26 10:55:44 +01:00
gpollfilemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gportalnotificationbackend.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gportalsupport.c portal: Read /.flatpak-info in thread-safe fashion 2020-07-13 16:26:44 +01:00
gportalsupport.h portal: Add a getter for dconf access 2019-07-15 13:01:56 +01:00
gpowerprofilemonitor.c Add GPowerProfileMonitor 2021-07-28 15:56:02 +02:00
gpowerprofilemonitor.h Add GPowerProfileMonitor 2021-07-28 15:56:02 +02:00
gpowerprofilemonitordbus.c gpowerprofilemonitordbus: Fix a crash if no property is cached 2021-09-06 18:55:04 +01:00
gpowerprofilemonitordbus.h Add GPowerProfileMonitor 2021-07-28 15:56:02 +02:00
gpowerprofilemonitorportal.c gpowerprofilemonitorportal: Set property value by default 2021-09-06 18:56:12 +01:00
gpowerprofilemonitorportal.h gio: Add portal version of GPowerProfileMonitor 2021-08-13 01:32:31 +02:00
gpropertyaction.c property action: Add state hints 2019-06-10 00:03:25 +00:00
gpropertyaction.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxy.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxyaddress.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gproxyaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxyaddressenumerator.c gproxyaddressenumerator: Fix string leakage on an invalid input 2021-10-15 14:15:43 +03:00
gproxyaddressenumerator.h docs: Fix pluralised links to symbols 2019-03-15 11:09:32 +00:00
gproxyresolver.c giomodule: Don’t mandatorily cache GIOModule implementations 2021-01-20 12:51:41 +00:00
gproxyresolver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxyresolverportal.c Autostart xdg-desktop-portal if needed 2018-09-12 15:38:44 -05:00
gproxyresolverportal.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
gregistrysettingsbackend.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gregistrysettingsbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gremoteactiongroup.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gremoteactiongroup.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gresolver.c gtask: Improve task names used internally within GLib 2020-07-07 11:17:10 +01:00
gresolver.h gresolver: Add g_resolver_lookup_by_name_with_flags{_async,_finish,} 2018-12-11 16:09:29 -05:00
gresource-tool.c Fix unecessary assert with always true assertions in gio/gresource-tool.c 2021-04-05 12:03:51 +02:00
gresource.c gresource: Ignore G_RESOURCE_OVERLAYS when running as setuid 2021-01-07 15:02:25 +00:00
gresource.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gresourcefile.c gresourcefile: simplify path canonicalization 2017-11-14 15:13:44 -08:00
gresourcefile.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gschema.dtd gschema.dtd: Add target attribute to alias 2019-05-06 16:26:53 +02:00
gschema.its gsettings: Install gettext ITS rules 2016-01-08 12:31:18 +09:00
gschema.loc gsettings: Install gettext ITS rules 2016-01-08 12:31:18 +09:00
gseekable.c Add extra documentation about the return values of g_seekable_tell() 2021-04-23 10:43:05 +02:00
gseekable.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettings-mapping.c gsettings-mapping: Fix HANDLE being treated as unsigned 2021-10-15 14:15:43 +03:00
gsettings-mapping.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettings-tool.c Sort output of gsettings command-line tool 2021-11-18 08:59:55 +01:00
gsettings.c gsettings: Drop internal delayed member 2021-10-26 14:29:31 +01:00
gsettings.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettingsbackend.c gsettings: Add various missing (nullable) or (not nullable) annotations 2021-09-07 18:51:18 +10:00
gsettingsbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettingsbackendinternal.h settings: Make the keyfile backend parameterless 2019-01-20 21:03:35 -05:00
gsettingsschema-internal.h gsettings: Resolve child schemas from the parent's schema source 2021-06-04 12:09:24 +00:00
gsettingsschema.c Merge branch 'gio-add-gsettings-nullable-annotations' into 'main' 2021-09-21 10:39:37 +00:00
gsettingsschema.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimpleaction.c gio: ensure default va_marshaller is used 2019-06-17 16:13:53 -07:00
gsimpleaction.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimpleactiongroup.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimpleactiongroup.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimpleasyncresult.c Port internal uses to use g_source_set_static_name() 2021-07-26 11:01:07 +01:00
gsimpleasyncresult.h Revert "headers: Add various missing G_DISABLE_DEPRECATED guards" 2019-03-16 11:30:13 +00:00
gsimpleiostream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimpleiostream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimplepermission.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimplepermission.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimpleproxyresolver.c g_simply_proxy_resolver_set_ignore_hosts: add missing GIR annotations 2021-09-28 10:24:48 +00:00
gsimpleproxyresolver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocket.c Fix signedness warning in gio/gsocket.c 2021-10-20 17:09:50 +02:00
gsocket.h Rename timeout variables in gsocket.[ch] to include the unit as suffix 2019-01-24 16:25:50 +02:00
gsocketaddress.c gio: replace _g_uri_from_authority() with g_uri_join() 2020-07-28 16:12:37 +04:00
gsocketaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketaddressenumerator.c Fix issue in GSocketAddressEnumerator documentation 2020-06-18 13:30:40 -05:00
gsocketaddressenumerator.h gio: Add missing documentation for G{Proxy,Socket}AddressEnumerator 2018-12-17 13:53:34 +00:00
gsocketclient.c gsocketclient: deprecate tls-validation-flags property 2021-11-16 15:21:22 +00:00
gsocketclient.h gsocketclient: deprecate tls-validation-flags property 2021-11-16 15:21:22 +00:00
gsocketconnectable.c docs: Fix pluralised links to symbols 2019-03-15 11:09:32 +00:00
gsocketconnectable.h docs: Fix pluralised links to symbols 2019-03-15 11:09:32 +00:00
gsocketconnection.c gio: Fix various compiler warnings when compiling with G_DISABLE_ASSERT 2019-03-08 19:46:21 +00:00
gsocketconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketcontrolmessage.c docs: Replace git.gnome.org with gitlab.gnome.org urls 2021-03-24 16:18:53 +05:30
gsocketcontrolmessage.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketinputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketlistener.c Fix typo in g_socket_listener_accept_async()'s comment 2021-04-16 23:08:09 +09:00
gsocketlistener.h socketlistener: fix event signature in vfunc 2017-12-25 00:12:06 -08:00
gsocketoutputstream.c Clamp number of vectors to IOV_MAX / UIO_MAXIOV for GOutputStream writev() calls in the implementations 2019-05-31 12:51:59 +03:00
gsocketoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketservice.c gio: remove use of generic marshaller from GIO objects 2019-06-17 16:29:09 -07:00
gsocketservice.h tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gsocks4aproxy.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocks4aproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocks4proxy.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocks4proxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocks5proxy.c gsocks5proxy: Fix buffer overflow on a really long domain name 2021-10-15 14:15:43 +03:00
gsocks5proxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsrvtarget.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsrvtarget.h Normalize C source files to end with exactly one newline 2020-06-10 09:48:02 +01:00
gsubprocess.c gsubprocess: Add G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP 2021-11-17 12:27:46 +00:00
gsubprocess.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsubprocesslauncher-private.h gsubprocess: Add G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP 2021-11-17 12:27:46 +00:00
gsubprocesslauncher.c gsubprocesslauncher: Don’t close target FDs in close() method 2021-02-19 18:27:00 +00:00
gsubprocesslauncher.h GSubprocessLauncher: allow to close passed FDs 2020-10-12 20:29:48 +02:00
gtask.c gtask: Document dependency on GMainContext more explicitly 2021-09-24 07:57:49 +01:00
gtask.h gtask: Only override g_task_set_source_tag() for GLib ≥ 2.60 2020-07-15 17:08:47 +01:00
gtcpconnection.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtcpconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtcpwrapperconnection.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gtcpwrapperconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtestdbus.c docs: Update various external links to use HEAD instead of master 2021-06-07 14:03:48 +01:00
gtestdbus.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gthemedicon.c gio: fixing duplicate icons and review comments. 2018-06-14 00:43:28 +02:00
gthemedicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gthreadedresolver.c gthreadedresolver: don't ignore flags in lookup_by_name_with_flags 2021-04-30 23:20:02 -07:00
gthreadedresolver.h gthreadedresolver: Remove unused thread pool 2019-02-27 10:41:32 -05:00
gthreadedsocketservice.c gthreadedsocketservice: Mark source_object of run signal as nullable 2020-06-02 13:40:54 +03:00
gthreadedsocketservice.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsbackend.c giomodule: Don’t mandatorily cache GIOModule implementations 2021-01-20 12:51:41 +00:00
gtlsbackend.h gtlsbackend: add support for setting the default TLS database 2018-09-03 13:55:57 +10:00
gtlscertificate.c gtlscertificate: tone down warning about g_tls_certificate_verify() 2021-11-22 15:56:56 +00:00
gtlscertificate.h tls: expose SAN details on GTlsCertificate 2021-06-10 00:54:45 +00:00
gtlsclientconnection.c gtlsclientconnection: deprecate validation-flags property 2021-11-16 15:21:21 +00:00
gtlsclientconnection.h gtlsclientconnection: deprecate validation-flags property 2021-11-16 15:21:21 +00:00
gtlsconnection.c gtlsconnection: warn about footguns of using a non-default database 2021-11-22 15:56:56 +00:00
gtlsconnection.h gio: add missing Since tags in GTlsConnection/GDtlsConnection 2021-06-21 09:31:17 -05:00
gtlsdatabase.c gtlsdatabase: tone down warning about g_tls_database_verify_chain() 2021-11-22 15:56:56 +00:00
gtlsdatabase.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsfiledatabase.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsfiledatabase.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsinteraction.c minor typos in the documentation (a/an) 2019-08-24 19:14:05 +00:00
gtlsinteraction.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlspassword.c gtlspassword: Fix g-i annotation of return for g_tls_password_get_value 2021-03-31 12:10:10 +00:00
gtlspassword.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsserverconnection.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsserverconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtrashportal.c trash portal: Handle portal failures 2020-09-15 18:06:56 -05:00
gtrashportal.h Support the trash portal 2019-01-31 19:00:19 -05:00
gunionvolumemonitor.c tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
gunionvolumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixconnection.c Document where we expect credentials-passing to be supported 2019-06-11 11:06:35 +01:00
gunixconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixcredentialsmessage.c gio: add gcredential support for macOS 2020-05-07 14:19:16 +01:00
gunixcredentialsmessage.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixfdlist.c docs: Fix various typos in linked symbol names 2019-03-15 11:09:32 +00:00
gunixfdlist.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixfdmessage.c docs: Fix various typos in linked symbol names 2019-03-15 11:09:32 +00:00
gunixfdmessage.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixinputstream.c gunix: Fix {Input,Output}Stream pollable detection 2021-02-02 11:11:53 +01:00
gunixinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixmount.c gtask: Improve task names used internally within GLib 2020-07-07 11:17:10 +01:00
gunixmount.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixmounts.c gunixmounts: Drop references to pamconsole mount option 2021-10-21 12:22:54 +01:00
gunixmounts.h gunixmounts: Add g_unix_mount_point_at 2020-08-05 13:07:04 +01:00
gunixoutputstream.c gunix: Fix {Input,Output}Stream pollable detection 2021-02-02 11:11:53 +01:00
gunixoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixsocketaddress.c Fix signedness warning in gio/gunixsocketaddress.c 2021-04-05 12:03:51 +02:00
gunixsocketaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixvolume.c gtask: Improve task names used internally within GLib 2020-07-07 11:17:10 +01:00
gunixvolume.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixvolumemonitor.c gio: Update mounts after g_volume_mount 2018-07-30 16:05:41 +02:00
gunixvolumemonitor.h gio: Update mounts after g_volume_mount 2018-07-30 16:05:41 +02:00
gvfs.c giomodule: Don’t mandatorily cache GIOModule implementations 2021-01-20 12:51:41 +00:00
gvfs.h docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ 2019-04-26 12:12:31 +01:00
gvolume.c gio: ensure default va_marshaller is used 2019-06-17 16:13:53 -07:00
gvolume.h glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATED 2019-05-30 10:38:45 +01:00
gvolumemonitor.c gio: Add missing nullable annotations 2020-11-11 13:15:21 +02:00
gvolumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32api-application-activation-manager.h gio: Add private headers with missing UWP/COM types 2020-12-23 01:35:51 +00:00
gwin32api-iterator.h gio: Add private headers with missing UWP/COM types 2020-12-23 01:35:51 +00:00
gwin32api-misc.h gio: Add private headers with missing UWP/COM types 2020-12-23 01:35:51 +00:00
gwin32api-package.h gio: Add private headers with missing UWP/COM types 2020-12-23 01:35:51 +00:00
gwin32api-storage.h gio: Add private headers with missing UWP/COM types 2020-12-23 01:35:51 +00:00
gwin32appinfo.c Fix signedness warnings in gio/gwin32appinfo.c 2021-11-17 14:40:38 +01:00
gwin32appinfo.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32file-sync-stream.c gio: add GWin32FileSyncStream 2020-12-23 01:35:39 +00:00
gwin32file-sync-stream.h gio: add GWin32FileSyncStream 2020-12-23 01:35:39 +00:00
gwin32inputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32inputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32mount.c GWin32Mount: Don't use SHGetFileInfoW() for mount displaynames 2021-03-31 13:30:03 +00:00
gwin32mount.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32networkmonitor.c gnetworkmonitor: Fix use-after-free when using from another thread 2018-04-11 15:03:43 +01:00
gwin32networkmonitor.h gio: Rename GNetworkMonitorWindows to GWin32NetworkMonitor 2018-01-18 10:12:26 +00:00
gwin32notificationbackend.c gwin32notificationbackend: Only warn once 2018-06-12 12:45:35 +01:00
gwin32outputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32outputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32packageparser.c Fix signedness warning in gio/gwin32packageparser.c 2021-11-17 14:40:28 +01:00
gwin32packageparser.h gio: Add g_win32_package_parser_enum_packages() 2020-12-23 01:43:38 +00:00
gwin32registrykey.c GWin32RegistryKey: ensure reqeueing works correctly 2021-07-31 10:57:44 +00:00
gwin32registrykey.h GWin32AppInfo: Support verbs other than "open" 2020-10-01 17:18:03 +01:00
gwin32volumemonitor.c gwin32: Always use unicode APIs 2021-01-05 21:42:59 +01:00
gwin32volumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gzlibcompressor.c docs: Match GZlib(De)Compressor section with the type name 2021-08-02 13:27:55 +01:00
gzlibcompressor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gzlibdecompressor.c docs: Match GZlib(De)Compressor section with the type name 2021-08-02 13:27:55 +01:00
gzlibdecompressor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
meson.build meson: fix warnings for extract_all_objects function 2021-10-18 11:50:49 +01:00
org.freedesktop.portal.Documents.xml tree: Fix various typos and outdated terminology 2020-06-12 15:01:08 +01:00
org.freedesktop.portal.OpenURI.xml gio: update dbus interfaces from xdg-desktop-portal tree 2019-12-17 20:48:22 +08:00
org.freedesktop.portal.ProxyResolver.xml gio: update dbus interfaces from xdg-desktop-portal tree 2019-12-17 20:48:22 +08:00
org.freedesktop.portal.Trash.xml Support the trash portal 2019-01-31 19:00:19 -05:00
strinfo.c docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ 2019-04-26 12:12:31 +01:00
thumbnail-verify.c glocalfileinfo: Use accessors to access struct stat members 2020-08-14 17:30:11 +01:00
thumbnail-verify.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00