]> jfr.im git - irc/quakenet/newserv.git/history - sqlite
BUILD: improve workspace mechanism
[irc/quakenet/newserv.git] / sqlite /
2014-09-07  Chris PorterMerge default into chanserv-live.
2014-06-01  Chris PorterMerge.
2014-05-04  Chris PorterMerge.
2014-04-15  Gunnar BeutnerMerge default.
2014-03-22  Chris PorterMerge chanserv-live into default.
2014-02-18  Gunnar Beutnerdbapi2: Keep track of affected rows for UPDATEs.
2014-02-08  Chris PorterAdd ability to set osvars in configure.ini.local and...
2014-02-07  Chris PorterMerge default into chanserv-live.
2014-02-07  Chris PorterMerge chanserv-live into default.
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-08-03  Chris Portermerge chanserv-live into default
2013-08-02  Paulmerge
2013-07-23  Gunnar BeutnerMerge default.
2013-07-22  Chris PorterMerge.
2013-07-22  Chris Porterrework of build stage 2:
2012-06-07  Chris PorterMerge.
2012-06-07  Chris Porterfixes for clang
2009-01-18  Chris PorterMerge.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterOkay, it wasn't quite as simple as that, it was a compl...
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterFix a bug in sqlite table loader.
2008-09-30  Chris PorterMerge.
2008-09-30  Chris PorterActually fix the bug.
2008-09-30  Chris PorterMerge.
2008-09-30  Chris PorterMerge.
2008-09-30  Chris PorterSilly dbapi2 bug.
2008-09-21  Chris PorterMerge.
2008-09-21  Chris PorterAdd module versions to dbapi2/adapters.
2008-09-21  Chris PorterMerge.
2008-09-21  Chris Portersqlite needs to link against -lc on Linux.
2008-09-20  Chris PorterFix some really stupid bugs in stringbuf (no uninitiali...
2008-09-17  splidgeMerge.
2008-09-16  Chris PorterAdd safe query/simplequery/create table functions to...
2008-09-15  Chris PorterSomehow this file went missing.
2008-09-15  Chris PorterDBAPI2 now uses sqlite and pqsql by an adapter.
2008-09-15  Chris PorterAdd va_arg query functions to pqsql and to dbapi.
2008-09-15  Chris PorterNow works, at least with noperserv.
2008-09-15  Chris PorterAdd dbapi2, currently untested.
2008-09-15  Chris PorterAdd a tag for loadtable.
2008-09-14  Chris PorterMerge.
2008-09-11  Chris PorterMerge.
2008-09-11  Chris PorterTypo fixes, also forgot to hg add my sqlite wrapper.
2008-09-11  Chris PorterInitialise sqlite correctly.
2008-09-11  Chris PorterEmbed sqlite3.
2008-09-10  Chris PorterMerge.
2008-08-24  splidgeMerge.
2008-08-24  Paulmerge
2008-08-24  Chris PorterMerge.
2008-08-24  Chris PorterMost if not all vsnprintf using functions now are decla...
2008-08-23  Paulmerge
2008-08-15  splidgeMerge.
2008-08-11  Paulmerge
2008-08-06  Chris PorterFix various warnings.
2008-04-04  Chris PorterMerge.
2008-04-04  Chris PorterMerge.
2008-04-03  Chris PorterMerge.
2008-03-21  Chris PorterSQLite support is now complete, if it returns busy...
2008-03-20  Chris PorterRefactor sqlite code in preparation for proper scheduli...
2008-03-19  splidgeFixed sqlite so it doesn't core when loading tables.
2008-03-19  splidgeAdd a backoff if sqlite returns busy (seems to be buggy...
2008-03-19  Chris PorterSQLite now has sync off!
2008-03-19  Chris PorterConfigure script now lets you select your database...
2008-03-19  Chris PorterAdd support for a database abstraction layer (dbapi).