[tracker] (122 commits) ...SPARQL: Report error on missing WHERE clause



Summary of changes:

  14bc558... tracker-indexer: Experimental move to SPARQL (*)
  c2b6ada... tracker-indexer: Simplify handling of plain text content (*)
  e63aaf4... rasqal: Support DROP GRAPH queries (*)
  36623e1... SPARQL: Initial support for DROP GRAPH queries (*)
  941a71e... tracker-indexer: Use DROP GRAPH instead of direct libtracke (*)
  d48680c... tracker-indexer: Use SPARQL to delete resources (*)
  9b65790... libtracker-data: Support internal tracker:uri property (*)
  5a0f9f2... tracker-indexer: Use SPARQL for moved files (*)
  295bf1e... tracker-indexer: Use SPARQL for data sources (*)
  b7f4afa... tracker-indexer: Simplify backup restore code (*)
  8fecb97... tracker-indexer: Do not directly modify db in applications  (*)
  5f522fb... trackerd: No longer call the indexer for updates (*)
  93b6548... tracker-indexer: Remove the update methods from the D-Bus i (*)
  7559590... trackerd: Make class signals work when writes take place in (*)
  7ef6c6e... trackerd: Fix tracker-events.h include (*)
  8a955c3... trackerd: Do not pause the indexer (*)
  c102bfb... tracker-indexer: Remove class signals (*)
  121584b... tracker-indexer: Do not use database transactions (*)
  9a88c79... tracker-indexer: Send SPARQL Update queries via D-Bus (*)
  535ceab... tracker-indexer: Open database files read-only (*)
  f11e199... plugins: Remove the indexer part of the push modules (*)
  4d22241... plugins: Do not perform too many statements per transaction (*)
  5a857ae... Fixed class signals feature (*)
  5c3caae... Further removed the push modules from the indexer (*)
  47fcb51... Merge branch 'master' into tracker-store (*)
  c7ce69b... tracker-indexer: Remove the EventHappened D-Bus signal (*)
  3b09ab2... Rename trackerd to tracker-store (*)
  f4ce937... trackerd: Add simple batch update support (*)
  de65be9... libtracker: Add new batch methods (*)
  9398eba... tracker-indexer: Use new batch methods (*)
  e15ce63... tracker-indexer: Remove redundant query in item_remove (*)
  83e096f... tracker-indexer: Use D-Bus to query mime type (*)
  5d1bfa4... tracker-indexer: Use D-Bus to query resource existence (*)
  40ff64b... tracker-indexer: Use D-Bus to compare file mtime (*)
  f98cb9e... Log successful D-Bus requests only as debug messages (*)
  f38c0d5... Merge branch 'master' into tracker-store (*)
  3c56d94... Move crawling and monitoring from tracker-store to tracker- (*)
  4f56a11... Merge branch 'master' into tracker-store (*)
  78316ef... Remove RSS push module (*)
  81d4738... libtracker-data: Remove tracker_data_update_replace_service (*)
  a3d8a58... Introduce TrackerStore, a queue for updating (*)
  7f33bff... Merge branch 'master' into tracker-store (*)
  bd401b5... Move TTL import from tracker-indexer to tracker-store (*)
  4f6db2c... tracker-indexer: Fix SPARQL escaping (*)
  36d03be... Moved error variable into less confusing code block (*)
  6f64695... Compilation errors for libxine based extractor (*)
  9fdb04e... libtracker: Add tracker_sparql_escape (*)
  ab0f9d9... libtracker-common: Remove unused function tracker_escape_st (*)
  1861965... Squashed commit of the following: (*)
  0a225b4... The solution to the 2.5s per 10k items: simply lower the pr (*)
  993c273... libtracker-common: Add TrackerSparqlBuilder (*)
  f0e845d... tracker-indexer: Use TrackerSparqlBuilder in TrackerModuleM (*)
  32aca21... Ported the push modules to TrackerSparqlBuilder usage (*)
  e594d9a... Removed the queue_statement API of TrackerStore. Not used a (*)
  2c3ace5... Merge with master (*)
  52cdce7... More relaxed importing of push modules, 100 items per 5 sec (*)
  9aa97dd... Bugfix for a bug spotted by Jürg, reversed if-logic (*)
  544716f... Merge branch 'master' into tracker-store (*)
  939d4d4... Fixes the Cleanup() of the push modules (*)
  a49222e... Let tracker:transient use temporary tables in sqlite3 (*)
  200458b... Fixed push modules, bugfix closing the query (*)
  aa4b5e4... Don't do all the g_idle_add nonsense in the push modules (*)
  eecc88f... Arbitrary lowering priority of SetMany() items (*)
  a6ddf35... Lower amount of items to send per DBus SetMany() call (*)
  734a904... Improved the end_batch time for the push modules. (*)
  8961dd2... Fixes a silly bug (*)
  ccb5338... Added proper DBus debugging to the push modules (*)
  39b33d9... Bugfix for Key=Value properties for Evolution push module E (*)
  2a12059... Slowing down the speed of the Evolution plugin pumping its  (*)
  89f2ece... Fixed various things about the plugin running in Evolution' (*)
  5126bcd... Evolution plugin, using mail_msg_unordered_push instead (*)
  8380946... Apparently will camel_db_clone create a thread, avoiding (*)
  bc1b338... Performance improvement when registrar disappears (*)
  9ab0867... Merge branch 'master' into tracker-store (*)
  6d2bed9... tracker-extract: Fix crash with 0-sized files (*)
  c346251... tracker-indexer: Build SPARQL query continuously (*)
  105e858... Bugfix in sparql builder usage for Evolution push module (*)
  5a836b1... Temporarily disabled stats cache updating (*)
  fdd2787... tracker-indexer: Simplify evolution_common_get_wrapper_meta (*)
  00bc78e... tracker-indexer: Simplify TrackerModuleMetadata (*)
  7883db6... tracker-indexer: Make SparqlBuilder in ModuleMetadata acces (*)
  fe7c61b... tracker-indexer: Remove unused TrackerModuleMetadata method (*)
  92aaad1... tracker-indexer: Port applications module to SparqlBuilder (*)
  3e7421c... Some improvements for the push plugins (*)
  ccbdb38... tracker-indexer: Port evolution module to SparqlBuilder (*)
  ca7ff9e... tracker-indexer: Port remaining use of TrackerModuleMetadat (*)
  8b3fc6f... tracker-indexer: Avoid unnecessary string duplication (*)
  143d1d7... tracker-indexer: Replace ModuleMetadata by SparqlBuilder (*)
  0804bad... Compilation error if you don't have GdkPixbuf installed (*)
  2e44232... tracker-extract: Return metadata as SPARQL Update (*)
  e8d7c88... SPARQL: Fix typing error in code (*)
  9ee20db... tracker-indexer: Keep mime_type around to improve performan (*)
  05da9a0... libtracker-common: Disable throttle minimum (*)
  5bf2f43... tracker-indexer: Simplify item_add_or_update (*)
  718686d... tracker-indexer: Do not shut down automatically (*)
  8e57c6f... tracker-indexer: Remove obsolete volume handling D-Bus meth (*)
  87291a7... tracker-indexer: Remove obsolete RestoreBackup D-Bus method (*)
  0c699d6... tracker-store: Do not implicitly start indexer (*)
  eee021c... tracker-indexer: Do not open DB connection (*)
  b4f2329... tracker-indexer: Temporarily disable DB optimization (*)
  a691ecd... tracker-store: Improve stats performance (*)
  69063c0... tracker-extract: Do not scan populated statement list (*)
  8e1664b... tracker-extract: Use TrackerSparqlBuilder (*)
  2316460... tracker-extract: Remove redundant file stats (*)
  3264636... tracker-indexer: Query fewer file attributes (*)
  492b636... tracker-indexer: Send all items at once (*)
  d20bcd0... tracker-indexer: Remove redundant code from processor (*)
  ce08a07... Removed unused variable (*)
  a8b48f0... Fixed evolution plugin 64bit compiler warnings & broken for (*)
  01211d9... Added nfo:Audio to nmm:MusicPiece instances, compilation wa (*)
  c7081a5... Fix GPtrArray being used instead of TrackerSparqlBuild comp (*)
  1512569... Fixed some really minor build warnings (*)
  0ea7e6d... Fixed missing public function declarations and fixed compil (*)
  2ad402c... Fixes core dump by double freeing a device in tracker-index (*)
  c29abd1... Renamed tracker-indexer to tracker-miner-fs (*)
  2d52698... Renamed DBus service files and desktop files for miner-fs (*)
  d5679ba... Remove module-config init/shutdown, not needed in tracker-s (*)
  a1e3f2e... Added pausing back for the miner-fs for the applet (*)
  add7c36... Fixed make distcheck breakages (*)
  6983066... Added missing desktop file (*)
  75080e7... Merge branch 'master' into tracker-store (*)
  1355183... SPARQL: Report error on missing WHERE clause (*)

(*) 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]