[tracker/urho-sync] (121 commits) ...Atomic rename and journal load



Summary of changes:

  9c2e7b3... Added support for SPARQL datatype() (*)
  35712ad... Handle an invalid datatype filter (*)
  1db5987... Update POTFILES.in (*)
  ee9c339... Do not use g_assert_no_error to not require GLib 2.20 (*)
  5e5a615... libtracker-data: Check tracker_data_delete_statement argume (*)
  57cd8e9... SPARQL: Report error when selecting undefined variables in  (*)
  04f121e... Updated Spanish translation (*)
  83504b1... Glibbification of INT_MAX (*)
  441d064... Ported bufferoverflow fix from tracker-0.6 branch (*)
  380f6cc... New Feeds ontology (*)
  138e3cd... Updated details in feeds ontology (*)
  03818d0... Updated transfers ontology (*)
  a272323... SPARQL: Always use parameter in SQL for resource IDs (*)
  91104ed... SPARQL: Use parameters in SQL for LIMIT and OFFSET (*)
  45eb031... SPARQL: Use hand-written parser (*)
  29ad227... Remove rasqal (*)
  0146ee8... Putting ASK support back in place (*)
  d0bda23... Sparql: Fix parsing `a' (*)
  7f5c87f... Implementation for SPARQL GROUP BY (*)
  e2b7340... SPARQL: Add SPARQL Update support (*)
  688f58a... SPARQL: Split ASK query out (*)
  203f3b9... SPARQL: Fix SELECT * (*)
  e902f0d... SPARQL: Fix string literals in triples (*)
  07a38c4... SPARQL: Support && and || (*)
  a790638... configure.ac: Remove unnecessary checks for flex and bison (*)
  765b845... SPARQL: Improve group graph pattern handling (*)
  f446c94... SPARQL: Fix build without rasqal (*)
  9a327f7... SPARQL: Various fixes for literals (*)
  37de848... Added predicates to the SubjectsChanged signal (*)
  ed7463a... SPARQL: Support DROP GRAPH (*)
  762a43b... Bugfix, swapped object and predicate in delete (*)
  0525eb0... SPARQL: Fix IRI literals in updates (*)
  e108aa7... tracker-miner-fs: Use g_debug for frequent album art messag (*)
  522c4e4... Avoid duplicate items in SubjectsChanged (*)
  262b580... tracker-miner-fs: Use g_debug for frequent album art messag (*)
  2af77e1... SPARQL: Support for UNION (*)
  b558854... Disabled duplicate check for SubjectsChanged, slows down to (*)
  1f98111... Replaced a GPtrArray with a GHashTable, constant lookup spe (*)
  9902674... SPARQL: Fix variables in filters (*)
  f15a68d... SPARQL: Fix ORDER BY and GROUP BY (*)
  ce2835f... Avoid duplicate entries for SubjectsUpdated, performance (*)
  5787d9b... Code cleanup (*)
  1474b55... SPARQL: Fix variable predicates (*)
  f49f38f... SPARQL: Code cleanup (*)
  b76fe68... SPARQL: Code cleanup (*)
  ef2b7ba... SPARQL: Code cleanup (*)
  f126d07... SPARQL: Code cleanup (*)
  11f665e... SPARQL: Code cleanup (*)
  26bf27a... SPARQL: Support aggregate functions and more cleanup (*)
  9d67d06... Handling passing a non-existing variable in a sparql query (*)
  00db0df... SPARQL: Simplify SQL for GROUP BY (*)
  87fd140... SPARQL: Add support for GROUP_CONCAT (*)
  8d8fdb2... SPARQL: support for STR (*)
  76a6a6c... Fixed SPARQL STR supported (*)
  dcbeada... Indentation fix (*)
  1141c68... SPARQL: limited support for DATATYPE (*)
  d9aeed6... SPARQL: Start collecting type information for expressions (*)
  1a7aed5... SPARQL: Support unary minus (*)
  d6a4c54... SPARQL: Add type information for unary expressions (*)
  c61b8ce... SPARQL: Fix propagation of lexer errors (*)
  2b51b23... SPARQL: Fix aggregate functions (*)
  5ef2e55... SPARQL: support for PN_PREFIX and COLON (*)
  e5b8409... SPARQL: Add type information for multiplicative expressions (*)
  be8a500... SPARQL: Add type information for additive expressions (*)
  75542f0... SPARQL: Add type information for relative expressions (*)
  561d84c... SPARQL: Fix type information for prefixed names (*)
  4d75acd... SPARQL: Add type information for conditional expressions (*)
  0914a2b... SPARQL: Support arbitrary expressions in STR (*)
  031ca96... SPARQL: Fix lexing COUNT (*)
  0357ee8... SPARQL: Cleanup (*)
  e5663c4... SPARQL: Add type information for variables (*)
  144cae6... SPARQL: Cleanup code (*)
  8a934d1... SPARQL: support for ISIRI()/ISURI() (isiri(<foo>) still nee (*)
  d2a2678... SPARQL: Fix for isiri(<foo>) (*)
  333e4c7... SPARQL: limited ISBLANK support (*)
  93c2b6b... Small performance improvement (*)
  8dc1075... SPARQL: Fix group graph pattern handling (*)
  1e55b33... libtracker-data: Add algebra/two-nested-opt test (*)
  cb9efa9... libtracker-data: Add algebra/two-nested-opt-alt test (*)
  f029985... libtracker-data: Add algebra/opt-filter-3 test (*)
  a94ed56... libtracker-data: Add algebra/filter-placement-1 test (*)
  2f546d4... libtracker-data: Add algebra/filter-placement-2 test (*)
  895342a... libtracker-data: Add algebra/filter-placement-3 test (*)
  3edc988... libtracker-data: Add algebra/filter-nested-2 test (*)
  296fed5... libtracker-data: Add algebra/filter-scope-1 test (*)
  a3c14bc... libtracker-data: Add algebra/var-scope-join-1 test (*)
  b5bc451... Changed tracker:modified into a modification sequence inste (*)
  f9b87f0... Don't store last modseq, use max(tracker:modified) instead (*)
  02f2f99... Various compiler warning fixes (*)
  f78e9ce... Various compiler warning fixes (*)
  4c6f41c... Fix make distcheck (*)
  69917d7... SPARQL: Fix SQL variable scoping in group graph patterns (*)
  422886b... SPARQL: Fix parentheses for BOUND call (*)
  0d26b5c... SPARQL: Fix UNION graph patterns with different variable se (*)
  401a559... libtracker-data: Add optional/q-opt-complex-1 test (*)
  7fcd15c... Hungarian translation updated (*)
  94839da... SPARQL: Add support for GROUP_CONCAT (*)
  6903935... Merge branch 'master' into parser (*)
  f83d747... Updated Spanish translation (*)
  74b6589... Add new ontology in Makefile.am (*)
  3b029df... Updated NMM ontology (*)
  58805fa... SPARQL: Fix parsing of prefixed names followed by a dot (*)
  7866a0e... mfo: Fix typo (*)
  03eeeab... SPARQL: Fix number parsing (*)
  f39a4d3... SPARQL: Parse typed literals (*)
  6fbca3e... SPARQL: Support semicolon before dot (*)
  59ec112... SPARQL: Fix blank node parsing (*)
  35cef1f... libtracker-data: Fix algebra/var-scope-join-1 test (*)
  1b435c9... libtracker-data: Fix regex/regex-data-01.ttl (*)
  1f1b05b... Ontology fixes in MP3 exractor (*)
  59bdb8f... SPARQL: Handle some more errors (*)
  0832fc2... Added infrastructure for testing SPARQL parser errors (*)
  66007ca... Allow checking for error message too (*)
  a8b9d39... Various improvements on allowing checking for error message (*)
  a36fa0c... Versioning the DBus API (*)
  b3c0c74... Notify changes in Contact and PersonContact (*)
  b0ede5c... Check class redefinitions in ontology validator (*)
  0e52539... Trivial fix that apparently went wrong during merge (*)
  377dc98... New Simplified Calendar ontology (*)
  a3eec41... Merge branch 'master' into urho-sync
  2c25a57... Atomic rename and journal load

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