summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tracker-extract-epub: Port to 0.10 APIJürg Billeter2011-10-132-11/+21
* tracker-miner-fs: Fix crash in ReindexMimeTypesJürg Billeter2011-10-121-3/+0
* SPARQL: Support DELETE WHERE {...}Jürg Billeter2011-10-121-2/+9
* SPARQL: Support SELECT (Expression AS Var) syntaxJürg Billeter2011-10-121-0/+28
* tracker-writeback: Don't warn in case of unsupported format for writebackPhilip Van Hoof2011-10-122-3/+7
* tracker-control: List/control processes for the calling user onlyMartyn Russell2011-10-121-1/+59
* tracker-extract,gstreamer: flag renamed from TAGS to LIGHTWEIGHT in GStreamerAleksander Morgado2011-10-121-1/+1
* libtracker-bus: Plug 2 leaksCarlos Garnacho2011-10-121-0/+4
* tracker-extract: Add geolocation to GStreamer extractorCarlos Garnacho2011-10-061-0/+96
* miners/fs: Don't let writeback block incoming DBus callsPhilip Van Hoof2011-10-061-42/+69
* tracker-extract: include DLNA mimetype in non-gstreamer media extractorsAleksander Morgado2011-10-063-4/+10
* tracker-needle: Mark a string in tracker-stats.vala for translationGert Michael Kulyk2011-10-061-1/+1
* tracker-extract: Fix critical when FD list is missingJürg Billeter2011-10-061-1/+6
* tracker-extract-oasis: Ignore empty values and invalid datesJürg Billeter2011-10-061-3/+10
* tracker-extract-gstreamer: Fix division by zeroJürg Billeter2011-10-061-4/+8
* tracker-extract-gif: Fix file descriptor leak in error caseJürg Billeter2011-10-061-0/+1
* tracker-extract-pdf: Fix file descriptor leak in error casesJürg Billeter2011-10-061-1/+2
* libtracker-data: Set journal_size_limit to 10 MBJürg Billeter2011-10-061-0/+2
* tracker-miner-applications: Fix theme icon URIsJürg Billeter2011-10-061-2/+10
* libtracker-common: Disable configure.ac checks for ioprio_set()Martyn Russell2011-10-061-7/+8
* tracker-control: Fix crash when unable to get miner pause detailsJürg Billeter2011-10-061-0/+6
* tracker-extract, epub: Indentation fixesPhilip Van Hoof2011-10-061-11/+11
* Add EPub extractor.Carlos Garnacho2011-10-063-0/+390
* Merge branch 'tracker-0.10-no-atime' into tracker-0.10Martyn Russell2011-09-2616-116/+356
|\
| * tracker-extract, vorbis: Fix compilation error after porting to 0.10Philip Van Hoof2011-09-231-2/+0
| * tracker-extract, xmp: O_NOATIME requires owner to match, allow fallbackPhilip Van Hoof2011-09-231-0/+3
| * tracker-extract, mp3: Also check for errno for fallback for openPhilip Van Hoof2011-09-231-1/+1
| * tracker-extract, tiff: O_NOATIME requires owner to match, allow fallbackPhilip Van Hoof2011-09-231-0/+3
| * tracker-extract, text: O_NOATIME requires owner to match, allow fallbackPhilip Van Hoof2011-09-231-0/+3
| * tracker-extract, pdf: O_NOATIME requires owner to match, allow fallbackPhilip Van Hoof2011-09-231-0/+3
| * tracker-extract, mp3: Use g_open instead of openPhilip Van Hoof2011-09-231-2/+2
| * tracker-extract, gif: O_NOATIME requires owner to match, allow fallbackPhilip Van Hoof2011-09-231-0/+3
| * tracker-extract, abw: O_NOATIME requires owner to match, allow fallbackPhilip Van Hoof2011-09-231-0/+3
| * libtracker-common: O_NOATIME requires owner to match, have a fallbackPhilip Van Hoof2011-09-231-0/+3
| * tracker-extract, gif: Don't use a FILE* when we don't have toPhilip Van Hoof2011-09-231-7/+16
| * tracker-extract, tiff: Don't use a FILE* when we don't have toPhilip Van Hoof2011-09-231-12/+21
| * tracker-extract, text: Use O_NOATIME for opening text filesPhilip Van Hoof2011-09-231-15/+27
| * tracker-extract, xmp: Use mmap with a fd with O_NOATIME for xmp filesPhilip Van Hoof2011-09-231-4/+58
| * tracker-extract, tiff: Use O_NOATIME for opening tiff filesPhilip Van Hoof2011-09-231-1/+16
| * tracker-extract, pdf: Use mmap with an fd that has O_NOATIME for pdfsPhilip Van Hoof2011-09-231-1/+63
| * tracker-extract, msoffice: Use O_NOATIME for opening msoffice filesPhilip Van Hoof2011-09-231-13/+27
| * tracker-extract, gif: Open GIF files with O_NOATIMEPhilip Van Hoof2011-09-231-1/+11
| * libtracker-common, tracker-extract: Change the internal tracker_file_open APIPhilip Van Hoof2011-09-237-18/+13
| * tracker-extract, flac: preserve file stats for flac files (simulates O_NOATIME)Philip Van Hoof2011-09-231-1/+1
| * tracker-extract: Use O_NOATIME for files opened by libgsf (ie. EPub files)Philip Van Hoof2011-09-231-37/+50
| * libtracker-common: Fix tracker_file_open, original had various problemsPhilip Van Hoof2011-09-231-18/+15
| * tracker-extract, abw: Don't use _O_BINARY and handle error on mmapPhilip Van Hoof2011-09-231-9/+11
| * tracker-extract: Don't use g_mapped_file_new which doesn't allow O_NOATIMEPhilip Van Hoof2011-09-231-9/+38
* | libtracker-data: Do not consider index recreation failure fatalJürg Billeter2011-09-261-2/+4
* | Fix the Imagemagick png raw profile magic.Mikael Ottela2011-09-261-16/+165