glib/gio
Philip Withnall 8056b753e5 tests: Fix a free function in the GIO tests
The monitor_path comes from g_file_get_path(), so should be freed with
g_free() rather than free(). This makes no difference because they are
the same function in practice, but using free() is a bit confusing.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
2018-04-26 15:36:11 +01:00
..
completion Add ‘gsettings list-schemas --print-paths’ option 2018-01-05 13:01:03 +00:00
fam gio/fam/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbus-2.0/codegen codegen: List basenames of input files in generated preamble 2018-04-23 20:03:53 +01:00
gvdb gio/gvdb/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
inotify inotify: Further fixes for hard link monitoring support 2018-04-18 15:13:02 +01:00
kqueue Reorder operations in _kqsub_cancel() to prevent races. 2018-04-23 20:07:55 +01:00
tests tests: Fix a free function in the GIO tests 2018-04-26 15:36:11 +01:00
win32 Remove HAVE_CONFIG_H defs and uses 2018-02-21 13:57:10 +00:00
xdgmime Remove HAVE_CONFIG_H defs and uses 2018-02-21 13:57:10 +00:00
.gitignore Update the ignore file for GIO 2016-07-19 14:18:49 +01:00
ChangeLog Update README files to refer to git 2009-03-31 19:39:16 -04:00
data-to-c.py build: Drop data-to-c.pl in favour of data-to-c.py 2017-11-10 11:47:57 +00:00
dbus-daemon.xml Add GDBusDAaemon, an implementation of a message bus 2012-04-20 15:02:48 +02:00
gaction.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gaction.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactiongroup.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactiongroup.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactiongroupexporter.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactiongroupexporter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactionmap.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gactionmap.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gappinfo.c docs: fix 'emphasis' tag 2017-11-12 21:04:30 +01:00
gappinfo.h docs: Make argument names in GAppInfo consistent 2017-11-07 14:50:23 +00:00
gappinfoprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gapplication-tool.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gapplication.c gapplication: Tighten up application ID validation 2018-03-13 12:45:13 +00:00
gapplication.h Bug-790839 GApplication command line --help enhancements 2018-01-03 11:08:37 +00:00
gapplicationcommandline.c introspection: Add more filename type annotations for strings which can contain filenames 2017-10-26 18:51:51 +02:00
gapplicationcommandline.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gapplicationimpl-dbus.c GApplication: Don't call dbus_unregister multiple times 2017-07-24 19:52:48 +02:00
gapplicationimpl.h GApplication: parse command line options 2014-02-06 12:02:53 +00:00
gasynchelper.c gio/gasynchelper.c: fix cast from pointer to smaller int type on win64 2017-11-01 12:54:14 +00:00
gasynchelper.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gasyncinitable.c gobject: fix typecasts via g_object_ref 2017-12-04 11:42:58 +00:00
gasyncinitable.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gasyncresult.c docs: Mention the idiomatic way of invoking a GAsyncReadyCallback 2017-10-26 14:08:42 +02:00
gasyncresult.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gbufferedinputstream.c docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +00:00
gbufferedinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gbufferedoutputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gbufferedoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gbytesicon.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gbytesicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcancellable.c cancellable: Don't assert if finalization races with cancellation 2018-01-05 20:42:06 +00: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.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcontenttype-win32.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcontenttype.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcontenttype.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcontenttypeprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcontextspecificgroup.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gconverteroutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcredentials.c ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
gcredentials.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gcredentialsprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gdatainputstream: Document the returned string is always nul-terminated 2018-02-16 11:15:02 +00: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-tool: Factor out common GOptionContext construction 2018-02-21 14:20:59 +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: Disable proxy support for D-Bus addresses 2018-01-31 22:25:02 +00:00
gdbusaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauth.c gdbus: make hexencode() a shared function to avoid duplication 2018-03-13 12:09:01 +00:00
gdbusauth.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
gdbusauthmechanismsha1.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauthobserver.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusauthobserver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusconnection.c gdbusconnection: Fix a typo in the documentation for close_sync() 2018-04-19 16:36:16 +01:00
gdbusconnection.h docs: Remove XML-style comments from documentation strings 2018-01-12 15:29:29 +00:00
gdbusdaemon.c Fix various const-correctness issues 2018-04-26 15:19:17 +01:00
gdbusdaemon.h gio: add support for g_auto() and g_autoptr() 2015-01-30 16:58:40 +01:00
gdbuserror.c docs: Fix some odd grammar in the GDBusError documentation 2018-01-05 19:29:35 +00:00
gdbuserror.h docs: Fix some odd grammar in the GDBusError documentation 2018-01-05 19:29:35 +00:00
gdbusinterface.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusinterface.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusinterfaceskeleton.c docs: Fix syntax in GDBusInterfaceSkeleton documentation 2018-01-11 16:03:05 +00:00
gdbusinterfaceskeleton.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusintrospection.c gdbusintrospection: Remove incorrect (out) annotations 2017-06-05 16:07:52 +01:00
gdbusintrospection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gdbusmessage: Make a translatable message translatable with plurals 2018-02-02 10:07:12 +01:00
gdbusmessage.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusmethodinvocation.c docs: Remove XML-style comments from documentation strings 2018-01-12 15:29:29 +00:00
gdbusmethodinvocation.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusnameowning.c gdbus: Check signature of NameAcquired, NameLost 2017-08-07 17:31:31 +01:00
gdbusnameowning.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusnamewatching.c Disambiguate source names 2017-06-28 19:50:57 -04:00
gdbusnamewatching.h docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +00:00
gdbusobject.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobject.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectmanager.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectmanager.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectmanagerclient.c gdbus: Clarify types of g-properties-changed signal arguments 2018-04-25 15:30:46 +01:00
gdbusobjectmanagerclient.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusobjectmanagerserver.c gobject: fix typecasts via g_object_ref 2017-12-04 11:42:58 +00: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 gdbus: make hexencode() a shared function to avoid duplication 2018-03-13 12:09:01 +00:00
gdbusprivate.h g_test_dbus_down: Ensure next test does not use old connection 2018-04-10 11:22:41 +01:00
gdbusproxy.c gdbus: Clarify types of g-properties-changed signal arguments 2018-04-25 15:30:46 +01:00
gdbusproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusserver.c Consistently save errno immediately after the operation setting it 2017-08-03 10:21:13 +01:00
gdbusserver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdbusutils.c gdbusutils: Fix a memory leak in g_dbus_gvalue_to_gvariant() 2017-11-28 14:28:50 +00:00
gdbusutils.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdelayedsettingsbackend.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdelayedsettingsbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdesktopappinfo.c gdesktopappinfo: Filter out some binary names in search 2018-04-24 13:11:00 +02:00
gdesktopappinfo.h gdesktopappinfo: Add g_desktop_app_info_get_locale_string() 2018-01-08 16:28:34 +01:00
gdocumentportal.c Do not use g_autofree 2018-03-28 11:49:59 +01:00
gdocumentportal.h Add a wrapper for the AddFull document portal api 2017-05-29 17:57:39 -04:00
gdrive.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdrive.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdtlsclientconnection.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdtlsclientconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gdtlsconnection.c docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +00:00
gdtlsconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gemblemedicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfdonotificationbackend.c Map G_NOTIFICATION_PRIORITY_HIGH to NOTIFY_URGENCY_NORMAL 2017-07-18 17:31:29 -04:00
gfile.c gio: fix compilation without F_{S,G}ETPIPE_SZ 2018-04-11 15:20:23 +01:00
gfile.h GFile: Add g_file_peek_path() 2018-01-15 18:26:56 +00:00
gfileattribute-priv.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileattribute.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileenumerator.c docs: add missing '*' chars at start of doc-comments 2017-11-12 16:36:16 +01:00
gfileenumerator.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileicon.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileinfo-priv.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileinfo.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileinfo.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileiostream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilemonitor.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilenamecompleter.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfilenamecompleter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gfileoutputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ghttpproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gicon.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetaddress.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetaddressmask.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetaddressmask.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetsocketaddress.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginetsocketaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginitable.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginitable.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
ginputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-autocleanups.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-querymodules.c GIOModule: Use unique names for load/unload symbols 2018-01-04 11:01:40 -05:00
gio-tool-cat.c gio-tool: Use print_file_error correctly 2017-08-18 14:46:23 +02:00
gio-tool-copy.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-info.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-list.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-mime.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-mkdir.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-monitor.c gio-tool: fix inverted logic in monitor tool 2017-11-09 10:47:14 +01:00
gio-tool-mount.c gio-tool: Fix alignment of monitor messages 2017-06-06 11:11:58 +02:00
gio-tool-move.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-open.c gio-tool: Do not alter uris before use 2017-11-07 13:46:56 +01:00
gio-tool-remove.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-rename.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-save.c gio-tool: Use print_file_error correctly 2017-08-18 14:46:23 +02:00
gio-tool-set.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-trash.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool-tree.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio-tool.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gio.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +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 docs: Add Markdown backticks around /dev/null in a few places 2018-02-08 16:39:32 +00:00
gioenumtypes.c.template various: add missing cases of #include "config.h" 2012-12-06 13:30:31 -05:00
gioenumtypes.h.template gioenumtypes.h.template: use GLIB_AVAILABLE_IN_ALL 2013-01-13 13:05:15 -05:00
gioerror.c gstrfuncs: Expand documentation for errno functions 2017-08-03 10:21:13 +01:00
gioerror.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
giomodule-priv.c GIOModule: Use unique names for load/unload symbols 2018-01-04 11:01:40 -05:00
giomodule-priv.h GIOModule: Use unique names for load/unload symbols 2018-01-04 11:01:40 -05:00
giomodule.c gio: Add dummy win32 notification backend 2018-04-10 10:39:40 +01:00
giomodule.h GIOModule: Use unique names for load/unload symbols 2018-01-04 11:01:40 -05:00
gioprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gioscheduler.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gioscheduler.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
giostream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
giostream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
giotypes.h docs: Explain how GAsyncReadyCallbacks are, and should be, invoked 2017-10-26 14:08:42 +02:00
giowin32-priv.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gkeyfilesettingsbackend.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glib-compile-resources.c Conditionally warn if pre-processing tools are not found 2018-03-14 14:21:41 +00:00
glib-compile-schemas.c glib-compile-schemas: Fix minor memory leaks in error paths 2018-04-11 11:03:03 +01:00
glistmodel.c Make GListModelInterface::get_item usable from GObject Introspection bindings 2017-09-12 12:32:20 +01:00
glistmodel.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gliststore.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gliststore.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +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 ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
glocalfile.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +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 ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
glocalfileinfo.h W32: Add a stat() implementation for private use 2017-11-01 12:46:38 +00:00
glocalfileinputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 inotify: Further fixes for hard link monitoring support 2018-04-18 15:13:02 +01:00
glocalfilemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalfileoutputstream.c W32: Add a stat() implementation for private use 2017-11-01 12:46:38 +00:00
glocalfileoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalfileprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
glocalvfs.c ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
glocalvfs.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmemoryinputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmemoryinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmemoryoutputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmenu.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmenuexporter.c GMenuExporter: Allow NULL bus name for peer-to-peer connection 2017-11-17 11:28:43 +00:00
gmenuexporter.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmenumodel.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmenumodel.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmount.c docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +00:00
gmount.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmountoperation.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gmountoperation.h gmountoperation: Add missing (array) annotations 2017-11-28 14:14:19 +00:00
gmountprivate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnativesocketaddress.c Fix various strict aliasing problems with sockaddr 2018-01-08 11:50:26 +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: Fix 'overide' typo in g_network_address_parse doc 2018-02-28 15:07:27 +01:00
gnetworkaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworking.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworking.h.in LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
gnetworking.h.win32 LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
gnetworkingprivate.h networkaddress: Return an error from _g_uri_parse_authority() 2018-02-01 14:58:28 +00:00
gnetworkmonitor.c GNetworkMonitor: Rename "network-changed" signal argument 2018-01-09 16:24:27 +00:00
gnetworkmonitor.h GNetworkMonitor: Rename "network-changed" signal argument 2018-01-09 16:24:27 +00:00
gnetworkmonitorbase.c gnetworkmonitor: Fix use-after-free when using from another thread 2018-04-11 15:03:43 +01:00
gnetworkmonitorbase.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkmonitornetlink.c gnetworkmonitor: Fix use-after-free when using from another thread 2018-04-11 15:03:43 +01:00
gnetworkmonitornetlink.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkmonitornm.c gnetworkmonitornm: Use g_strv_contains() rather than reinventing it 2018-02-28 17:39:04 +00:00
gnetworkmonitornm.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkmonitorportal.c gnetworkmonitor: Fix use-after-free when using from another thread 2018-04-11 15:03:43 +01:00
gnetworkmonitorportal.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnetworkservice.c gobject: fix typecasts via g_object_ref 2017-12-04 11:42:58 +00:00
gnetworkservice.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnextstepsettingsbackend.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnotification-private.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gnotification.c GNotification: Don't ignore set_urgent()'s argument 2018-01-23 14:24:12 +00:00
gnotification.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +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 GIO: avoid a crash in calling portals 2018-03-25 00:10:21 -04:00
gopenuriportal.h LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
gosxappinfo.c MacOS: gosxappinfo.c Fix some memory leaks. Fix failure condition. 2017-10-17 14:10:31 +01:00
gosxappinfo.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gosxcontenttype.c MacOS: gosxcontenttype.c consider generic icon names also 2017-12-11 11:40:14 +00:00
goutputstream.c goutputstream: Fix missing call to clear_pending in flush_async 2018-02-13 08:04:24 -06:00
goutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpollableinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpollableoutputstream.c gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS 2018-01-31 22:37:18 +00:00
gpollableoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpollableutils.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gportalsupport.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpropertyaction.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gpropertyaction.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxy.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxy.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxyaddress.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxyaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxyaddressenumerator.c networkaddress: Return an error from _g_uri_parse_authority() 2018-02-01 14:58:28 +00:00
gproxyaddressenumerator.h docs: Drop unnecessary <!-- -->s from gtk-doc comments 2017-11-29 17:50:27 +00:00
gproxyresolver.c resolver: Return early if URI is invalid 2018-02-01 14:58:29 +00:00
gproxyresolver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gproxyresolverportal.c gproxyresolverportal: do not connect to session bus when not under flatpak 2017-11-27 12:36:03 +01:00
gproxyresolverportal.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gregistrysettingsbackend.c ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02: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 resolver: Return error looking up services on invalid hostnames 2018-02-01 14:58:28 +00:00
gresolver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gresource-tool.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gresource.c gresource: avoid allocations in enumerate_children() 2017-11-15 03:24:29 -08: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 gio: Remove stray ‘<’ from gschema.dtd 2017-12-06 10:33:52 +00: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 GSeekable: Fix g_seekable_truncate invoker reference 2017-11-04 20:05:37 +01:00
gseekable.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettings-mapping.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettings-mapping.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettings-tool.c gsettings: remove redundancy in 'list-recursive' 2018-02-02 14:41:00 +01:00
gsettings.c gsettings: Fix leaks and assertion on range binding failures 2018-04-11 10:42:54 +01:00
gsettings.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettingsbackend.c docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +00:00
gsettingsbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettingsbackendinternal.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettingsschema-internal.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsettingsschema.c docs: Remove XML-style comments from documentation strings 2018-01-12 15:29:29 +00:00
gsettingsschema.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsimpleaction.c GSimpleAction: Slightly improve docs for new()s 2018-04-09 13:28:34 +01: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 docs: Clarify the thread-default GMainContext where the result is sent 2017-10-26 13:48:39 +02:00
gsimpleasyncresult.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 networkaddress: Return an error from _g_uri_parse_authority() 2018-02-01 14:58:28 +00:00
gsimpleproxyresolver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocket.c ci: fix warnings and enable --werror for the mingw build 2018-04-25 17:23:50 +02:00
gsocket.h gio: add g_socket_join_multicast_group_ssm (IGMPv3 SSM) 2017-10-16 11:14:57 +01:00
gsocketaddress.c gobject: fix typecasts via g_object_ref 2017-12-04 11:42:58 +00:00
gsocketaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketaddressenumerator.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketaddressenumerator.h docs: Remove XML-style comments from documentation strings 2018-01-12 15:29:29 +00:00
gsocketclient.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketclient.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketconnectable.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketconnectable.h docs: Drop unnecessary <!-- -->s from gtk-doc comments 2017-11-29 17:50:27 +00:00
gsocketconnection.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketcontrolmessage.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
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 gsocketlistener: Document the need to call g_socket_listener_close() 2018-03-14 17:21:28 +00:00
gsocketlistener.h socketlistener: fix event signature in vfunc 2017-12-25 00:12:06 -08:00
gsocketoutputstream.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketservice.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsocketservice.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsubprocess.c gsubprocess: Fix a critical calling communicate() with no pipes 2018-02-13 16:27:32 +00:00
gsubprocess.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsubprocesslauncher-private.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gsubprocesslauncher.c introspection: Add more filename type annotations for strings which can contain filenames 2017-10-26 18:51:51 +02:00
gsubprocesslauncher.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtask.c docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +00:00
gtask.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtcpwrapperconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtestdbus.c g_test_dbus_down: Ensure next test does not use old connection 2018-04-10 11:22:41 +01:00
gtestdbus.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gthemedicon.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gthemedicon.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gthreadedresolver.c gthreadedresolver: Fix compilation with res_nclose() but no res_nquery() 2018-03-26 10:49:25 +01:00
gthreadedresolver.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gthreadedsocketservice.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gthreadedsocketservice.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsbackend.c gtlsbackend: Default to indicating no support for DTLS in GTlsBackend 2017-09-13 17:38:42 +01:00
gtlsbackend.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlscertificate.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlscertificate.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsclientconnection.c tlsclientconnection: Deprecate ssl3 property and functions 2018-01-08 19:17:01 -06:00
gtlsclientconnection.h tlsclientconnection: Deprecate ssl3 property and functions 2018-01-08 19:17:01 -06:00
gtlsconnection.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsdatabase.c docs: Fix various minor syntax errors in gtk-doc comments 2017-11-07 14:51:12 +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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlsinteraction.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gtlspassword.c Partially revert "gio: Add missing (array length) annotations" 2017-09-21 12:05:06 +01: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
gunionvolumemonitor.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunionvolumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixconnection.c Consistently save errno immediately after the operation setting it 2017-08-03 10:21:13 +01:00
gunixconnection.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixcredentialsmessage.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixcredentialsmessage.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixfdlist.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixfdlist.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixfdmessage.c Consistently save errno immediately after the operation setting it 2017-08-03 10:21:13 +01:00
gunixfdmessage.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixinputstream.c Consistently save errno immediately after the operation setting it 2017-08-03 10:21:13 +01:00
gunixinputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixmount.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixmount.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixmounts.c gunixmounts: Allow root to display mounts under /run/media/$username 2018-03-13 12:55:16 +00:00
gunixmounts.h gio: Add autoptr declarations for GUnixMountEntry and GUnixMountPoint 2017-10-26 00:19:23 +01:00
gunixoutputstream.c Consistently save errno immediately after the operation setting it 2017-08-03 10:21:13 +01:00
gunixoutputstream.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixsocketaddress.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixsocketaddress.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixvolume.c gobject: fix typecasts via g_object_ref 2017-12-04 11:42:58 +00:00
gunixvolume.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixvolumemonitor.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gunixvolumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gvfs.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gvfs.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gvolume.c docs: add missing '*' chars at start of doc-comments 2017-11-12 16:36:16 +01:00
gvolume.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gvolumemonitor.c Document that pre-unmount may not be emitted 2017-10-11 13:18:49 +01:00
gvolumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32appinfo.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32appinfo.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02: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 gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32mount.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32networking.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 gio: Add dummy win32 notification backend 2018-04-10 10:39:40 +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
gwin32registrykey.c NtNotifyChangeMultipleKeys is a __stdcall function. 2017-06-01 11:00:28 +00:00
gwin32registrykey.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32volumemonitor.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gwin32volumemonitor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gzlibcompressor.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gzlibcompressor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gzlibdecompressor.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
gzlibdecompressor.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
Makefile.am gio: Fix build on OS X < 10.9 2018-04-10 12:25:25 +01:00
meson.build struct ip_mreq_source definition is broken on Android NDK <= r16 2018-04-24 15:00:17 -04:00
org.freedesktop.portal.Documents.xml LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
org.freedesktop.portal.NetworkMonitor.xml LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
org.freedesktop.portal.OpenURI.xml LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
org.freedesktop.portal.ProxyResolver.xml LGPLv2+ -> LGPLv2.1+: update remaining files 2017-06-03 10:30:17 +02:00
strinfo.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
thumbnail-verify.c gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00
thumbnail-verify.h gio/: LGPLv2+ -> LGPLv2.1+ 2017-05-29 19:53:34 +02:00