platform/upstream/glib-networking.git
13 years agoRun gio-querymodules after install/uninstall
Dan Winship [Mon, 29 Nov 2010 15:48:45 +0000 (10:48 -0500)]
Run gio-querymodules after install/uninstall

13 years agognutls: Fix a crash caused by loading and unloading the module
Dan Winship [Mon, 29 Nov 2010 15:07:37 +0000 (10:07 -0500)]
gnutls: Fix a crash caused by loading and unloading the module

If gio-querymodules isn't run to update the cache then gio will need
to load and unload the module at startup time. This was causing
crashes in apps that used gcrypt elsewhere, because gcrypt was being
initialized to use our module's mutex functions, which then no longer
existed after unloading.

Fix this in two different ways: first, force the module to remain
resident after gtls_gnutls_init() has been called, and second, don't
call gtls_gnutls_init() if we're just being called from
g_io_modules_scan_all_in_directory().

https://bugzilla.gnome.org/show_bug.cgi?id=636052

13 years agoAdd a GNUTLS-based GTlsBackend
Dan Winship [Sun, 7 Nov 2010 13:11:56 +0000 (08:11 -0500)]
Add a GNUTLS-based GTlsBackend

https://bugzilla.gnome.org/show_bug.cgi?id=588189

13 years agoBump version to 2.26.0 (no code changes) 2.26.0
Dan Winship [Wed, 13 Oct 2010 19:00:31 +0000 (15:00 -0400)]
Bump version to 2.26.0 (no code changes)

13 years agoUpdate NEWS and README, fix bug-reporting address 2.25.0
Dan Winship [Tue, 31 Aug 2010 00:48:10 +0000 (20:48 -0400)]
Update NEWS and README, fix bug-reporting address

13 years agoFixing minimum gio version to 2.25.15
Nicolas Dufresne [Fri, 20 Aug 2010 17:12:56 +0000 (13:12 -0400)]
Fixing minimum gio version to 2.25.15

13 years agoSet next version to 2.25.0, matching glib
Nicolas Dufresne [Fri, 20 Aug 2010 17:12:16 +0000 (13:12 -0400)]
Set next version to 2.25.0, matching glib

13 years agoAdding DOAP file
Nicolas Dufresne [Mon, 16 Aug 2010 18:00:46 +0000 (14:00 -0400)]
Adding DOAP file

13 years agoDon't need to check for PKG_CONFIG
Nicolas Dufresne [Mon, 16 Aug 2010 17:16:46 +0000 (13:16 -0400)]
Don't need to check for PKG_CONFIG

PKG_CHECK_MODULES already does that, so no need to do that again.

13 years agoFix type in project name
Nicolas Dufresne [Mon, 16 Aug 2010 15:26:05 +0000 (11:26 -0400)]
Fix type in project name

13 years agoUse silent rules
Nicolas Dufresne [Mon, 16 Aug 2010 15:25:32 +0000 (11:25 -0400)]
Use silent rules

13 years agoRemoved uneeded/redondant check
Nicolas Dufresne [Mon, 16 Aug 2010 15:24:50 +0000 (11:24 -0400)]
Removed uneeded/redondant check

13 years agoRemove unneeded GTK Doc stuff
Nicolas Dufresne [Mon, 16 Aug 2010 15:24:30 +0000 (11:24 -0400)]
Remove unneeded GTK Doc stuff

13 years agoFixed .gitignores files
Nicolas Dufresne [Mon, 16 Aug 2010 15:20:26 +0000 (11:20 -0400)]
Fixed .gitignores files

13 years agoAdding internationalisation support
Nicolas Dufresne [Fri, 13 Aug 2010 22:12:14 +0000 (18:12 -0400)]
Adding internationalisation support

13 years agoAdding empty makefile declaration for later use
Nicolas Dufresne [Fri, 13 Aug 2010 20:27:46 +0000 (16:27 -0400)]
Adding empty makefile declaration for later use

13 years agoGIO Extension for libproxy
Nicolas Dufresne [Thu, 12 Aug 2010 19:41:21 +0000 (15:41 -0400)]
GIO Extension for libproxy

13 years agoBase build system for the new module
Nicolas Dufresne [Thu, 12 Aug 2010 19:40:24 +0000 (15:40 -0400)]
Base build system for the new module