Skip to content
Tags give the ability to mark specific points in history as being important
  • GVFS_0_0_1
    a7d9c49e · Added all source files ·
    2007-11-06  Alexander Larsson  <alexl@redhat.com>
    
            * POTFILES.in:
    	Added all source files
    
    2007-11-06  Alexander Larsson  <alexl@redhat.com>
    
            * client/Makefile.am:
            * daemon/Makefile.am:
            * test/Makefile.am:
    	Fix make distcheck
    
    
    svn path=/trunk/; revision=1012
  • GVFS_0_0_2
    2007-11-15  Alexander Larsson  <alexl@redhat.com>
    
    	* POTFILES.in:
    	Remove wrongly added files from failed distcheck
    
    
    
    svn path=/trunk/; revision=1028
  • GVFS_0_1_0
    153a5c81 · Update for release ·
    2007-12-20  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    
    	* configure.ac:
    	Bump version to 0.1.0
    
    
    
    svn path=/trunk/; revision=1062
  • GVFS_0_1_1
    350d6556 · Update for release ·
    2008-01-08  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    	
    
    
    svn path=/trunk/; revision=1080
  • GVFS_0_1_2
    98a21db5 · Update for release ·
    2008-01-14  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    
    
    svn path=/trunk/; revision=1127
  • GVFS_0_1_3
    Add new files to POTFILES.in
    
    svn path=/trunk/; revision=1159
  • GVFS_0_1_4
    064b2f1f · Update for release ·
    2008-01-21  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    
    
    
    svn path=/trunk/; revision=1162
  • GVFS_0_1_5
    2008-01-28  Alexander Larsson  <alexl@redhat.com>
    
            * daemon/daemon-main.c:
            * daemon/main.c:
    	Include locate.h for setlocale
    
    
    
    svn path=/trunk/; revision=1192
  • GVFS_0_1_6
    db80b57a · Update for release ·
    2008-01-29  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    
    
    svn path=/trunk/; revision=1198
  • GVFS_0_1_7
    Updated Russian translation
    
    svn path=/trunk/; revision=1259
  • GVFS_0_1_8
    0cee8d53 · Remove superfluous entry ·
    Remove superfluous entry
    
    svn path=/trunk/; revision=1376
  • GVFS_0_1_9
    2008-03-04  Alexander Larsson  <alexl@redhat.com>
    
    	* daemon/Makefile.am (gvfsd_ftp_SOURCES):
    	Use correct case for ParseFTPList.h
    
    
    svn path=/trunk/; revision=1530
  • GVFS_0_1_10
    77d2e00a · Remove old TODO comment ·
    Remove old TODO comment
    
    svn path=/trunk/; revision=1536
  • GVFS_0_1_11
    b6e6d1e7 · Update for 0.1.11 ·
    2008-03-04  Sebastien Bacher  <seb128@ubuntu.com>
    
    	* NEWS: Update for 0.1.11
    
    svn path=/trunk/; revision=1541
  • GVFS_0_2_0
    2dbc8c25 · Update for release ·
    2008-03-10  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    
    	* configure.ac:
    	Bump version to 0.2.0
    
    
    svn path=/trunk/; revision=1635
  • GVFS_0_2_0_1
    2008-03-10  Alexander Larsson  <alexl@redhat.com>
    
    	* configure.ac:
    	Bump version to 0.2.0.1 (minor release
    	last translation changes)
    
    
    svn path=/trunk/; revision=1637
  • GVFS_0_2_1
    035a4522 · === gvfs 0.2.1 === ·
    === gvfs 0.2.1 ===
    
    2008-03-17  Christian Kellner  <gicmo@gnome.org>
    
    	* NEWS: Update for release
    
    svn path=/trunk/; revision=1667
  • GVFS_0_2_2
    4a2b97ee · Dist libsmb-compat.h. ·
    2008-03-28  Alexander Larsson  <alexl@redhat.com>
    
    	* daemon/Makefile.am (gvfsd_smb_SOURCES):
    	Dist libsmb-compat.h.
    
    	* NEWS:
    	Update for release
    
    
    
    svn path=/trunk/; revision=1690
  • GVFS_0_2_3
    3c78cf96 · Release gvfs 0.2.3 ·
    Release gvfs 0.2.3
    
            * NEWS: Prepare for release.
            * daemon/Makefile.am: Fix for release
    
    svn path=/branches/gnome-2-22/; revision=1727
  • GVFS_0_2_4
    2008-05-22  Hans Petter Jansson  <hpj@novell.com>
    
    	Fix fuse daemon locking and file handle life-cycle issues that
    	were causing frequent crashes.
    
    	* client/gvfsfusedaemon.c (file_handle_new): Add a "path" field
    	pointing to a string representing the path this file handle is
    	associated with, for reverse mapping.
    	(file_handle_unref): Is now responsible for decrementing the ref
    	count and freeing the handle if it reaches 0. Note that we need
    	to check the ref count again after obtaining the global mutex.
    	(file_handle_free): The new path member is freed here.
    	(get_file_handle_for_path): Ref the obtained handle.
    	(get_or_create_file_handle_for_path): Ditto, and hold the lock the
    	whole time.
    	(reindex_file_handle_for_path): Steal the old entry to avoid
    	buildup of stale handles.
    	(free_file_handle_for_path): Remove.
    	(vfs_getattr): Unref the handle when we're done with it.
    	(vfs_rename): Ditto.
    	(vfs_unlink): Ditto.
    	(vfs_truncate): Ditto.
    	(vfs_open): Don't ref the obtained handle; it's done in the helper.
    	(vfs_create): Ditto.
    	(vfs_release): Let file_handle_unref() free the handle if
    	appropriate. Note that the old logic here was inverted, meaning we'd
    	try to free the handle if the ref count was non-zero.
    	(vfs_init): The hash table no longer owns the path key strings -
    	the file handle does.
    
    
    svn path=/trunk/; revision=1783