index
:
Project2
main
Project2 application engine.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project2
/
console
/
consoleEnvironment.cpp
Commit message (
Expand
)
Author
Age
*
Massive refactor to remove the appEngine and environment complication and ins...
randomdan
2013-07-05
*
Move logger initialisation and optionSource loading out of environment into t...
randomdan
2013-06-23
*
Fix the gch usage quirk with a silly hack and a load of small changes
randomdan
2013-06-21
*
Split the plugable stuff into its own files/classes
randomdan
2013-06-21
*
Move options into the global scope
randomdan
2013-06-20
*
Add back some basic help output
randomdan
2013-06-03
*
GCC 4.6 workaround for vector of objects with consts
randomdan
2013-04-05
*
Fix pch header inclusions and missing headers for no-pch building
randomdan
2013-04-04
*
Split variable and variabletype code into separate files
randomdan
2013-03-29
*
Strip all uri parameter stuff from common, make it cgi only
randomdan
2013-03-28
*
Plugable CGI request routers
randomdan
2013-03-13
*
Adds support for presenter level caching modules and implements a file based ...
randomdan
2012-02-12
*
Improvements to the handling of command line arguments
randomdan
2011-12-16
*
Remove straggling references to XML and configuration from recent changes
randomdan
2011-12-15
*
Drop Boost::program_options in favour of our own, pluggable system which inte...
randomdan
2011-12-08
*
Add more precompiled headers
randomdan
2011-09-01
*
The big reshuffle
randomdan
2011-08-31
*
Allow all plugable components to have settings injected into them
randomdan
2011-07-31
*
Only initialise program_options once (only really affects p2fcgi)
randomdan
2011-02-25
*
Add a Null variable type and support for it, this is now the default
randomdan
2011-02-17
*
Make CurlHandle throw an exception on failure
randomdan
2011-02-16
*
Fixes to compile with all gcc warnings as errors
randomdan
2011-02-14
*
Fix silly bug loading readonly RDBMS config entries
randomdan
2011-02-10
*
Drop the pain in the ass SHM session container in favour of an XML one
randomdan
2010-08-31
*
Adds an largely untested console appengine
randomdan
2010-08-07