summaryrefslogtreecommitdiff
path: root/daemon/trashlib
Commit message (Expand)AuthorAgeFilesLines
* trash: Replace usage of deprecated GTimeVal by GDateTimeOndrej Holy2019-09-201-16/+23
* build: Use path strings in include_directoriesIñigo Martínez2019-05-161-1/+1
* build: Add trailing commasIñigo Martínez2019-01-211-4/+4
* Revert "build: Add trailing commas"Ondrej Holy2019-01-071-4/+4
* build: Add trailing commasIñigo Martínez2019-01-041-4/+4
* build: Remove autotoolsIñigo Martínez2018-04-061-17/+0
* build: Revise dependenciesIñigo Martínez2018-04-031-3/+10
* trash: Fix trash::orig-path for relative pathsOndrej Holy2017-12-133-13/+12
* build: Port to meson build systemIñigo Martínez2017-10-312-0/+21
* trash: Correctly determine fs type for paths with symlinksOndrej Holy2016-12-121-1/+1
* trash: Do not crash if home mount isn't foundOndrej Holy2016-11-071-4/+16
* Revert "trash: Correctly determine fs type for paths with symlinks"Ondrej Holy2016-10-241-1/+16
* trash: Correctly determine fs type for paths with symlinksOndrej Holy2016-10-141-16/+1
* trash: Check modification time to avoid rereadingOndrej Holy2016-03-311-0/+39
* monitor: Rename deprecated g_unix_mount_monitor_newOndrej Holy2015-04-201-1/+1
* trash: Ignore G_FILE_MONITOR_EVENT_CHANGES_DONE_HINTRoss Lagerwall2014-10-011-1/+2
* trash: do not care about mount points without read accessOndrej Holy2014-09-291-0/+9
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-141-3/+0
* Adapt to glib thread API changesTomas Bzatek2011-10-261-1/+1
* Adapt to glib mutex API changesTomas Bzatek2011-10-252-35/+34
* Avoid crash on race to mount gvfstrashAlexander Larsson2010-01-181-1/+4
* Don't always overwrite on trash restoreAlexander Larsson2009-10-082-3/+6
* Bug 576337 – trash:/// show escaped filenames without decodingAlexander Larsson2009-03-231-12/+17
* set 'error' on failure. Fixes a crasher when attempting a restore toRyan Lortie2009-03-021-1/+1
* Use DirWatch only when watching (move broken manual-scan code out). Fix aRyan Lortie2009-02-274-84/+135
* Always use g_strerrorPaolo Borelli2009-02-241-2/+2
* rescan NFS mounts when enumerating trash (since not all change events areRyan Lortie2009-02-171-1/+8
* Bug 570533 – use g_set_error_literalCosimo Cecchi2009-02-131-2/+2
* Bug 512144 – symlinks to folders are deleted recursivelyRyan Lortie2009-01-301-2/+5
* Bug 569480 – trash backend crashes due to invalid writeRyan Lortie2009-01-281-1/+1
* don't insta-thaw deletes use a timeout to only call thaw() once per batchRyan Lortie2009-01-121-2/+0
* include text of GPL3 by request of Vincent.Ryan Lortie2009-01-051-0/+674
* set files to mode 700 before deleting to deal with users trashingRyan Lortie2008-12-201-0/+5
* Fix dist issuesAlexander Larsson2008-12-151-2/+2
* Fix memory leaks on trash backendRyan Lortie2008-12-124-0/+5
* Implement pull support on trash backend.Ryan Lortie2008-12-122-23/+40
* New trash:/ backend.Ryan Lortie2008-12-1211-0/+1796