[tracker/writeback-taglib] (94 commits) ...tracker-writeback: Fix double free in taglib module



Summary of changes:

  5b6197e... tracker-store: Do not use GStaticPrivate for thread-indepen (*)
  8f6c88b... libtracker-data: Enable shared cache mode and require SQLit (*)
  d141cce... libtracker-data: Fix memory leak on journal replay (*)
  d20964b... libtracker-fts: Do not use static variable for prepared sta (*)
  136b1e0... libtracker-db: Shutdown FTS before closing database (*)
  0f39a22... Support nao:description (*)
  040f3d4... tracker-tag: Add support for nao:description (*)
  15e504d... tracker-fts: Make fulltext_vtab to be per-thread data. (*)
  3d18eb3... libtracker-db: Fix TrackerDBResultSet type check defines. (*)
  b79cbd0... libtracker-db: Use per-thread interfaces (*)
  ea569b6... tracker-store: Fix crash when client disappears with querie (*)
  a99cd40... Don't run past an array. (*)
  243caaa... tracker-tag: Updated man page for --description (*)
  38c2e66... Bump version (*)
  6ed05b1... Updates NEWS (*)
  2accc38... tracker-store: Execute requests in thread pool (*)
  65b6273... libtracker-db: Use multi-thread mode in SQLite (*)
  58198d6... Fix GB#615868: Improved OASIS extractor (*)
  eb261d6... Added some indices for query performance (*)
  cd9da17... Small fixes to the data generators (*)
  6299167... Add videos to data generation. (*)
  60f56cf... Added some full content queries for testing. Fixed a few pr (*)
  f8e615e... Functional Tests: Added basic file operations to miner-fs a (*)
  310a3f6... Proper indentation (*)
  5358421... TrackerDBInterface: Add interrupt() method. (*)
  c477041... TrackerDBInterfaceSqlite: Implement interrupt(). (*)
  34e60e9... tracker-db-manager: Add tracker_db_manager_interrupt_thread (*)
  461666d... tracker-data-manager: Add tracker_data_manager_interrupt_th (*)
  7d0c33b... TrackerStore: Fix harmless typo. (*)
  3343226... TrackerStore: Keep a list of running tasks. (*)
  0776c70... TrackerStore: Cancel DB operations on client disconnection. (*)
  989fe19... Updated German translation (*)
  c4ef6bb... TrackerStore: Set watchdog timeout to control misbehaving q (*)
  cc8147c... tracker-db-manager: wrap thread/iface hashtable access with (*)
  566acca... TrackerStore: Put client_id in TrackerStoreTask. (*)
  d7b425c... TrackerStore: Check client name before cancelling threads o (*)
  659d415... libtracker-fts: Fix crash on thread cleanup (*)
  199330f... tracker-store: Allow running 2 queries in parallel (*)
  edab357... tracker-db-manager: Add NULL check when destroying thread/i (*)
  82e6745... tracker-db-manager: Remove interfaces from hashtable as soo (*)
  7f55942... libtracker-db: Shutdown FTS in all threads before DB interf (*)
  52634ce... libtracker-db: Add missing include (*)
  4f077b6... Updated Spanish translation (*)
  d11e216... libtracker-db: O_LARGEFILE must be added to the g_open of t (*)
  6e91644... Updated Slovenian translation (*)
  6a9fce3... Bug 615856 - add html content extraction (*)
  c864c98... tracker-extract-html: Improve <script> bypassing. (*)
  5bfcd0e... Fixes bug 161964 -  Some special audio files are not displa (*)
  6c86db6... Fixes GB#616158/doc: Improve reading msoffice doc files (*)
  201e877... tracker-extract-pdf: set nfo:isContentEncrypted for encrypt (*)
  918b960... Move nfo:isContentEncrypted to be defined in 33-nfo.ontolog (*)
  f460710... tracker-control: Added --reindex-mime-type and --start opti (*)
  cbb2567... tracker-sparql: Fixed typo in man page for command line arg (*)
  6eb83cb... Fixes GB#615948 - Improved reading msoffice/xml files (*)
  f1e727b... libtracker-miner: Don't translate statuses (*)
  d20c3ad... Fixes GB#616329: Improve and fix reading msoffice/excel fil (*)
  2b4fc49... Merge branch 'async-queries-due' (*)
  1ee6f1f... Fixes GB#616403 - Improve & fix reading msoffice/powerpoint (*)
  89524c3... Fixes GB#616165: Improved reading PS and PS-GZ files (*)
  396e1cd... Updated Spanish translation (*)
  d89a35f... NFO: Add an index on nfo:fileLastModified for miner-fs's cr (*)
  c44967e... tracker-extract: Compilation warning fix (*)
  5b77ad7... tracker-search-bar: Comparison with unsigned integer (enum) (*)
  f47c31e... libtracker-db: Fixed a problem with sqlite3_interrupt usage (*)
  6087bc3... TrackerMinerFS: Perform one mtime query per folder. (*)
  5a3375e... TrackerMinerFS: Do not query parent URN frequently if it do (*)
  2042d84... TrackerMinerFS: Cache URNs for the processed files. (*)
  350a866... TrackerDBInterfaceSqlite: Add functions to deal with URIs h (*)
  293d979... TrackerSparqlExpression: add tracker:uri-is-parent/descenda (*)
  cc7b271... TrackerMinerFS: Make mtime/iri caches query per folder thro (*)
  6f12070... Remove \n from g_debug and g_criticals. (*)
  8d44b4f... TrackerMinerFS: Improve condition in ensure_iri_cache(). (*)
  9dad159... TrackerMinerFS: Get rid of slash_uri in queries where we us (*)
  3ffdaba... Use tracker:uri-is-descendant() in recursive delete operati (*)
  ba3bfb1... TrackerDBInterfaceSqlite: Check more carefully for is_paren (*)
  f298c46... TrackerDBInterfaceSqlite: do sanity check on is_parent() an (*)
  9cffb0a... Updated NEWS (*)
  ca6d022... Functional Tests: Operations of files in multilevel subfold (*)
  f9126f3... Functional Tests: Updated to allow writeback completion bef (*)
  4ab20d5... Bumped version (*)
  2e91500... Revert "libtracker-db: Fixed a problem with sqlite3_interru (*)
  5dfd96a... TrackerMinerFS: always set current_parent in ensure_mtime_c (*)
  d297ba5... tracker-extract: Fixed double free in Vorbis extractor (*)
  58b74f0... Updated NEWS (*)
  4b583ba... Update Czech translation by Marek Cernocky (*)
  0d3a738... libstemmer: Bugfix NB#164958, FTS doesn't work for "beautif (*)
  42822f9... miners/fs: GB#615836 remove tracker:mountPoint before setti (*)
  3788c2d... libtracker-data: Added cursor return in TrackerSparqlQuery (*)
  39db0c0... tracker-store: Fill up the DBusMessage manually, avoiding m (*)
  409086f... libtracker-db, libtracker-data, tracker-store: Support for  (*)
  62d8c98... libtracker-db: Get the error at cursor's iter_next (*)
  68c4d71... tracker-store: Define a max size for the DBusMessage (*)
  7a3667f... libtracker-db, tracker-store: Code style changes (*)
  caf87a3... tracker-writeback: Fix double free in taglib module

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]