summaryrefslogtreecommitdiff
path: root/mg_db.c
AgeCommit message (Expand)Author
2011-11-06Use DELETENULL().Ville Skyttä
2011-10-29Add Emacs mode and indentation settings.Ville Skyttä
2010-11-02Gcc 4.4 build fixes.Ville Skyttä
2009-01-15mugglei: regression when importing from topleveldirWolfgang Rohdewald
2009-01-05Merge branch 'master' of gitosis@projects.vdr-developer.org:vdr-plugin-muggleWolfgang Rohdewald
2009-01-05last version broke importing from setup menuWolfgang Rohdewald
2008-12-28Eliminate compiler warnings, improve error messages.Ville Skyttä
2008-12-22fix bug #32 mugglei will not run from a linked subfolderWolfgang Rohdewald
2008-12-21importing subdirectories with mugglei: sorting by folder did not workWolfgang Rohdewald
2008-11-16Patch by Andreas Brachold (indentation fixed by wolfgang61):woro
2008-08-08fix off by one while initializing languagesworo
2008-04-13SQLite3: in some situations, muggle opened/closed the databaseworo
2008-04-11merge mp3ng branch into trunkworo
2008-04-08gcc 4.3 build fixes.scop
2008-02-18use new, more secure msprintf instead of asprintf. Doworo
2008-02-12restructure and simplify database connection&creation againworo
2008-02-11only increment import count for newly added files, not for changed filesworo
2008-02-11set the database charset not only when creating database but for every client...woro
2008-02-11after importing, always delete albums without corresponding tracksworo
2008-02-11filling language table: truncate values from iso table ifworo
2008-02-11next try at msprintf, and really enable utf8woro
2008-02-11support UTF-8woro
2008-02-10revert last revision about msprintf. msprintf has a problem with va_list whic...woro
2008-02-10hide asprintf calls in msprintf, msprintf checks forworo
2008-02-10mgDb::FieldExists() no more calls Connect() causing recursion for sqliteworo
2008-02-09restructure code for database connection and creation,woro
2008-02-08remove some debugging output which came even if no debugging wantedworo
2008-02-08Importing with mugglei now ignores absolute paths and warns.woro
2008-02-07prevent NULL dereferenceworo
2006-05-08Patch von Hulk: Vereinheitlich Debugoutput, wie in vdr selber. Kompiliert, ab...wr61
2006-02-20Really fix FTS error handlingwr61
2006-01-23change order of SELECT fields, retrieve unique id (tracks.id) for most detail...wr61
2006-01-23Parts(): make groupby parameter mandatorywr61
2006-01-23rename a variablewr61
2006-01-22do not import unreadable files, instead print warningwr61
2005-10-06Corrected error in importLarsAC
2005-10-05Merged changes from 0.1.8-wrLarsAC
2005-09-06g++ 2.95 needs a copy constructor for mgSQLString - bad boy. And fix another ...wr61
2005-09-06do not use filename as dirname if no dirname givenwr61
2005-09-05a last merge from muggle-0.1.8-BETAwr61
2005-09-05more merges from muggle-0.1.8-BETAwr61
2005-09-05merge from muggle-0.1.8-BETAwr61
2005-07-29Merged from 0.1.7-wrLarsAC
2005-03-06Merged changes for 0.1.4LarsAC
2005-02-20more of the samewr61
2005-02-20sort by folder, show track counts, use shuttle/loop from setup, separate mg_s...wr61
2005-02-15respect initial shuffle/loop mode from setupwr61
2005-02-12corrected bug in GdFindFileLarsAC
2005-02-12corrected error in GD compatibility functionLarsAC
2005-02-11fix many memory leaks, add missing copy constructor to mgOrderwr61