Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • GVFS_1_1_4
    6870033f · Update for release ·
    2009-01-19  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    
    
    
    svn path=/trunk/; revision=2170
  • GVFS_1_1_3
    7ffc4066 · Major changes in 1.1.3 ·
    Major changes in 1.1.3
    ======================
    * ftp: fix limited number of connections causes commands to fail (#565504)
    * trash: fix parallel build doesn't work (#562955)
    * trash: add trash::orig-path and trash::deletion-date info
    * trash: set files to mode 700 before deleting to deal with users trashing read-only directories
    * smb-browse: browsing authentication support (#524485)
    * smb-browse: make backend not automounted anymore
    
    
    svn path=/trunk/; revision=2159
  • GVFS_1_1_2
    ca00fc23 · relicense to LGPLv2+ ·
    2008-12-15  Ryan Lortie  <desrt@desrt.ca>
    
            * daemon/gvfsbackendtrash.c:
            * daemon/gvfsbackendtrash.h: relicense to LGPLv2+
    
    
    svn path=/trunk/; revision=2138
  • GVFS_1_1_1
    42631bfe · Add missing files ·
    2008-12-01  Alexander Larsson  <alexl@redhat.com>
    
    	* POTFILES.in:
    	Add missing files
    
    2008-12-01  Alexander Larsson  <alexl@redhat.com>
    
    	* daemon/Makefile.am (mount_in_files):
    	Dist dav+sd.mount
    
    
    
    svn path=/trunk/; revision=2116
  • GVFS_1_0_3
    59d59058 · Update for release ·
    2008-11-24  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    
    
    
    svn path=/branches/gnome-2-24/; revision=2102
  • GVFS_1_0_2
    45277944 · Update for release ·
    2008-10-20  Alexander Larsson  <alexl@redhat.com>
    
    	* NEWS:
    	Update for release
    	
    
    
    svn path=/branches/gnome-2-24/; revision=2065
  • GVFS_1_0_1_svn2027
    d01d71d8 · Wrong branch ·
    Wrong branch
    
    svn path=/tags/GVFS_1_0_1; revision=2026
  • GVFS_1_0_1
    Preperations for 1.0.1 release
    
    svn path=/branches/gnome-2-24/; revision=2023
  • GVFS_0_99_8_svn1988
    Prepare to re-tag 0.99.8 to get POTFILES.in change in.
    
    svn path=/tags/GVFS_0_99_8; revision=1987
  • GVFS_0_99_8
    Add gdaemonfileenumerator.c to POTFILES.in.
    
    svn path=/branches/gnome-2-24/; revision=1986
  • GVFS_0_99_7
    3eb6fe01 · Update for 0.99.7. ·
    2008-09-09  Hans Petter Jansson  <hpj@novell.com>
    
    	* NEWS: Update for 0.99.7.
    
    
    svn path=/trunk/; revision=1948
  • GVFS_0_99_6
    11af31c6 · Mark 0.99.6. ·
    Mark 0.99.6.
    
    svn path=/trunk/; revision=1926
  • GVFS_0_99_5
    Prepare to release version 0.99.5.
    
    svn path=/trunk/; revision=1891
  • GVFS_0_99_4
    45d2314d · Update NEWS for release ·
    Update NEWS for release
    
    svn path=/trunk/; revision=1862
  • GVFS_0_99_3
    e473bf62 · 0.99.3 update. ·
    2008-07-23  Hans Petter Jansson  <hpj@novell.com>
    
    	* NEWS: 0.99.3 update.
    
    
    svn path=/trunk/; revision=1835
  • GVFS_0_99_2
    19f673a4 · 0.99.2 ·
    0.99.2
    
    svn path=/trunk/; revision=1831
  • GVFS_0_2_5
    2008-06-29  Hans Petter Jansson  <hpj@novell.com>
    
    	* NEWS: Prepare for release.
    	* configure.ac: Fix definition of giomodulesdir, so we install
    	GIO modules to the libdir specified by the user. Fixes distcheck.
    
    
    svn path=/branches/gnome-2-22/; revision=1811
  • GVFS_0_99_1
    2008-06-03  Hans Petter Jansson  <hpj@novell.com>
    
            * NEWS: Prepare for 0.99.1 release.
    
    
    svn path=/trunk/; revision=1795
  • 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
  • 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