summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tidied up XML loader using boost::multi_indexrandomdan2011-02-15
* Add debug option for dumping the data document before sending it to the web s...randomdan2011-02-15
* Commit some changes I'd swear blind I'd done alreadyrandomdan2011-02-15
* Merge fileRows and urlRows content parser into a shared based; streamRowsrandomdan2011-02-14
* Convert dumpTask into a generic purpose file* writerrandomdan2011-02-14
* Fixes to compile with all gcc warnings as errorsrandomdan2011-02-14
* Minor tweaks to improve perforamce on PG bulk deletesrandomdan2011-02-13
* Use a static local var for the loader map to work around the link/load order ...randomdan2011-02-11
* Don't rely on crazy dangerous global init/destroy for loader registrationrandomdan2011-02-11
* Support for table patching in different ways according to what the connector ...randomdan2011-02-11
* Fix free function in xslRows for xmlXPathObjectrandomdan2011-02-11
* Less copying and more native storage in fileRowsrandomdan2011-02-11
* Add an 'if' component that works with views and iteratorsrandomdan2011-02-10
* Rename OdbcVariableBinder, it's not (anymore) ODBC specificrandomdan2011-02-10
* Get rid of that stupid LexicalCall and it's messy templates (what WAS I think...randomdan2011-02-10
* Fix silly bug loading readonly RDBMS config entriesrandomdan2011-02-10
* Make different DB connectors optionalrandomdan2011-02-09
* Fix the build system to do dependencies properlyrandomdan2011-02-09
* Fix crash caused by taking reference of temp VariableTyperandomdan2011-02-04
* Add concept of runtime configuration, set by HTTP hostname or environment var...randomdan2011-02-04
* Don't construct the dir end iterator every iterationrandomdan2011-02-03
* Add missing conversion in generic visitorrandomdan2011-02-03
* Change FsRows to return a ptime for moddaterandomdan2011-02-02
* Remove compose functions on column data and add a handle function for type sa...randomdan2011-02-02
* Add lots of funky stuff to make the system (internally) type saferandomdan2011-02-01
* Call curl global cleanup when finishedrandomdan2011-01-31
* Only trim newline from lines that end with newlinerandomdan2011-01-25
* Fix #if check for UUID implementationrandomdan2011-01-25
* Fix Presenter's inheritance of CommonObjectsrandomdan2011-01-25
* Centralise the ICE splicerrandomdan2011-01-24
* Tidy up the UUID optionalsrandomdan2011-01-23
* Add wrappers and Jam for building with UUIDs from OSSP instead of Boostrandomdan2011-01-21
* Remove file create date for not being the create daterandomdan2010-12-29
* Fix row numbering in rowSets to behave as before (1 upwards, not 0 upwards)randomdan2010-12-29
* Install the new variants of CGIrandomdan2010-12-22
* Split the plain CGI and the FastCGI variants into separate programs with a no...randomdan2010-12-22
* Add missing execute on custom SQL merge inserterrandomdan2010-12-21
* Catch Glib::Exceptions which don't inherit from std::exception (grr)randomdan2010-12-21
* Do some renaming and reorganising at lastrandomdan2010-12-18
* Remove the stupid _ naming conventionrandomdan2010-12-17
* Return HTTP 500 on errorrandomdan2010-12-16
* Add support for non-default Sql merge inserterrandomdan2010-12-15
* All new fangled iterators, views, row engines, exceptions, the list goes onrandomdan2010-12-14
* Support binding null to an SQL command parameterrandomdan2010-11-30
* Add an iterator and viewer for XML documents capable of processing huge docsrandomdan2010-11-30
* Tidy up jam stuffrandomdan2010-11-23
* Send a plain text part in emailsrandomdan2010-11-22
* Tidy up sendmail process ready for sending plain text version toorandomdan2010-11-18
* Improve XML usage correctnessrandomdan2010-11-01
* Split up libs even morerandomdan2010-10-29