Ryan Lortie 3f119b2fd4 
	
	
	GSettingsBackend: fix a nasty race condition ... 
			In the event that a GSettings object is being destroyed just as a change
signal is being delivered, the destroying thread will race with the
dconf worker thread for acquiring the lock on the GSettingsBackend.
If the signalling thread gets there first then the destroying thread
will block on the lock.  The signalling thread adds a reference to the
GSettings object that is being destroyed and releases the lock.  The
idea is that this should prevent the GSettings object from being
destroyed and thus maintain its entry in the list.  Unfortunately, the
weak reference notify function is already running and as soon as we
release the lock, the list entry is removed.
The signalling thread crashes.
This bug is indicative of a serious problem encountered in many
situations where GObject instances are touched from multiple threads.
Ideally, we will move to a place where g_object_ref() is not called at
all on the GSettings object from the dconf worker thread and instead, a
dispatch will be done without holding a reference (similar to how
GAppInfoMonitor presently works).  This would also prevent the
unfortunate case of someone dropping what they assume to be the last
reference on a GSettings object, only to have an already-pending signal
delivered once they return to the mainloop, crashing their program.
Making this change for GSettings (with multiple instances per thread,
the possibility of multiple backends and each instance being interested
in different events) is going to be extremely non-trivial, so it's not a
change that makes sense at this point in the cycle.
For now, we can do a relatively small and isolated tweak so that we
never access the list except under a lock.  We still perform the bad
pattern of acquiring a ref in a foreign thread which means that we still
risk delivering a signal to a GSettings object that the user has assumed
is dead (unless they explicitly disconnect their signal handler).  This
is a problem that we already had, however.
https://bugzilla.gnome.org/show_bug.cgi?id=710367  
		
	 
		2014-03-14 09:46:39 -04:00 
	 
	
	
	
		 
	
	
		
			
			
			
			
			
			2013-10-17 10:12:27 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 09:36:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-02-01 10:22:43 -05:00 
		 
	
		
			
			
			
			
			
			2014-03-07 07:47:14 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2013-10-17 10:12:27 -04:00 
		 
	
		
			
			
			
			
			
			2009-03-31 19:39:16 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 09:23:45 -05:00 
		 
	
		
			
			
			
			
			
			2012-04-20 15:02:48 +02:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 15:11:49 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-23 11:48:06 +08:00 
		 
	
		
			
			
			
			
			
			2014-02-06 12:02:53 +00:00 
		 
	
		
			
			
			
			
			
			2014-02-14 21:33:36 -05:00 
		 
	
		
			
			
			
			
			
			2014-02-06 12:02:53 +00:00 
		 
	
		
			
			
			
			
			
			2014-02-06 12:02:53 +00:00 
		 
	
		
			
			
			
			
			
			2014-02-06 12:02:53 +00:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-06 16:48:49 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-23 12:11:59 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 17:52:21 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 17:52:21 -05:00 
		 
	
		
			
			
			
			
			
			2014-03-02 18:23:43 -05:00 
		 
	
		
			
			
			
			
			
			2013-10-23 20:55:00 +01:00 
		 
	
		
			
			
			
			
			
			2012-04-20 15:02:48 +02:00 
		 
	
		
			
			
			
			
			
			2014-02-14 21:33:36 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 18:20:06 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 12:00:30 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 17:52:21 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 17:52:21 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-05 21:23:28 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-05 21:23:28 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 12:00:30 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 17:52:21 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 17:52:21 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 15:18:37 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-14 09:46:39 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-03 16:01:27 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 12:00:30 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 13:25:04 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 15:59:24 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-02-15 10:22:24 -05:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2011-06-07 08:55:31 +08:00 
		 
	
		
			
			
			
			
			
			2014-03-02 18:23:43 -05:00 
		 
	
		
			
			
			
			
			
			2012-12-06 13:30:31 -05:00 
		 
	
		
			
			
			
			
			
			2013-01-13 13:05:15 -05:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2013-01-13 13:11:57 -05:00 
		 
	
		
			
			
			
			
			
			2014-02-10 08:50:36 +00:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-11 11:47:57 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 21:56:33 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-06 08:07:16 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 13:16:28 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 13:22:58 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-06 08:07:16 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2012-12-29 00:22:34 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-14 09:46:39 -04:00 
		 
	
		
			
			
			
			
			
			2014-03-02 18:23:43 -05:00 
		 
	
		
			
			
			
			
			
			2014-03-14 09:46:39 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-14 09:46:39 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-14 21:33:36 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-16 09:24:04 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 10:22:42 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-22 10:25:42 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 10:22:42 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-13 14:09:48 +00:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-07 22:55:43 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2009-05-15 21:26:24 +02:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2009-05-15 21:26:24 +02:00 
		 
	
		
			
			
			
			
			
			2014-02-13 08:30:59 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-04 20:20:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-04 08:55:00 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-07 22:55:43 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-05 21:23:28 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-01 15:11:49 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-15 10:22:24 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2013-01-13 13:11:57 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2013-10-04 09:51:31 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-11 21:28:58 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-09 02:07:26 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-03-11 21:28:58 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-14 21:33:36 -05:00 
		 
	
		
			
			
			
			
			
			2014-03-02 18:23:43 -05:00 
		 
	
		
			
			
			
			
			
			2014-02-08 12:26:56 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-19 19:41:52 -05:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-02-15 16:55:25 -05:00 
		 
	
		
			
			
			
			
			
			2010-07-07 19:53:22 -04:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00 
		 
	
		
			
			
			
			
			
			2014-01-31 14:31:55 +01:00