glib/gio
Tor Lillqvist 6ddef375c8 Recuce DLL hijack risk on Windows
Don't call LoadLibrary() on shell32.dll or kernel32.dll. kernel32.dll
is always loaded. Shell32.dll is also already loaded as glib links to
functions in it. So just call GetModuleHandle() on them.

For mlang.dll in win_iconv.c and winhttp.dll in gwinhttpvfs.c, always
try loading them from a complete path, from the Windows system
directory.

Use the "tool help" API to enumerate modules in gmodule-win32.c. It is
present in all Windows versions since Windows 2000, which is all we
support anyway. Thus no need to look that API up dynamically. Just
link to it normally. We can bin the fallback code that attempts to use
the psapi API.
2010-09-02 22:36:47 +03:00
..
fam Replace -I with $(glib_INCLUDES) and friends 2010-08-06 13:10:34 -04:00
fen Replace -I with $(glib_INCLUDES) and friends 2010-08-06 13:10:34 -04:00
gvdb Merge remote branch 'gvdb/master' 2010-06-10 13:35:25 -04:00
inotify Correct a comment 2010-08-13 17:23:44 -04:00
libasyncns Replace -I with $(glib_INCLUDES) and friends 2010-08-06 13:10:34 -04:00
tests GAction is now an interface 2010-08-30 19:26:37 +02:00
win32 Recuce DLL hijack risk on Windows 2010-09-02 22:36:47 +03:00
xdgmime Don't compile some unused functions in gio/xdgmime/ 2010-08-08 21:32:04 -04:00
.gitignore gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
abicheck.sh move glibconfig.h to glib/ 2010-07-12 15:33:05 -04:00
ChangeLog Update README files to refer to git 2009-03-31 19:39:16 -04:00
gaction.c GAction is now an interface 2010-08-30 19:26:37 +02:00
gaction.h GAction is now an interface 2010-08-30 19:26:37 +02:00
gactiongroup.c GAction is now an interface 2010-08-30 19:26:37 +02:00
gactiongroup.h GActionGroup is now an interface 2010-08-30 19:26:37 +02:00
gappinfo.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gappinfo.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gapplication.c Fix an off-by-one error 2010-07-30 19:53:29 -04:00
gapplication.h Documentation fixups 2010-06-17 16:07:52 -04:00
gasynchelper.c Fix a possible deadlock 2010-08-03 10:41:21 -04:00
gasynchelper.h GSocket: Merge the unix and windows socket sources together 2010-04-23 12:25:56 -04:00
gasyncinitable.c Add examples for GAsyncInitiable and GSimpleAsyncResult 2010-08-13 23:34:44 -04:00
gasyncinitable.h Import GInitable, GSocket and dependencies from gnio 2009-05-14 15:44:36 +02:00
gasyncresult.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gasyncresult.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gbufferedinputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gbufferedinputstream.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gbufferedoutputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gbufferedoutputstream.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gcancellable.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gcancellable.h Add g_cancellable_release_fd() 2009-08-19 11:02:05 +02:00
gcharsetconverter.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gcharsetconverter.h Add missign single include guards 2010-02-21 16:12:35 -05:00
gcontenttype.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gcontenttype.h Cleanups 2010-07-05 00:56:12 -04:00
gcontenttypeprivate.h gio/ docs/reference/gio Merged gio-standalone into glib. 2007-11-26 16:13:05 +00:00
gconverter.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gconverter.h Small doc addition 2010-03-26 09:30:25 -04:00
gconverterinputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gconverterinputstream.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gconverteroutputstream.c Plug a mem leak in GConverterOutputStream 2010-08-30 10:18:30 -04:00
gconverteroutputstream.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gcredentials.c GCredentials: use effective uid/gid 2010-07-30 11:26:43 -04:00
gcredentials.h Bug 617483 – Credentials passing 2010-07-20 16:34:18 -04:00
gdatainputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdatainputstream.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gdataoutputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdataoutputstream.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gdbus-bash-completion.sh Initial GDBus code-drop from GDBus-standalone repo 2010-05-06 14:21:32 -04:00
gdbus-tool.c GDBus: Remove constness from introspection data structures 2010-07-19 15:45:27 -04:00
gdbusaddress.c Move #include <sys/wait.h> down 2010-07-20 10:49:30 -04:00
gdbusaddress.h Add single-include guards to new headers 2010-06-06 16:20:21 -04:00
gdbusapplication.c GDBus: Remove constness from introspection data structures 2010-07-19 15:45:27 -04:00
gdbusauth.c Plug a mem leak 2010-08-30 10:14:39 -04:00
gdbusauth.h GDBus: Hide class structures for classes we don't want to be subclassed 2010-07-07 15:57:37 -04:00
gdbusauthmechanism.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdbusauthmechanism.h GDBus: Hide class structures for classes we don't want to be subclassed 2010-07-07 15:57:37 -04:00
gdbusauthmechanismanon.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdbusauthmechanismanon.h GDBus: Hide class structures for classes we don't want to be subclassed 2010-07-07 15:57:37 -04:00
gdbusauthmechanismexternal.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdbusauthmechanismexternal.h GDBus: Hide class structures for classes we don't want to be subclassed 2010-07-07 15:57:37 -04:00
gdbusauthmechanismsha1.c Change "lock-file" to "lock file" in translatable strings 2010-08-29 00:38:06 +01:00
gdbusauthmechanismsha1.h GDBus: Hide class structures for classes we don't want to be subclassed 2010-07-07 15:57:37 -04:00
gdbusauthobserver.c GDBusAuthObserver: Fix docs 2010-07-20 16:34:28 -04:00
gdbusauthobserver.h GDBus: Hide instance structures for classes we don't want to be subclassed 2010-07-07 16:36:51 -04:00
gdbusconnection.c GDBusConnection: Document memory management semantics for get_property() 2010-08-25 14:49:05 -04:00
gdbusconnection.h GDBusConnection: Document memory management semantics for get_property() 2010-08-25 14:49:05 -04:00
gdbuserror.c Make g_dbus_error_unregister_error work 2010-08-07 18:56:12 -04:00
gdbuserror.h Add single-include guards to new headers 2010-06-06 16:20:21 -04:00
gdbusintrospection.c Introspection: make 'direction' default to 'in' for methods 2010-08-30 08:50:09 -04:00
gdbusintrospection.h GDBus: Remove constness from introspection data structures 2010-07-19 15:45:27 -04:00
gdbusmessage.c Add an annotation 2010-08-30 10:02:32 -04:00
gdbusmessage.h GDBusMessage: Add a way to get/set byte order of a message 2010-08-04 13:34:14 -04:00
gdbusmethodinvocation.c GDBusMethodInvocation: nuke constructor 2010-08-22 22:58:29 -04:00
gdbusmethodinvocation.h GDBusMethodInvocation: nuke constructor 2010-08-22 22:58:29 -04:00
gdbusnameowning.c Make the closure variants of name owning and watching actually work 2010-08-07 17:10:17 -04:00
gdbusnameowning.h Add _with_closures alternative functions for those in GDBus that 2010-06-10 18:29:23 +02:00
gdbusnamewatching.c Make the closure variants of name owning and watching actually work 2010-08-07 17:10:17 -04:00
gdbusnamewatching.h Add _with_closures alternative functions for those in GDBus that 2010-06-10 18:29:23 +02:00
gdbusprivate.c Don't leak the FD list 2010-08-30 18:33:47 +02:00
gdbusprivate.h GDBusMethodInvocation: nuke constructor 2010-08-22 22:58:29 -04:00
gdbusproxy.c GDBusProxy: remove superfluous -gdbus-proxy-method-name qdata 2010-08-30 13:58:41 -04:00
gdbusproxy.h GDBus: update padding 2010-06-22 12:14:31 -04:00
gdbusserver.c Plug a mem leak 2010-08-30 10:16:31 -04:00
gdbusserver.h GDBus: Hide instance structures for classes we don't want to be subclassed 2010-07-07 16:36:51 -04:00
gdbusutils.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdbusutils.h Add single-include guards to new headers 2010-06-06 16:20:21 -04:00
gdelayedsettingsbackend.c Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gdelayedsettingsbackend.h improve thread safety in GDelayedSettingsBackend 2010-05-17 07:16:37 -04:00
gdesktopappinfo.c Add a GAppInfoCreate flag for startup-notification 2010-07-10 17:57:45 -04:00
gdesktopappinfo.h [GDesktopAppInfo] New function g_desktop_app_info_get_filename 2010-03-14 15:45:46 -04:00
gdrive.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdrive.h Allow interaction when unmounting mounts 2009-07-05 21:59:38 -04:00
gdummyfile.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gdummyfile.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gdummyproxyresolver.c Implemented proxy-resolver extension point 2010-08-19 16:32:36 -04:00
gdummyproxyresolver.h Implemented proxy-resolver extension point 2010-08-19 16:32:36 -04:00
gemblem.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gemblem.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gemblemedicon.c Make g_emblemed_icon_add_emblem() keep the list sorted 2010-08-30 18:34:14 +02:00
gemblemedicon.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gfile.c Adapt to recent MLS changes 2010-07-09 07:24:08 -04:00
gfile.h Bug 535159 - g_file_has_parent 2009-11-17 20:27:38 -06:00
gfileattribute-priv.h Add string vector attribute type to GFileInfo 2009-06-23 16:35:41 +02:00
gfileattribute.c Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten code 2010-08-18 00:12:28 +02:00
gfileattribute.h Bug 554745 - GFileAttributeInfoList should be boxed 2008-10-06 21:59:29 +00:00
gfiledescriptorbased.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfiledescriptorbased.h include gio.h, not giotypes.h 2010-02-23 16:23:07 -08:00
gfileenumerator.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfileenumerator.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gfileicon.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfileicon.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gfileinfo-priv.h Add pregenerated ids for TRASH_ORIG_PATH and TRASH_DELETION_DATE 2010-03-08 12:03:40 +01:00
gfileinfo.c Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten code 2010-08-18 00:12:28 +02:00
gfileinfo.h gio: Add a boxed type for GFileAttributeMatcher 2010-05-03 20:13:35 +02:00
gfileinputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfileinputstream.h Bug 562613 – Missing const modifier in string parameters 2009-03-03 15:50:13 +00:00
gfileiostream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfileiostream.h Add GFileIOStream class 2009-05-13 14:42:46 +02:00
gfilemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfilemonitor.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gfilenamecompleter.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfilenamecompleter.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gfileoutputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gfileoutputstream.h Bug 562613 – Missing const modifier in string parameters 2009-03-03 15:50:13 +00:00
gfilterinputstream.c Declare stream base classes as abstract 2010-08-16 10:21:38 -04:00
gfilterinputstream.h Bug 568394 – dropping the last reference to a stream filter closes the 2009-01-21 14:09:56 +00:00
gfilteroutputstream.c Declare stream base classes as abstract 2010-08-16 10:21:38 -04:00
gfilteroutputstream.h Bug 568394 – dropping the last reference to a stream filter closes the 2009-01-21 14:09:56 +00:00
gicon.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gicon.h Bug 555740 - gicon serialization Based on patch from David Zeuthen 2008-10-21 11:51:48 +00:00
ginetaddress.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
ginetaddress.h Add g_inet_address_get_native_size (#583205) 2009-05-25 11:33:56 +02:00
ginetsocketaddress.c Fix sparse warnings 2010-07-10 17:21:32 -04:00
ginetsocketaddress.h Add network address and socket types 2009-04-22 08:36:10 -04:00
ginitable.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
ginitable.h Documentation and coding style fixups 2009-05-27 18:20:08 -04:00
ginputstream.c Declare stream base classes as abstract 2010-08-16 10:21:38 -04:00
ginputstream.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gio-marshal.list add GActionGroup base class 2010-08-18 00:31:33 -04:00
gio-querymodules.c Add gio-querymodule program 2010-01-12 16:34:18 +01:00
gio.h GAction is now an interface 2010-08-30 19:26:37 +02:00
gio.rc.in Put a version info resource also in the gio DLL 2010-02-04 00:37:13 +02:00
gio.symbols Update symbol list 2010-08-30 19:31:45 -04:00
gioenums.h Extend IO_ERROR enum for Proxy support 2010-08-19 16:32:37 -04:00
gioenumtypes.c.template gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gioenumtypes.h.template introduce an ENUMPREFIX substitution. 2008-06-23 12:06:39 +00:00
gioerror.c Extend IO_ERROR enum for Proxy support 2010-08-19 16:32:37 -04:00
gioerror.h Add GWin32InputStream and GWin32OutputStream classes 2010-04-19 11:54:56 +03:00
giomodule-priv.h Split out the extension point registration code to its own function. 2009-02-27 15:22:11 +00:00
giomodule.c Add GSettings Windows Registry backend 2010-09-01 15:05:42 +02:00
giomodule.h Fix a typo 2010-03-26 11:05:02 -04:00
gioscheduler.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gioscheduler.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
giostream.c Declare stream base classes as abstract 2010-08-16 10:21:38 -04:00
giostream.h Import GIOStream from gnio 2009-05-13 14:42:38 +02:00
giotypes.h GAction is now an interface 2010-08-30 19:26:37 +02:00
gkeyfilesettingsbackend.c Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gloadableicon.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gloadableicon.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
glocaldirectorymonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
glocaldirectorymonitor.h Avoid unnecessary work if mount watching not specified (#585360) 2009-06-15 12:26:57 +02:00
glocalfile.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
glocalfile.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
glocalfileenumerator.c Minor cleanup 2010-07-10 18:04:22 -04:00
glocalfileenumerator.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
glocalfileinfo.c Handle MLS selinux policy better 2010-07-08 14:19:08 -04:00
glocalfileinfo.h Add extension point for adding metadata for local files 2009-06-23 16:35:42 +02:00
glocalfileinputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
glocalfileinputstream.h Local file implementation of GFileIOStream and ops 2009-05-13 14:42:57 +02:00
glocalfileiostream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
glocalfileiostream.h Local file implementation of GFileIOStream and ops 2009-05-13 14:42:57 +02:00
glocalfilemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
glocalfilemonitor.h GLocalFileMonitor: Support for GFileMonitorFlags 2010-02-18 15:50:26 +01:00
glocalfileoutputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
glocalfileoutputstream.h Bug 619142 – Build fixes 2010-05-20 10:53:08 -04:00
glocalvfs.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
glocalvfs.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gmemoryinputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gmemoryinputstream.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gmemoryoutputstream.c Add g_memory_output_stream_steal_data 2010-08-17 17:33:01 +02:00
gmemoryoutputstream.h Add g_memory_output_stream_steal_data 2010-08-17 17:33:01 +02:00
gmemorysettingsbackend.c Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gmemorysettingsbackend.h add GMemorySettingsBackend 2010-04-17 01:26:34 -04:00
gmount.c Fix sparse warnings 2010-07-10 17:21:32 -04:00
gmount.h Add "default location" support to GMount 2009-11-26 16:12:18 +01:00
gmountoperation.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gmountoperation.h Allow interaction when unmounting mounts 2009-07-05 21:59:38 -04:00
gmountprivate.h Add is_supported() to GNativeVolumeMonitorClass so that we can avoid 2007-12-17 16:00:33 +00:00
gnativevolumemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gnativevolumemonitor.h Add licence headers to gnativevolumemonitor.c/h 2010-03-04 11:02:31 +01:00
gnetworkaddress.c Implemented proxy_enumerate() for all Connectables 2010-08-19 16:32:37 -04:00
gnetworkaddress.h Added method g_network_address_parse_uri() 2010-08-19 16:32:37 -04:00
gnetworkingprivate.h Added proxy_enumerate method to GSocketConnectable 2010-08-19 16:32:37 -04:00
gnetworkservice.c Fix documentation issues 2010-08-21 15:34:40 -04:00
gnetworkservice.h Implemented proxy_enumerate() for all Connectables 2010-08-19 16:32:37 -04:00
gnullapplication.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gnullsettingsbackend.c Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gnullsettingsbackend.h add 'null' GSettings backend 2010-04-15 18:22:14 -04:00
goutputstream.c Bug 627071 – g_output_stream_write() clarification 2010-08-16 15:38:02 -04:00
goutputstream.h Add g_output_stream_is_closing 2009-11-23 16:22:52 +01:00
gpermission.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gpermission.h Bug 620519 - GPermission 2010-06-04 19:03:38 +02:00
gpollfilemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gpollfilemonitor.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gproxy.c Fix documentation issues 2010-08-21 15:34:40 -04:00
gproxy.h Added GProxy interface for proxy extension point 2010-08-19 16:32:37 -04:00
gproxyaddress.c Implement GProxyAddress 2010-08-19 16:32:37 -04:00
gproxyaddress.h Implement GProxyAddress 2010-08-19 16:32:37 -04:00
gproxyaddressenumerator.c Fix invalid reads 2010-08-30 10:21:43 -04:00
gproxyaddressenumerator.h gproxyaddressenumerator.h: add missing G_END_DECLS 2010-08-19 17:51:01 -04:00
gproxyconnection.c Implement GProxyConnection a GIOStream+GTcpConn wrapper 2010-08-19 16:32:37 -04:00
gproxyconnection.h Implement GProxyConnection a GIOStream+GTcpConn wrapper 2010-08-19 16:32:37 -04:00
gproxyresolver.c Implemented proxy-resolver extension point 2010-08-19 16:32:36 -04:00
gproxyresolver.h Implemented proxy-resolver extension point 2010-08-19 16:32:36 -04:00
gregistrysettingsbackend.c Fix small bug in registry backend 2010-09-01 15:05:42 +02:00
gregistrysettingsbackend.h Add GSettings Windows Registry backend 2010-09-01 15:05:42 +02:00
gresolver.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gresolver.h Re-run res_init() when resolv.conf changes 2009-08-19 12:08:15 -04:00
gschema-compile.c glib-compile-schemas: Pass a C string, not a GString wrapper 2010-08-03 14:32:29 -04:00
gschema.dtd Update the dtd to match the implementation 2010-07-08 14:29:17 -04:00
gseekable.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gseekable.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gsettings-bash-completion.sh Implement bash completion for gsettings 2010-06-27 16:00:20 -04:00
gsettings-mapping.c Bug 624991 - GSettings mapping for G_TYPE_STRV 2010-07-22 11:34:57 -04:00
gsettings-mapping.h merge GSettings 2010-04-16 23:23:40 -04:00
gsettings-tool.c Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gsettings.c Document vendor override files 2010-08-13 21:23:22 -04:00
gsettings.h GSettings: add G_SETTINGS_BIND_INVERT_BOOLEAN flag 2010-08-03 02:09:10 -04:00
gsettingsbackend.c Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gsettingsbackend.h Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gsettingsbackendinternal.h Cleanup the GSettingsBackend API 2010-07-22 18:39:50 -04:00
gsettingsschema.c gio/ docs fixup 2010-07-12 18:30:14 -04:00
gsettingsschema.h GSettings: major refactor. Add enums, range. 2010-06-16 18:17:53 -04:00
gsimpleaction.c GAction is now an interface 2010-08-30 19:26:37 +02:00
gsimpleaction.h GAction is now an interface 2010-08-30 19:26:37 +02:00
gsimpleactiongroup.c GActionGroup is now an interface 2010-08-30 19:26:37 +02:00
gsimpleactiongroup.h GActionGroup is now an interface 2010-08-30 19:26:37 +02:00
gsimpleasyncresult.c Add examples for GAsyncInitiable and GSimpleAsyncResult 2010-08-13 23:34:44 -04:00
gsimpleasyncresult.h Make the error const for g_simple_async_result_set_from_error 2009-09-11 15:20:34 +01:00
gsimplepermission.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gsimplepermission.h Bug 620582 - a simple GPermission implementation 2010-06-04 22:35:14 +02:00
gsocket.c GSocket: store the remote_address when connecting 2010-08-19 16:32:37 -04:00
gsocket.h Always do async vs sync correctly in GSocketConnection streams 2010-08-15 15:34:29 -04:00
gsocketaddress.c Include gproxyaddress.h explicitly 2010-08-23 14:31:20 +03:00
gsocketaddress.h Add GError to g_socket_address_to_native 2009-05-18 21:31:28 +02:00
gsocketaddressenumerator.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gsocketaddressenumerator.h Documentation and coding style fixups 2009-05-27 18:20:08 -04:00
gsocketclient.c GSocketClient: fix a crash on cancellation 2010-08-30 09:31:47 -04:00
gsocketclient.h Add support for g_socket_client_add_application_proxy() 2010-08-19 16:32:38 -04:00
gsocketconnectable.c Added proxy_enumerate method to GSocketConnectable 2010-08-19 16:32:37 -04:00
gsocketconnectable.h Added proxy_enumerate method to GSocketConnectable 2010-08-19 16:32:37 -04:00
gsocketconnection.c GIO: Add G-I annotations for several methods 2010-07-29 14:06:00 +02:00
gsocketconnection.h Documentation and coding style fixups 2009-05-27 18:20:08 -04:00
gsocketcontrolmessage.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gsocketcontrolmessage.h Add padding to new classes 2009-05-15 10:28:30 +02:00
gsocketinputstream.c Always do async vs sync correctly in GSocketConnection streams 2010-08-15 15:34:29 -04:00
gsocketinputstream.h Import all the highlevel socket classes from gnio 2009-05-15 21:26:24 +02:00
gsocketlistener.c GIO: Add G-I annotations for several methods 2010-07-29 14:06:00 +02:00
gsocketlistener.h Bug 585566 - GSocketListener API issues 2009-11-19 10:04:27 -06:00
gsocketoutputstream.c Always do async vs sync correctly in GSocketConnection streams 2010-08-15 15:34:29 -04:00
gsocketoutputstream.h Import all the highlevel socket classes from gnio 2009-05-15 21:26:24 +02:00
gsocketservice.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gsocketservice.h Documentation and coding style fixups 2009-05-27 18:20:08 -04:00
gsocks4aproxy.c Implemented SOCKSv4 and SOCKSv4a 2010-08-19 16:32:38 -04:00
gsocks4aproxy.h Implemented SOCKSv4 and SOCKSv4a 2010-08-19 16:32:38 -04:00
gsocks4proxy.c gio/proxy: Fixed compilation warnings 2010-08-19 17:31:42 -04:00
gsocks4proxy.h Implemented SOCKSv4 and SOCKSv4a 2010-08-19 16:32:38 -04:00
gsocks5proxy.c Implemented SOCKSv5 proxy support 2010-08-19 16:32:37 -04:00
gsocks5proxy.h Implemented SOCKSv5 proxy support 2010-08-19 16:32:37 -04:00
gsrvtarget.c Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten code 2010-08-18 00:12:28 +02:00
gsrvtarget.h Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
gtcpconnection.c Bug 617483 – Credentials passing 2010-07-20 16:34:18 -04:00
gtcpconnection.h Add support for graceful disconnect to GTcpConnection 2009-05-20 11:19:47 +02:00
gthemedicon.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gthemedicon.h Reformat g_themed_icon_get_names return type to make gtk-doc work 2009-06-01 22:10:41 +02:00
gthreadedresolver.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gthreadedresolver.h Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
gthreadedsocketservice.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gthreadedsocketservice.h Add max_threads argument to g_threaded_socket_service_new 2009-05-18 08:47:49 +02:00
gunionvolumemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gunionvolumemonitor.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gunixconnection.c Bug 617483 – Credentials passing 2010-07-20 16:34:18 -04:00
gunixconnection.h Remove the credentials argument from g_unix_connect_send_credentials() 2010-05-13 14:29:39 -04:00
gunixcredentialsmessage.c Bug 617483 – Credentials passing 2010-07-20 16:34:18 -04:00
gunixcredentialsmessage.h Make gunixcredentialsmessage.h standalone includable 2010-08-18 12:07:38 -04:00
gunixfdlist.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gunixfdlist.h Clean up platform-specific includes 2010-05-13 20:29:04 -04:00
gunixfdmessage.c Fix sparse warnings 2010-07-10 17:21:32 -04:00
gunixfdmessage.h Clean up platform-specific includes 2010-05-13 20:29:04 -04:00
gunixinputstream.c Annotate all custom GIO GSource using g_source_set_name 2010-07-10 20:09:34 -04:00
gunixinputstream.h Add "fd" and "close-fd" properties including getters and setters. Patch by 2008-12-08 05:41:43 +00:00
gunixmount.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gunixmount.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gunixmounts.c Be a bit more picky when deciding if mounts are internal 2010-07-08 15:18:05 -04:00
gunixmounts.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gunixoutputstream.c Annotate all custom GIO GSource using g_source_set_name 2010-07-10 20:09:34 -04:00
gunixoutputstream.h Add "fd" and "close-fd" properties including getters and setters. Patch by 2008-12-08 05:41:43 +00:00
gunixresolver.c Fix sparse warnings 2010-07-10 17:21:32 -04:00
gunixresolver.h Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
gunixsocketaddress.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gunixsocketaddress.h GUnixSocketAddress: handle abstract sockets with non-0-padded names 2010-04-22 11:54:41 -04:00
gunixvolume.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gunixvolume.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gunixvolumemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gunixvolumemonitor.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gvfs.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gvfs.h Move comment to the right place 2009-07-05 22:35:55 -04:00
gvolume.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gvolume.h Allow interaction when unmounting mounts 2009-07-05 21:59:38 -04:00
gvolumemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gvolumemonitor.h gio/ docs fixup 2010-07-12 18:30:14 -04:00
gwin32appinfo.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gwin32appinfo.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gwin32inputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gwin32inputstream.h Add GWin32InputStream and GWin32OutputStream classes 2010-04-19 11:54:56 +03:00
gwin32mount.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gwin32mount.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gwin32outputstream.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gwin32outputstream.h Add GWin32InputStream and GWin32OutputStream classes 2010-04-19 11:54:56 +03:00
gwin32resolver.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gwin32resolver.h Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
gwin32volumemonitor.c gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
gwin32volumemonitor.h big header formatting cleanup: indentation, vtable formatting, consistent 2008-09-02 19:05:58 +00:00
gzlibcompressor.c Fix building with zlib < 1.2.4 on win32 2010-09-01 15:09:51 +02:00
gzlibcompressor.h Add GZIP header processing to GZlibCompressor/GZlibDecompressor 2010-08-17 17:37:32 +02:00
gzlibdecompressor.c Fix building with zlib < 1.2.4 on win32 2010-09-01 15:09:51 +02:00
gzlibdecompressor.h Add GZIP header processing to GZlibCompressor/GZlibDecompressor 2010-08-17 17:37:32 +02:00
Makefile.am Add GSettings Windows Registry backend 2010-09-01 15:05:42 +02:00
makefile.msc gio/: fully remove gioalias hacks 2010-07-07 19:53:22 -04:00
strinfo.c Bug 622124 - implement flags for GSettings 2010-07-01 19:06:02 -04:00