Alexander Larsson 
							
						 
					 
					
						
						
							
						
						74ad124cfb 
					 
					
						
						
							
							Implement lazy loading of fam plugin  
						
						
						
						
					 
					
						2010-01-12 16:34:23 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						b616e892ca 
					 
					
						
						
							
							Bug 556910 – [fam-helper.c:223]: Memory leak: sub  
						
						... 
						
						
						
						2008-10-24  Matthias Clasen  <mclasen@redhat.com >
        Bug 556910 – [fam-helper.c:223]: Memory leak: sub
        * fam/fam-helper.c: Fix a memory leak and formatting issues.
        Reported by Daniel Marjamäki
svn path=/trunk/; revision=7624 
						
						
					 
					
						2008-10-24 04:04:42 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						b8f103901f 
					 
					
						
						
							
							Bug 555121 – Improved build-time handling of gio module-dir  
						
						... 
						
						
						
						2008-10-10  Matthias Clasen  <mclasen@redhat.com >
        Bug 555121 – Improved build-time handling of gio module-dir
        * fam/Makefile.am: Use GIO_MODULE_DIR consistently.
        * Makefile.am: Create the module dir.
svn path=/trunk/; revision=7586 
						
						
					 
					
						2008-10-10 05:00:17 +00:00 
						 
				 
			
				
					
						
							
							
								Priit Laes 
							
						 
					 
					
						
						
							
						
						f656ca06de 
					 
					
						
						
							
							Bug 544140 - fam-helper 64-bit issue?  
						
						... 
						
						
						
						2008-07-22  Priit Laes <plaes@plaes.org >
	Bug 544140 - fam-helper 64-bit issue?
	* fam/fam-helper.c: Added missing include so compiler doesn't complain.
svn path=/trunk/; revision=7239 
						
						
					 
					
						2008-07-22 14:56:31 +00:00 
						 
				 
			
				
					
						
							
							
								Johan Dahlin 
							
						 
					 
					
						
						
							
						
						761424465a 
					 
					
						
						
							
							Include "config.h" instead of <config.h> Command used: find -name  
						
						... 
						
						
						
						2008-06-21  Johan Dahlin  <jdahlin@async.com.br >
    * *.[ch]: Include "config.h" instead of <config.h>
    Command used:
    find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
    Rubberstamped by Mitch
