summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Split appData and envDatarandomdan2011-03-08
* Fix inheritance of Ifrandomdan2011-03-03
* Fix function definitions to match declarations (fixes Doxygen warnings)randomdan2011-03-02
* Just build the needed bits of libmisc into places they're needed, don't build...randomdan2011-03-01
* Add missing implementation of noOutputExecute.cpprandomdan2011-02-28
* Add support for local error handlingrandomdan2011-02-28
* Add support for a timeout, settable in ms, defaulting to 6000, for xslRowsrandomdan2011-02-28
* Only initialise program_options once (only really affects p2fcgi)randomdan2011-02-25
* Build a common base for loading p2 xml scripts with proper error checkingrandomdan2011-02-25
* Finally convert ytfs to use boost stuff (untested, but it does build)randomdan2011-02-23
* Add a custom html header containing the Google site verification coderandomdan2011-02-21
* 'finish' the connection on disconnect only, will have to do for now.... it br...randomdan2011-02-21
* Add conversions for floats, ints and datetimes for variablesrandomdan2011-02-19
* Tidy up the class hierarchy and reduce header dependenciesrandomdan2011-02-19
* Use a smart pointer to ensure sqlRows query handle is always deletedrandomdan2011-02-19
* Pass null values to presenters, it's up to them what to do with themrandomdan2011-02-19
* Fix behaviour of stream rows with blank rowsrandomdan2011-02-18
* Don't convert everything to a string to print it, use boost apply_visitor and...randomdan2011-02-18
* Don't require the (probably repeated) inclusion of datasource definitions, ha...randomdan2011-02-18
* Add a Null variable type and support for it, this is now the defaultrandomdan2011-02-17
* Merge urlRows' and xslRows' CURL code into a common more fully featured (prox...randomdan2011-02-17
* Fix creation of default insert actionrandomdan2011-02-17
* Make CurlHandle throw an exception on failurerandomdan2011-02-16
* 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