svn path=/trunk/; revision=7092 
						
						
					 
					
						2008-06-22 15:10:51 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						6fc66109a0 
					 
					
						
						
							
							Shut down fam (including removing fam GSource) when module is unloaded  
						
						... 
						
						
						
						2008-03-14  Alexander Larsson  <alexl@redhat.com >
        * fam/fam-helper.[ch]:
        * fam/fam-module.c:
	Shut down fam (including removing fam GSource) when
	module is unloaded (#521513 )
	Patch from Joe Marcus Clarke   
svn path=/trunk/; revision=6706 
						
						
					 
					
						2008-03-14 11:02:42 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						0234965965 
					 
					
						
						
							
							Fix gamin/fam difference build issue. ( #509419 )  
						
						... 
						
						
						
						2008-01-30  Alexander Larsson  <alexl@redhat.com >
	* fam/fam-helper.c:
	Fix gamin/fam difference build issue. (#509419 )
svn path=/trunk/; revision=6422 
						
						
					 
					
						2008-01-30 09:14:58 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						bff9ecedbb 
					 
					
						
						
							
							Add registration hooks for extension points. Register the gio extension  
						
						... 
						
						
						
						2008-01-28  Alexander Larsson  <alexl@redhat.com >
        * giomodule.[ch]:
        * gio.symbols:
	Add registration hooks for extension points.
	Register the gio extension points.
	
        * fam/gfamdirectorymonitor.c:
        * fam/gfamfilemonitor.c:
        * glocaldirectorymonitor.[ch]:
        * glocalfilemonitor.[ch]:
        * gnativevolumemonitor.h:
        * gunionvolumemonitor.c:
        * gunixvolumemonitor.c:
        * gvfs.[ch]:
        * gvolumemonitor.h:
        * inotify/ginotifydirectorymonitor.c:
        * inotify/ginotifyfilemonitor.c:
	Use the extension points registration instead
	of g_type_children().
svn path=/trunk/; revision=6399 
						
						
					 
					
						2008-01-28 19:43:10 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						d7a1dddbc7 
					 
					
						
						
							
							Make this build with gcc 3.4 ( #509419 )  
						
						... 
						
						
						
						2008-01-25  Matthias Clasen  <mclasen@redhat.com >
        * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this
        build with gcc 3.4  (#509419 )
svn path=/trunk/; revision=6378 
						
						
					 
					
						2008-01-25 17:50:49 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						91d7fdc186 
					 
					
						
						
							
							Fix double free crash ( #508224 ) Patch from Joe Marcus Clarke  
						
						... 
						
						
						
						2008-01-09  Alexander Larsson  <alexl@redhat.com >
        * fam/fam-helper.c:
        * fam/gfamdirectorymonitor.c:
        * fam/gfamfilemonitor.c:
	Fix double free crash (#508224 )
	Patch from Joe Marcus Clarke
svn path=/trunk/; revision=6281 
						
						
					 
					
						2008-01-09 08:08:43 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						e23140cbb4 
					 
					
						
						
							
							Build test subdir after . Remove gdirectorymonitor.[ch]  
						
						... 
						
						
						
						2008-01-07  Alexander Larsson  <alexl@redhat.com >
        * Makefile.am:
	Build test subdir after .
	Remove gdirectorymonitor.[ch]
	
        * gdirectorymonitor.[ch]:
        * gfilemonitor.c:
        * gfile.[ch]:
        * gio.h:
	Remove GDirectoryMonitor and make
	GFileMonitor the baseclass for both file and
	directory monitors. Lift the more generic
	rate limiting code from GDirectoryMonitor
	into GFileMonitor.
	
        * fam/fam-helper.c:
        * fam/gfamdirectorymonitor.[ch]:
        * inotify/ginotifydirectorymonitor.[ch]:
        * inotify/inotify-helper.c:
        * glocaldirectorymonitor.[ch]:
        * glocalfile.c:
        * gvolumemonitor.c:
	Update for the removed GDirectoryMonitor.
	
        * gmemoryoutputstream.c:
	Remove ununsed variable
svn path=/trunk/; revision=6262 
						
						
					 
					
						2008-01-07 13:42:08 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						a59fb762e6 
					 
					
						
						
							
							Link to libglib and libgobject directly ( #504879 ) Patch from Sebastien  
						
						... 
						
						
						
						2008-01-03  Alexander Larsson  <alexl@redhat.com >
        * fam/Makefile.am:
	Link to libglib and libgobject directly (#504879 )
	Patch from Sebastien Bacher
svn path=/trunk/; revision=6234 
						
						
					 
					
						2008-01-03 08:56:51 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias Clasen 
							
						 
					 
					
						
						
							
						
						a2cea97a8d 
					 
					
						
						
							
							Fix build with --disable-visibility  
						
						... 
						
						
						
						svn path=/trunk/; revision=6219 
						
						
					 
					
						2007-12-31 02:30:33 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						ced2927726 
					 
					
						
						
							
							Only allow including <gio/gio.h> from apps  
						
						... 
						
						
						
						2007-12-14  Alexander Larsson  <alexl@redhat.com >
        * Makefile.am:
        * fam/Makefile.am:
        * gappinfo.h:
        * gasyncresult.h:
        * gbufferedinputstream.h:
        * gbufferedoutputstream.h:
        * gcancellable.h:
        * gcontenttype.h:
        * gdatainputstream.h:
        * gdataoutputstream.h:
        * gdesktopappinfo.h:
        * gdirectorymonitor.h:
        * gdrive.h:
        * gfile.h:
        * gfileattribute.h:
        * gfileenumerator.h:
        * gfileicon.h:
        * gfileinfo.h:
        * gfileinputstream.h:
        * gfilemonitor.h:
        * gfilenamecompleter.h:
        * gfileoutputstream.h:
        * gfilterinputstream.h:
        * gfilteroutputstream.h:
        * gicon.h:
        * ginputstream.h:
        * gio.h:
        * gioerror.h:
        * giomodule.h:
        * gioscheduler.h:
        * gloadableicon.h:
        * gmemoryinputstream.h:
        * gmemoryoutputstream.h:
        * gmount.h:
        * gmountoperation.h:
        * goutputstream.h:
        * gseekable.h:
        * gsimpleasyncresult.h:
        * gthemedicon.h:
        * gunixinputstream.h:
        * gunixmounts.h:
        * gunixoutputstream.h:
        * gvfs.h:
        * gvolume.h:
        * gvolumemonitor.h:
        * inotify/Makefile.am:
	Only allow including <gio/gio.h> from apps
svn path=/trunk/; revision=6117 
						
						
					 
					
						2007-12-14 10:35:24 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						7f3280230b 
					 
					
						
						
							
							Added. Added. Added. Added.  
						
						... 
						
						
						
						2007-11-28  Alexander Larsson  <alexl@redhat.com >
        * Makefile.am:
        * abicheck.sh: Added.
        * makegioalias.pl: Added.
        * pltcheck.sh: Added.
        * gio.symbols: Added.
	* *.c:
        * inotify/*.c
	Initial work on adding symbol handling.
	* gvfs.h:
	Correct ifdef guard name
        * fam/Makefile.am:
        * inotify/Makefile.am:
        * xdgmime/Makefile.am:
	Include toplevel Makefile.decl
svn path=/trunk/; revision=5972 
						
						
					 
					
						2007-11-28 12:39:07 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						2490a699be 
					 
					
						
						
							
							Allow configuration of gio-module-dir  
						
						... 
						
						
						
						2007-11-27  Alexander Larsson  <alexl@redhat.com >
        * configure.in:
	Allow configuration of gio-module-dir
	
        * gio-2.0.pc.in:
	Export giomodules location as giomodule variable
2007-11-27  Alexander Larsson  <alexl@redhat.com >
        * Makefile.am:
        * fam/Makefile.am:
        * inotify/Makefile.am:
	Use the user-specified giomoduledir
svn path=/trunk/; revision=5951 
						
						
					 
					
						2007-11-27 12:39:14 +00:00 
						 
				 
			
				
					
						
							
							
								Alexander Larsson 
							
						 
					 
					
						
						
							
						
						3781343738 
					 
					
						
						
							
							gio/ docs/reference/gio Merged gio-standalone into glib.  
						
						... 
						
						
						
						2007-11-26  Alexander Larsson  <alexl@redhat.com >
        * Makefile.am:
        * configure.in:
        * gio-2.0-uninstalled.pc.in:
        * gio-2.0.pc.in: 
        * gio-unix-2.0-uninstalled.pc.in:
        * gio-unix-2.0.pc.in:
	* gio/
	* docs/reference/gio
	Merged gio-standalone into glib.
	
        * glib/glibintl.h:
        * glib/gutils.c:
	Export glib_gettext so that gio can use it
	Add P_ (using same domain for now)
	Add I_ as g_intern_static_string
svn path=/trunk/; revision=5941 
						
						
					 
					
						2007-11-26 16:13:05 +00:00